aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
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