aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 335e180d4ee..084535160d2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,15 @@
12003-02-20 Kenichi Handa <handa@m17n.org> 12003-02-20 Kenichi Handa <handa@m17n.org>
2 2
3 * fontset.c (check_fontset_name): If NAME is nil, return the
4 default fontset.
5 (override_font_info): New function.
6 (Fset_fontset_font): Document that NAME nil means the default
7 fontset.
8 (Ffontset_info): If FONTSET is not the default fontset, merge
9 FONTSET onto the copy of the default fontset, and work on that
10 copy. Document that NAME nil means the default fontset.
11 (Ffontset_font): Document that NAME nil means the default fontset.
12
3 * process.c (setup_process_coding_systems): If the process's 13 * process.c (setup_process_coding_systems): If the process's
4 in/out descriptor is -1, do nothing. 14 in/out descriptor is -1, do nothing.
5 15