* lisp/progmodes/prog-mode.el: Fix bug#14595.
[bpt/emacs.git] / ChangeLog
index 22607d5..bad19f3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,45 @@
+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
+       used.  Remove xgselect.o from XOBJ.
+
 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
 
        * 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.
 
 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-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.