diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fe1b7db508e..b28512af321 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,35 @@ | |||
| 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. |