]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Mon, 29 May 2000 15:51:56 +0000 (15:51 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 29 May 2000 15:51:56 +0000 (15:51 +0000)
lisp/ChangeLog
src/ChangeLog

index 3915ddd83f919d3fe94366da24e709328f831e0c..e4ae154ff8fefd9e3d504c2cbcd6a0c788f1f58a 100644 (file)
@@ -1,3 +1,35 @@
+2000-05-29  Gerd Moellmann  <gerd@gnu.org>
+
+       * jit-lock.el (jit-lock-mode): Add after change function to
+       local hook.
+
+2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
+
+       * antlr-mode.el: New commands: hide/unhide actions,
+       upcase/downcase literals.
+       (antlr-tiny-action-length): New user option.
+       (antlr-hide-actions): New command.  Suggested by
+       Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
+       (antlr-mode-map): New binding [C-c C-v].
+       (antlr-mode-menu): New entries.
+       (antlr-downcase-literals): New command.
+       (antlr-upcase-literals): Ditto.
+
+       * antlr-mode.el: Minor changes: indendation, mode-name.
+       (antlr-indent-line): Indent cpp directive at column 0.
+       (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
+
+       * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
+       (antlr-font-lock-additional-keywords): Workaround for intentional
+       bug in XEmacs version of font-lock.
+       (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
+       be used by a smarter version of `buffers-menu-grouping-function'.
+
+2000-05-29  Gerd Moellmann  <gerd@gnu.org>
+
+       * tmm.el (tmm-prompt): Recognize menu item definitions of the for
+       `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
+
 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
 
        * international/encoded-kb.el
index cf1a81b1612bf8f037a483f3e6eb8144977211dd..27215026414a9f227b3e61a1ebf3d36bb85c960a 100644 (file)
@@ -1,5 +1,9 @@
 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
 
+       * xdisp.c (redisplay_window): Really switch buffers when
+       displaying mode lines, and temporarily set selected_frame to the
+       frame of the window that's redisplayed.
+
        * xfaces.c (free_realized_faces): Block/unblock input.
        (free_realized_multibyte_face): Ditto.