diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6866daf9f38..4613192187e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -416,6 +416,28 @@ | |||
| 416 | (gs_load): Use printmax_t to print the widest integers possible. | 416 | (gs_load): Use printmax_t to print the widest integers possible. |
| 417 | Check for integer overflow when computing image height and width. | 417 | Check for integer overflow when computing image height and width. |
| 418 | 418 | ||
| 419 | 2011-08-16 Eli Zaretskii <eliz@gnu.org> | ||
| 420 | |||
| 421 | * xdisp.c (set_cursor_from_row): Don't accept a previous candidate | ||
| 422 | if it fails the cursor_row_p test. Fixes cursor positioning at ZV. | ||
| 423 | |||
| 424 | 2011-08-16 Ken Brown <kbrown@cornell.edu> | ||
| 425 | |||
| 426 | Fix memory allocation problems in Cygwin build (Bug#9273). | ||
| 427 | |||
| 428 | * unexcw.c ( __malloc_initialized): Declare external variable. | ||
| 429 | (fixup_executable): Force the dumped emacs to reinitialize malloc. | ||
| 430 | |||
| 431 | * gmalloc.c [CYGWIN] (bss_sbrk_heapbase, bss_sbrk_heapinfo): New | ||
| 432 | variables. | ||
| 433 | (malloc_initialize_1) [CYGWIN]: Prepare for reinitializing the | ||
| 434 | dumped emacs. | ||
| 435 | (_free_internal_nolock) [CYGWIN]: Ignore requests to free storage | ||
| 436 | in the static heap. | ||
| 437 | [CYGWIN] (special_realloc): New function. | ||
| 438 | (_realloc_internal_nolock) [CYGWIN]: Use the new function on | ||
| 439 | requests to realloc storage in the static heap. | ||
| 440 | |||
| 419 | 2011-08-15 Paul Eggert <eggert@cs.ucla.edu> | 441 | 2011-08-15 Paul Eggert <eggert@cs.ucla.edu> |
| 420 | 442 | ||
| 421 | * bidi.c (bidi_initialize): Remove unused local. | 443 | * bidi.c (bidi_initialize): Remove unused local. |