# HG changeset patch # User Chong Yidong # Date 1211491645 0 # Node ID b1c20ce02fa29ecf0e5e4f86871a2b808468df36 # Parent 005a1655f51e1ae2e825312dd273f58c89042d0b * 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. diff -r 005a1655f51e -r b1c20ce02fa2 lisp/ChangeLog --- 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 + + * 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 * net/netrc.el (netrc-machine): Always match if the port is not given.