+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.
+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.