ChangeLog fixes

This commit is contained in:
Glenn Morris
2014-01-14 00:13:13 -08:00
parent fd7fde1590
commit 689c9ca51e
9 changed files with 69 additions and 61 deletions

View File

@@ -173,19 +173,19 @@
1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
* antlr-mode.el: Version 1.2 is released.
* progmodes/antlr-mode.el: Version 1.2 is released.
(antlr): This package has a web page.
1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
* antlr-mode.el: Menu/keymap additions for commenting/uncommenting
* progmodes/antlr-mode.el: Menu/keymap additions for commenting/uncommenting
regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
(antlr-mode-map): New binding [C-c C-c].
(antlr-mode-menu): New entries.
1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
* antlr-mode.el: Respect Emacs conventions.
* progmodes/antlr-mode.el: Respect Emacs conventions.
((require 'cl)): Only use during compilation.
(antlr-language-for-option): New function to avoid using `find'.
(antlr-mode): Use it.
@@ -199,10 +199,10 @@
1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
* antlr-mode.el: Really use `antlr-tab-offset-alist'.
* progmodes/antlr-mode.el: Really use `antlr-tab-offset-alist'.
(antlr-set-tabs): Don't use hard-coded values.
* antlr-mode.el: Minor navigation changes. Not perfect, but this
* progmodes/antlr-mode.el: Minor navigation changes. Not perfect, but this
won't be possible without a huge time penalty.
(antlr-skip-exception-part): Be more specific.
(antlr-skip-file-prelude): Don't skip action prelude of next rule.
@@ -212,7 +212,7 @@
(antlr-beginning-of-body): Better error message.
(antlr-imenu-create-index-function): Skip rule action prelude.
* antlr-mode.el: Minor syntax highlighting changes.
* progmodes/antlr-mode.el: Minor syntax highlighting changes.
(antlr-font-lock-default-face): Deletia.
(antlr-font-lock-tokendef-face): Changed color.
(antlr-font-lock-tokenref-face): Changed color.