# HG changeset patch # User Kenichi Handa # Date 1234528673 0 # Node ID 7f53f87a4bf386641888a3f26cd586d7b7d64edd # Parent 475e90a4fafc348bd6b3b33fd33424d0309995c1 *** empty log message *** diff -r 475e90a4fafc -r 7f53f87a4bf3 lisp/ChangeLog --- 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 + + * 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 * minibuffer.el (internal-complete-buffer-except): Doc fix. (Bug#2315)