aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2004-06-30 06:14:40 +0000
committerKenichi Handa2004-06-30 06:14:40 +0000
commitf3265da9821318b9b06c641a8a8d4a3380d4039b (patch)
tree37336741e31496582e6d7bf7c97c902bdb1def4d
parent8c6204de1f88c527bb2f49e21d6e9a26e2eaf4c1 (diff)
downloademacs-f3265da9821318b9b06c641a8a8d4a3380d4039b.tar.gz
emacs-f3265da9821318b9b06c641a8a8d4a3380d4039b.zip
*** empty log message ***
-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