diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c009a8fadee..9a429af4b9e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-04-16 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-16 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * xmenu.c (xmenu_show): Don't use uninitialized vars. | ||
| 4 | |||
| 3 | * xterm.c: Fix problems found by static analysis with other toolkits. | 5 | * xterm.c: Fix problems found by static analysis with other toolkits. |
| 4 | (toolkit_scroll_bar_interaction): Define and use only if USE_X_TOOLKIT. | 6 | (toolkit_scroll_bar_interaction): Define and use only if USE_X_TOOLKIT. |
| 5 | (x_dispatch_event): Declare static only if !USE_GTK && USE_X_TOOLKIT. | 7 | (x_dispatch_event): Declare static only if !USE_GTK && USE_X_TOOLKIT. |