comparison lisp/ChangeLog @ 54399:ad02f6299e9a

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.
author Masatake YAMATO <jet@gyve.org>
date Mon, 15 Mar 2004 07:27:02 +0000
parents 87a1108524aa
children a590d8b32ad7
comparison
equal deleted inserted replaced
54398:2decd50569f3 54399:ad02f6299e9a
1 2004-03-15 Masatake YAMATO <jet@gyve.org>
2
3 * hl-line.el (hl-line-range-function): New variable.
4 (hl-line-move): New function.
5 (global-hl-line-highlight): Use `hl-line-move'.
6 (hl-line-highlight): Ditto.
7
8 * scroll-bar.el (scroll-bar-columns): New function derived from
9 ruler-mode.el.
10
11 * fringe.el (fringe-columns): New function derived from
12 ruler-mode.el.
13
14 * ruler-mode.el (top-level): Require scroll-bar and fringe.
15 (ruler-mode-left-fringe-cols)
16 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
17 (ruler-mode-right-scroll-bar-cols)
18 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
19 (ruler-mode-ruler-function): New variable.
20 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
21 if the value for `ruler-mode-ruler-function'is given.
22
23 * hexl.el (hexl-mode-hook): Make the hook customizable.
24 (hexl-address-area, hexl-ascii-area, hexl-ascii-cursor): New
25 customize variables.
26 (hexlify-buffer): Put font-lock-faces on the address area and
27 the ascii area.
28 (hexl-activate-ruler): New function.
29 (hexl-follow-line): New function.
30 (hexl-highlight-line-range): New function.
31 (hexl-mode-ruler): New function.
32
1 2004-03-12 Jesper Harder <harder@ifa.au.dk> 33 2004-03-12 Jesper Harder <harder@ifa.au.dk>
2 34
3 * info-look.el (info-lookup): Reuse an existing Info window. 35 * info-look.el (info-lookup): Reuse an existing Info window.
4 36
5 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk> 37 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>