diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b5e617b1f20..3bd4fc1f4c0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-04-09 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-09 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * xdisp.c (vmessage): Use a better test for character truncation. | ||
| 4 | |||
| 3 | * charset.c (load_charset_map): <, not <=, for optimization, | 5 | * charset.c (load_charset_map): <, not <=, for optimization, |
| 4 | and to avoid potential problems with integer overflow. | 6 | and to avoid potential problems with integer overflow. |
| 5 | * chartab.c (sub_char_table_set_range, char_table_set_range): Likewise. | 7 | * chartab.c (sub_char_table_set_range, char_table_set_range): Likewise. |