Set up GnuTLS support.
[bpt/emacs.git] / ChangeLog
index f676a35..e3a0d92 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,216 @@
+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.
+
+2010-08-10  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in (AC_PREREQ): Require autoconf 2.65.
+
+2010-08-09  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
+
+2010-08-09  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure.in: Add AC_C_BIGENDIAN.
+
+2010-08-09  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in (ORDINARY_LINK): Use on hpux* too.
+
+2010-08-06  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.in: Check for util.h.
+       Use -Wimplicit-function-declaration if compiler supports it.
+
+2010-08-05  Eli Zaretskii  <eliz@gnu.org>
+
+       * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
+
+2010-08-04  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure.in: Restore accidentally removed use of
+       GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
+
+2010-07-29  Chad Brown  <yandros@mit.edu>
+
+       * configure.in: Check for dirent.h.
+
+2010-07-29  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in: Remove reference to usg5-4, unused.
+
+2010-07-25  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure.in: Check for __executable_start.
+
+2010-07-24  Ken Brown  <kbrown@cornell.edu>
+
+       * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
+
+2010-07-24  Juanma Barranquero  <lekktu@gmail.com>
+
+       * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
+
+2010-07-24  Ken Brown  <kbrown@cornell.edu>  (tiny change)
+
+       * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
+
+2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
+       (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
+       (C_OPTIMIZE_SWITCH): Remove.
+       (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
+
+2010-07-11  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure.in: Don't check for index and rindex, check for strchr
+       and strrchr.  Define strchr and strrchr as index and rindex,
+       resp., in src/config.h if not available.
+
+2010-07-08  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in: Use -Wold-style-definition if available.
+       This helps with the transition to standard C code, it can be
+       removed when done.
+
+       * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
+
+       * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
+       and MSWindows.
+
+2010-07-07  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure.in: Don't check for bcopy, bcmp, bzero.  Don't include
+       <strings.h> and don't define bcopy, bzero, BCMP in config.h.
+
+2010-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in (getenv): Remove K&R declaration.
+
+2010-07-02  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.in: Remove define __P.
+
+2010-07-02  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in (--enable-use-lisp-union-type): New flag.
+
+2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       Fix CFLAGS for non-GCC compilers.
+       * configure.in (CFLAGS): Always use -g like it was done before the
+       2010-03-30 change.
+       (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
+       (Bug#6538)
+
+2010-06-30  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
+       Set with AC_DEFINE rather than AH_BOTTOM.
+
+       * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
+       (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
+       Set with shell, not cpp.
+       (LIBX): Remove, just use -lX11 in the one place this was used.
+       (cannot_dump): Replace with CANNOT_DUMP.
+
+2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
+       check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
+       by minimum required Gtk+ 2.6).  Add checks for functions introduced
+       in Gtk+ 2.14 or newer (bug#6505).
+
+2010-06-26  Eli Zaretskii  <eliz@gnu.org>
+
+       * config.bat: Remove white space around "+" in COPY commands.
+
+2010-06-23  Glenn Morris  <rgm@gnu.org>
+
+       * info/dir: Start descriptions in column 32, per Texinfo convention.
+
+2010-06-16  Chong Yidong  <cyd@stupidchicken.com>
+
+       * INSTALL: Update font information (Bug#6389).
+
+2010-06-16  Glenn Morris  <rgm@gnu.org>
+
+       * INSTALL: General update.
+
+2010-06-12  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (install-arch-indep): Delete any old info .gz files first.
+
+2010-06-11  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (--without-compress-info): New option.
+       (GZIP_INFO): New output variable.
+
+       * Makefile.in (GZIP_INFO): New, set by configure.
+       (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
+       Handle man pages in the same way.
+
+2010-06-10  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (install-arch-indep): Gzip the info files too.
+
+       * make-dist: Remove references to non-existent directories and files.
+
+2010-06-08  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in: Include <strings.h> and <string.h> instead of
+       "strings.h" and "string.h".
+
+2010-06-06  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in: Remove code dealing with BSTRING.
+
 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
 
+       * configure.in (AC_PREREQ): Require autoconf 2.65.
+
        * configure.in (unxec): Do not define and substitute.
        (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
 
        * configure.in: Remove support for old UNIX System V systems and
        for Unixware on non-x86 machines.
 
-       * configure.in: Remove support for Solaris on PPC and for old versions.
+       * configure.in: Remove support for Solaris on PPC and for old versions.
 
        * configure.in: Remove non-working lynxos port.
 
        (EMACSROOT): New variable, giving the directory under which all of
        Emacs's libraries should be installed.  Changed rest of file to
        use it.
-       (LIBDIR): Now denotes only architecture-dependent dir - relevant cha
+       (LIBDIR): Now denotes only architecture-dependent dir.
        (DATADIR): New variable, denoting architecture-independent dir.
        (LOCKDIR): New variable, for completeness.
        (SUBDIR): No more etc, new lib-src.