diff options
| -rw-r--r-- | etc/NEWS | 3 | ||||
| -rw-r--r-- | lisp/ChangeLog | 10 |
2 files changed, 12 insertions, 1 deletions
| @@ -2469,7 +2469,8 @@ which are supported in the current configuration. | |||
| 2469 | Images are stored in an image cache and removed from the cache when | 2469 | Images are stored in an image cache and removed from the cache when |
| 2470 | they haven't been displayed for `image-cache-eviction-delay seconds. | 2470 | they haven't been displayed for `image-cache-eviction-delay seconds. |
| 2471 | The function `clear-image-cache' can be used to clear the image cache | 2471 | The function `clear-image-cache' can be used to clear the image cache |
| 2472 | manually. | 2472 | manually. Images in the cache are compared with `equal', i.e. all |
| 2473 | images with `equal' specifications share the same image. | ||
| 2473 | 2474 | ||
| 2474 | *** Simplified image API, image.el | 2475 | *** Simplified image API, image.el |
| 2475 | 2476 | ||
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b7cddec1f4f..0253ec2d670 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2000-04-28 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * files.el (make-auto-save-file-name): | ||
| 4 | Apply auto-save-file-name-transforms to visited file name | ||
| 5 | before generating auto save file name. | ||
| 6 | (auto-save-file-name-transforms): New variable. | ||
| 7 | |||
| 8 | * files.el (backup-enable-predicate): | ||
| 9 | Correctly test for a file under a temporary directory. | ||
| 10 | |||
| 1 | 2000-04-28 Gerd Moellmann <gerd@gnu.org> | 11 | 2000-04-28 Gerd Moellmann <gerd@gnu.org> |
| 2 | 12 | ||
| 3 | * subr.el (add-minor-mode): Rewritten. | 13 | * subr.el (add-minor-mode): Rewritten. |