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 1b707c4b463..4b3f0ceca36 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-03-16 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-03-16 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * character.h (FETCH_CHAR_ADVANCE): Rename locals to avoid shadowing. | ||
| 4 | |||
| 3 | * font.c (font_unparse_xlfd): Don't mix pointers to variables with | 5 | * font.c (font_unparse_xlfd): Don't mix pointers to variables with |
| 4 | pointers to constants. | 6 | pointers to constants. |
| 5 | (font_parse_fcname): Remove unused vars. | 7 | (font_parse_fcname): Remove unused vars. |