]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Mon, 19 Aug 2002 06:12:43 +0000 (06:12 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 19 Aug 2002 06:12:43 +0000 (06:12 +0000)
lisp/ChangeLog
src/ChangeLog

index 44a60816412df6ea495901b0a920fb57a44667af..f43e36faf278355861b8a4fcc118d8a6501e50fc 100644 (file)
@@ -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.
index 310e2b942fac5d77ecb0287bd76f49dfa56fd5d9..e5456942d442a8d5a060bd28dfc4a33c136eb0ff 100644 (file)
@@ -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.