summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2001-01-27 01:49:15 +0000
committerKenichi Handa <handa@m17n.org>2001-01-27 01:49:15 +0000
commit17d90d6bfabe308e60a750ec522db71a2290b73a (patch)
tree2293753f0103834022c8a975dbfe089cdf0d3603
parentc47e2c68db3a11438738f79818aab783e7f08851 (diff)
downloademacs-17d90d6bfabe308e60a750ec522db71a2290b73a.tar.gz
*** empty log message ***
-rw-r--r--lisp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 13165ae98a5..7368ee003fe 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
+2001-01-27 Kenichi Handa <handa@etl.go.jp>
+
+ * international/quail.el (quail-setup-completion-buf): Make the
+ multibyteness of current buffer inherited to Quail completion
+ buffer.
+ (quail-show-guidance-buf): Make the multibyteness of current
+ buffer inherited to Quail guidance buffer.
+ (quail-help): Make the multibyteness of current buffer inherited
+ to Quail help buffer.
+
2001-01-26 Dave Love <fx@gnu.org>
* time-stamp.el: Doc fixes.