emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114888: lisp/term/w32-win.el (dynamic-library-alist


From: Eli Zaretskii
Subject: [Emacs-diffs] trunk r114888: lisp/term/w32-win.el (dynamic-library-alist): Support libtiff v4.x on w32.
Date: Fri, 01 Nov 2013 09:05:03 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114888
revision-id: address@hidden
parent: address@hidden
author: Claudio Bley <address@hidden>
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Fri 2013-11-01 11:04:16 +0200
message:
  lisp/term/w32-win.el (dynamic-library-alist): Support libtiff v4.x on w32.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/term/w32-win.el           w32win.el-20091113204419-o5vbwnq5f7feedwu-943
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-11-01 08:57:55 +0000
+++ b/lisp/ChangeLog    2013-11-01 09:04:16 +0000
@@ -4,6 +4,7 @@
        of libjpeg starting with v7: look only for the DLL from the
        version against which Emacs was built.
        Support versions of libpng beyond 1.4.x.
+       Support libtiff v4.x.
 
 2013-11-01  Bozhidar Batsov  <address@hidden>
 

=== modified file 'lisp/term/w32-win.el'
--- a/lisp/term/w32-win.el      2013-11-01 08:57:55 +0000
+++ b/lisp/term/w32-win.el      2013-11-01 09:04:16 +0000
@@ -228,7 +228,7 @@
         '(png "libpng12d.dll" "libpng12.dll" "libpng3.dll" "libpng.dll"
               ;; these are libpng 1.2.8 from GTK+
               "libpng13d.dll" "libpng13.dll"))
-       '(tiff "libtiff3.dll" "libtiff.dll")
+       '(tiff "libtiff-5.dll" "libtiff3.dll" "libtiff.dll")
        (if (> libjpeg-version 62)
           ;; Versions of libjpeg after 6b are incompatible with
           ;; earlier versions, and each of versions 7, 8, and 9 is


reply via email to

[Prev in Thread] Current Thread [Next in Thread]