aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-04-12 01:39:43 -0700
committerPaul Eggert2011-04-12 01:39:43 -0700
commite4cebfca13580f80fb0ecee27afb81b55c031535 (patch)
tree26a3dc715187305f33eac0a04cf6e195c6ca3f0a /src/ChangeLog
parent5bf46f05111229b5b9e7b6435151bd0f84586eb4 (diff)
downloademacs-e4cebfca13580f80fb0ecee27afb81b55c031535.tar.gz
emacs-e4cebfca13580f80fb0ecee27afb81b55c031535.zip
* xfns.c: Make symbols static if they're not exported.
(x_last_font_name, x_display_info_for_name): (x_set_foreground_color, x_set_background_color, x_set_mouse_color): (x_set_cursor_color, x_set_border_pixel, x_set_border_color): (x_set_cursor_type, x_set_icon_type, x_set_icon_name): (x_set_scroll_bar_foreground, x_set_scroll_bar_background): (x_explicitly_set_name, x_set_title, xic_defaut_fontset, tip_timer): (last_show_tip_args): Now static. (xic_defaut_fontset, xic_create_fontsetname): Define only if defined HAVE_X_WINDOWS && defined USE_X_TOOLKIT (x_screen_planes): Remove; unused. * dispextern.h (x_screen_planes): Remove decl.
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.