]> code.delx.au - gnu-emacs/blobdiff - ChangeLog
Do not include stdlib.h and string.h, config.h does it.
[gnu-emacs] / ChangeLog
index 94b84ed1c2887a09fe0aa92dbfc6551d09f806ee..c3bb32c2ade195088155b5c3ea8c2a0ece60e8c8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,65 @@
+2010-10-01  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in: Include stdlib.h and string.h unconditionally.
+
+2010-09-29  Romain Francoise  <romain@orebokech.com>
+
+       * configure.in: Don't enable ImageMagick unless HAVE_X11.
+
+2010-09-28  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (HAVE_GNUTLS): Add a description to make autoheader
+       happy.
+
+2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * configure.in: Enable imagemagick by default.
+
+2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * configure.in (HAVE_GNUTLS): Don't break if we don't have the
+       gnutls libraries.
+
+2010-09-26  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * configure.in: Set up GnuTLS.
+
+2010-09-22  Chong Yidong  <cyd@stupidchicken.com>
+
+       * configure.in: Announce whether libxml2 is linked to.
+
+2010-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
+
+2010-09-18  Eli Zaretskii  <eliz@gnu.org>
+
+       * config.bat: Detect that libxml2 is installed and if so, build
+       with it.
+
+2010-09-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
+       be used.  This fixes a conf problem on Mac OS X.
+
+2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * configure.in: Check for libxml2.
+
+2010-09-09  Glenn Morris  <rgm@gnu.org>
+
+       * make-dist: No more TODO files under lisp/.
+
+2010-09-04  Eli Zaretskii  <eliz@gnu.org>
+
+       * config.bat: Produce lisp/gnus/_dir-locals.el from
+       lisp/gnus/.dir-locals.el.
+
+2010-08-23  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure.in: Fix check for librsvg, imagemagick and
+       MagickExportImagePixels.
+
 2010-08-18  Joakim Verona  <joakim@verona.se>
 
        * Makefile.in, configure.in: Checks for ImageMagick.