Mercurial > emacs
changeset 95223:b1c20ce02fa2
* image-mode.el (image-mode-winprops): Add argument CLEANUP to
prune image-mode-winprops-alist, preventing it from growing
indefinitely.
(image-mode-reapply-winprops): Use it.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 22 May 2008 21:27:25 +0000 |
parents | 005a1655f51e |
children | 889084703e3f |
files | lisp/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu May 22 14:54:27 2008 +0000 +++ b/lisp/ChangeLog Thu May 22 21:27:25 2008 +0000 @@ -1,3 +1,10 @@ +2008-05-22 Chong Yidong <cyd@stupidchicken.com> + + * image-mode.el (image-mode-winprops): Add argument CLEANUP to + prune image-mode-winprops-alist, preventing it from growing + indefinitely. + (image-mode-reapply-winprops): Use it. + 2008-05-22 Teodor Zlatanov <tzz@lifelogs.com> * net/netrc.el (netrc-machine): Always match if the port is not given.