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 89946731630..30a45692ea6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-04-01 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-01 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * term.c (tty_write_glyphs): Use size_t; this avoids overflow warning. | ||
| 4 | |||
| 3 | * coding.c: Remove vars that are set but not used. | 5 | * coding.c: Remove vars that are set but not used. |
| 4 | (DECODE_COMPOSITION_RULE): Remove 2nd arg, which is unused. | 6 | (DECODE_COMPOSITION_RULE): Remove 2nd arg, which is unused. |
| 5 | All callers changed. | 7 | All callers changed. |