diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9cef045c029..e7cd83305ee 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,54 @@ | |||
| 1 | 2011-10-13 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (Fcurrent_bidi_paragraph_direction): Initialize | ||
| 4 | itb.paragraph_dir to NEUTRAL_DIR. Fixes an occasional incorrect | ||
| 5 | cursor motion with <left> and <right> arrow keys. | ||
| 6 | |||
| 7 | * bidi.c (bidi_init_it): Don't initialize paragraph_dir here, as | ||
| 8 | some callers set that themselves. | ||
| 9 | |||
| 10 | 2011-10-12 Eli Zaretskii <eliz@gnu.org> | ||
| 11 | |||
| 12 | * xdisp.c (find_row_edges): Handle the case where ROW comes from a | ||
| 13 | display string and the previous row comes from the same string and | ||
| 14 | is empty. (Bug#9739) (Bug#9738) | ||
| 15 | |||
| 16 | 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 17 | |||
| 18 | * doc.c (get_doc_string): Encode file name (bug#9735). | ||
| 19 | |||
| 20 | 2011-10-12 Eli Zaretskii <eliz@gnu.org> | ||
| 21 | |||
| 22 | * bidi.c (bidi_level_of_next_char): | ||
| 23 | * xdisp.c (get_visually_first_element): Remove old incorrect | ||
| 24 | comments regarding the Unicode Line Separator character. | ||
| 25 | |||
| 26 | * bidi.c (bidi_init_it): Initialize paragraph_dir to NEUTRAL_DIR. | ||
| 27 | |||
| 28 | 2011-10-12 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 29 | |||
| 30 | * alloc.c (Fgc_status): Do not access beyond zombies array | ||
| 31 | boundary if nzombies > MAX_ZOMBIES. | ||
| 32 | * alloc.c (dump_zombies): Add missing format specifier. | ||
| 33 | |||
| 34 | 2011-10-12 Paul Eggert <eggert@cs.ucla.edu> | ||
| 35 | |||
| 36 | * xdisp.c (set_cursor_from_row): Simplify conditionals, | ||
| 37 | to pacify GCC 4.6.1 x86-64 with -O2 -Wstrict-overflow. | ||
| 38 | |||
| 39 | * lread.c (read_escape): Allow hex escapes as large as ?\xfffffff. | ||
| 40 | Some packages use them to denote characters with modifiers. | ||
| 41 | |||
| 42 | 2011-10-11 Andreas Schwab <schwab@linux-m68k.org> | ||
| 43 | |||
| 44 | * lisp.h (GCPRO1_VAR, GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR) | ||
| 45 | (GCPRO5_VAR, GCPRO6_VAR, UNGCPRO_VAR): Add whitespace to avoid | ||
| 46 | matching a pp-number. Rename parameter var to var1. | ||
| 47 | |||
| 48 | 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 49 | |||
| 50 | * minibuf.c (Finternal_complete_buffer): Fix last change (bug#9709). | ||
| 51 | |||
| 1 | 2011-10-08 Glenn Morris <rgm@gnu.org> | 52 | 2011-10-08 Glenn Morris <rgm@gnu.org> |
| 2 | 53 | ||
| 3 | * callint.c (Fcall_interactively): Give a more explicit error for the | 54 | * callint.c (Fcall_interactively): Give a more explicit error for the |