diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bccfd2bc866..b11d2ba269f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2002-04-10 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * dired.el (dired-view-command-alist): New variable. | ||
| 4 | (dired-view-file): Use external viewers for some files names. | ||
| 5 | |||
| 6 | * mouse.el (mouse-drag-region-1): Display region highlight | ||
| 7 | only in the selected window. | ||
| 8 | |||
| 9 | * subr.el (remove-hook): When there are no more local hooks, | ||
| 10 | kill the buffer-local value. | ||
| 11 | |||
| 12 | * isearch.el (isearch-mode): Don't call make-frame-visible | ||
| 13 | if frame is already visible. | ||
| 14 | |||
| 15 | * cus-face.el (custom-face-attributes): Fix typo in `ultra-bold'. | ||
| 16 | |||
| 1 | 2002-04-09 Emmanuel Briot <briot@act-europe.fr> | 17 | 2002-04-09 Emmanuel Briot <briot@act-europe.fr> |
| 2 | 18 | ||
| 3 | * progmodes/ada-prj.el: Add support for the new project file fields: | 19 | * progmodes/ada-prj.el: Add support for the new project file fields: |