From: Dave Love Date: Mon, 8 Jul 2002 22:22:16 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.2.91~187 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b3390534416635b4eee775cb169131700ed66bf1;p=emacs.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 63f4cd524c1..67646c9368a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-07-08 Dave Love + + * configure.in: Check safe/working versions of libjpeg and + libungif. + 2002-05-26 Paul Eggert * config.guess, config.sub: Updated from master source. diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 8308b613348..67f54d33e95 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -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