diff options
author | Glenn Morris <rgm@gnu.org> | 2012-04-09 16:31:47 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-04-09 16:31:47 -0400 |
commit | 54b0762cb7ca6b23de74096dd529f14ba3894a08 (patch) | |
tree | 0e5e85ef22aeaa511b0a65b7600e671d150175f0 /leim/ChangeLog | |
parent | 58d1f79757a8a6569dea07905b6c9e5055d8aeba (diff) | |
download | emacs-54b0762cb7ca6b23de74096dd529f14ba3894a08.tar.gz |
ChangeLog fix
Diffstat (limited to 'leim/ChangeLog')
-rw-r--r-- | leim/ChangeLog | 3 |
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 @@ 2012-04-09 Glenn Morris <rgm@gnu.org> - * Makefile.in: Compute the list of .el files to be compiled dynamically, + * Makefile.in: Compute list of .el files to be compiled dynamically, as the lisp/ directory does, rather than hard-coding it. + Also, separate leim-list generation from byte-compilation. (TIT_GB, TIT_BIG5, CHINESE_TIT, MISC, TIT_MISC): Make them store the .el files rather than the .elc files. (NON_TIT_GB, NON_TIT_BIG5, CHINESE_NON_TIT, CHINESE_GB) |