aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8d02825f8ce..48d3983e253 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12011-02-05 Paul Eggert <eggert@cs.ucla.edu> 12011-02-05 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * charset.c: conform to C89 pointer rules
4 (define_charset_internal): Switch between char * and unsigned char *.
5
3 * xmenu.c: conform to C89 const rules 6 * xmenu.c: conform to C89 const rules
4 (xmenu_show, xdialog_show): Declare local var as char *, not 7 (xmenu_show, xdialog_show): Declare local var as char *, not
5 const char *, to stay compatible with C89 const rules. 8 const char *, to stay compatible with C89 const rules.