Mercurial > emacs
comparison src/ChangeLog @ 33607:340b067073a5
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sun, 19 Nov 2000 00:29:46 +0000 |
parents | e80813d34e11 |
children | beb961476e7f |
comparison
equal
deleted
inserted
replaced
33606:01f87b0ff56f | 33607:340b067073a5 |
---|---|
1 2000-11-19 Gerd Moellmann <gerd@gnu.org> | 1 2000-11-19 Gerd Moellmann <gerd@gnu.org> |
2 | 2 |
3 * xterm.c (x_set_toolkit_scroll_bar_thumb, x_scroll_bar_create) | |
4 (x_scroll_bar_remove, XTset_vertical_scroll_bar): Call | |
5 SCROLL_BAR_X_WIDGET with addtional argument DPY. | |
6 | |
7 * xterm.h (struct scroll_bar): Members x_widget_low, x_widget_high | |
8 removed. | |
9 (SCROLL_BAR_X_WIDGET): Get the widget via XtWindowToWidget. | |
10 Take the X display as additional argument. | |
11 (SET_SCROLL_BAR_X_WIDGET): Store the window of the widget, since | |
12 `Widget' is a pointer type that's not easily stored in Lisp_Object | |
13 form in a portable way. | |
14 | |
3 * dispnew.c (update_text_area): Fix last change. | 15 * dispnew.c (update_text_area): Fix last change. |
4 | 16 |
5 2000-11-18 Gerd Moellmann <gerd@gnu.org> | 17 2000-11-18 Gerd Moellmann <gerd@gnu.org> |
6 | 18 |
7 * xdisp.c: Use BINDING_STACK_SIZE throughout. | 19 * xdisp.c: Use BINDING_STACK_SIZE throughout. |