Properly handle C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGS
[bpt/emacs.git] / ChangeLog
index 43fb5ca..939c9da 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,136 @@
+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.
+
+2010-06-03  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
+
+2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       Fix alloca definition when using gcc on non-gnu systems.
+       * configure.in: Use the code sequence indicated by "info autoconf"
+       for alloca (bug#6170).
+
+2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * .bzrignore: Ignore new files from trunk, which appear if you use
+       colocated branches (i.e. "bzr switch").
+
 2010-05-28  Glenn Morris  <rgm@gnu.org>
 
        * configure.in: Simplify some of the $canonical tests.
 
        Update copyright year(s) in many files.
 
+2006-04-01  Eli Zaretskii  <eliz@gnu.org>
+
+       * configure: Regenerated.
+
 2006-04-01  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
 
        * configure.in (HAVE_XAW3D): Disable Xaw3d check if
        * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
        Quote $EMACS, in case it's a program with args.
 
+1999-06-15  Gerd Moellmann  <gerd@gnu.org>
+
+       * configure.in (HAVE_GIF): Use libungif instead of libgif
+       because the former doesn't contain patented compression code.
+
 1999-05-29  Richard M. Stallman  <rms@gnu.org>
 
        * configure.in: Delete the Kerberos stuff.