diff options
| author | Paul Eggert | 2011-04-13 15:19:27 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-13 15:19:27 -0700 |
| commit | b532497da492ad9fef912bdf41d7f57c6f5bd833 (patch) | |
| tree | 83d73904d0c7815b9d6e4de5c973a66d08652815 /src/ChangeLog | |
| parent | 1675728f009404df6bc79b7e0933bc675afa1be1 (diff) | |
| download | emacs-b532497da492ad9fef912bdf41d7f57c6f5bd833.tar.gz emacs-b532497da492ad9fef912bdf41d7f57c6f5bd833.zip | |
* xterm.c: Make symbols static if they're not exported.
(x_raise_frame, x_lower_frame, x_wm_set_window_state):
(x_wm_set_icon_pixmap, x_initialize, XTread_socket_fake_io_error):
(x_destroy_window, x_delete_display):
Now static.
(x_dispatch_event): Now static if ! (USE_MOTIF || USE_X_TOOLKIT).
(x_mouse_leave): Remove; unused.
* xterm.h (x_display_info_for_name, x_raise_frame, x_lower_frame):
(x_destroy_window, x_wm_set_window_state, x_wm_set_icon_pixmap):
(x_delete_display, x_initialize, x_set_border_pixel, x_screen_planes):
Remove decls.
(x_mouse_leave): Declare only if WINDOWSNT.
(x_dispatch_event): Declare only if USE_MOTIF or USE_X_TOOLKIT.
(xic_create_fontsetname): Declare only if HAVE_X_WINDOWS &&
USE_X_TOOLKIT.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1498d267775..94712577e87 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2011-04-13 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * xterm.c: Make symbols static if they're not exported. | ||
| 4 | (x_raise_frame, x_lower_frame, x_wm_set_window_state): | ||
| 5 | (x_wm_set_icon_pixmap, x_initialize, XTread_socket_fake_io_error): | ||
| 6 | (x_destroy_window, x_delete_display): | ||
| 7 | Now static. | ||
| 8 | (x_dispatch_event): Now static if ! (USE_MOTIF || USE_X_TOOLKIT). | ||
| 9 | (x_mouse_leave): Remove; unused. | ||
| 10 | * xterm.h (x_display_info_for_name, x_raise_frame, x_lower_frame): | ||
| 11 | (x_destroy_window, x_wm_set_window_state, x_wm_set_icon_pixmap): | ||
| 12 | (x_delete_display, x_initialize, x_set_border_pixel, x_screen_planes): | ||
| 13 | Remove decls. | ||
| 14 | (x_mouse_leave): Declare only if WINDOWSNT. | ||
| 15 | (x_dispatch_event): Declare only if USE_MOTIF or USE_X_TOOLKIT. | ||
| 16 | (xic_create_fontsetname): Declare only if HAVE_X_WINDOWS && | ||
| 17 | USE_X_TOOLKIT. | ||
| 18 | |||
| 1 | 2011-04-12 Paul Eggert <eggert@cs.ucla.edu> | 19 | 2011-04-12 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 20 | ||
| 3 | * ftxfont.c: Make symbols static if they're not exported. | 21 | * ftxfont.c: Make symbols static if they're not exported. |