]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorDave Love <fx@gnu.org>
Mon, 8 Jul 2002 22:22:16 +0000 (22:22 +0000)
committerDave Love <fx@gnu.org>
Mon, 8 Jul 2002 22:22:16 +0000 (22:22 +0000)
ChangeLog
etc/PROBLEMS

index 63f4cd524c1710761182650fdf1c8e9e8d11ab5b..67646c9368a5eebbfda6ca553d0ab3e38bb7f47d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-07-08  Dave Love  <fx@gnu.org>
+
+       * configure.in: Check safe/working versions of libjpeg and
+       libungif.
+
 2002-05-26  Paul Eggert  <eggert@twinsun.com>
 
        * config.guess, config.sub: Updated from master source.
index 8308b6133489c3a6b61d195a2f99fb4e6d498c3d..67f54d33e959cdc073f7323e2bfc623512158882 100644 (file)
@@ -115,7 +115,9 @@ should now succeed.
 * JPEG images aren't displayed.
 
 This has been reported when Emacs is built with jpeg-6a library.
-Upgrading to jpeg-6b solves the problem.
+Upgrading to jpeg-6b solves the problem.  Configure checks for the
+correct version, but this problem could occur if a binary built
+against a shared libjpeg is run on a system with an older version.
 
 * Building `ctags' for MS-Windows with the MinGW port of GCC fails.
 
@@ -489,6 +491,9 @@ src/s/hpux10.h.
 
 * Crashes when displaying GIF images in Emacs built with version
 libungif-4.1.0 are resolved by using version libungif-4.1.0b1.
+Configure checks for the correct version, but this problem could occur
+if a binary built against a shared libungif is run on a system with an
+older version.
 
 * Font Lock displays portions of the bufefr in incorrect faces.
 
@@ -585,9 +590,8 @@ this problem by putting this in your `.emacs' file:
  (setq ange-ftp-ftp-program-args '("-i" "-n" "-g" "-v" "--prompt" "")
 
 
-* Some versions of the W3 package released before Emacs 21.1 don't run
-properly with Emacs 21.  These problems are fixed in W3 version
-4.0pre.47.
+* Versions of the W3 package released before Emacs 21.1 don't run
+under Emacs 21.  This fixed in W3 version 4.0pre.47.
 
 * On AIX, if linking fails because libXbsd isn't found, check if you
 are compiling with the system's `cc' and CFLAGS containing `-O5'.  If