aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.223
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog.22 b/src/ChangeLog.22
index d211a8d6de8..4b5fed13b07 100644
--- a/src/ChangeLog.22
+++ b/src/ChangeLog.22
@@ -3,6 +3,9 @@
3 * xfaces.c (Fface_font): If frame is not on a window system, 3 * xfaces.c (Fface_font): If frame is not on a window system,
4 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't 4 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
5 refer to face->font. 5 refer to face->font.
6 (split_font_name_into_vector, build_font_name_from_vector)
7 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
8 whne HAVE_WINDOW_SYSTEM is defined.
6 9
72004-05-29 Kenichi Handa <handa@m17n.org> 102004-05-29 Kenichi Handa <handa@m17n.org>
8 11