diff options
| author | Kenichi Handa | 2004-12-22 06:32:49 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2004-12-22 06:32:49 +0000 |
| commit | 7a0ea9e3554e4fc99c0c7de0216dc8915fe5b6ee (patch) | |
| tree | b5dc87e0c5af1a6401ad533f386540455974d6f9 | |
| parent | 3f6b532c9061006263c12f1f57779b0864cf2b89 (diff) | |
| download | emacs-7a0ea9e3554e4fc99c0c7de0216dc8915fe5b6ee.tar.gz emacs-7a0ea9e3554e4fc99c0c7de0216dc8915fe5b6ee.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 8 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
2 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 31b01552667..2795cbf26d4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2004-12-22 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * international/quail.el (quail-start-translation): Fix prompt | ||
| 4 | string for the case if input-method-use-echo-area being non-nil. | ||
| 5 | (quail-start-conversion): Likewise. | ||
| 6 | (quail-show-guidance): Don't show guidance if | ||
| 7 | input-method-use-echo-area is non-nil. | ||
| 8 | |||
| 1 | 2004-12-21 Richard M. Stallman <rms@gnu.org> | 9 | 2004-12-21 Richard M. Stallman <rms@gnu.org> |
| 2 | 10 | ||
| 3 | * textmodes/ispell.el (ispell-help): Bind resize-mini-windows. | 11 | * textmodes/ispell.el (ispell-help): Bind resize-mini-windows. |
diff --git a/src/ChangeLog b/src/ChangeLog index c2e81ad6a17..0a6612e962d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2004-12-22 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * xselect.c (Fx_get_cut_buffer_internal): Return a unibyte string. | ||
| 4 | |||
| 1 | 2004-12-21 Richard M. Stallman <rms@gnu.org> | 5 | 2004-12-21 Richard M. Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * eval.c (unwind_to_catch): Clear immediate_quit. | 7 | * eval.c (unwind_to_catch): Clear immediate_quit. |