copy_autogen tweaks.
[bpt/emacs.git] / ChangeLog
index 30262b6..d13832b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,50 @@
+2011-03-22  Glenn Morris  <rgm@gnu.org>
+
+       * autogen/copy_autogen: Work from ./ or ../.
+       Fix time-stamps.
+       * autogen.sh: Doc fix.
+
+2011-03-20  Glenn Morris  <rgm@gnu.org>
+
+       * autogen/: New directory, to be excluded from releases.
+       * autogen/copy_autogen, autogen/update_autogen: New scripts.
+       * autogen/README: New file.
+       * autogen/aclocal.m4, autogen/config.in, autogen/configure:
+       * autogen/Makefile.in: Add auto-updated generated files.
+       * autogen.sh: No longer a no-op, now it tests for autotools
+       and runs them as necessary.
+       * configure.in: Defaule maintainer-mode to on.
+       * aclocal.m4, configure, lib/Makefile.in: Remove files.
+
+2011-03-13  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Update for gnulib.
+       * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
+       includes <intprops.h> directly.
+       * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
+       when building Emacs on Solaris 9 and running it on Solaris 10.
+
+2011-03-08  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.in: Require 3.0 for --with-gtk3.  Add HAVE_GTK3.
+
+2011-03-06  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (FREETYPE_LIBS): Actually set it to something.
+
+2011-03-02  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Work around some portability problems with symlinks.
+
+       * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
+       * configure.in (lstat, HAVE_LSTAT): Remove special hack.
+       * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
+       * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
+       * m4/symlink.m4:
+       New files, automatically generated from gnulib.
+       * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
+       * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
+
 2011-02-26  Eli Zaretskii  <eliz@gnu.org>
 
        * .bzrignore: Ignore new lib/*.in-h files.
@@ -7,12 +54,6 @@
 
 2011-02-25  Paul Eggert  <eggert@cs.ucla.edu>
 
-       Simplify symlink portability workaround.
-       * m4/dos.m4: Remove.
-       * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, lib/stat.c:
-       * m4/gl-comp.m4, m4/stat.m4, src/config.in: Regenerate from gnulib.
-       * lib/dosname.h: New file, regenerated from gnulib.
-
        * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
        * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
        recent changes to configure.in and to gnulib.
        * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
        AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
 
-2011-02-22  Paul Eggert  <eggert@cs.ucla.edu>
-
-       Work around some portability problems with symlinks.
-       * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
-       * configure.in (lstat, HAVE_LSTAT): Remove special hack.
-       * lib/lstat.c, lib/readlink.c, lib/stat.c, lib/symlink.c:
-       * m4/dos.m4, m4/lstat.m4, m4/readlink.m4, m4/stat.m4, m4/symlink.m4:
-       New files, automatically generated from gnulib.
-       * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
-       * lib/stdlib.in.h, m4/gl-comp.m4, m4/stdlib_h.m4: Regenerate.
-
 2011-02-22  Paul Eggert  <eggert@cs.ucla.edu>
 
        Assume S_ISLNK etc. work, since gnulib supports this.
@@ -47,7 +77,7 @@
 
 2011-02-21  Christoph Scholtes  <cschol2112@gmail.com>
 
-       * lib/makefile.w32-in: ($(BLD)/md5.$(O)): Added dependency on
+       * lib/makefile.w32-in ($(BLD)/md5.$(O)): Added dependency on
        $(EMACS_ROOT)/nt/inc/stdint.h.
 
 2011-02-21  Eli Zaretskii  <eliz@gnu.org>
        way to test this so I left it alone.
        * configure: Regenerate.
 
-2011-02-20  Christoph Scholtes <cschol2112@gmail.com>
+2011-02-20  Christoph Scholtes  <cschol2112@gmail.com>
 
        * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
        src/makefile.w32-in.
 
 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
 
-       * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
+       * 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).