aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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 572644bf1c7..9b145d865db 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,18 @@
12011-04-12 Paul Eggert <eggert@cs.ucla.edu> 12011-04-12 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * xfns.c: Make symbols static if they're not exported.
4 (x_last_font_name, x_display_info_for_name):
5 (x_set_foreground_color, x_set_background_color, x_set_mouse_color):
6 (x_set_cursor_color, x_set_border_pixel, x_set_border_color):
7 (x_set_cursor_type, x_set_icon_type, x_set_icon_name):
8 (x_set_scroll_bar_foreground, x_set_scroll_bar_background):
9 (x_explicitly_set_name, x_set_title, xic_defaut_fontset, tip_timer):
10 (last_show_tip_args): Now static.
11 (xic_defaut_fontset, xic_create_fontsetname): Define only if
12 defined HAVE_X_WINDOWS && defined USE_X_TOOLKIT
13 (x_screen_planes): Remove; unused.
14 * dispextern.h (x_screen_planes): Remove decl.
15
3 * dispnew.c: Make symbols static if they're not exported. 16 * dispnew.c: Make symbols static if they're not exported.
4 * dispextern.h (redraw_garbaged_frames, scrolling): 17 * dispextern.h (redraw_garbaged_frames, scrolling):
5 (increment_row_positions): Remove. 18 (increment_row_positions): Remove.