Mercurial > emacs
comparison src/ChangeLog @ 33618:beb961476e7f
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sun, 19 Nov 2000 14:36:27 +0000 |
parents | 340b067073a5 |
children | 62859e71806e |
comparison
equal
deleted
inserted
replaced
33617:a9247e019ab7 | 33618:beb961476e7f |
---|---|
1 2000-11-19 Gerd Moellmann <gerd@gnu.org> | 1 2000-11-19 Gerd Moellmann <gerd@gnu.org> |
2 | |
3 * sysdep.c (emacs_ospeed): New variable. | |
4 (toplevel): Don't declare ospeed extern. | |
5 (init_baud_rate): Use emacs_ospeed instead of ospeed. | |
6 | |
7 * termcap.c (ospeed): Remove. | |
8 (tputs) [!emacs]: Remove unused code. | |
9 (tgetent): Avoid a compiler warning. | |
2 | 10 |
3 * xterm.c (x_set_toolkit_scroll_bar_thumb, x_scroll_bar_create) | 11 * xterm.c (x_set_toolkit_scroll_bar_thumb, x_scroll_bar_create) |
4 (x_scroll_bar_remove, XTset_vertical_scroll_bar): Call | 12 (x_scroll_bar_remove, XTset_vertical_scroll_bar): Call |
5 SCROLL_BAR_X_WIDGET with addtional argument DPY. | 13 SCROLL_BAR_X_WIDGET with additional argument DPY. |
6 | 14 |
7 * xterm.h (struct scroll_bar): Members x_widget_low, x_widget_high | 15 * xterm.h (struct scroll_bar): Members x_widget_low, x_widget_high |
8 removed. | 16 removed. |
9 (SCROLL_BAR_X_WIDGET): Get the widget via XtWindowToWidget. | 17 (SCROLL_BAR_X_WIDGET): Get the widget via XtWindowToWidget. |
10 Take the X display as additional argument. | 18 Take the X display as additional argument. |