diff options
-rw-r--r-- | leim/ChangeLog | 5 | ||||
-rw-r--r-- | lisp/ChangeLog | 6 | ||||
-rw-r--r-- | src/ChangeLog | 4 |
3 files changed, 15 insertions, 0 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog index c30c488c0b7..3074b183f6b 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,3 +1,8 @@ +2004-08-16 Kenichi Handa <handa@m17n.org> + + * quail/georgian.el ("georgian"): Call quail-define-package with + the show-layout arg t. + 2004-08-06 Andreas Schwab <schwab@suse.de> * Makefile.in (install): Remove .arch-inventory files. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d54f857f171..93fca8e4f71 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -10,6 +10,12 @@ (elp-results-jump-to-definition, elp-output-insert-symname): New Functions. (elp-output-result): Use elp-output-insert-symname. +2004-08-18 Kenichi Handa <handa@m17n.org> + + * language/cyrillic.el: Register koi8-r in + ctext-non-standard-encodings-alist. + ("Cyrillic-KOI8"): Add ctext-non-standard-encoding. + 2004-08-17 Luc Teirlinck <teirllm@auburn.edu> * emacs-lisp/copyright.el (copyright-update-year): Delete code diff --git a/src/ChangeLog b/src/ChangeLog index 469584d6bf9..7cde31b91dd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2004-08-20 Kenichi Handa <handa@m17n.org> + + * syntax.c (skip_chars): Fix for unibyte case. + 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca> * syntax.c (char_quoted): Mixup byte/char pos. |