diff options
| author | Paul Eggert | 2011-02-26 14:54:33 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-26 14:54:33 -0800 |
| commit | 09ad5a9148880d0bdd080e8700cbe5d0d13e017c (patch) | |
| tree | 9ce3043adb2c8baa2d654d70a6ca502a4dde138d /src/ChangeLog | |
| parent | e573299d40e5825584ed9e8bd58f5a8c2deee6fd (diff) | |
| download | emacs-09ad5a9148880d0bdd080e8700cbe5d0d13e017c.tar.gz emacs-09ad5a9148880d0bdd080e8700cbe5d0d13e017c.zip | |
* dispnew.c: Fix problems uncovered by gcc -Wstrict-prototypes.
(copy_glyph_row_contents): Remove; not used.
(frame_row_to_window, check_current_matrix_flags):
(window_change_signal): Now static, since they're not used elsewhere.
(check_current_matrix_flags): Surround with "#if 0", since its
only use is in a comment. Maybe both the comment and the "#if 0"
stuff should be removed?
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. |