diff options
| author | Stefan Monnier | 1999-12-10 01:40:47 +0000 |
|---|---|---|
| committer | Stefan Monnier | 1999-12-10 01:40:47 +0000 |
| commit | ec18280fd82a04f26c1003fc35aad2144e77a107 (patch) | |
| tree | 2b2f76cff21baca7e2487157c187a646e00d810a /src/ChangeLog | |
| parent | eef28553ffebf3442261648784bf71b93cfe2796 (diff) | |
| download | emacs-ec18280fd82a04f26c1003fc35aad2144e77a107.tar.gz emacs-ec18280fd82a04f26c1003fc35aad2144e77a107.zip | |
(#includes): Allow compilation with only Xaw.
(xaw3d_arrow_scroll, xaw3d_pick_top): New variables.
(xt_action_hook): Replace XAW3D by XAW.
(xaw3d_jump_callback): Renamed to xaw_jump_callback.
(xaw_jump_callback): Renamed from xaw3d_jump_callback.
Determine epsilon dynamically and don't try to be too clever.
(xaw3d_scroll_callback): Renamed to xaw_scroll_callback.
(xaw_scroll_callback): Renamed from xaw3d_scroll_callback.
Handle both Xaw3d with arrow-scrollbars and with Xaw-style
scrollbar (using `ratio').
(x_create_toolkit_scroll_bar): Try to detect which style of Xaw3d
scrollbar we have so as to set it up more optimally and to fix
xaw3d_arrow_scroll and xaw3d_pick_top.
(x_set_toolkit_scroll_bar_thumb): Try to maintain 2 spare pixels at the
bottom of the Xaw3d scrollbar, to work around its tendency to refuse
shrinking the thumb. Also make sure that `XawScrollbarSetThumb'
is not ignored, using a major gross hack.
(x_initialize): Init default values for xaw3d_arrow_scroll and
xaw3d_pick_top.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f3c17e8ae87..f0eabbaf380 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,29 @@ | |||
| 1 | 1999-12-09 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * keyboard.c (Qratio): New symbol. | ||
| 4 | (scroll_bar_parts): Add `Qratio' to it. | ||
| 5 | (syms_of_keyboard): Init `Qratio'. | ||
| 6 | * termhooks.h (scroll_bar_part): Add `scroll_bar_move_ratio'. | ||
| 7 | * xterm.c (#includes): Allow compilation with only Xaw. | ||
| 8 | (xaw3d_arrow_scroll, xaw3d_pick_top): New variables. | ||
| 9 | (xt_action_hook): Replace XAW3D by XAW. | ||
| 10 | (xaw3d_jump_callback): Renamed to xaw_jump_callback. | ||
| 11 | (xaw_jump_callback): Renamed from xaw3d_jump_callback. | ||
| 12 | Determine epsilon dynamically and don't try to be too clever. | ||
| 13 | (xaw3d_scroll_callback): Renamed to xaw_scroll_callback. | ||
| 14 | (xaw_scroll_callback): Renamed from xaw3d_scroll_callback. | ||
| 15 | Handle both Xaw3d with arrow-scrollbars and with Xaw-style | ||
| 16 | scrollbar (using `ratio'). | ||
| 17 | (x_create_toolkit_scroll_bar): Try to detect which style of Xaw3d | ||
| 18 | scrollbar we have so as to set it up more optimally and to fix | ||
| 19 | xaw3d_arrow_scroll and xaw3d_pick_top. | ||
| 20 | (x_set_toolkit_scroll_bar_thumb): Try to maintain 2 spare pixels at the | ||
| 21 | bottom of the Xaw3d scrollbar, to work around its tendency to refuse | ||
| 22 | shrinking the thumb. Also make sure that `XawScrollbarSetThumb' | ||
| 23 | is not ignored, using a major gross hack. | ||
| 24 | (x_initialize): Init default values for xaw3d_arrow_scroll and | ||
| 25 | xaw3d_pick_top. | ||
| 26 | |||
| 1 | 1999-12-09 Dave Love <fx@gnu.org> | 27 | 1999-12-09 Dave Love <fx@gnu.org> |
| 2 | 28 | ||
| 3 | * frame.h: (PIX_TYPE) [! HAVE_X_WINDOWS]: Define PIX_TYPE. | 29 | * frame.h: (PIX_TYPE) [! HAVE_X_WINDOWS]: Define PIX_TYPE. |