aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-08-05 16:35:10 -0700
committerPaul Eggert2011-08-05 16:35:10 -0700
commit458bfed397af18e460d01b888d1da095b6b95034 (patch)
tree6f3933c2deab13b0df064d87e7b6fa25d835cfcb /src/ChangeLog
parent0e51f7172bd1ab8b9c1bb52598afb5017e19b9c3 (diff)
parent4640dd881c07162a6120ccb3b117b748badf78c9 (diff)
downloademacs-458bfed397af18e460d01b888d1da095b6b95034.tar.gz
emacs-458bfed397af18e460d01b888d1da095b6b95034.zip
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 94e7d98f813..53925dae403 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -408,6 +408,34 @@
408 (gs_load): Use printmax_t to print the widest integers possible. 408 (gs_load): Use printmax_t to print the widest integers possible.
409 Check for integer overflow when computing image height and width. 409 Check for integer overflow when computing image height and width.
410 410
4112011-08-05 Eli Zaretskii <eliz@gnu.org>
412
413 * bidi.c <bidi_cache_total_alloc>: Now static.
414 (bidi_initialize): Initialize bidi_cache_total_alloc.
415
416 *xdisp.c (display_line): Release buffer allocated for shelved bidi
417 cache. (Bug#9221)
418
419 * bidi.c (bidi_shelve_cache, bidi_unshelve_cache): Track total
420 amount allocated this far in `bidi_cache_total_alloc'.
421 (bidi_unshelve_cache): Accept an additional argument JUST_FREE; if
422 non-zero, only free the data buffer without restoring the cache
423 contents. All callers changed.
424
425 * dispextern.h (bidi_unshelve_cache): Update prototype.
426
427 * xdisp.c (SAVE_IT, pos_visible_p, move_it_in_display_line_to)
428 (move_it_in_display_line, move_it_to)
429 (move_it_vertically_backward, move_it_by_lines): Replace the call
430 to xfree to an equivalent call to bidi_unshelve_cache.
431 (move_it_in_display_line_to): Fix logic of returning
432 MOVE_POS_MATCH_OR_ZV in the bidi case. (Bug#9224)
433
4342011-08-05 Eli Zaretskii <eliz@gnu.org>
435
436 * xdisp.c (set_cursor_from_row): Prefer the candidate glyph that
437 came from a string character with a `cursor' property. (Bug#9229)
438
4112011-08-04 Jan Djärv <jan.h.d@swipnet.se> 4392011-08-04 Jan Djärv <jan.h.d@swipnet.se>
412 440
413 * Makefile.in (LIB_PTHREAD): New variable. 441 * Makefile.in (LIB_PTHREAD): New variable.