Mercurial > emacs
changeset 89005:7c7b866077e9
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 19 Aug 2002 06:12:43 +0000 |
parents | fbd881940a45 |
children | faa38aebf129 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 19 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <handa@etl.go.jp> + + * 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 <fx@gnu.org> * term.el (term-char-mode): Remove generic-character-list code.
--- 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 <handa@etl.go.jp> + + * emacs.c (main): In the case of --unibyte, instead of aborting on + finding non-empty buffer, make it unibyte. + +2002-08-18 Kenichi Handa <handa@etl.go.jp> + + * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font' + to create a fontset. + 2002-08-18 Dave Love <fx@gnu.org> * character.c (Funibyte_char_to_multibyte): Doc fix.