diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0a31818070f..f0ea2885b8c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2014-06-03 Eli Zaretskii <eliz@gnu.org> | 1 | 2014-06-03 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * w32heap.c (DUMPED_HEAP_SIZE): Move from w32heap.h. Don't use | ||
| 4 | HEAPSIZE; instead, define separate values for the 32- and 64-bit | ||
| 5 | builds. | ||
| 6 | |||
| 7 | * Makefile.in (C_HEAP_SWITCH): Remove. | ||
| 8 | (ALL_CFLAGS): Don't use $(C_HEAP_SWITCH). | ||
| 9 | |||
| 3 | Fix MS-Windows build broken by menu changes on 2014-06-02. | 10 | Fix MS-Windows build broken by menu changes on 2014-06-02. |
| 4 | * w32menu.c (w32_menu_show): Fix a typo that broke compilation. | 11 | * w32menu.c (w32_menu_show): Fix a typo that broke compilation. |
| 5 | 12 | ||