Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | American English spelling fix. | Glenn Morris | 2008-06-27 | 1 | -1/+1 |
| | |||||
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -6/+4 |
| | |||||
* | Fix up comment convention on the arch-tag lines. | Stefan Monnier | 2008-04-10 | 1 | -1/+1 |
| | |||||
* | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
| | |||||
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| | |||||
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | |||||
* | * hl-line.el (hl-line): New face. | Chong Yidong | 2006-08-29 | 1 | -10/+24 |
| | | | | (hl-line-face): Use it. | ||||
* | (hl-line-highlight, hl-line-move): Doc fixes. | John Paul Wallington | 2006-01-22 | 1 | -5/+5 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -1/+2 |
| | |||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | (hl-line-mode): Specify :group. | Lute Kamstra | 2005-04-04 | 1 | -2/+2 |
| | |||||
* | Change release version from 21.4 to 22.1 throughout. | Kim F. Storm | 2005-02-09 | 1 | -3/+3 |
| | | | | Change development version from 21.3.50 to 22.0.50. | ||||
* | 2004-03-15 Masatake YAMATO <jet@gyve.org> | Masatake YAMATO | 2004-03-15 | 1 | -4/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * hl-line.el (hl-line-range-function): New variable. (hl-line-move): New function. (global-hl-line-highlight): Use `hl-line-move'. (hl-line-highlight): Ditto. * scroll-bar.el (scroll-bar-columns): New function derived from ruler-mode.el. * fringe.el (fringe-columns): New function derived from ruler-mode.el. * ruler-mode.el (top-level): Require scroll-bar and fringe. (ruler-mode-left-fringe-cols) (ruler-mode-right-fringe-cols): Use `fringe-columns'. (ruler-mode-right-scroll-bar-cols) (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'. (ruler-mode-ruler-function): New variable. (ruler-mode-header-line-format): Call `ruler-mode-ruler-function' if the value for `ruler-mode-ruler-function'is given. * hexl.el (hexl-mode-hook): Make the hook customizable. (hexl-address-area, hexl-ascii-area, hexl-ascii-cursor): New customize variables. (hexlify-buffer): Put font-lock-faces on the address area and the ascii area. (hexl-activate-ruler): New function. (hexl-follow-line): New function. (hexl-highlight-line-range): New function. (hexl-mode-ruler): New function. | ||||
* | Revert part of 2003-09-13 change. | Lute Kamstra | 2003-10-13 | 1 | -0/+4 |
| | |||||
* | Change maintainer. | Dave Love | 2003-10-06 | 1 | -0/+1 |
| | |||||
* | Documentation (comments-only) fix. | Eli Zaretskii | 2003-09-13 | 1 | -6/+2 |
| | |||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | (hl-line-highlight, global-hl-line-highlight): Use | Lute Kamstra | 2003-05-16 | 1 | -2/+2 |
| | | | | | `line-beginning-position' to determine the beginning of the next line. | ||||
* | Rewrote the local minor mode so that it can be | Lute Kamstra | 2003-05-15 | 1 | -45/+112 |
| | | | | | | | | | | | | | | | | sticky as well and made sticky the default. Reimplemented the global minor mode. Updated the commentary section to document these changes. (hl-line-sticky-flag): New user option. (hl-line-overlay): Made it buffer-local and gave it a docstring. (global-hl-line-overlay): New variable. (hl-line-mode): Rewritten to use `hl-line-sticky-flag'. (hl-line-highlight): Rewritten to use `hl-line-sticky-flag'. (hl-line-unhighlight): Updated docstring. (global-hl-line-mode): Implemented directly so that is does not depend on `hl-line-mode' any more. (global-hl-line-highlight, global-hl-line-unhighlight): New functions. | ||||
* | Removed an erroneous comment. | Lute Kamstra | 2003-05-06 | 1 | -9/+6 |
| | | | | | | (hl-line-mode): Use buffer local hooks. (global-hl-line-mode): Turn local modes on unconditionally. (hl-line-highlight): Comment fix. | ||||
* | Fix typo in comment. | Juanma Barranquero | 2002-03-27 | 1 | -1/+1 |
| | |||||
* | (hl-line-highlight, hl-line-unhighlight): | Richard M. Stallman | 2002-02-01 | 1 | -18/+18 |
| | | | | Definitions moved down after hl-line-mode var's definition. | ||||
* | Comment changes. | Richard M. Stallman | 2002-01-20 | 1 | -6/+8 |
| | |||||
* | (hl-line-mode): Add args INIT-VALUE, LIGHTER, and | Gerd Moellmann | 2001-08-26 | 1 | -0/+1 |
| | | | | KEYMAP to the call to define-minor-mode. | ||||
* | (hl-line-mode): Don't be a global mode. | Gerd Moellmann | 2001-08-24 | 1 | -3/+7 |
| | | | | (global-hl-line-mode): New definition. | ||||
* | (hl-line): Doc fix. | Dave Love | 2001-01-03 | 1 | -1/+1 |
| | |||||
* | (hl-line-mode): Drop unneeded positional args. | Stefan Monnier | 2000-11-03 | 1 | -2/+1 |
| | |||||
* | (hl-line-overlay): Don't make it buffer-local. | Dave Love | 2000-09-22 | 1 | -4/+3 |
| | | | | (hl-line-highlight): Specify buffer when moving overlay. | ||||
* | (hl-line-highlight): Check hl-line-mode. | Dave Love | 2000-07-18 | 1 | -7/+11 |
| | |||||
* | (hl-line-overlay): Make it permanent-local. | Dave Love | 2000-07-04 | 1 | -0/+1 |
| | |||||
* | Fixed a typo in commentary. | Eli Zaretskii | 2000-06-13 | 1 | -1/+1 |
| | |||||
* | * autoarg.el (autoarg-mode, autoarg-kp-mode): | Stefan Monnier | 2000-06-05 | 1 | -1/+1 |
| | | | | * hl-line.el (hl-line-mode): Use the new :global key argument. | ||||
* | Rewritten using define-minor-mode. | Dave Love | 2000-06-01 | 1 | -30/+13 |
| | |||||
* | Fix boilerplate comments. | Dave Love | 2000-05-22 | 1 | -2/+4 |
| | |||||
* | (hl-line-mode): Fix defcustom. | Dave Love | 2000-01-06 | 1 | -12/+11 |
| | |||||
* | (hl-line): Fix :version. | Dave Love | 1999-08-04 | 1 | -1/+1 |
| | |||||
* | (hl-line-mode): Add autload cookies. | Dave Love | 1999-07-23 | 1 | -0/+3 |
| | |||||
* | Initial revision | Dave Love | 1999-07-19 | 1 | -0/+109 |