aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorJuanma Barranquero2010-10-13 16:50:06 +0200
committerJuanma Barranquero2010-10-13 16:50:06 +0200
commit2e288d54f05ba6e72a227ed3857a8098ca585b50 (patch)
tree721182610fc404c5469c5dcf6375b0b95692fad5 /nt
parentd0e0de31a6628cd38c69f555aebab0a49ff64418 (diff)
downloademacs-2e288d54f05ba6e72a227ed3857a8098ca585b50.tar.gz
emacs-2e288d54f05ba6e72a227ed3857a8098ca585b50.zip
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/ChangeLog4
-rw-r--r--nt/INSTALL2
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 @@
12010-10-13 Juanma Barranquero <lekktu@gmail.com>
2
3 * INSTALL: Refer to `dynamic-library-alist'.
4
12010-10-06 Juanma Barranquero <lekktu@gmail.com> 52010-10-06 Juanma Barranquero <lekktu@gmail.com>
2 6
3 * INSTALL: Add note about problematic characters passed to configure. 7 * 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 @@
266 library is not an error; the associated image format will simply be 266 library is not an error; the associated image format will simply be
267 unavailable. Note that once Emacs has determined that a library can 267 unavailable. Note that once Emacs has determined that a library can
268 not be found, there's no way to force it to try again, other than 268 not be found, there's no way to force it to try again, other than
269 restarting. See the variable `image-library-alist' to configure the 269 restarting. See the variable `dynamic-library-alist' to configure the
270 expected names of the libraries. 270 expected names of the libraries.
271 271
272 Some image libraries have dependencies on one another, or on zlib. 272 Some image libraries have dependencies on one another, or on zlib.