diff options
author | Kenichi Handa <handa@m17n.org> | 2005-10-21 01:26:51 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2005-10-21 01:26:51 +0000 |
commit | dfa1cd4d842f07c6a922ef38ff2c7e82472ad019 (patch) | |
tree | 527ea35216028bc340f7a6dfff94585fdf80cb9d | |
parent | eabcdf2fa0dfe71f82a7576850d690b26328fdb0 (diff) | |
download | emacs-dfa1cd4d842f07c6a922ef38ff2c7e82472ad019.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 5 | ||||
-rw-r--r-- | src/ChangeLog | 5 |
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. |