]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix merge of fix for bug #7716.
authorEli Zaretskii <eliz@gnu.org>
Sun, 2 Jan 2011 21:58:13 +0000 (23:58 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 2 Jan 2011 21:58:13 +0000 (23:58 +0200)
 nt/INSTALL:
 nt/README.W32: `image-library-alist' was renamed to `dynamic-library-alist'.

nt/ChangeLog
nt/INSTALL
nt/README.W32

index dffae55ba93a8665daecfcf897ba380ae7d91e2b..31aa081af9c408cb198956eb742e88f7916404fd 100644 (file)
@@ -6,6 +6,8 @@
        * INSTALL: Update the information about PNG support libraries.
        (Bug#7716)
 
+       * README.W32: Update the information about PNG support libraries.
+
 2010-11-23  Eli Zaretskii  <eliz@gnu.org>
 
        * config.nt (EXTERNALLY_VISIBLE): Define.
index da7ad5647ed900247184105714bd1bbf3ddb918d..ada4b6a8bbea18e2873182cce56dee7460e45236 100644 (file)
   earlier versions, so Emacs will only look for libpng libraries which
   are compatible with the version it was compiled against.  That
   version is given by the value of the Lisp variable `libpng-version';
-  e.g., 10403 means version 1.4.3.  The variable `image-library-alist'
+  e.g., 10403 means version 1.4.3.  The variable `dynamic-library-alist'
   is automatically set to name only those DLL names that are known to
   be compatible with the version given by `libpng-version'.  If PNG
   support does not work for you even though you have the support DLL
   installed, check the name of the installed DLL against
-  `image-library-alist' and the value of `libpng-version', and
+  `dynamic-library-alist' and the value of `libpng-version', and
   download compatible DLLs if needed.
 
 * Experimental SVG support
index 808b77e29d08e361f873fc976d4d082e59e7aeaa..ffe9b9ea9f00ce26b0f615c48c21f55f9e360f4a 100644 (file)
@@ -140,7 +140,7 @@ See the end of the file for license conditions.
       called giflib4.dll, libungif4.dll or libungif.dll.
 
    If you have image support DLLs under different names, customize the
-   value of `image-library-alist'.
+   value of `dynamic-library-alist'.
 
    In addition, Emacs can be compiled to support SVG.  This precompiled
    distribution has not been compiled that way, since the SVG library