aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 478a5aa2512..7efd8dad6cc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,20 @@
12011-04-24 Eli Zaretskii <eliz@gnu.org> 12011-04-24 Eli Zaretskii <eliz@gnu.org>
2 2
3 * msdos.c (XMenuActivate, XMenuAddSelection): Adjust argument list
4 to changes in oldXMenu/XMenu.h from 2011-04-16.
5 <menu_help_message, prev_menu_help_message>: Constify.
6 (IT_menu_make_room): menu->help_text is now `const char **';
7 adjust.
8
9 * msdos.h (XMenuActivate, XMenuAddSelection): Adjust prototypes
10 to changes in oldXMenu/XMenu.h from 2011-04-16.
11 (struct XMenu): Declare `help_text' `const char **'.
12
13 * xfaces.c <Qunspecified>: Make extern again.
14
15 * syntax.c: Include sys/types.h before including regex.h, as
16 required by Posix.
17
3 * doc.c (get_doc_string): Improve the format passed to `error'. 18 * doc.c (get_doc_string): Improve the format passed to `error'.
4 19
5 * doprnt.c (doprnt): Improve commentary. 20 * doprnt.c (doprnt): Improve commentary.