Fix bug #14513 with --enable-locallisppath not working on MS-Windows.
[bpt/emacs.git] / ChangeLog
index 22607d5..b72a954 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+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.
+
+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.