# HG changeset patch # User Bill Wohler # Date 1142117380 0 # Node ID e48e1751c47d1e0e30c64dfab9601a2e97da87c3 # Parent a8284aa5c2b42bda304e06f38bd1b730d7301754 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' diff -r a8284aa5c2b4 -r e48e1751c47d etc/ChangeLog --- a/etc/ChangeLog Sat Mar 11 22:43:44 2006 +0000 +++ b/etc/ChangeLog Sat Mar 11 22:49:40 2006 +0000 @@ -1,3 +1,9 @@ +2006-03-11 Bill Wohler + + * NEWS: 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' + 2006-03-09 Reiner Steib * TUTORIAL.de: Replace "Schreiben" by "Dr,A|(Bcken" where appropriate. diff -r a8284aa5c2b4 -r e48e1751c47d etc/NEWS --- a/etc/NEWS Sat Mar 11 22:43:44 2006 +0000 +++ b/etc/NEWS Sat Mar 11 22:49:40 2006 +0000 @@ -3491,7 +3491,7 @@ +++ *** New function `copy-tree' makes a copy of a tree. -It recursively copyies through both CARs and CDRs. +It recursively copies through both CARs and CDRs. +++ *** New function `delete-dups' deletes `equal' duplicate elements from a list. @@ -4884,6 +4884,15 @@ (defimage foo-image '((:type xpm :file "foo/bar.xpm"))) +Note that all images formerly located in the lisp directory have been +moved to etc/images. + ++++ +*** New function `image-load-path-for-library' returns a suitable +search path for images relative to library. This function is useful in +external packages to save users from having to update +`image-load-path'. + +++ *** The new variable `max-image-size' defines the maximum size of images that Emacs will load and display.