diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index af944c32ebd..f2604606982 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2010-12-11 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (string_pos_nchars_ahead, c_string_pos) | ||
| 4 | (face_before_or_after_it_pos, next_element_from_string) | ||
| 5 | (next_element_from_c_string, produce_stretch_glyph): Remove unused | ||
| 6 | calculations of maximum string length before calling | ||
| 7 | string_char_and_length and STRING_CHAR_AND_LENGTH. | ||
| 8 | (string_char_and_length): Update commentary: MAXLEN is no longer | ||
| 9 | needed. | ||
| 10 | |||
| 1 | 2010-12-10 Jan Djärv <jan.h.d@swipnet.se> | 11 | 2010-12-10 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 12 | ||
| 3 | * keyboard.c (kbd_buffer_get_event): Construct SAVE_SESSION_EVENT | 13 | * keyboard.c (kbd_buffer_get_event): Construct SAVE_SESSION_EVENT |