aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-11-30 19:52:51 +0000
committerGerd Moellmann2000-11-30 19:52:51 +0000
commiteccc05db421c45a9d55d20e5f80d53ce2e10ace8 (patch)
tree410d703590a1f1e81feb8f2419dde6957cfc40d4 /src/ChangeLog
parenta8a1b05ddb385a12a2dc824e2df09c97cff98af6 (diff)
downloademacs-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/ChangeLog7
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 @@
12000-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
12000-11-30 Jason Rumney <jasonr@gnu.org> 82000-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