]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Sat, 29 Apr 2000 13:19:35 +0000 (13:19 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sat, 29 Apr 2000 13:19:35 +0000 (13:19 +0000)
etc/NEWS
lisp/ChangeLog

index 801d9d0071d4ee659112fa28b27c7500768bfceb..9b1560f0fdf505d5d3f3e3114581b248c479b220 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2469,7 +2469,8 @@ which are supported in the current configuration.
 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
 
index b7cddec1f4fb43b488e17138efb9e577c1ea07b3..0253ec2d6705165d01d23afaa4045edee30e7289 100644 (file)
@@ -1,3 +1,13 @@
+2000-04-28  Richard Stallman  <rms@gnu.org>
+
+       * 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  <gerd@gnu.org>
 
        * subr.el (add-minor-mode): Rewritten.