emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/term/w32-win.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/term/w32-win.el
Date: Mon, 23 Jan 2006 15:28:24 +0000

Index: emacs/lisp/term/w32-win.el
diff -u emacs/lisp/term/w32-win.el:1.73 emacs/lisp/term/w32-win.el:1.74
--- emacs/lisp/term/w32-win.el:1.73     Mon Nov 28 21:19:59 2005
+++ emacs/lisp/term/w32-win.el  Mon Jan 23 15:28:24 2006
@@ -1,7 +1,7 @@
 ;;; w32-win.el --- parse switches controlling interface with W32 window system
 
 ;; Copyright (C) 1993, 1994, 2002, 2003, 2004,
-;;   2005 Free Software Foundation, Inc.
+;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Kevin Gallo
 ;; Keywords: terminals
@@ -1232,7 +1232,7 @@
         (png "libpng13d.dll" "libpng13.dll" "libpng12d.dll" "libpng12.dll" 
"libpng.dll")
         (jpeg "jpeg62.dll" "libjpeg.dll" "jpeg-62.dll" "jpeg.dll")
         (tiff "libtiff3.dll" "libtiff.dll")
-        (gif "libungif.dll")))
+        (gif "giflib4.dll" "libungif4.dll" "libungif.dll")))
 
 ;; arch-tag: 69fb1701-28c2-4890-b351-3d1fe4b4f166
 ;;; w32-win.el ends here




reply via email to

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