changeset 102002:7f53f87a4bf3

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Fri, 13 Feb 2009 12:37:53 +0000
parents 475e90a4fafc
children 5b34117b1ac4
files lisp/ChangeLog
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Feb 13 12:36:55 2009 +0000
+++ b/lisp/ChangeLog	Fri Feb 13 12:37:53 2009 +0000
@@ -1,3 +1,15 @@
+2009-02-13  Kenichi Handa  <handa@m17n.org>
+
+	* international/titdic-cnv.el (tit-process-header): Use
+	buffer-substring-no-properties instead of buffer-substring.
+	(tit-process-body): Likewise.
+	(tsang-quick-converter): Handle superfluous CR at eol.
+	(py-converter): Use buffer-substring-no-properties instead of
+	buffer-substring.  Handle superfluous CR at eol.
+	(ziranma-converter): Likewise
+	(ctlau-converter): Likewise.
+	(miscdic-convert): Read a file without eol conversion.
+
 2009-02-13  Juanma Barranquero  <lekktu@gmail.com>
 
 	* minibuffer.el (internal-complete-buffer-except): Doc fix.  (Bug#2315)