Mercurial > emacs
changeset 49883:4fb79f65681e
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 20 Feb 2003 12:49:07 +0000 |
parents | 3b81891b7703 |
children | 6e26943fda98 |
files | etc/NEWS lisp/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Thu Feb 20 12:43:47 2003 +0000 +++ b/etc/NEWS Thu Feb 20 12:49:07 2003 +0000 @@ -1175,6 +1175,9 @@ * 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.
--- a/lisp/ChangeLog Thu Feb 20 12:43:47 2003 +0000 +++ b/lisp/ChangeLog Thu Feb 20 12:49:07 2003 +0000 @@ -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,
--- a/src/ChangeLog Thu Feb 20 12:43:47 2003 +0000 +++ b/src/ChangeLog Thu Feb 20 12:49:07 2003 +0000 @@ -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.