]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Mon, 19 Jun 2000 16:06:25 +0000 (16:06 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 19 Jun 2000 16:06:25 +0000 (16:06 +0000)
lisp/ChangeLog
src/ChangeLog

index 690e3cec0404bbdcd0f76fe1ef0315f34b60e3c0..b50320c2d474640a48b249d94d4ca8d389c8d7b4 100644 (file)
@@ -1,3 +1,8 @@
+2000-06-19  Gerd Moellmann  <gerd@gnu.org>
+
+       * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
+       the whole buffer.
+
 2000-06-19  Dave Love  <fx@gnu.org>
 
        * menu-bar.el (menu-bar-options-save): New function.
index 8d90ca6889c68c4eaef3b6150aa3276ebda38e0e..d47a10b7ad0062f8235be73b45002a1b32fb7c1b 100644 (file)
@@ -1,3 +1,16 @@
+2000-06-19  Gerd Moellmann  <gerd@gnu.org>
+
+       * abbrev.c (syms_of_abbrev): Set buffer_default's abbrev table
+       to Vfundamental_mode_abbrev_table.
+
+       * alloc.c (mark_object) [GC_CHECK_MARKED_OBJECTS]: Check that no
+       bogus objects are marked.  This slows down GC by ~80 percent, but
+       it might be worth trying when debugging GC-related problems.
+       This feature requires conservative stack marking to be enabled.
+
+       * xterm.c (XTread_socket) <KeyPress>: In case XmbLookupString
+       returns XLookupChars, reset `modifiers' to zero.
+
 2000-06-19  Dave Love  <fx@gnu.org>
 
        * mktime.c: Unprotoized.