diff options
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. |