aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2007-05-21 23:05:09 +0000
committerChong Yidong2007-05-21 23:05:09 +0000
commit9ca9e00d3d1eb441c4e090d055ca3f06067b1850 (patch)
treee7a3d9cfd47e3388e4fbab3a6233da08e3b65b10
parent483e7ae0fa870b9e167236af9379203101dad55e (diff)
downloademacs-9ca9e00d3d1eb441c4e090d055ca3f06067b1850.tar.gz
emacs-9ca9e00d3d1eb441c4e090d055ca3f06067b1850.zip
* image-mode.el (image-toggle-display): Don't clear image cache.
Only use filename in image spec if the file is readable. Call image-refresh.
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 399a12cab97..7573b17591a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12007-05-21 Chong Yidong <cyd@stupidchicken.com> 12007-05-21 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * image-mode.el (image-toggle-display): Don't clear image cache.
4 Only use filename in image spec if the file is readable. Call
5 image-refresh.
6
3 * image.el (image-type-from-file-name, image-type): Simplify. 7 * image.el (image-type-from-file-name, image-type): Simplify.
4 (image-type-auto-detected-p): Don't scan auto-mode-alist. 8 (image-type-auto-detected-p): Don't scan auto-mode-alist.
5 9