aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wohler2006-03-11 22:49:40 +0000
committerBill Wohler2006-03-11 22:49:40 +0000
commitd5b083767469f6fa414fa6ce1bae28c5a7f73be2 (patch)
tree1fe204baf8c0f04ec7e5aa2e0fdcf096f3223c7c
parent70594a46b1eaff93f7e94b5cc8f8d8ed19ef4e7e (diff)
downloademacs-d5b083767469f6fa414fa6ce1bae28c5a7f73be2.tar.gz
emacs-d5b083767469f6fa414fa6ce1bae28c5a7f73be2.zip
Document `image-load-path-for-library'. Note that all images have been
moved from lisp into etc/images in `find-image' item. Fix typo in `copy-tree'
-rw-r--r--etc/ChangeLog6
-rw-r--r--etc/NEWS11
2 files changed, 16 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 4e45799c5fc..624e38d5e81 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,9 @@
12006-03-11 Bill Wohler <wohler@newt.com>
2
3 * NEWS: Document `image-load-path-for-library'. Note that all
4 images have been moved from lisp into etc/images in `find-image'
5 item. Fix typo in `copy-tree'
6
12006-03-09 Reiner Steib <Reiner.Steib@gmx.de> 72006-03-09 Reiner Steib <Reiner.Steib@gmx.de>
2 8
3 * TUTORIAL.de: Replace "Schreiben" by "Dr,A|(Bcken" where appropriate. 9 * TUTORIAL.de: Replace "Schreiben" by "Dr,A|(Bcken" where appropriate.
diff --git a/etc/NEWS b/etc/NEWS
index ae7ae7f649e..b7d93fe51bb 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3491,7 +3491,7 @@ associates a numeric ordering of each element added to the list.
3491+++ 3491+++
3492*** New function `copy-tree' makes a copy of a tree. 3492*** New function `copy-tree' makes a copy of a tree.
3493 3493
3494It recursively copyies through both CARs and CDRs. 3494It recursively copies through both CARs and CDRs.
3495 3495
3496+++ 3496+++
3497*** New function `delete-dups' deletes `equal' duplicate elements from a list. 3497*** New function `delete-dups' deletes `equal' duplicate elements from a list.
@@ -4884,6 +4884,15 @@ explicitly; for example, if an image is put in etc/images/foo/bar.xpm:
4884 4884
4885 (defimage foo-image '((:type xpm :file "foo/bar.xpm"))) 4885 (defimage foo-image '((:type xpm :file "foo/bar.xpm")))
4886 4886
4887Note that all images formerly located in the lisp directory have been
4888moved to etc/images.
4889
4890+++
4891*** New function `image-load-path-for-library' returns a suitable
4892search path for images relative to library. This function is useful in
4893external packages to save users from having to update
4894`image-load-path'.
4895
4887+++ 4896+++
4888*** The new variable `max-image-size' defines the maximum size of 4897*** The new variable `max-image-size' defines the maximum size of
4889images that Emacs will load and display. 4898images that Emacs will load and display.