diff options
| author | Bill Wohler | 2006-03-11 22:49:40 +0000 |
|---|---|---|
| committer | Bill Wohler | 2006-03-11 22:49:40 +0000 |
| commit | d5b083767469f6fa414fa6ce1bae28c5a7f73be2 (patch) | |
| tree | 1fe204baf8c0f04ec7e5aa2e0fdcf096f3223c7c | |
| parent | 70594a46b1eaff93f7e94b5cc8f8d8ed19ef4e7e (diff) | |
| download | emacs-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/ChangeLog | 6 | ||||
| -rw-r--r-- | etc/NEWS | 11 |
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 @@ | |||
| 1 | 2006-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 | |||
| 1 | 2006-03-09 Reiner Steib <Reiner.Steib@gmx.de> | 7 | 2006-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. |
| @@ -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 | ||
| 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. |
| @@ -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 | ||
| 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'. | ||
| 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. |