diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-10-13 16:50:06 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-10-13 16:50:06 +0200 |
commit | 2e288d54f05ba6e72a227ed3857a8098ca585b50 (patch) | |
tree | 721182610fc404c5469c5dcf6375b0b95692fad5 /nt | |
parent | d0e0de31a6628cd38c69f555aebab0a49ff64418 (diff) | |
download | emacs-2e288d54f05ba6e72a227ed3857a8098ca585b50.tar.gz |
Rename `image-library-alist' to `dynamic-library-alist'.
* etc/NEWS: Mention `dynamic-library-alist'.
* lisp/image.el (image-library-alist): Declare as obsolete alias.
(image-type-available-p): Use `dynamic-library-alist'.
* lisp/term/w32-win.el (dynamic-library-alist):
Use instead of `image-library-alist'.
* nt/INSTALL: Refer to `dynamic-library-alist'.
* src/image.c (Vimage_library_alist)
(syms_of_image) <image-library-alist>: Move to src/emacs.c and rename.
(lookup_image_type): Use Vdynamic_library_alist.
(Finit_image_library): Doc fix.
* src/emacs.c (Vdynamic_library_alist)
(syms_of_emacs) <dynamic-library-alist>: Move from src/image.c and rename.
Doc fix.
* src/lisp.h (Vdynamic_library_alist): Declare extern.
Diffstat (limited to 'nt')
-rw-r--r-- | nt/ChangeLog | 4 | ||||
-rw-r--r-- | nt/INSTALL | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 5f92bedd8c1..44d937e4db9 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,7 @@ +2010-10-13 Juanma Barranquero <lekktu@gmail.com> + + * INSTALL: Refer to `dynamic-library-alist'. + 2010-10-06 Juanma Barranquero <lekktu@gmail.com> * INSTALL: Add note about problematic characters passed to configure. diff --git a/nt/INSTALL b/nt/INSTALL index c26ab196bd2..357cc8d0a8e 100644 --- a/nt/INSTALL +++ b/nt/INSTALL @@ -266,7 +266,7 @@ library is not an error; the associated image format will simply be unavailable. Note that once Emacs has determined that a library can not be found, there's no way to force it to try again, other than - restarting. See the variable `image-library-alist' to configure the + restarting. See the variable `dynamic-library-alist' to configure the expected names of the libraries. Some image libraries have dependencies on one another, or on zlib. |