diff options
| author | Gerd Moellmann | 2000-11-30 19:52:51 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-11-30 19:52:51 +0000 |
| commit | eccc05db421c45a9d55d20e5f80d53ce2e10ace8 (patch) | |
| tree | 410d703590a1f1e81feb8f2419dde6957cfc40d4 /src/ChangeLog | |
| parent | a8a1b05ddb385a12a2dc824e2df09c97cff98af6 (diff) | |
| download | emacs-eccc05db421c45a9d55d20e5f80d53ce2e10ace8.tar.gz emacs-eccc05db421c45a9d55d20e5f80d53ce2e10ace8.zip | |
Test USE_TOOLKIT_SCROLL_BARS everywhere with #ifdef and
#ifndef instead of using #if.
(XTread_socket) [USE_MOTIF] <KeyPress>: Call XmIsScrollBar only if
USE_TOOLKIT_SCROLL_BARS is defined.
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 |