aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAiden Woodruff <aiden.woodruff@gmail.com>2018-07-29 19:58:41 -0500
committerAiden Woodruff <aiden.woodruff@gmail.com>2018-07-29 19:58:41 -0500
commit8635c9b7bb453846c0a712fca974a224bb219cb3 (patch)
treeba1f9c7f8c5203581ae82ffc9c1a718d485b1e47 /ChangeLog
parent3572c7e10cfc9021fba2843d5514ab1c2752e4a6 (diff)
downloadlife-8635c9b7bb453846c0a712fca974a224bb219cb3.tar.gz
life-8635c9b7bb453846c0a712fca974a224bb219cb3.tar.bz2
life-8635c9b7bb453846c0a712fca974a224bb219cb3.zip
Fancy rule setuplife-1.5.0
Removed rulestoint.py Used addstr instead of printw where applicable Moved help to menus.c Moved read_num to menus.c Version 1.5.0 Signed-off-by: Aiden Woodruff <aiden.woodruff@gmail.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog39
1 files changed, 39 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f51942..8f78c16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,42 @@
12018-07-29 Aiden Woodruff <aiden.woodruff@gmail.com>
2
3 * NEWS: Added version 1.4.1 release date
4
5 * life.c (read_num): Moved to menus.c
6 Added has macro to test for bit
7 Set max width to COLS (from COLS-1)
8 board window is now whole screen
9 Set keypad to true only on board
10 Use foreach on erase at beginning of main while
11 Only set timeout for board window
12 Call fancy_rules function on C-R
13 Moved help section to menus.c (print_help)
14 Don't print lines on screen with wprintw, use mvwaddnstr
15 Use mvwchgat for current (x, y) highlighting
16 Only getch from board
17
18 * menus.c (print_copying_warranty): Don't capture width
19 Use waddstr
20 (read_num): Use getmaxx instead of COLS for width
21 (print_help): Use waddstr
22 Add C-R print
23 (fancy_rules): Function added, should only use one window
24
25 * menus.h: Add declarations
26
27 * rulestoint.py: Removed as function exists in main program
28
29 * README.md: Updated for removal of rulestoint.py
30
31 * README: Now symlink to README.md
32
33 * updatemap.c (update_map): Initialize intermap with strndup instead of malloc
34 Use has macro
35
36 * configure.ac: Updated version as life-1.5.0
37
38 Tarballed life-1.5.0.tar.gz
39
12018-07-19 Aiden Woodruff <aiden.woodruff@gmail.com> 402018-07-19 Aiden Woodruff <aiden.woodruff@gmail.com>
2 41
3 * life.c: Don't blindly accept commandline variables 42 * life.c: Don't blindly accept commandline variables