aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorRomain Francoise2005-08-26 18:03:46 +0000
committerRomain Francoise2005-08-26 18:03:46 +0000
commitb0f9d85bc9e0480f4ebc8a9ce9dd847b34b0cfe7 (patch)
tree0b6c6b9dc8a65ecc78e2a4349f9ce019e17bfafd /lisp/ChangeLog
parentd182d87ccb4dc7b1ec4a4af15304eb15ce982cb5 (diff)
downloademacs-b0f9d85bc9e0480f4ebc8a9ce9dd847b34b0cfe7.tar.gz
emacs-b0f9d85bc9e0480f4ebc8a9ce9dd847b34b0cfe7.zip
* progmodes/antlr-mode.el (antlr-default): Fix defface form.
(antlr-font-lock-additional-keywords): Fix reference to `antlr-font-lock-literal-regexp' erroneously changed during the mass face rename. (antlr-run-tool): Use `compilation-start'.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index abcd1755701..e655c91e613 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -39,6 +39,12 @@
39 39
402005-08-26 Romain Francoise <romain@orebokech.com> 402005-08-26 Romain Francoise <romain@orebokech.com>
41 41
42 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
43 (antlr-font-lock-additional-keywords): Fix reference to
44 `antlr-font-lock-literal-regexp' erroneously changed during the
45 mass face rename.
46 (antlr-run-tool): Use `compilation-start'.
47
42 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start' 48 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
43 instead of the obsolete `compile-internal'. 49 instead of the obsolete `compile-internal'.
44 50