Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (scroll-all-mode): Use define-minor-mode. | Richard M. Stallman | 2002-08-12 | 1 | -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 Morris | 2002-07-29 | 1 | -2/+5 |
| | |||||
* | (scroll-all-mode): Handle numeric arg. Use `if' instead of `cond'. | Glenn Morris | 2002-07-29 | 1 | -6/+6 |
| | |||||
* | (scroll-all-function-all): New function to do the work of scrolling other | Glenn Morris | 2002-04-24 | 1 | -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. Stallman | 2002-04-22 | 1 | -53/+52 |
| | |||||
* | (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all): Call | Glenn Morris | 2002-04-21 | 1 | -2/+2 |
| | | | | beginning-of-buffer, end-of-buffer interactively. | ||||
* | (scroll-all-page-down-all, scroll-all-page-up-all): Ignore the error if one | Glenn Morris | 2002-04-21 | 1 | -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 Morris | 2002-04-21 | 1 | -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Ãk | 2001-07-16 | 1 | -3/+5 |
| | |||||
* | (scroll-all-mode): Customize variable. Add | Dave Love | 2000-11-12 | 1 | -3/+14 |
| | | | | autoload cookie to function. | ||||
* | Comment change. | Richard M. Stallman | 1998-06-07 | 1 | -1/+1 |
| | |||||
* | Renamed from scroll-lock.el. | Richard M. Stallman | 1997-04-29 | 1 | -37/+28 |
| | | | | | All functions renamed. (scroll-all-mode): Variable renamed from is-scroll-lock. | ||||
* | Initial revision | Richard M. Stallman | 1997-04-29 | 1 | -0/+133 |