summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2004-06-30 06:14:40 +0000
committerKenichi Handa <handa@m17n.org>2004-06-30 06:14:40 +0000
commitf3265da9821318b9b06c641a8a8d4a3380d4039b (patch)
tree37336741e31496582e6d7bf7c97c902bdb1def4d /src
parent8c6204de1f88c527bb2f49e21d6e9a26e2eaf4c1 (diff)
downloademacs-f3265da9821318b9b06c641a8a8d4a3380d4039b.tar.gz
emacs-f3265da9821318b9b06c641a8a8d4a3380d4039b.tar.bz2
emacs-f3265da9821318b9b06c641a8a8d4a3380d4039b.zip
*** empty log message ***
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 @@
* xfaces.c (Fface_font): If frame is not on a window system,
ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
refer to face->font.
+ (split_font_name_into_vector, build_font_name_from_vector)
+ (lookup_non_ascii_face, realize_non_ascii_face): Define them only
+ whne HAVE_WINDOW_SYSTEM is defined.
2004-05-29 Kenichi Handa <handa@m17n.org>