mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
ChangeLog fixes
This commit is contained in:
parent
fd7fde1590
commit
689c9ca51e
9 changed files with 69 additions and 61 deletions
|
|
@ -2846,8 +2846,9 @@
|
|||
* international/quail.el (quail-start-conversion):
|
||||
Reset quail-translating to nil.
|
||||
|
||||
* antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
|
||||
bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
|
||||
* progmodes/antlr-mode.el (antlr-mode):
|
||||
Check that `c-Java-access-key' is bound.
|
||||
Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
|
||||
|
||||
2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
|
|
@ -5565,10 +5566,6 @@
|
|||
* ediff-util.el (ediff-compute-custom-diffs-maybe):
|
||||
Better handling of the diff mode.
|
||||
|
||||
* ediff.texi: Added ediff-coding-system-for-read.
|
||||
|
||||
* viper.texi: Fix typos.
|
||||
|
||||
2001-02-11 Dave Love <fx@gnu.org>
|
||||
|
||||
* shadowfile.el: Doc fixes.
|
||||
|
|
@ -7922,8 +7919,8 @@
|
|||
|
||||
2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
|
||||
|
||||
* antlr-mode.el: New commands to run ANTLR from within Emacs and
|
||||
to create Makefile rules.
|
||||
* progmodes/antlr-mode.el: New commands to run ANTLR from within
|
||||
Emacs and to create Makefile rules.
|
||||
(antlr-tool-command): New user option.
|
||||
(antlr-ask-about-save): New user option.
|
||||
(antlr-makefile-specification): New user option.
|
||||
|
|
@ -7942,7 +7939,7 @@
|
|||
(antlr-insert-makefile-rules): New function.
|
||||
(antlr-show-makefile-rules): New command.
|
||||
|
||||
* antlr-mode.el: More Emacs/XEmacs stuff.
|
||||
* progmodes/antlr-mode.el: More Emacs/XEmacs stuff.
|
||||
(antlr-no-action-keywords): New constant with value nil.
|
||||
(antlr-font-lock-keywords-alist): Use it. Old value would break
|
||||
syntax highlighting in Emacs-21.0.
|
||||
|
|
@ -7952,7 +7949,7 @@
|
|||
|
||||
2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
|
||||
|
||||
* antlr-mode.el: imenu, parsing and highlighting changes.
|
||||
* progmodes/antlr-mode.el: imenu, parsing and highlighting changes.
|
||||
(antlr-imenu-create-index-function): Don't create extra submenus
|
||||
for definitions in different grammar classes. It is not necessary
|
||||
for the menu and would make command `imenu' awkward to use.
|
||||
|
|
@ -7967,7 +7964,7 @@
|
|||
|
||||
2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
|
||||
|
||||
* antlr-mode.el: Minor changes: language setting.
|
||||
* progmodes/antlr-mode.el: Minor changes: language setting.
|
||||
(antlr-language-alist): The value for file option "language" can
|
||||
be both an identifier and a string.
|
||||
Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
|
||||
|
|
@ -7975,7 +7972,7 @@
|
|||
|
||||
2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
|
||||
|
||||
* antlr-mode.el: Minor changes: tabs, hiding.
|
||||
* progmodes/antlr-mode.el: Minor changes: tabs, hiding.
|
||||
(antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
|
||||
(antlr-action-visibility): Also allow value nil to also hide the
|
||||
braces. Renamed from `antlr-tiny-action-length'.
|
||||
|
|
@ -17227,7 +17224,7 @@
|
|||
|
||||
2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
|
||||
|
||||
* antlr-mode.el: New commands: hide/unhide actions,
|
||||
* progmodes/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
|
||||
|
|
@ -17237,11 +17234,11 @@
|
|||
(antlr-downcase-literals): New command.
|
||||
(antlr-upcase-literals): Ditto.
|
||||
|
||||
* antlr-mode.el: Minor changes: indentation, mode-name.
|
||||
* progmodes/antlr-mode.el: Minor changes: indentation, 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.
|
||||
* progmodes/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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue