diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index cb3ef75a3aa..f3b7c185444 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -6,12 +6,10 @@ | |||
| 6 | 6 | ||
| 7 | * xterm.c: Fix problems found by static analysis with other toolkits. | 7 | * xterm.c: Fix problems found by static analysis with other toolkits. |
| 8 | (toolkit_scroll_bar_interaction): Define and use only if USE_X_TOOLKIT. | 8 | (toolkit_scroll_bar_interaction): Define and use only if USE_X_TOOLKIT. |
| 9 | (x_dispatch_event): Declare static only if !USE_GTK && USE_X_TOOLKIT. | 9 | (x_dispatch_event): Declare static if USE_GTK, and |
| 10 | Define if USE_GTK || (HAVE_MENUS && USE_X_TOOLKIT); USE_MOTIF need | 10 | define if USE_GTK || USE_X_TOOLKIT. |
| 11 | not be part of this test. | ||
| 12 | (SET_SAVED_BUTTON_EVENT): Define only if USE_X_TOOLKIT || USE_GTK. | 11 | (SET_SAVED_BUTTON_EVENT): Define only if USE_X_TOOLKIT || USE_GTK. |
| 13 | * xterm.h (x_dispatch_event): Use USE_GTK, not USE_MOTIF, when testing | 12 | * xterm.h (x_dispatch_event): Extern only if USE_X_TOOLKIT. |
| 14 | whether to declare. | ||
| 15 | * xterm.c, xterm.h (x_mouse_leave): Bring this function back, but only if | 13 | * xterm.c, xterm.h (x_mouse_leave): Bring this function back, but only if |
| 16 | defined HAVE_MENUS && !defined USE_X_TOOLKIT && !defined USE_GTK. | 14 | defined HAVE_MENUS && !defined USE_X_TOOLKIT && !defined USE_GTK. |
| 17 | 15 | ||