diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0296ba443b6..1f0d0bf839f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2009-02-13 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * international/titdic-cnv.el (tit-process-header): Use | ||
| 4 | buffer-substring-no-properties instead of buffer-substring. | ||
| 5 | (tit-process-body): Likewise. | ||
| 6 | (tsang-quick-converter): Handle superfluous CR at eol. | ||
| 7 | (py-converter): Use buffer-substring-no-properties instead of | ||
| 8 | buffer-substring. Handle superfluous CR at eol. | ||
| 9 | (ziranma-converter): Likewise | ||
| 10 | (ctlau-converter): Likewise. | ||
| 11 | (miscdic-convert): Read a file without eol conversion. | ||
| 12 | |||
| 1 | 2009-02-13 Juanma Barranquero <lekktu@gmail.com> | 13 | 2009-02-13 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 14 | ||
| 3 | * minibuffer.el (internal-complete-buffer-except): Doc fix. (Bug#2315) | 15 | * minibuffer.el (internal-complete-buffer-except): Doc fix. (Bug#2315) |