diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9b0f435881f..351e46259f1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-09-06 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (EMACS_HEAPSIZE): Remove, no longer used. (Bug#18416) | ||
| 4 | |||
| 1 | 2014-09-04 Jan D <jhd@f20.localdomain> | 5 | 2014-09-04 Jan D <jhd@f20.localdomain> |
| 2 | 6 | ||
| 3 | * xterm.c (x_term_init): Don't call x_session_initialize if running | 7 | * xterm.c (x_term_init): Don't call x_session_initialize if running |
| @@ -2571,7 +2575,7 @@ | |||
| 2571 | 2575 | ||
| 2572 | Use mmap(2) emulation for allocating buffer text on MS-Windows. | 2576 | Use mmap(2) emulation for allocating buffer text on MS-Windows. |
| 2573 | * Makefile.in (C_HEAP_SWITCH): Get the predefined heap size from | 2577 | * Makefile.in (C_HEAP_SWITCH): Get the predefined heap size from |
| 2574 | configure. | 2578 | configure, not from HEAPSIZE. |
| 2575 | (ADDSECTION, MINGW_TEMACS_POST_LINK): Remove, no longer used. | 2579 | (ADDSECTION, MINGW_TEMACS_POST_LINK): Remove, no longer used. |
| 2576 | 2580 | ||
| 2577 | * lisp.h (NONPOINTER_BITS): Modify the condition to define to zero | 2581 | * lisp.h (NONPOINTER_BITS): Modify the condition to define to zero |