Mercurial > emacs
changeset 59068:9793bbaae7d3
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 22 Dec 2004 06:32:49 +0000 |
parents | fdadde62c624 |
children | 27371673eba8 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Dec 22 06:32:30 2004 +0000 +++ b/lisp/ChangeLog Wed Dec 22 06:32:49 2004 +0000 @@ -1,3 +1,11 @@ +2004-12-22 Kenichi Handa <handa@m17n.org> + + * international/quail.el (quail-start-translation): Fix prompt + string for the case if input-method-use-echo-area being non-nil. + (quail-start-conversion): Likewise. + (quail-show-guidance): Don't show guidance if + input-method-use-echo-area is non-nil. + 2004-12-21 Richard M. Stallman <rms@gnu.org> * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
--- a/src/ChangeLog Wed Dec 22 06:32:30 2004 +0000 +++ b/src/ChangeLog Wed Dec 22 06:32:49 2004 +0000 @@ -1,3 +1,7 @@ +2004-12-22 Kenichi Handa <handa@m17n.org> + + * xselect.c (Fx_get_cut_buffer_internal): Return a unibyte string. + 2004-12-21 Richard M. Stallman <rms@gnu.org> * eval.c (unwind_to_catch): Clear immediate_quit.