Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
32d0a9dc
Commit
32d0a9dc
authored
Feb 20, 2003
by
Kenichi Handa
Browse files
*** empty log message ***
parent
41cba4d0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
0 deletions
+15
-0
etc/NEWS
etc/NEWS
+3
-0
lisp/ChangeLog
lisp/ChangeLog
+2
-0
src/ChangeLog
src/ChangeLog
+10
-0
No files found.
etc/NEWS
View file @
32d0a9dc
...
...
@@ -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.
...
...
lisp/ChangeLog
View file @
32d0a9dc
...
...
@@ -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,
...
...
src/ChangeLog
View file @
32d0a9dc
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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment