# HG changeset patch # User Kenichi Handa # Date 1029737563 0 # Node ID 7c7b866077e97d404850a4130dd93cbe1f0c6e2a # Parent fbd881940a45d4f47b0387a40fabc8c40acc38f7 *** empty log message *** diff -r fbd881940a45 -r 7c7b866077e9 lisp/ChangeLog --- a/lisp/ChangeLog Mon Aug 19 06:12:31 2002 +0000 +++ b/lisp/ChangeLog Mon Aug 19 06:12:43 2002 +0000 @@ -1,3 +1,12 @@ +2002-08-18 Kenichi Handa + + * international/fontset.el (fontset-plain-name): If the fontset + name doesn't ends with "-fontset-*", use family name as the first + part of the plain name. + (create-fontset-from-ascii-font): If "fontset-startup" is not yet + created, use that name for the fontset. Fix arguments to + subst-char-in-string. + 2002-08-18 Dave Love * term.el (term-char-mode): Remove generic-character-list code. diff -r fbd881940a45 -r 7c7b866077e9 src/ChangeLog --- a/src/ChangeLog Mon Aug 19 06:12:31 2002 +0000 +++ b/src/ChangeLog Mon Aug 19 06:12:43 2002 +0000 @@ -1,3 +1,13 @@ +2002-08-19 Kenichi Handa + + * emacs.c (main): In the case of --unibyte, instead of aborting on + finding non-empty buffer, make it unibyte. + +2002-08-18 Kenichi Handa + + * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font' + to create a fontset. + 2002-08-18 Dave Love * character.c (Funibyte_char_to_multibyte): Doc fix.