diff options
| -rw-r--r-- | leim/ChangeLog | 10 | ||||
| -rw-r--r-- | lisp/ChangeLog | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog index 593f54cdc6b..17600f3da3b 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2001-05-24 Andrew Choi <akochoi@i-cable.com> | ||
| 2 | |||
| 3 | * CXTERM-DIC/CTLau.tit, CXTERM-DIC/CTLauB.tit: Delete files. | ||
| 4 | |||
| 5 | * MISC-DIC/CTLau.html, MISC-DIC/CTLau-b5.html: Add files. | ||
| 6 | |||
| 7 | * Makefile.in (TIT-GB): Remove CTLau.elc from it. | ||
| 8 | (TIT-BIG5): Remove CTLauB.elc from it. | ||
| 9 | (MISC-DIC): Add CTLau.elc and CTLauB.elc to it. | ||
| 10 | |||
| 1 | 2001-05-17 Dave Love <fx@gnu.org> | 11 | 2001-05-17 Dave Love <fx@gnu.org> |
| 2 | 12 | ||
| 3 | * quail/latin-ltx.el ("TeX"): Renamed from "latin-latex2e". | 13 | * quail/latin-ltx.el ("TeX"): Renamed from "latin-latex2e". |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 06331a10957..12d5ebd4474 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2001-05-24 Andrew Choi <akochoi@i-cable.com> | ||
| 2 | |||
| 3 | * international/titdic-cnv.el (quail-cxterm-package-ext-info): | ||
| 4 | delete entries for chinese-ctlau and chinese-ctlaub. | ||
| 5 | (quail-misc-package-ext-info): add entries for chinese-ctlau and | ||
| 6 | chinese-ctlaub. | ||
| 7 | (ctlau-converter): New function. | ||
| 8 | (ctlau-gb-converter): New function. | ||
| 9 | (ctlau-b5-converter): New function. | ||
| 10 | |||
| 1 | 2001-05-22 Gerd Moellmann <gerd@gnu.org> | 11 | 2001-05-22 Gerd Moellmann <gerd@gnu.org> |
| 2 | 12 | ||
| 3 | * cus-edit.el (custom-comment-show): Remove debug code. | 13 | * cus-edit.el (custom-comment-show): Remove debug code. |