diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fde896d5b4c..ed603dd2934 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -8,6 +8,10 @@ | |||
| 8 | only use is in a comment. Maybe both the comment and the "#if 0" | 8 | only use is in a comment. Maybe both the comment and the "#if 0" |
| 9 | stuff should be removed? | 9 | stuff should be removed? |
| 10 | 10 | ||
| 11 | * dispnew.c: Fix problem uncovered by gcc -Wunused-variable. | ||
| 12 | (adjust_frame_glyphs_for_window_redisplay): Make 'w' local to the | ||
| 13 | contexts that actually need it. | ||
| 14 | |||
| 11 | 2011-02-26 Eli Zaretskii <eliz@gnu.org> | 15 | 2011-02-26 Eli Zaretskii <eliz@gnu.org> |
| 12 | 16 | ||
| 13 | * s/msdos.h (HAVE_LSTAT): Define for DJGPP >= 2.04. | 17 | * s/msdos.h (HAVE_LSTAT): Define for DJGPP >= 2.04. |