aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-11-20 16:51:24 +0000
committerGerd Moellmann2000-11-20 16:51:24 +0000
commitff9ab41497e05841639181129f4eebfefba8134d (patch)
treebae8af860efe10b80d85f2014712bc9ac23857c7 /src
parent07b3d16e119d0bd1e25f3bf686d8633b9b08a3de (diff)
downloademacs-ff9ab41497e05841639181129f4eebfefba8134d.tar.gz
emacs-ff9ab41497e05841639181129f4eebfefba8134d.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e5ac53e1da2..e80ec2afb28 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12000-11-20 Gerd Moellmann <gerd@gnu.org>
2
3 * xterm.c (scroll_bar_windows, scroll_bar_windows_size): New
4 variables.
5 (x_send_scroll_bar_event): Store the window in scroll_bar_windows
6 and store an index in the XClientMessageEvent. Storing a
7 Lisp_Object or pointer can fail on a 64 bit system, since X only
8 transfers 32 bits.
9 (x_scroll_bar_to_input_event): Get the window from
10 scroll_bar_windows.
11
12000-11-20 Dave Love <fx@gnu.org> 122000-11-20 Dave Love <fx@gnu.org>
2 13
3 * Makefile.in (LIBX): Reorder for -lX11 after -lXpm. 14 * Makefile.in (LIBX): Reorder for -lX11 after -lXpm.