comparison etc/NEWS @ 90365:a802c5505156

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-43 Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 148-156) - Update from CVS - Merge from gnus--rel--5.10 - Remove nick-abbrevs stuff from rcirc.el - rcirc.el update from Ryan Yeske * gnus--rel--5.10 (patch 57) - Copy/update icons from Gnus trunk
author Miles Bader <miles@gnu.org>
date Mon, 13 Mar 2006 12:19:58 +0000
parents a7364c1a561e e48e1751c47d
children e3bacb89536a
comparison
equal deleted inserted replaced
90364:494bf720eaf0 90365:a802c5505156
3564 associates a numeric ordering of each element added to the list. 3564 associates a numeric ordering of each element added to the list.
3565 3565
3566 +++ 3566 +++
3567 *** New function `copy-tree' makes a copy of a tree. 3567 *** New function `copy-tree' makes a copy of a tree.
3568 3568
3569 It recursively copyies through both CARs and CDRs. 3569 It recursively copies through both CARs and CDRs.
3570 3570
3571 +++ 3571 +++
3572 *** New function `delete-dups' deletes `equal' duplicate elements from a list. 3572 *** New function `delete-dups' deletes `equal' duplicate elements from a list.
3573 3573
3574 It modifies the list destructively, like `delete'. Of several `equal' 3574 It modifies the list destructively, like `delete'. Of several `equal'
4956 Subdirectories of etc/ and etc/images are not recursively searched; if 4956 Subdirectories of etc/ and etc/images are not recursively searched; if
4957 you put an image file in a subdirectory, you have to specify it 4957 you put an image file in a subdirectory, you have to specify it
4958 explicitly; for example, if an image is put in etc/images/foo/bar.xpm: 4958 explicitly; for example, if an image is put in etc/images/foo/bar.xpm:
4959 4959
4960 (defimage foo-image '((:type xpm :file "foo/bar.xpm"))) 4960 (defimage foo-image '((:type xpm :file "foo/bar.xpm")))
4961
4962 Note that all images formerly located in the lisp directory have been
4963 moved to etc/images.
4964
4965 +++
4966 *** New function `image-load-path-for-library' returns a suitable
4967 search path for images relative to library. This function is useful in
4968 external packages to save users from having to update
4969 `image-load-path'.
4961 4970
4962 +++ 4971 +++
4963 *** The new variable `max-image-size' defines the maximum size of 4972 *** The new variable `max-image-size' defines the maximum size of
4964 images that Emacs will load and display. 4973 images that Emacs will load and display.
4965 4974