(FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
[bpt/emacs.git] / ChangeLog
index 838dba7..677f3ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+2009-10-23  Jim Meyering  <meyering@redhat.com>
+
+       * configure.in: Invoke $CPP with -P when creating Makefile and
+       src/Makefile.  Without this, gcc 4.4.2 converts each
+       backslash-newline pair in the input to a bare newline, yielding
+       invalid Makefiles.
+
+       * configure: Regenerate.
+
+2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in (vax-dec-vms): Remove, not supported anymore.
+
+2009-10-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
+
+       * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
+       (*-apple-darwin*): Add x86_64 architecture.
+
+2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * config.guess, config.sub: Updated from master source.
+
+2009-10-11  Adrian Robert  <Adrian.B.Robert@gmail.com>
+
+       * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
+
+2009-10-07  Edward Trumbo  <etrumbo@comcast.net>  (tiny change)
+
+       * Makefile.in (INFO_FILES): Add EDE and EIEIO.
+
 2009-09-29  Glenn Morris  <rgm@gnu.org>
 
        * make-dist (check): Update for two new levels of subdirectory in lisp/.
@@ -54,7 +84,7 @@
 
        * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
 
-2009-08-02  Kevin Ryde <user42@zip.com.au>
+2009-08-02  Kevin Ryde  <user42@zip.com.au>
 
        * INSTALL: Fix free fonts URL.
 
@@ -64,8 +94,8 @@
 
 2009-07-04  Andreas Schwab  <schwab@linux-m68k.org>
 
-       * configure.in (--enable-checking, --enable-profiling): Use
-       AS_HELP_STRING.
+       * configure.in (--enable-checking, --enable-profiling):
+       Use AS_HELP_STRING.
 
 2009-07-03  Dan Nicolaescu  <dann@ics.uci.edu>