aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS3
-rw-r--r--leim/ChangeLog4
2 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 4b9f443ce91..124a5c9e935 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -90,6 +90,9 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types.
90 90
91* Changes in Emacs 21.4 91* Changes in Emacs 21.4
92 92
93** New input method chinese-sisheng for inputting Chinese Pinyin
94characters.
95
93** New command quail-show-key shows what key (or key sequence) to type 96** New command quail-show-key shows what key (or key sequence) to type
94in the current input method to input a character at point. 97in the current input method to input a character at point.
95 98
diff --git a/leim/ChangeLog b/leim/ChangeLog
index 7bc6cda3210..1db2b9dcb0a 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -1,3 +1,7 @@
12004-05-17 Werner Lemberg <wl@gnu.org>
2
3 * quail/sisheng.el: New file.
4
12004-05-17 Kenichi Handa <handa@m17n.org> 52004-05-17 Kenichi Handa <handa@m17n.org>
2 6
3 * Makefile.in (OTHERS): Add ${srcdir}/quail/sisheng.elc. 7 * Makefile.in (OTHERS): Add ${srcdir}/quail/sisheng.elc.