From 32d0a9dceb15e93bc493675e80b3156895c7981a Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 20 Feb 2003 12:49:07 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 3 +++ lisp/ChangeLog | 2 ++ src/ChangeLog | 10 ++++++++++ 3 files changed, 15 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index b9a2bb84f3d..4662833cff2 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1175,6 +1175,9 @@ timing measurements of code (including the garbage collection component). * 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. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 00253c2218e..d234a689138 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -10,6 +10,8 @@ 2003-02-20 Kenichi Handa + * 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, diff --git a/src/ChangeLog b/src/ChangeLog index 335e180d4ee..084535160d2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,15 @@ 2003-02-20 Kenichi Handa + * 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. -- 2.39.2