diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b16606ce121..ac9864f9f95 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,29 @@ | |||
| 1 | 2011-08-16 Ken Brown <kbrown@cornell.edu> | ||
| 2 | |||
| 3 | * gmalloc.c: Expand comment. | ||
| 4 | |||
| 5 | 2011-08-16 Eli Zaretskii <eliz@gnu.org> | ||
| 6 | |||
| 7 | * xdisp.c (set_cursor_from_row): Don't accept a previous candidate | ||
| 8 | if it fails the cursor_row_p test. Fixes cursor positioning at ZV. | ||
| 9 | |||
| 10 | 2011-08-16 Ken Brown <kbrown@cornell.edu> | ||
| 11 | |||
| 12 | Fix memory allocation problems in Cygwin build (Bug#9273). | ||
| 13 | |||
| 14 | * unexcw.c ( __malloc_initialized): Declare external variable. | ||
| 15 | (fixup_executable): Force the dumped emacs to reinitialize malloc. | ||
| 16 | |||
| 17 | * gmalloc.c [CYGWIN] (bss_sbrk_heapbase, bss_sbrk_heapinfo): New | ||
| 18 | variables. | ||
| 19 | (malloc_initialize_1) [CYGWIN]: Prepare for reinitializing the | ||
| 20 | dumped emacs. | ||
| 21 | (_free_internal_nolock) [CYGWIN]: Ignore requests to free storage | ||
| 22 | in the static heap. | ||
| 23 | [CYGWIN] (special_realloc): New function. | ||
| 24 | (_realloc_internal_nolock) [CYGWIN]: Use the new function on | ||
| 25 | requests to realloc storage in the static heap. | ||
| 26 | |||
| 1 | 2011-08-15 Paul Eggert <eggert@cs.ucla.edu> | 27 | 2011-08-15 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 28 | ||
| 3 | * bidi.c (bidi_initialize): Remove unused local. | 29 | * bidi.c (bidi_initialize): Remove unused local. |