Merge from gnulib.
[bpt/emacs.git] / ChangeLog
index cb63adc..d56d74b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,131 @@
+2013-01-02  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, incorporating copyright-date changes and:
+       2012-12-31 dup2: work around cygwin bug
+
+2012-12-30  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.ac: Check for GtkHandlebox.
+       Check for GtkTearoffMenuItem.
+       New enable: --enable-gtk-deprecation-warnings, default off.
+       (HAVE_GTK3): If above enable is off, add
+       -DGDK_DISABLE_DEPRECATION_WARNINGS to GTK_CFLAGS.
+
+2012-12-30  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure.ac (TEMACS_LDFLAGS2): Don't define.
+       (LIBS_GNUSTEP): Set for GNUstep and substitute.
+       (LD_SWITCH_SYSTEM_TEMACS): Don't set for GNUstep.
+
+2012-12-27  Glenn Morris  <rgm@gnu.org>
+
+       * configure.ac (emacs_config_options): New.
+       Use $@ rather than undocumented $ac_configure_args.
+       Replace any embedded double quotes.  (Bug#13274)
+
+2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure.ac (SIGNALS_VIA_CHARACTERS): Also define for darwin.
+       (Bug#13222)
+
+2012-12-26  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Revert static checking of stack smashing.
+       * configure.ac (WARN_CFLAGS): Omit -Wstack-protector when
+       configured with --enable-gcc-warnings.  -Wstack-protector causes
+       diagnostics to be issued on Ubuntu 12.10 x86-64.
+
+2012-12-24  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, incorporating:
+       2012-12-21 AC_PROG_MKDIR_P: port workaround to pre-2.62 Autoconf
+       2012-12-20 AC_PROG_MKDIR_P: don't workaround if not buggy
+       2012-12-17 filemode, sys_stat: Handle MPX files a la AIX.
+
+2012-12-21  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
+
+       * Makefile.in (install-arch-dep): Ignore chmod errors.  (Bug#13233)
+
+2012-12-16  Romain Francoise  <romain@orebokech.com>
+
+       * configure.ac (acl): New option.
+       (HAVE_POSIX_ACL): Test for POSIX ACL support.  This is typically
+       provided by libacl on GNU/Linux.
+
+2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Fix permissions bugs with setgid directories etc. (Bug#13125)
+       * configure.ac (BSD4_2): Remove; no longer needed.
+
+2012-12-13  Glenn Morris  <rgm@gnu.org>
+
+       * info/dir: Add bovine, srecode, wisent.
+
+2012-12-13  Andreas Schwab  <schwab@suse.de>
+
+       * Makefile.in (install-info): Use `${MAKE} -s' for echo-info.
+       (uninstall): Likewise.  (Bug#13143)
+
+2012-12-11  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib for 'inline' (Bug#13040), incorporating:
+       2012-12-11 extern-inline: avoid incompatibility with Darwin Libc
+       * m4/extern-inline.m4: Update from gnulib.
+
+2012-12-11  Juanma Barranquero  <lekktu@gmail.com>
+
+       * lib/makefile.w32-in (SIG2STR_H): New macro.
+       ($(BLD)/sig2str.$(O)): Update dependencies.
+
+2012-12-10  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * configure.ac (HAVE_INOTIFY): Speed up configure-time test.
+       There's no need to test for any of three inotify functions,
+       since we use all three.  Check for just the first one.
+
+2012-12-10  Daniel Colascione  <dancol@dancol.org>
+
+       * .bzrignore: add src/emacs.res.
+
+       * configure.ac (W32_RES, W32_RES_LINK, WINDRES): Teach the cygw32
+       build how to compile Windows resource files; use these variables
+       to tell src/Makefile.in how and whether to compile resources.
+
+2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
+
+       * configure.ac (inotify): New option.
+       (HAVE_INOTIFY): Test for inotify.
+
+2012-12-09  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure.ac: Fix source command in .gdbinit.
+       Don't quote $MAKEINFO.
+
+2012-12-09  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Allow spaces in some configuration vars (Bug#13078).
+       * configure.ac (srcdir): Don't assume $PWD lacks spaces.
+       (srcdir, MAKEINFO, PKG_CONFIG, PKG_CONFIG_MIN_VERSION):
+       All uses quoted, to allow spaces in these vars.
+
+2012-12-08  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Use putenv+unsetenv instead of modifying environ directly (Bug#13070).
+       * lib/putenv.c, lib/unsetenv.c, m4/putenv.m4, m4/setenv.m4:
+       New files, copied automatically from gnulib.
+       * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
+
+2012-12-08  Eli Zaretskii  <eliz@gnu.org>
+
+       * lib/makefile.w32-in ($(BLD)/sig2str.$(O)): New dependency.
+       Remove a stray character at the beginning of the file.
+       (Bug#13026)
+
 2012-12-08  Paul Eggert  <eggert@cs.ucla.edu>
 
+       Simplify get_lim_data.
+       * configure.ac (ULIMIT_BREAK_VALUE): Remove.
+
        Assume POSIX 1003.1-1988 or later for signal.h (Bug#13026).
        * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
        Use SIGCHLD rather than SIGCLD.
 ;; coding: utf-8
 ;; End:
 
-  Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
+  Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.