aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-06-19 16:06:25 +0000
committerGerd Moellmann2000-06-19 16:06:25 +0000
commitcdf0357bd633fc7ff2b15bab92cb4d762c71d55a (patch)
tree3f10ecb67efc62e6708696dd503942938bfc6859
parent653890d8e368a9854c439d77d1796c2ed04c8def (diff)
downloademacs-cdf0357bd633fc7ff2b15bab92cb4d762c71d55a.tar.gz
emacs-cdf0357bd633fc7ff2b15bab92cb4d762c71d55a.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog13
2 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 690e3cec040..b50320c2d47 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12000-06-19 Gerd Moellmann <gerd@gnu.org>
2
3 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
4 the whole buffer.
5
12000-06-19 Dave Love <fx@gnu.org> 62000-06-19 Dave Love <fx@gnu.org>
2 7
3 * menu-bar.el (menu-bar-options-save): New function. 8 * menu-bar.el (menu-bar-options-save): New function.
diff --git a/src/ChangeLog b/src/ChangeLog
index 8d90ca6889c..d47a10b7ad0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
12000-06-19 Gerd Moellmann <gerd@gnu.org>
2
3 * abbrev.c (syms_of_abbrev): Set buffer_default's abbrev table
4 to Vfundamental_mode_abbrev_table.
5
6 * alloc.c (mark_object) [GC_CHECK_MARKED_OBJECTS]: Check that no
7 bogus objects are marked. This slows down GC by ~80 percent, but
8 it might be worth trying when debugging GC-related problems.
9 This feature requires conservative stack marking to be enabled.
10
11 * xterm.c (XTread_socket) <KeyPress>: In case XmbLookupString
12 returns XLookupChars, reset `modifiers' to zero.
13
12000-06-19 Dave Love <fx@gnu.org> 142000-06-19 Dave Love <fx@gnu.org>
2 15
3 * mktime.c: Unprotoized. 16 * mktime.c: Unprotoized.