diff options
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d95f037661d..b4e28068ed0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2007-06-04 Chong Yidong <cyd@stupidchicken.com> | 1 | 2007-06-04 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * files.el (magic-mode-alist): Remove image-type-auto-detected-p. | ||
| 4 | (magic-fallback-mode-alist): Add image-type-auto-detected-p. | ||
| 5 | |||
| 6 | * image.el (image-type-auto-detected-p): Don't scan | ||
| 7 | auto-mode-alist. | ||
| 8 | |||
| 3 | * longlines.el (longlines-mode): Make longlines-auto-wrap | 9 | * longlines.el (longlines-mode): Make longlines-auto-wrap |
| 4 | buffer-local. Add hooks unconditionally. | 10 | buffer-local. Add hooks unconditionally. |
| 5 | (longlines-auto-wrap): Toggle wrapping. | 11 | (longlines-auto-wrap): Toggle wrapping. |