diff options
| author | Paul Eggert | 2011-08-25 12:06:56 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-08-25 12:06:56 -0700 |
| commit | a974cdce9b9121158e623a3fab6ad731ff5d48ec (patch) | |
| tree | 689bdfe3830c42dea926a04079d9da9cfcbc9200 /src/ChangeLog | |
| parent | 011ba6eaacfa50cc9871d0cfea34e8f0a7a5bc43 (diff) | |
| parent | e25be79236edca0e26a9fcd81b7f2a3746e8f9ef (diff) | |
| download | emacs-a974cdce9b9121158e623a3fab6ad731ff5d48ec.tar.gz emacs-a974cdce9b9121158e623a3fab6ad731ff5d48ec.zip | |
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 49d5325c224..b5ba1d74f8a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2011-08-24 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-08-25 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Integer and memory overflow issues (Bug#9196). | 3 | Integer and memory overflow issues (Bug#9196). |
| 4 | 4 | ||
| @@ -422,6 +422,32 @@ | |||
| 422 | (gs_load): Use printmax_t to print the widest integers possible. | 422 | (gs_load): Use printmax_t to print the widest integers possible. |
| 423 | Check for integer overflow when computing image height and width. | 423 | Check for integer overflow when computing image height and width. |
| 424 | 424 | ||
| 425 | 2011-08-25 Eli Zaretskii <eliz@gnu.org> | ||
| 426 | |||
| 427 | * xdisp.c (compute_display_string_pos): Return 2 in DISP_PROP when | ||
| 428 | the display spec is of the form `(space ...)'. | ||
| 429 | (handle_display_spec): Return the value returned by | ||
| 430 | handle_single_display_spec, not just 1 or zero. | ||
| 431 | (handle_single_display_spec): If the display spec is of the form | ||
| 432 | `(space ...)', and specifies display in the text area, return 2 | ||
| 433 | rather than 1. | ||
| 434 | (try_cursor_movement): Check for the need to scroll more | ||
| 435 | accurately, and prefer exact match for point under bidi. Don't | ||
| 436 | advance `row' beyond the last row of the window. | ||
| 437 | |||
| 438 | * dispextern.h (struct bidi_it): Rename the disp_prop_p member | ||
| 439 | into disp_prop; all users changed. | ||
| 440 | |||
| 441 | * bidi.c (bidi_fetch_char): If compute_display_string_pos returns | ||
| 442 | DISP_PROP = 2, substitute the u+2029 PARAGRAPH SEPARATOR character | ||
| 443 | for the text covered by the display property. | ||
| 444 | |||
| 445 | 2011-08-25 Chong Yidong <cyd@stupidchicken.com> | ||
| 446 | |||
| 447 | * buffer.c (Fbury_buffer_internal): Rename from Funrecord_buffer. | ||
| 448 | Change return value to nil. | ||
| 449 | (Frecord_buffer): Delete unused function. | ||
| 450 | |||
| 425 | 2011-08-24 Eli Zaretskii <eliz@gnu.org> | 451 | 2011-08-24 Eli Zaretskii <eliz@gnu.org> |
| 426 | 452 | ||
| 427 | * xdisp.c (Fcurrent_bidi_paragraph_direction): For unibyte | 453 | * xdisp.c (Fcurrent_bidi_paragraph_direction): For unibyte |