aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-06-03 10:28:07 +0300
committerEli Zaretskii2014-06-03 10:28:07 +0300
commit89b362029282eff2b709e3a64e8e4ec3bc673676 (patch)
tree8e76bb48f6720e0be50d0fa33054081c5be5d631 /src/ChangeLog
parent0031c9530d24fb25d8bdcadaf7457b7dee51da0c (diff)
downloademacs-89b362029282eff2b709e3a64e8e4ec3bc673676.tar.gz
emacs-89b362029282eff2b709e3a64e8e4ec3bc673676.zip
Define the size of dumped data for MS-Windows locally on w32heap.c.
configure.ac (C_HEAP_SWITCH): Remove. src/w32heap.c (DUMPED_HEAP_SIZE): Move from w32heap.h. Don't use HEAPSIZE; instead, define separate values for the 32- and 64-bit builds. src/Makefile.in (C_HEAP_SWITCH): Remove. (ALL_CFLAGS): Don't use $(C_HEAP_SWITCH).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
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 @@
12014-06-03 Eli Zaretskii <eliz@gnu.org> 12014-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