changeset 66261:83a28b92ccd1

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Fri, 21 Oct 2005 01:26:51 +0000
parents 86f5594365ad
children c3855d669e33
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Oct 21 01:25:46 2005 +0000
+++ b/lisp/ChangeLog	Fri Oct 21 01:26:51 2005 +0000
@@ -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
--- a/src/ChangeLog	Fri Oct 21 01:25:46 2005 +0000
+++ b/src/ChangeLog	Fri Oct 21 01:26:51 2005 +0000
@@ -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.