summaryrefslogtreecommitdiff
path: root/lisp/scroll-all.el
Commit message (Collapse)AuthorAgeFilesLines
* * scroll-all.el (scroll-all-check-to-scroll):Juri Linkov2010-05-111-2/+2
| | | | Add `scroll-up-command' and `scroll-down-command' (bug#6164).
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
|
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update copyright years.Glenn Morris2006-12-051-1/+1
|
* Space/tab mixup.Juanma Barranquero2006-11-241-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+2
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+1
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-1/+1
|
* (scroll-all-mode): Add groups.Markus Rost2002-11-231-0/+2
|
* (scroll-all-mode): Move arg LIGHTER to the right place.Markus Rost2002-11-231-2/+3
|
* (scroll-all-mode): Use define-minor-mode.Richard M. Stallman2002-08-121-25/+2
| | | | | | (scroll-all-mode): defcustom deleted. (running-xemacs): Variable deleted. (minor-mode-alist): Don't manipulate it directly.
* (scroll-all-mode): Make argument optional. Add to doc string.Glenn Morris2002-07-291-2/+5
|
* (scroll-all-mode): Handle numeric arg. Use `if' instead of `cond'.Glenn Morris2002-07-291-6/+6
|
* (scroll-all-function-all): New function to do the work of scrolling otherGlenn Morris2002-04-241-51/+20
| | | | | | | | windows. (scroll-all-scroll-down-all, scroll-all-scroll-up-all, scroll-all-page-down-all, scroll-all-page-up-all, scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all): Make them use scroll-all-function-all.
* Whitespace changes.Richard M. Stallman2002-04-221-53/+52
|
* (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all): CallGlenn Morris2002-04-211-2/+2
| | | | beginning-of-buffer, end-of-buffer interactively.
* (scroll-all-page-down-all, scroll-all-page-up-all): Ignore the error if oneGlenn Morris2002-04-211-32/+62
| | | | | | of the other windows being scrolled reaches the end/start of its buffer. (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all): New functions to track `beginning-of-buffer' and `end-of-buffer'.
* (minor-mode-alist): `scroll-all-mode', not `scroll-all-mode-mode'.Glenn Morris2002-04-211-15/+17
| | | | | (scroll-all-page-down-all, scroll-all-page-up-all, scroll-all-check-to-scroll): Remove `fkey-' prefix from scroll commands.
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-3/+5
|
* (scroll-all-mode): Customize variable. AddDave Love2000-11-121-3/+14
| | | | autoload cookie to function.
* Comment change.Richard M. Stallman1998-06-071-1/+1
|
* Renamed from scroll-lock.el.Richard M. Stallman1997-04-291-37/+28
| | | | | All functions renamed. (scroll-all-mode): Variable renamed from is-scroll-lock.
* Initial revisionRichard M. Stallman1997-04-291-0/+133