# HG changeset patch # User Gerd Moellmann # Date 957014375 0 # Node ID 069d241f19bcbb2eb11c2299128cdfbfb938770f # Parent 8ab223e4ce0326448544cdeb02bf6d23f6bb4eb3 *** empty log message *** diff -r 8ab223e4ce03 -r 069d241f19bc etc/NEWS --- a/etc/NEWS Sat Apr 29 13:17:48 2000 +0000 +++ b/etc/NEWS Sat Apr 29 13:19:35 2000 +0000 @@ -2469,7 +2469,8 @@ Images are stored in an image cache and removed from the cache when they haven't been displayed for `image-cache-eviction-delay seconds. The function `clear-image-cache' can be used to clear the image cache -manually. +manually. Images in the cache are compared with `equal', i.e. all +images with `equal' specifications share the same image. *** Simplified image API, image.el diff -r 8ab223e4ce03 -r 069d241f19bc lisp/ChangeLog --- a/lisp/ChangeLog Sat Apr 29 13:17:48 2000 +0000 +++ b/lisp/ChangeLog Sat Apr 29 13:19:35 2000 +0000 @@ -1,3 +1,13 @@ +2000-04-28 Richard Stallman + + * files.el (make-auto-save-file-name): + Apply auto-save-file-name-transforms to visited file name + before generating auto save file name. + (auto-save-file-name-transforms): New variable. + + * files.el (backup-enable-predicate): + Correctly test for a file under a temporary directory. + 2000-04-28 Gerd Moellmann * subr.el (add-minor-mode): Rewritten.