summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2005-10-21 01:26:51 +0000
committerKenichi Handa <handa@m17n.org>2005-10-21 01:26:51 +0000
commitdfa1cd4d842f07c6a922ef38ff2c7e82472ad019 (patch)
tree527ea35216028bc340f7a6dfff94585fdf80cb9d
parenteabcdf2fa0dfe71f82a7576850d690b26328fdb0 (diff)
downloademacs-dfa1cd4d842f07c6a922ef38ff2c7e82472ad019.tar.gz
*** 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 e410782d628..a00006574a9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2005-10-21 Kenichi Handa <handa@m17n.org>
+
+ * language/vietnamese.el (tcvn-5712): Make it an alias of
+ vietnamese-tcvn coding-system.
+
2005-10-20 Michael Albinus <michael.albinus@gmx.de>
* net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
diff --git a/src/ChangeLog b/src/ChangeLog
index 157428d6d9a..a4996a62eb6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2005-10-21 Kenichi Handa <handa@m17n.org>
+
+ * search.c (boyer_moore): Surround the '||' part of expression in
+ `if' condition by parentheses explicitly.
+
2005-10-20 Kim F. Storm <storm@cua.dk>
* buffer.c (clone_per_buffer_values): Remove unused var tem.