aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5b9b8880db6..46e04699970 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,13 @@
12009-11-11 Dan Nicolaescu <dann@ics.uci.edu> 12009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * progmodes/grep.el (grep-regexp-alist):
4 * international/mule-cmds.el (iso-2022-control-alist):
5 * emacs-lisp/timer.el (timer-duration-words):
6 * subr.el (version-separator, version-regexp-alist):
7 * minibuffer.el (completion-styles-alist):
8 * faces.el (face-attribute-name-alist, list-faces-sample-text):
9 Change defvars to defconsts.
10
3 * Makefile.in (ELCFILES): Add international/mule-conf.elc. 11 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4 * loadup.el ("international/mule-conf"): Load the byte compiled version. 12 * loadup.el ("international/mule-conf"): Load the byte compiled version.
5 * international/mule-conf.el: Allow to be byte compiled. 13 * international/mule-conf.el: Allow to be byte compiled.