aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-08-16 11:48:49 -0700
committerPaul Eggert2011-08-16 11:48:49 -0700
commitbc81e2c4e885787603da3e0314d6ea45a43f7862 (patch)
treec3da7331f40c60b0ebb434d15f83ce027188d5e9 /src/ChangeLog
parenta69fbedbd629c3e46a23095486617482fb1228c5 (diff)
parentb215eee57d8427ac896f42a9546930cd852a1637 (diff)
downloademacs-bc81e2c4e885787603da3e0314d6ea45a43f7862.tar.gz
emacs-bc81e2c4e885787603da3e0314d6ea45a43f7862.zip
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog22
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
4192011-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
4242011-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
4192011-08-15 Paul Eggert <eggert@cs.ucla.edu> 4412011-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.