comparison lisp/ChangeLog @ 26966:38453e33fb30

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 21 Dec 1999 14:01:00 +0000
parents f281dfbf8cd2
children c22771fbb4b3
comparison
equal deleted inserted replaced
26965:048db40ddca6 26966:38453e33fb30
1 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2
3 * antlr-mode.el: Version 1.2 is released.
4 (antlr): This package has a web page.
5
6 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
7
8 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
9 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
10 (antlr-mode-map): New binding [C-c C-c].
11 (antlr-mode-menu): New entries.
12
13 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
14
15 * antlr-mode.el: Respect Emacs conventions.
16 ((require 'cl)): Only use during compilation.
17 (antlr-language-for-option): New function to avoid using `find'.
18 (antlr-mode): Use it.
19 (antlr-with-syntax-table): Define new instead using XEmacs' one.
20 (antlr-imenu-create-index-function): Change accordingly.
21 (antlr-inside-rule-p): Ditto.
22 (antlr-end-of-rule): Ditto.
23 (antlr-end-of-body): Ditto.
24 (antlr-beginning-of-rule): Ditto.
25 (antlr-indent-line): Ditto.
26
27 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
28
29 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
30 (antlr-set-tabs): Don't use hard-coded values.
31
32 * antlr-mode.el: Minor navigation changes. Not perfect, but this
33 won't be possible without a huge time penalty.
34 (antlr-skip-exception-part): Be more specific.
35 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
36 Renamed from `antlr-skip-grammar-header'.
37 (antlr-next-rule): Change accordingly.
38 (antlr-end-of-body): Ditto. Better error message.
39 (antlr-beginning-of-body): Better error message.
40 (antlr-imenu-create-index-function): Skip rule action prelude.
41
42 * antlr-mode.el: Minor syntax highlighting changes.
43 (antlr-font-lock-default-face): Deletia.
44 (antlr-font-lock-tokendef-face): Changed color.
45 (antlr-font-lock-tokenref-face): Changed color.
46 (antlr-font-lock-literal-face): Changed color.
47 (antlr-font-lock-additional-keywords): Minor changes.
48
1 1999-12-21 Gerd Moellmann <gerd@gnu.org> 49 1999-12-21 Gerd Moellmann <gerd@gnu.org>
2 50
3 * progmodes/cwarn.el: New file. 51 * progmodes/cwarn.el: New file.
4 52
5 1999-12-19 Gerd Moellmann <gerd@gnu.org> 53 1999-12-19 Gerd Moellmann <gerd@gnu.org>