From: Kenichi Handa Date: Mon, 6 Jan 2003 01:18:01 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~138 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b0f481396ad6243feb2fe7db7fdc9bdd24c43da5;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d5d06a5d12c..65f46e5b6fd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2003-01-06 Kenichi Handa + + * international/fontset.el (x-complement-fontset-spec): If a + fontname doesn't conform to XLFD format, try to get XLFD name by + x-list-fonts. + 2002-12-08 Dave Love * international/mule-conf.el (mik, pt154): New charsets. @@ -375,7 +381,7 @@ 2002-09-05 Dave Love - * international/characters.el: Make ,_/(B and ,A(B a case pair. + * international/characters.el: Make $(D*s(B and $(D+s(B a case pair. 2002-09-03 Kenichi Handa diff --git a/src/ChangeLog b/src/ChangeLog index 2ab6e72a898..1dd6d24b7b4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2003-01-06 Kenichi Handa + + * insdel.c (insert_from_gap): Fix argument to offset_intervals. + 2003-01-03 Dave Love * keymap.c (apropos_predicate, apropos_accumulate): Declare