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 9765bdc18d8..8d02825f8ce 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2011-02-05 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-02-05 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * xmenu.c: conform to C89 const rules | ||
| 4 | (xmenu_show, xdialog_show): Declare local var as char *, not | ||
| 5 | const char *, to stay compatible with C89 const rules. | ||
| 6 | |||
| 3 | * xdisp.c: conform to C89 pointer rules | 7 | * xdisp.c: conform to C89 pointer rules |
| 4 | (store_mode_line_noprop, display_string, reseat_to_string): | 8 | (store_mode_line_noprop, display_string, reseat_to_string): |
| 5 | (c_string_pos, number_of_chars, message_dolog): | 9 | (c_string_pos, number_of_chars, message_dolog): |