aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2012-04-26 16:43:20 +0800
committerChong Yidong2012-04-26 16:43:20 +0800
commitdce04f7f90fa8f613dd855cb300c837696483f1b (patch)
tree8d3b3887460f2bc8602ac09622e683b38db52bfb /lisp/ChangeLog
parentcb3e7ae07a6ad7c46f5d67984d54f10f19103bef (diff)
downloademacs-dce04f7f90fa8f613dd855cb300c837696483f1b.tar.gz
emacs-dce04f7f90fa8f613dd855cb300c837696483f1b.zip
* image.el (image-type-from-buffer): Only return supported image type.
Fixes: debbugs:9045
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a709c017416..ad6fd35bc5d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12012-04-26 Chong Yidong <cyd@gnu.org> 12012-04-26 Chong Yidong <cyd@gnu.org>
2 2
3 * image.el (image-type-from-buffer): Only return supported image
4 type (Bug#9045).
5
3 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful 6 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
4 value, for symmetry with diff-end-of-hunk. 7 value, for symmetry with diff-end-of-hunk.
5 (diff-split-hunk, diff-find-source-location) 8 (diff-split-hunk, diff-find-source-location)