diff options
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 b49b7a2d3f1..fde896d5b4c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2011-02-26 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * dispnew.c: Fix problems uncovered by gcc -Wstrict-prototypes. | ||
| 4 | (copy_glyph_row_contents): Remove; not used. | ||
| 5 | (frame_row_to_window, check_current_matrix_flags): | ||
| 6 | (window_change_signal): Now static, since they're not used elsewhere. | ||
| 7 | (check_current_matrix_flags): Surround with "#if 0", since its | ||
| 8 | only use is in a comment. Maybe both the comment and the "#if 0" | ||
| 9 | stuff should be removed? | ||
| 10 | |||
| 1 | 2011-02-26 Eli Zaretskii <eliz@gnu.org> | 11 | 2011-02-26 Eli Zaretskii <eliz@gnu.org> |
| 2 | 12 | ||
| 3 | * s/msdos.h (HAVE_LSTAT): Define for DJGPP >= 2.04. | 13 | * s/msdos.h (HAVE_LSTAT): Define for DJGPP >= 2.04. |