aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 69ab0fe6bdf..f1123f07a74 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12001-02-19 Gerd Moellmann <gerd@gnu.org> 12001-02-19 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xmenu.c (set_frame_menubar): Run activate-menu-bar-hook with
4 safe_run_hooks.
5
6 * xdisp.c (update_menu_bar): Run activate-menu-bar-hook with
7 safe_run_hooks.
8
3 * emacs.c (malloc_initialize_hook): Handle case thet `environ' 9 * emacs.c (malloc_initialize_hook): Handle case thet `environ'
4 is null. 10 is null.
5 11