aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2013-01-19 18:34:07 +0800
committerChong Yidong2013-01-19 18:34:07 +0800
commit2a43515aaa0d15eba867947340340f9e4fb5d116 (patch)
treedec8ef10e44f9488e52284cc5e1274c60442563e /lisp/ChangeLog
parentb3fbb3956cda29770670ac02d04804cee0c74f86 (diff)
downloademacs-2a43515aaa0d15eba867947340340f9e4fb5d116.tar.gz
emacs-2a43515aaa0d15eba867947340340f9e4fb5d116.zip
* image-mode.el (image-mode-fit-frame): Add a frame argument.
Suggested by Drew Adams. Handle window decorations; save and restore the old window configuration. Fixes: debbugs:7730
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0905c20381a..f63e9ecafe8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12013-01-19 Chong Yidong <cyd@gnu.org>
2
3 * image-mode.el (image-mode-fit-frame): Add a frame argument.
4 Suggested by Drew Adams (Bug#7730). Handle window decorations;
5 save and restore the old window configuration.
6
12013-01-18 Leo Liu <sdl.web@gmail.com> 72013-01-18 Leo Liu <sdl.web@gmail.com>
2 8
3 * progmodes/js.el: Tweak autoload cookie for alias. 9 * progmodes/js.el: Tweak autoload cookie for alias.