diff options
| author | Jan Djärv | 2004-10-19 16:41:04 +0000 |
|---|---|---|
| committer | Jan Djärv | 2004-10-19 16:41:04 +0000 |
| commit | 08dedea656abbecfc80e8de68645da32edca0533 (patch) | |
| tree | c92263fe8bf47becd7ac3d8ecfd37a0c67b5f046 | |
| parent | 6bd8015d00acd19c07570d01c15d8864bd6cf6c1 (diff) | |
| download | emacs-08dedea656abbecfc80e8de68645da32edca0533.tar.gz emacs-08dedea656abbecfc80e8de68645da32edca0533.zip | |
* gtkutil.h (xg_update_scrollbar_pos): Remove arguments real_left
and canon_width.
(xg_frame_cleared): Removed.
* gtkutil.c (xg_frame_cleared, xg_fixed_handle_expose,
xg_find_top_left_in_fixed): Removed.
(xg_create_scroll_bar): Put an event box widget between
the scroll bar widget and the edit widget.
(xg_show_scroll_bar): Show the parent widget (the event box).
(xg_remove_scroll_bar): Destroy parent (the event box) also.
(xg_update_scrollbar_pos): Remove arguments real_left and canon_width.
Move the parent (the event box) widget inside the fixed widget.
Move window clear to xterm.c.
* gtkutil.h (xg_frame_cleared): Removed.
* xterm.c (x_clear_frame): Remove call to xg_frame_cleared
(x_scroll_bar_create, XTset_vertical_scroll_bar): Remove
arguments left and width to xg_update_scrollbar_pos.
(XTset_vertical_scroll_bar): Do x_clear_area for USE_GTK also.
| -rw-r--r-- | src/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d833be8e48c..a5d67cfbf95 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,26 @@ | |||
| 1 | 2004-10-19 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * gtkutil.h (xg_update_scrollbar_pos): Remove arguments real_left | ||
| 4 | and canon_width. | ||
| 5 | (xg_frame_cleared): Removed. | ||
| 6 | |||
| 7 | * gtkutil.c (xg_frame_cleared, xg_fixed_handle_expose, | ||
| 8 | xg_find_top_left_in_fixed): Removed. | ||
| 9 | (xg_create_scroll_bar): Put an event box widget between | ||
| 10 | the scroll bar widget and the edit widget. | ||
| 11 | (xg_show_scroll_bar): Show the parent widget (the event box). | ||
| 12 | (xg_remove_scroll_bar): Destroy parent (the event box) also. | ||
| 13 | (xg_update_scrollbar_pos): Remove arguments real_left and canon_width. | ||
| 14 | Move the parent (the event box) widget inside the fixed widget. | ||
| 15 | Move window clear to xterm.c. | ||
| 16 | |||
| 17 | * gtkutil.h (xg_frame_cleared): Removed. | ||
| 18 | |||
| 19 | * xterm.c (x_clear_frame): Remove call to xg_frame_cleared | ||
| 20 | (x_scroll_bar_create, XTset_vertical_scroll_bar): Remove | ||
| 21 | arguments left and width to xg_update_scrollbar_pos. | ||
| 22 | (XTset_vertical_scroll_bar): Do x_clear_area for USE_GTK also. | ||
| 23 | |||
| 1 | 2004-10-19 Kim F. Storm <storm@cua.dk> | 24 | 2004-10-19 Kim F. Storm <storm@cua.dk> |
| 2 | 25 | ||
| 3 | * xdisp.c (display_mode_element): Fix display of wide chars. | 26 | * xdisp.c (display_mode_element): Fix display of wide chars. |