emacs-devel
[Top][All Lists]
Advanced

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

[PATCH v2 0/5] fixes for w32 and NetPBM


From: Claudio Bley
Subject: [PATCH v2 0/5] fixes for w32 and NetPBM
Date: Wed, 30 Oct 2013 13:42:50 +0100
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/24.3.50 (i686-pc-mingw32) MULE/6.0 (HANACHIRUSATO)

This is version 2 of
http://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00772.html

Changes since v1:

 - reworded commit message of patch #1 stating that different major
   versions of jpeglib are indeed binary incompatible

 - simplified logic of patch #2, using the name libpngXY.dll and
   libpngXY-XY.dll for versions >= 1.4.0 as per Eli's request

Claudio Bley (5):
  w32: define new jpeglib-version var in order to load the correct DLL
    at runtime
  w32: add support for recent PNG library version >= 1.5
  w32: add support for default library names for libtiff
  Fix parsing of NetPBM file comments
  Fix file magic for pbm files with comments

 lisp/image.el        |  5 +++-
 lisp/term/w32-win.el | 17 ++++++++++----
 src/image.c          | 65 +++++++++++++++++++++++++++++++++++-----------------
 3 files changed, 61 insertions(+), 26 deletions(-)

-- 
1.8.4.msysgit.0



reply via email to

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