Merge from emacs-24; up to 2012-12-29T06:14:00Z!cyd@gnu.org
[bpt/emacs.git] / ChangeLog
index d847448..d111394 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,70 @@
+2013-06-24  Glenn Morris  <rgm@fencepost.gnu.org>
+
+       * configure.ac: Include X11/X.h when testing for Xft.h.  (Bug#14684)
+
+2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
+
+       * .bzrignore: Add GNU idutils ID database file.
+
+2013-06-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * configure.ac (HAVE_LIBXML2): Try built-in libxml2 on OS X 10.8
+       as a fallback.
+
+2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * .bzrignore: Don't unignore cl-loaddefs.el.
+
+2013-06-20  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
+
+       * configure.ac (log2): Check for this function.
+
+2013-06-19  Juanma Barranquero  <lekktu@gmail.com>
+
+       * .bzrignore: Add GNU GLOBAL files.
+
+2013-06-17  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Use functions, not macros, for XINT etc.  (Bug#11935).
+       * configure.ac (WARN_CFLAGS): Remove -Wbad-function-cast,
+       as it generates bogus warnings about reasonable casts of calls.
+
+2013-06-16  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * configure.ac: Report ACL usage at the end (Bug#14612).
+
+2013-06-11  Paul Eggert  <eggert@cs.ucla.edu>
+
+       --without-all should imply --with-file-notification=no.  (Bug#14569)
+       * configure.ac (with_file_notification): Default to $with_features.
+
+2013-06-09  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, incorporating:
+       2013-06-02 sig2str: port to C++
+       2013-05-29 c-ctype, regex, verify: port to gcc -std=c90 -pedantic
+
+2013-06-08  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.ac (HAVE_GLIB): Only set XGSELOBJ if HAVE_NS = no.
+       (with_file_notification): Don't set to gfile if with_ns = yes.
+
+2013-06-07  Richard Copley  <rcopley@gmail.com>  (tiny change)
+
+       * Makefile.in (msys_to_w32): Modify to support d:\foo file names.
+       (msys_lisppath_to_w32, msys_prefix_subst, msys_sed_sh_escape):
+       New variables.
+       (epaths-force-w32): Use them.  (Bug#14513)
+
+2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
+
+       * configure.ac (HAVE_GFILENOTIFY): Check for gio >= 2.24.
+
+2013-06-03  Eli Zaretskii  <eliz@gnu.org>
+
+       * configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS.
+       (GFILENOTIFY_CFLAGS, GFILENOTIFY_LIBS): Substitute.
+
 2013-06-03  Jan Djärv  <jan.h.d@swipnet.se>
 
        * configure.ac (HAVE_GLIB): Add GLib check.  Set XGSELOBJ if GLib is
@@ -7,7 +74,7 @@
 
        * configure.ac (file-notification): New option, replaces inotify option.
        (HAVE_W32): Remove w32notify.o.
-       (with_file_notification): Add checks for glib and w32. Adapt check
+       (with_file_notification): Add checks for glib and w32.  Adapt check
        for inotify.
        (Summary): Add entry for file notification.
 
 
 2013-05-07  Paul Eggert  <eggert@cs.ucla.edu>
 
-       Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
+       Use Gnulib ACL implementation, for benefit of Solaris etc.  (Bug#14295)
        * configure.ac: Remove -with-acl option, since Gnulib does that for
        us now.
        (LIBACL_LIBS): Remove; no longer needed.
 
 2013-01-23  Giorgos Keramidas  <gkeramidas@gmail.com>  (tiny change)
 
-       * .bzrignore: add lib-src/blessmail.
+       * .bzrignore: Add lib-src/blessmail.
 
 2013-01-23  Paul Eggert  <eggert@cs.ucla.edu>
 
 
 2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
 
-       Fix permissions bugs with setgid directories etc. (Bug#13125)
+       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>
 
 2012-12-10  Daniel Colascione  <dancol@dancol.org>
 
-       * .bzrignore: add src/emacs.res.
+       * .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
 
 2012-02-05  Christoph Scholtes  <cschol2112@googlemail.com>
 
-       * make-dist (README.W32): Include file in source tarball. (Bug#9750)
+       * make-dist (README.W32): Include file in source tarball.  (Bug#9750)
 
        * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
        specific makefiles to support getopt_.h generation with MSVC.