From: Kenichi Handa Date: Wed, 30 Oct 2002 01:27:27 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~190 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=47a62f297a73534c3c843ad6419299e988dc16fb;p=emacs.git *** empty log message *** --- diff --git a/etc/ChangeLog b/etc/ChangeLog index 5f56e474aca..571dda7c8d8 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,8 @@ +2002-10-30 Kenichi Handa + + * HELLO: Change indian-2-column chars of Hindi line to Unicode + chars. + 2002-10-17 Dave Love * charsets/cp866.map: Deleted (redundant). diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 771a724bfdf..fb7809b0f9e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2002-10-30 Kenichi Handa + * international/fontset.el ("fontset-default"): Add an entry for + `indian-is13194' charset. + * international/mule-conf.el (indian-is13194): Delete :unify-map property. Don't unify this charset. (indian-2-column): Delete :superset property, add :code-offset diff --git a/src/ChangeLog b/src/ChangeLog index 40496e82855..00ecbe554ea 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2002-10-30 Kenichi Handa + + * charset.c (Fset_charset_priority): Update + Viso_2022_charset_list. + 2002-10-29 Kenichi Handa * xfaces.c (Vface_resizing_fonts): New variable.