diff options
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ee9e98ef0a9..d5f1eec5085 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2002-06-15 Colin Walters <walters@debian.org> | 1 | 2002-06-15 Colin Walters <walters@debian.org> |
| 2 | 2 | ||
| 3 | * pcvs-info.el (global-font-lock-mode, font-lock-auto-fontify): | ||
| 4 | Delete defvars. | ||
| 5 | (cvs-highlight): Delete. | ||
| 6 | (cvs-add-face): Use `font-lock-face'. Always add properties. | ||
| 7 | |||
| 3 | * ibuffer.el (ibuffer-movement-cycle): New variable. | 8 | * ibuffer.el (ibuffer-movement-cycle): New variable. |
| 4 | (ibuffer-backward-line, ibuffer-forward-line): Use it. | 9 | (ibuffer-backward-line, ibuffer-forward-line): Use it. |
| 5 | 10 | ||