diff options
| author | Joakim Verona | 2011-09-29 00:01:51 +0200 |
|---|---|---|
| committer | Joakim Verona | 2011-09-29 00:01:51 +0200 |
| commit | 7a982f9eef56799ebe5857f7b8b3e636c6715090 (patch) | |
| tree | 8014baca5849ccb340771eadf87b89d4cde00a64 /src/ChangeLog | |
| parent | f0f8db4c04d0d3bdfa645cd79a9b7a915587a7c5 (diff) | |
| parent | 88d9610cae8004cf9856be84d76c389e7fc3b14b (diff) | |
| download | emacs-7a982f9eef56799ebe5857f7b8b3e636c6715090.tar.gz emacs-7a982f9eef56799ebe5857f7b8b3e636c6715090.zip | |
upstream
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 59169bdcf9f..f26754d1135 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,24 @@ | |||
| 1 | 2011-09-28 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (compute_display_string_end): If there's no display | ||
| 4 | string at CHARPOS, return -1. | ||
| 5 | |||
| 6 | * bidi.c (bidi_fetch_char): When compute_display_string_end | ||
| 7 | returns a negative value, treat the character as a normal | ||
| 8 | character not covered by a display string. (Bug#9624) | ||
| 9 | |||
| 10 | 2011-09-28 Juanma Barranquero <lekktu@gmail.com> | ||
| 11 | |||
| 12 | * lread.c (Fread_from_string): Fix typo in docstring. | ||
| 13 | |||
| 14 | 2011-09-27 Eli Zaretskii <eliz@gnu.org> | ||
| 15 | |||
| 16 | * xdisp.c (handle_invisible_prop): If invisible text ends on a | ||
| 17 | newline, reseat the iterator instead of bidi-iterating there one | ||
| 18 | character at a time. (Bug#9610) | ||
| 19 | (BUFFER_POS_REACHED_P, move_it_in_display_line_to): Bail when past | ||
| 20 | TO_CHARPOS if the bidi iterator is at base embedding level. | ||
| 21 | |||
| 1 | 2011-09-27 Andreas Schwab <schwab@linux-m68k.org> | 22 | 2011-09-27 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 23 | ||
| 3 | * lread.c (readevalloop): Use correct code for NBSP. | 24 | * lread.c (readevalloop): Use correct code for NBSP. |