summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog.9
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-01-14 00:13:13 -0800
committerGlenn Morris <rgm@gnu.org>2014-01-14 00:13:13 -0800
commit689c9ca51eb4b6496836241b9fb062bf10521568 (patch)
tree53732a79c98929cc5d479c85254b7e534f69c89d /lisp/ChangeLog.9
parentfd7fde15900b3dec3f2ecc9ad4f5a99b4a0e79f6 (diff)
downloademacs-689c9ca51eb4b6496836241b9fb062bf10521568.tar.gz
ChangeLog fixes
Diffstat (limited to 'lisp/ChangeLog.9')
-rw-r--r--lisp/ChangeLog.927
1 files changed, 12 insertions, 15 deletions
diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9
index c0bf9824b4c..ceb3def78c4 100644
--- a/lisp/ChangeLog.9
+++ b/lisp/ChangeLog.9
@@ -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