aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/scroll-bar.el
Commit message (Collapse)AuthorAgeFilesLines
...
* (toggle-scroll-bar): Call prefix-numeric-value.Karl Heuer1997-10-151-1/+2
|
* (scroll-bar-maybe-set-window-start): Change windowGeoff Voelker1997-09-021-1/+1
| | | | if current start is equal to start of next portion.
* (scroll-bar-mode-explicit): New variable.Richard M. Stallman1997-07-211-15/+24
| | | | | (set-scroll-bar-mode): Don't alter default-frame-alist when just loading this file.
* (scroll-bar-mode): Extra defvar to avoid warning.Richard M. Stallman1997-06-281-0/+2
|
* (toggle-scroll-bar): Moved from frame.el.Richard M. Stallman1997-06-281-30/+63
| | | | | | | | Use scroll-bar-mode to determine which side; if it's nil, use left. (set-scroll-bar-mode): New subroutine, taken from scroll-bar-mode. (scroll-bar-mode): Use the variable set-scroll-bar-mode. (scroll-bar-mode): New variable. (toggle-horizontal-scroll-bar): Moved from frame.el.
* (scroll-bar-maybe-set-window-start): Always setKarl Heuer1996-05-211-1/+3
| | | | window start, to ensure scroll bar position is updated.
* (scroll-bar-drag-position): New function.Richard M. Stallman1996-05-111-0/+32
| | | | (scroll-bar-maybe-set-window-start): New function.
* Update FSF's address.Erik Naggum1996-01-141-15/+15
|
* (scroll-bar-drag): Call scroll-bar-drag-1Karl Heuer1995-05-311-2/+4
| | | | inside the let.
* Update copyright.Karl Heuer1995-04-071-1/+1
|
* (scroll-bar-drag): Bind echo-keystrokes to 0.Richard M. Stallman1995-03-281-1/+2
|
* (scroll-bar-drag-1): Set point-before-scroll properly.Richard M. Stallman1995-01-261-16/+27
| | | | (scroll-bar-scroll-down, scroll-bar-scroll-up): Likewise.
* Update copyright.Karl Heuer1994-05-031-1/+1
|
* (scroll-bar-event-ratio): New function.Richard M. Stallman1994-04-301-0/+7
|
* (scroll-bar-mode): If FLAG is non-nil, set it to its prefix-numeric-value.Roland McGrath1993-08-061-0/+1
|
* * scroll-bar.el (scroll-bar-mode): Variable deleted.Jim Blandy1993-06-101-22/+30
| | | | | (scroll-bar-mode): Function changed to consult default-frame-alist instead of the variable.
* * scroll-bar.el (scroll-bar-set-window-start): Remember that theJim Blandy1993-06-091-1/+3
| | | | | scroll bar numbers reflect the accessible region of the buffer, not the entire buffer.
* (scroll-bar-drag-1):Richard M. Stallman1993-06-051-1/+4
| | | | Calculate position relative to the accessible part of the buffer.
* (scroll-bar-mode): Make default value t.Richard M. Stallman1993-05-261-1/+3
|
* (scroll-bar-drag, scroll-bar-drag-1): New functions.Richard M. Stallman1993-05-081-3/+31
| | | | | Put scroll-bar-drag on down-mouse-2 in scroll bar. Leave up-events on mouse-2 unbound.
* Added or corrected Commentary headersEric S. Raymond1993-03-221-0/+6
|
* Add standard library headers.Eric S. Raymond1993-03-171-0/+2
|
* Add standard library headers.Eric S. Raymond1993-03-171-1/+1
|
* Use the term `scroll bar', instead of `scrollbar'.Jim Blandy1993-03-021-30/+30
| | | | | * term/x-win.el, frame.el, mouse.el: Terminology changed. * scrollbar.el: Renamed to scroll-bar.el.
* These are in preparation for a more thorough renaming to occur soon.Jim Blandy1993-03-021-1/+1
| | | | | * scroll-bar.el: Provide `scroll-bar', not `scrollbar'. * term/x-win.el: Require `scroll-bar', not `scrollbar'.
* * term/x-win.el (scroll-bar-mode, scroll-bar-mode): Move theseJim Blandy1993-02-251-0/+30
| | | | | | | | functions to scrolbar.el. * scrollbar.el (scroll-bar-mode, scroll-bar-mode): Here they are. Make scroll-bar-mode set the {vertical,horizontal}-scrollbars parameters in default-frame-alist, and modify all extant screens using the correct parameter names.
* JimB's changes since January 18thJim Blandy1993-01-261-3/+5
|
* * scrollbar.el: New file.Jim Blandy1993-01-141-0/+102
| | | | * term/x-win.el: Require 'scrollbar.
* Initial revisionJim Blandy1993-01-141-0/+0