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 184a1bd4b4c..d4fc44860f5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2011-02-27 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-02-27 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * frame.h: Avoid gcc -Wmissing-prototypes diagnostics. | ||
| 4 | (set_menu_bar_lines, x_get_resource_string): New decls. | ||
| 5 | * msdos.c (set_menu_bar_lines): Omit decl. | ||
| 6 | |||
| 3 | * dispextern.h (struct glyph): Make u.img_id int, not unsigned. | 7 | * dispextern.h (struct glyph): Make u.img_id int, not unsigned. |
| 4 | It's always given int values and used as an int. This suppresses | 8 | It's always given int values and used as an int. This suppresses |
| 5 | a gcc "comparison of unsigned expression >= 0" warning in some | 9 | a gcc "comparison of unsigned expression >= 0" warning in some |