comparison src/ChangeLog @ 43885:6198fc8111ef

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 13 Mar 2002 17:04:58 +0000
parents a5c11e9a7c20
children 7f30361633b3
comparison
equal deleted inserted replaced
43884:eb248012bf4a 43885:6198fc8111ef
1 2002-03-13 Stefan Monnier <monnier@cs.yale.edu> 1 2002-03-13 Stefan Monnier <monnier@cs.yale.edu>
2
3 * xterm.c (x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>: Use a fixed-size
4 thumb (based on an ad-hoc estimate of 30 chars per line) to avoid
5 annoying flicker.
6 (xm_scroll_callback): Get rid of the now unnecessary kludge.
7 (XTread_socket): Mark it static.
2 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
5 2002-03-13 Kim F. Storm <storm@cua.dk> 11 2002-03-13 Kim F. Storm <storm@cua.dk>
6 12