comparison lisp/ChangeLog @ 34012:65aae8790910

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 29 Nov 2000 16:56:15 +0000
parents a26368ea650a
children 213a832d6474
comparison
equal deleted inserted replaced
34011:075cc818f566 34012:65aae8790910
6 6
7 * toolbar/tool-bar.el (tool-bar-mode): Doc fix. 7 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
8 8
9 * frame.el (blink-cursor-mode): Doc fix. 9 * frame.el (blink-cursor-mode): Doc fix.
10 10
11 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
12
13 * antlr-mode.el: New commands to run ANTLR from within Emacs and
14 to create Makefile rules.
15 (antlr-tool-command): New user option.
16 (antlr-ask-about-save): New user option.
17 (antlr-makefile-specification): New user option.
18 (antlr-file-formats-alist): New variable.
19 (antlr-special-file-formats): New variable.
20 (antlr-unknown-file-formats): New user option.
21 (antlr-help-unknown-file-text): New variable.
22 (antlr-help-rules-intro): New variable.
23 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
24 (antlr-mode-menu): Add entries.
25 (antlr-file-dependencies): New function.
26 (antlr-directory-dependencies): New function.
27 (antlr-superclasses-glibs): New function.
28 (antlr-run-tool): New command.
29 (antlr-makefile-insert-variable): New function.
30 (antlr-insert-makefile-rules): New function.
31 (antlr-show-makefile-rules): New command.
32
33 * antlr-mode.el: More Emacs/XEmacs stuff.
34 (antlr-no-action-keywords): New constant with value nil.
35 (antlr-font-lock-keywords-alist): Use it. Old value would break
36 syntax highlighting in Emacs-21.0.
37 (antlr-default-directory): Emacs/XEmacs dependend function.
38 (antlr-read-shell-command): Ditto.
39 (antlr-with-displaying-help-buffer): Ditto.
40
41 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
42
43 * antlr-mode.el: imenu, parsing and highlighting changes.
44 (antlr-imenu-create-index-function): Don't create extra submenus
45 for definitions in different grammar classes. It is not necessary
46 for the menu and would make command `imenu' awkward to use.
47 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
48 header actions and more than one.
49 (antlr-font-lock-tokendef-face): Changed color.
50 (antlr-font-lock-tokenref-face): Changed color.
51 (antlr-font-lock-additional-keywords): Also highlight lowercase.
52 (antlr-mode-syntax-table): New variable.
53 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
54 (antlr-with-syntax-table): Don't copy syntax table.
55
56 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
57
58 * antlr-mode.el: Minor changes: language setting.
59 (antlr-language-alist): The value for file option "language" can
60 be both an identifier and a string.
61 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
62 (antlr-language-limit-n-regexp): Change accordingly.
63
64 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
65
66 * antlr-mode.el: Minor changes: tabs, hiding.
67 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
68 (antlr-action-visibility): Also allow value nil to also hide the
69 braces. Renamed from `antlr-tiny-action-length'.
70 Suggested by Jay@aol.com.
71 (antlr-hide-actions): Change accordingly. Hide line if completely
72 hidden action is on a line of its own.
73
11 2000-11-29 Stefan Monnier <monnier@cs.yale.edu> 74 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
12 75
13 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run. 76 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
14 77
15 * sort.el (sort-columns): Don't concat strings with numbers. 78 * sort.el (sort-columns): Don't concat strings with numbers.