1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00
Commit Graph

37 Commits

Author SHA1 Message Date
Glenn Morris
eb3fa2cfcf Switch to recommended form of GPLv3 permissions notice. 2008-05-06 08:06:51 +00:00
Stefan Monnier
cbee283dd7 Fix up comment convention on the arch-tag lines. 2008-04-10 14:10:46 +00:00
Glenn Morris
409cc4a3ea Add 2008 to copyright years. 2008-01-07 02:45:14 +00:00
Glenn Morris
b4aa60262c Switch license to GPLv3 or later. 2007-07-25 04:50:21 +00:00
Glenn Morris
d7a0267c8d Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
Chong Yidong
3775cb5cd8 * hl-line.el (hl-line): New face.
(hl-line-face): Use it.
2006-08-29 13:28:00 +00:00
John Paul Wallington
a4c6ebf96c (hl-line-highlight, hl-line-move): Doc fixes. 2006-01-22 08:56:43 +00:00
Thien-Thi Nguyen
0d30b33766 Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
Lute Kamstra
086add1519 Update FSF's address. 2005-07-04 23:32:44 +00:00
Lute Kamstra
b862cd15d0 (hl-line-mode): Specify :group. 2005-04-04 08:57:54 +00:00
Kim F. Storm
bf247b6ed0 Change release version from 21.4 to 22.1 throughout.
Change development version from 21.3.50 to 22.0.50.
2005-02-09 15:50:47 +00:00
Masatake YAMATO
9fd76d04e8 2004-03-15 Masatake YAMATO <jet@gyve.org>
* 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.
2004-03-15 07:27:02 +00:00
Lute Kamstra
0052fe2a79 Revert part of 2003-09-13 change. 2003-10-13 16:29:53 +00:00
Dave Love
e2f9e1b2ad Change maintainer. 2003-10-06 16:31:17 +00:00
Eli Zaretskii
e5f06fcebb Documentation (comments-only) fix. 2003-09-13 09:49:46 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Lute Kamstra
733b241e48 (hl-line-highlight, global-hl-line-highlight): Use
`line-beginning-position' to determine the beginning of the next
line.
2003-05-16 09:28:39 +00:00
Lute Kamstra
23db85ff00 Rewrote the local minor mode so that it can be
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.
2003-05-15 13:22:15 +00:00
Lute Kamstra
9df382fe16 Removed an erroneous comment.
(hl-line-mode): Use buffer local hooks.
(global-hl-line-mode): Turn local modes on unconditionally.
(hl-line-highlight): Comment fix.
2003-05-06 15:35:58 +00:00
Juanma Barranquero
10cccf1b96 Fix typo in comment. 2002-03-27 10:22:34 +00:00
Richard M. Stallman
57e46f945e (hl-line-highlight, hl-line-unhighlight):
Definitions moved down after hl-line-mode var's definition.
2002-02-01 04:18:46 +00:00
Richard M. Stallman
7f68bf9153 Comment changes. 2002-01-20 09:27:07 +00:00
Gerd Moellmann
08ead67bba (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
KEYMAP to the call to define-minor-mode.
2001-08-26 12:10:42 +00:00
Gerd Moellmann
b184b2ddbb (hl-line-mode): Don't be a global mode.
(global-hl-line-mode): New definition.
2001-08-24 11:19:44 +00:00
Dave Love
99f2fb1f86 (hl-line): Doc fix. 2001-01-03 20:18:33 +00:00
Stefan Monnier
3ed2ed36aa (hl-line-mode): Drop unneeded positional args. 2000-11-03 22:17:30 +00:00
Dave Love
e6f6401af4 (hl-line-overlay): Don't make it buffer-local.
(hl-line-highlight): Specify buffer when moving overlay.
2000-09-22 17:16:31 +00:00
Dave Love
7013279cb3 (hl-line-highlight): Check hl-line-mode. 2000-07-18 11:51:43 +00:00
Dave Love
8448245f09 (hl-line-overlay): Make it permanent-local. 2000-07-04 13:53:23 +00:00
Eli Zaretskii
6b567d50e7 Fixed a typo in commentary. 2000-06-13 11:01:50 +00:00
Stefan Monnier
d3d02e659e * autoarg.el (autoarg-mode, autoarg-kp-mode):
* hl-line.el (hl-line-mode): Use the new :global key argument.
2000-06-05 08:11:22 +00:00
Dave Love
3a850efae6 Rewritten using define-minor-mode. 2000-06-01 18:26:34 +00:00
Dave Love
643c911e6f Fix boilerplate comments. 2000-05-22 19:00:13 +00:00
Dave Love
c5967e91d3 (hl-line-mode): Fix defcustom. 2000-01-06 23:24:04 +00:00
Dave Love
eee06d2659 (hl-line): Fix :version. 1999-08-04 19:07:31 +00:00
Dave Love
ceafc2fa34 (hl-line-mode): Add autload cookies. 1999-07-23 23:01:06 +00:00
Dave Love
798330fe60 Initial revision 1999-07-19 22:03:26 +00:00