mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-20 07:00:31 -08:00
*** empty log message ***
This commit is contained in:
parent
d564f5b60b
commit
084cec2f2c
2 changed files with 12 additions and 1 deletions
3
etc/NEWS
3
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
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue