diff options
| author | Paul Eggert | 2011-08-05 16:35:10 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-08-05 16:35:10 -0700 |
| commit | 458bfed397af18e460d01b888d1da095b6b95034 (patch) | |
| tree | 6f3933c2deab13b0df064d87e7b6fa25d835cfcb /src/ChangeLog | |
| parent | 0e51f7172bd1ab8b9c1bb52598afb5017e19b9c3 (diff) | |
| parent | 4640dd881c07162a6120ccb3b117b748badf78c9 (diff) | |
| download | emacs-458bfed397af18e460d01b888d1da095b6b95034.tar.gz emacs-458bfed397af18e460d01b888d1da095b6b95034.zip | |
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 28 |
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 | ||
| 411 | 2011-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 | |||
| 434 | 2011-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 | |||
| 411 | 2011-08-04 Jan Djärv <jan.h.d@swipnet.se> | 439 | 2011-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. |