diff options
| author | Eli Zaretskii | 2010-12-11 14:27:13 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2010-12-11 14:27:13 +0200 |
| commit | f055902693167478ad9affe03bb9398b6140b070 (patch) | |
| tree | 3f55daeae2e7e65054affb6a0c7e77737d826181 /src/ChangeLog | |
| parent | 3c73e30e34593dbd43ac6bdd8b6cdf70f493e3a2 (diff) | |
| download | emacs-f055902693167478ad9affe03bb9398b6140b070.tar.gz emacs-f055902693167478ad9affe03bb9398b6140b070.zip | |
Code cleanup in xdisp.c regarding string_char_and_length.
xdisp.c (string_pos_nchars_ahead, c_string_pos)
(face_before_or_after_it_pos, next_element_from_string)
(next_element_from_c_string, produce_stretch_glyph): Remove unused
calculations of maximum string length before calling
string_char_and_length and STRING_CHAR_AND_LENGTH.
(string_char_and_length): Update commentary: MAXLEN is no longer
needed.
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 |