diff options
Diffstat (limited to 'lisp/ChangeLog.8')
-rw-r--r-- | lisp/ChangeLog.8 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/ChangeLog.8 b/lisp/ChangeLog.8 index 36114ae3fe9..afa6251190d 100644 --- a/lisp/ChangeLog.8 +++ b/lisp/ChangeLog.8 @@ -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. |