aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-04-13 16:22:35 -0700
committerPaul Eggert2011-04-13 16:22:35 -0700
commit239f9db96059f3f76e4b4a6f31f6eb56f642ea84 (patch)
treed37c48bf372a31f9433c35c6128e9401f5335b53 /src/ChangeLog
parentdfcf35798287d2483c1136d156e0f692ccea3b18 (diff)
downloademacs-239f9db96059f3f76e4b4a6f31f6eb56f642ea84.tar.gz
emacs-239f9db96059f3f76e4b4a6f31f6eb56f642ea84.zip
* font.c, fontset.c: Make symbols static if they're not exported.
* dispextern.h (FACE_SUITABLE_FOR_ASCII_CHAR_P): New macro. (FACE_SUITABLE_FOR_CHAR_P): Use it. * font.c (font_close_object): Now static. * font.h (font_close_object): Remove. * fontset.c (FONTSET_OBJLIST): Remove. (free_realized_fontset) #if-0 the body, which does nothing. (face_suitable_for_char_p): #if-0, as it's never called. * fontset.h (face_suitable_for_char_p): Remove decl. * xfaces.c (face_at_string_position): Use FACE_SUITABLE_FOR_ASCII_CHAR_P, not FACE_SUITABLE_FOR_CHAR_P, since 0 is always ASCII.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8d3318449e7..4c3796dbbf5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,18 @@
12011-04-13 Paul Eggert <eggert@cs.ucla.edu> 12011-04-13 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * font.c, fontset.c: Make symbols static if they're not exported.
4 * dispextern.h (FACE_SUITABLE_FOR_ASCII_CHAR_P): New macro.
5 (FACE_SUITABLE_FOR_CHAR_P): Use it.
6 * font.c (font_close_object): Now static.
7 * font.h (font_close_object): Remove.
8 * fontset.c (FONTSET_OBJLIST): Remove.
9 (free_realized_fontset) #if-0 the body, which does nothing.
10 (face_suitable_for_char_p): #if-0, as it's never called.
11 * fontset.h (face_suitable_for_char_p): Remove decl.
12 * xfaces.c (face_at_string_position): Use
13 FACE_SUITABLE_FOR_ASCII_CHAR_P, not FACE_SUITABLE_FOR_CHAR_P,
14 since 0 is always ASCII.
15
3 * fns.c (weak_hash_tables): Now static. 16 * fns.c (weak_hash_tables): Now static.
4 17
5 * fileio.c: Make symbols static if they're not exported. 18 * fileio.c: Make symbols static if they're not exported.