aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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