diff options
| author | Stefan Monnier | 2002-03-13 17:07:45 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2002-03-13 17:07:45 +0000 |
| commit | 6f2a7a68b9582c09aecf175cfd20c98ee7242d7e (patch) | |
| tree | 24195280962df1a03dca3efcea86308304932851 /src/ChangeLog | |
| parent | 894dc7e75d5298dbad72ca8307a93bbc6f89b16b (diff) | |
| download | emacs-6f2a7a68b9582c09aecf175cfd20c98ee7242d7e.tar.gz emacs-6f2a7a68b9582c09aecf175cfd20c98ee7242d7e.zip | |
(x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>: Use a fixed-size
thumb (based on an ad-hoc estimate of 30 chars per line) to avoid
annoying flicker.
(xm_scroll_callback): Get rid of the now unnecessary kludge.
(XTread_socket): Mark it static.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
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 @@ | |||
| 1 | 2002-03-13 Stefan Monnier <monnier@cs.yale.edu> | 1 | 2002-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 | ||
| 5 | 2002-03-13 Kim F. Storm <storm@cua.dk> | 11 | 2002-03-13 Kim F. Storm <storm@cua.dk> |