From: Kenichi Handa Date: Fri, 20 Aug 2004 08:48:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~5236 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=295f3b30f6456b0fece7c3f946df096b79ce9067;p=emacs.git *** empty log message *** --- 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 + + * quail/georgian.el ("georgian"): Call quail-define-package with + the show-layout arg t. + 2004-08-06 Andreas Schwab * 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 + + * language/cyrillic.el: Register koi8-r in + ctext-non-standard-encodings-alist. + ("Cyrillic-KOI8"): Add ctext-non-standard-encoding. + 2004-08-17 Luc Teirlinck * 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 + + * syntax.c (skip_chars): Fix for unibyte case. + 2004-08-19 Stefan Monnier * syntax.c (char_quoted): Mixup byte/char pos.