diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a5fb4643be0..ba18459e58c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2000-11-30 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * xterm.c: Test USE_TOOLKIT_SCROLL_BARS everywhere with #ifdef and | ||
| 4 | #ifndef instead of using #if. | ||
| 5 | (XTread_socket) [USE_MOTIF] <KeyPress>: Call XmIsScrollBar only if | ||
| 6 | USE_TOOLKIT_SCROLL_BARS is defined. | ||
| 7 | |||
| 1 | 2000-11-30 Jason Rumney <jasonr@gnu.org> | 8 | 2000-11-30 Jason Rumney <jasonr@gnu.org> |
| 2 | 9 | ||
| 3 | * w32fns.c (x_set_cursor_color): Use x_update_cursor instead of | 10 | * w32fns.c (x_set_cursor_color): Use x_update_cursor instead of |