emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r111507: Make scroll-bar-adjust-thumb


From: Jan D.
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111507: Make scroll-bar-adjust-thumb-portion customizable, adjust documentation.
Date: Fri, 11 Jan 2013 06:09:30 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111507
committer: Jan D. <address@hidden>
branch nick: trunk
timestamp: Fri 2013-01-11 06:09:30 +0100
message:
  Make scroll-bar-adjust-thumb-portion customizable, adjust documentation.
  
  * lisp/cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
  
  * src/xterm.c (syms_of_xterm): Adjust documentation for
  scroll-bar-adjust-thumb-portion.
modified:
  lisp/ChangeLog
  lisp/cus-start.el
  src/ChangeLog
  src/xterm.c
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-01-13 01:23:48 +0000
+++ b/lisp/ChangeLog    2013-01-11 05:09:30 +0000
@@ -1,3 +1,7 @@
+2013-01-11  Jan Djärv  <address@hidden>
+
+       * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
+
 2013-01-13  Stefan Monnier  <address@hidden>
 
        * jit-lock.el (jit-lock-debug-mode): New minor mode.

=== modified file 'lisp/cus-start.el'
--- a/lisp/cus-start.el 2013-01-10 10:30:16 +0000
+++ b/lisp/cus-start.el 2013-01-11 05:09:30 +0000
@@ -513,6 +513,7 @@
             (x-use-underline-position-properties display boolean "22.1")
             (x-underline-at-descent-line display boolean "22.1")
             (x-stretch-cursor display boolean "21.1")
+            (scroll-bar-adjust-thumb-portion windows boolean "24.4")
             ;; xselect.c
             (x-select-enable-clipboard-manager killing boolean "24.1")
             ;; xsettings.c

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2013-01-11 04:57:45 +0000
+++ b/src/ChangeLog     2013-01-11 05:09:30 +0000
@@ -1,3 +1,8 @@
+2013-01-11  Jan Djärv  <address@hidden>
+
+       * xterm.c (syms_of_xterm): Adjust documentation for
+       scroll-bar-adjust-thumb-portion.
+
 2012-12-31  Adam Sjøgren  <address@hidden>
 
        * xterm.c (scroll-bar-adjust-thumb-portion): New variable to

=== modified file 'src/xterm.c'
--- a/src/xterm.c       2013-01-11 04:57:45 +0000
+++ b/src/xterm.c       2013-01-11 05:09:30 +0000
@@ -10789,10 +10789,12 @@
 
   DEFVAR_BOOL ("scroll-bar-adjust-thumb-portion",
                scroll_bar_adjust_thumb_portion_p,
-               doc: /* Non-nil means adjust the thumb in the
-scroll bar to be less likely to resize which looks better.
-Set to nil if you want the thumb to fill the whole scroll bar
-when the entire buffer is visible.  */);
+               doc: /* Adjust thumb for overscrolling for Gtk+ and MOTIF.
+Non-nil means adjust the thumb in the scroll bar so it can be dragged downwards
+even if the end of the buffer is shown (i.e. overscrolling).
+Set to nil if you want the thumb to be at the bottom when the end of the buffer
+is shown.  Also, the thumb fills the whole scroll bar when the entire buffer
+is visible.  In this case you can not overscroll.  */);
   scroll_bar_adjust_thumb_portion_p = 1;
 
   staticpro (&last_mouse_motion_frame);


reply via email to

[Prev in Thread] Current Thread [Next in Thread]