aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-04-13 16:44:57 -0700
committerPaul Eggert2011-04-13 16:44:57 -0700
commitcd44d2ebb43eb738eca182841c903f8419cd6b5b (patch)
treef8b7a6259790c61c266edb427309005a2149ddaa /src/ChangeLog
parentad9a7a06d48b0be0b1159db566c2760d951d62c1 (diff)
downloademacs-cd44d2ebb43eb738eca182841c903f8419cd6b5b.tar.gz
emacs-cd44d2ebb43eb738eca182841c903f8419cd6b5b.zip
* image.c: Make symbols static if they're not exported.
* dispextern.h (x_create_bitmap_from_xpm_data): Do not declare if USE_GTK. * image.c (x_create_bitmap_from_xpm_data): Do not define if USE_GTK. (xpm_color_cache, ct_table, ct_colors_allocated): Now static.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a83bfbb2f46..1ede517243f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12011-04-13 Paul Eggert <eggert@cs.ucla.edu> 12011-04-13 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * image.c: Make symbols static if they're not exported.
4 * dispextern.h (x_create_bitmap_from_xpm_data): Do not declare
5 if USE_GTK.
6 * image.c (x_create_bitmap_from_xpm_data): Do not define if USE_GTK.
7 (xpm_color_cache, ct_table, ct_colors_allocated): Now static.
8
3 * fringe.c (standard_bitmaps): Now static. 9 * fringe.c (standard_bitmaps): Now static.
4 (max_used_fringe_bitmap): Now static, unless HAVE_NS. 10 (max_used_fringe_bitmap): Now static, unless HAVE_NS.
5 11