1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 23:31:55 -08:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2000-05-29 15:51:56 +00:00
parent 5da1193803
commit 49e70dec96
2 changed files with 36 additions and 0 deletions

View 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

View 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.