summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.