]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Thu, 20 Feb 2003 12:49:07 +0000 (12:49 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 20 Feb 2003 12:49:07 +0000 (12:49 +0000)
etc/NEWS
lisp/ChangeLog
src/ChangeLog

index b9a2bb84f3dfffde1dcdbe6384f2cf7210c45e97..4662833cff2b7bfc7f97b412a868a6fc02ccb2f3 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1175,6 +1175,9 @@ timing measurements of code (including the garbage collection component).
 \f
 * Lisp Changes in Emacs 21.4
 
+** `set-fontset-font', `fontset-info', `fontset-font' now operate on
+the default fontset if the argument NAME is nil..
+
 ** The escape sequence \s is now interpreted as a SPACE character, 
 unless it is followed by a `-' in a character constant (e.g. ?\s-A),
 in which case it is still interpreted as the super modifier.
index 00253c2218eedae95427f18473fcca039b244764..d234a689138188951ce71b183992153e920f70e4 100644 (file)
@@ -10,6 +10,8 @@
 
 2003-02-20  Kenichi Handa  <handa@m17n.org>
 
+       * term/w32-win.el: Call set-fontset-font with NAME nil.
+
        * international/mule-diag.el (print-fontset): If FONTSET is nil,
        use the default fontset.
        (describe-fontset): If the current frame is not using a fontset,
index 335e180d4eeb55b56856a529e36f728ac457e8f7..084535160d2d8699e96dfa3a4dd50f2296b5c32f 100644 (file)
@@ -1,5 +1,15 @@
 2003-02-20  Kenichi Handa  <handa@m17n.org>
 
+       * fontset.c (check_fontset_name): If NAME is nil, return the
+       default fontset.
+       (override_font_info): New function.
+       (Fset_fontset_font): Document that NAME nil means the default
+       fontset.
+       (Ffontset_info): If FONTSET is not the default fontset, merge
+       FONTSET onto the copy of the default fontset, and work on that
+       copy.  Document that NAME nil means the default fontset.
+       (Ffontset_font): Document that NAME nil means the default fontset.
+
        * process.c (setup_process_coding_systems): If the process's
        in/out descriptor is -1, do nothing.