aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-04-09 16:31:47 -0400
committerGlenn Morris2012-04-09 16:31:47 -0400
commit54b0762cb7ca6b23de74096dd529f14ba3894a08 (patch)
tree0e5e85ef22aeaa511b0a65b7600e671d150175f0
parent58d1f79757a8a6569dea07905b6c9e5055d8aeba (diff)
downloademacs-54b0762cb7ca6b23de74096dd529f14ba3894a08.tar.gz
emacs-54b0762cb7ca6b23de74096dd529f14ba3894a08.zip
ChangeLog fix
-rw-r--r--leim/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog
index f5976279290..6d297670ad2 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -5,8 +5,9 @@
5 5
62012-04-09 Glenn Morris <rgm@gnu.org> 62012-04-09 Glenn Morris <rgm@gnu.org>
7 7
8 * Makefile.in: Compute the list of .el files to be compiled dynamically, 8 * Makefile.in: Compute list of .el files to be compiled dynamically,
9 as the lisp/ directory does, rather than hard-coding it. 9 as the lisp/ directory does, rather than hard-coding it.
10 Also, separate leim-list generation from byte-compilation.
10 (TIT_GB, TIT_BIG5, CHINESE_TIT, MISC, TIT_MISC): 11 (TIT_GB, TIT_BIG5, CHINESE_TIT, MISC, TIT_MISC):
11 Make them store the .el files rather than the .elc files. 12 Make them store the .el files rather than the .elc files.
12 (NON_TIT_GB, NON_TIT_BIG5, CHINESE_NON_TIT, CHINESE_GB) 13 (NON_TIT_GB, NON_TIT_BIG5, CHINESE_NON_TIT, CHINESE_GB)