diff options
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 94ee4cd0258..262533c82f8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2007-02-09 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * image-mode.el (image-mode): Revert 2007-01-30 changes. | ||
| 4 | |||
| 5 | * image.el (image-type-auto-detectable): Don't autodetect x[pb]m. | ||
| 6 | (image-type-auto-detected-p): Fail if another match is found in | ||
| 7 | auto-mode-alist. | ||
| 8 | |||
| 9 | * files.el (magic-mode-alist): Call image-mode instead of | ||
| 10 | image-mode-maybe for autodetected images. | ||
| 11 | |||
| 1 | 2007-02-09 Juanma Barranquero <lekktu@gmail.com> | 12 | 2007-02-09 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 13 | ||
| 3 | * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file): | 14 | * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file): |