]> git.eshelyaron.com Git - emacs.git/commitdiff
Document `image-load-path-for-library'. Note that all images have been
authorBill Wohler <wohler@newt.com>
Sat, 11 Mar 2006 22:49:40 +0000 (22:49 +0000)
committerBill Wohler <wohler@newt.com>
Sat, 11 Mar 2006 22:49:40 +0000 (22:49 +0000)
moved from lisp into etc/images in `find-image' item. Fix typo in
`copy-tree'

etc/ChangeLog
etc/NEWS

index 4e45799c5fcba9240721cd376bf2a67fd55915c4..624e38d5e815fd2aca3d761b8723e65c3ec133f5 100644 (file)
@@ -1,3 +1,9 @@
+2006-03-11  Bill Wohler  <wohler@newt.com>
+
+       * 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  <Reiner.Steib@gmx.de>
 
        * TUTORIAL.de: Replace "Schreiben" by "Dr\e,A|\e(Bcken" where appropriate.
index ae7ae7f649efebbd1729fbf7a4130125c9ef6208..b7d93fe51bb86f40515def95a664d148a21f70f5 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3491,7 +3491,7 @@ associates a numeric ordering of each element added to the list.
 +++
 *** 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 @@ explicitly; for example, if an image is put in etc/images/foo/bar.xpm:
 
   (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.