comparison lisp/ChangeLog @ 54441:81368dcb68dd

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Fri, 19 Mar 2004 13:17:16 +0000
parents e22cc52c1823
children 2e0d31caedd0
comparison
equal deleted inserted replaced
54440:aabf30299e6c 54441:81368dcb68dd
1 2004-03-19 David Ponce <david@dponce.com>
2
3 * ruler-mode.el (ruler-mode-header-line-format-old): Don't
4 `make-variable-buffer-local'.
5 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
6 (ruler-mode-header-line-format): Simply funcall the above.
7 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
8 to save/restore a previous header line format.
9 (ruler-mode-space): Don't depend on a numeric WIDTH value.
10 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
11 fringes and margins width.
12 (ruler-mode-ruler-function): Default to ruler-mode-ruler
13
1 2004-03-19 Kim F. Storm <storm@cua.dk> 14 2004-03-19 Kim F. Storm <storm@cua.dk>
2 15
3 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics. 16 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
4 (hexl-follow-line): Don't require 'fringe. 17 (hexl-follow-line): Don't require 'fringe.
5 18