aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2006-08-09 01:25:59 +0000
committerKenichi Handa2006-08-09 01:25:59 +0000
commitbb0825cb7d70a290d61946d53f2a665ce8a4a14c (patch)
tree78b1d85543dcfe64ee8db0820731a827239f8989
parent2c53e699a1a9705755ca239da5acfdf32fd77ac9 (diff)
downloademacs-bb0825cb7d70a290d61946d53f2a665ce8a4a14c.tar.gz
emacs-bb0825cb7d70a290d61946d53f2a665ce8a4a14c.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog5
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c360d6c666f..06834b2ac49 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12006-08-09 Kenichi Handa <handa@m17n.org>
2
3 * international/latexenc.el (latexenc-find-file-coding-system):
4 Fix for the case that the 2nd element of arg-list is a cons.
5
12006-08-08 Chong Yidong <cyd@stupidchicken.com> 62006-08-08 Chong Yidong <cyd@stupidchicken.com>
2 7
3 * info.el (Info-fontify-node): Handle preceding `in' for note 8 * info.el (Info-fontify-node): Handle preceding `in' for note
diff --git a/src/ChangeLog b/src/ChangeLog
index 7c0408196aa..9d23a23e6a5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12006-08-09 Kenichi Handa <handa@m17n.org>
2
3 * coding.c (syms_of_coding): Improve the docstring
4 file-coding-system-alist.
5
12006-08-07 Andreas Schwab <schwab@suse.de> 62006-08-07 Andreas Schwab <schwab@suse.de>
2 7
3 * puresize.h (BASE_PURESIZE): Increase to 1120000. 8 * puresize.h (BASE_PURESIZE): Increase to 1120000.