comparison etc/NEWS @ 69422:e48e1751c47d

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'
author Bill Wohler <wohler@newt.com>
date Sat, 11 Mar 2006 22:49:40 +0000
parents fb78d0fb694a
children caf8f09897bc a802c5505156
comparison
equal deleted inserted replaced
69421:a8284aa5c2b4 69422:e48e1751c47d
3489 associates a numeric ordering of each element added to the list. 3489 associates a numeric ordering of each element added to the list.
3490 3490
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
3494 It recursively copyies through both CARs and CDRs. 3494 It 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.
3498 3498
3499 It modifies the list destructively, like `delete'. Of several `equal' 3499 It modifies the list destructively, like `delete'. Of several `equal'
4881 Subdirectories of etc/ and etc/images are not recursively searched; if 4881 Subdirectories of etc/ and etc/images are not recursively searched; if
4882 you put an image file in a subdirectory, you have to specify it 4882 you put an image file in a subdirectory, you have to specify it
4883 explicitly; for example, if an image is put in etc/images/foo/bar.xpm: 4883 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
4887 Note that all images formerly located in the lisp directory have been
4888 moved to etc/images.
4889
4890 +++
4891 *** New function `image-load-path-for-library' returns a suitable
4892 search path for images relative to library. This function is useful in
4893 external packages to save users from having to update
4894 `image-load-path'.
4886 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
4889 images that Emacs will load and display. 4898 images that Emacs will load and display.
4890 4899