aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 54e46245d30..99dda435bc1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12002-03-13 Stefan Monnier <monnier@cs.yale.edu> 12002-03-13 Stefan Monnier <monnier@cs.yale.edu>
2 2
3 * xterm.c (x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>:
4 Use a fixed-size thumb (based on an ad-hoc estimate of 30 chars per
5 line) to avoid annoying flicker.
6 (xm_scroll_callback): Get rid of the now unnecessary kludge.
7 (XTread_socket): Mark it static.
8
3 * xdisp.c (display_mode_element): Fix int/Lisp_Object mixup. 9 * xdisp.c (display_mode_element): Fix int/Lisp_Object mixup.
4 10
52002-03-13 Kim F. Storm <storm@cua.dk> 112002-03-13 Kim F. Storm <storm@cua.dk>