aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 285ce8aaa86..c79c28e77c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,8 +12,8 @@
122013-06-07 Richard Copley <rcopley@gmail.com> (tiny change) 122013-06-07 Richard Copley <rcopley@gmail.com> (tiny change)
13 13
14 * Makefile.in (msys_to_w32): Modify to support d:\foo file names. 14 * Makefile.in (msys_to_w32): Modify to support d:\foo file names.
15 (msys_lisppath_to_w32, msys_prefix_subst, msys_sed_sh_escape): New 15 (msys_lisppath_to_w32, msys_prefix_subst, msys_sed_sh_escape):
16 variables. 16 New variables.
17 (epaths-force-w32): Use them. (Bug#14513) 17 (epaths-force-w32): Use them. (Bug#14513)
18 18
192013-06-03 Michael Albinus <michael.albinus@gmx.de> 192013-06-03 Michael Albinus <michael.albinus@gmx.de>
@@ -34,7 +34,7 @@
34 34
35 * configure.ac (file-notification): New option, replaces inotify option. 35 * configure.ac (file-notification): New option, replaces inotify option.
36 (HAVE_W32): Remove w32notify.o. 36 (HAVE_W32): Remove w32notify.o.
37 (with_file_notification): Add checks for glib and w32. Adapt check 37 (with_file_notification): Add checks for glib and w32. Adapt check
38 for inotify. 38 for inotify.
39 (Summary): Add entry for file notification. 39 (Summary): Add entry for file notification.
40 40
@@ -124,7 +124,7 @@
124 124
1252013-05-07 Paul Eggert <eggert@cs.ucla.edu> 1252013-05-07 Paul Eggert <eggert@cs.ucla.edu>
126 126
127 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295) 127 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
128 * configure.ac: Remove -with-acl option, since Gnulib does that for 128 * configure.ac: Remove -with-acl option, since Gnulib does that for
129 us now. 129 us now.
130 (LIBACL_LIBS): Remove; no longer needed. 130 (LIBACL_LIBS): Remove; no longer needed.
@@ -496,7 +496,7 @@
496 496
4972012-12-14 Paul Eggert <eggert@cs.ucla.edu> 4972012-12-14 Paul Eggert <eggert@cs.ucla.edu>
498 498
499 Fix permissions bugs with setgid directories etc. (Bug#13125) 499 Fix permissions bugs with setgid directories etc. (Bug#13125)
500 * configure.ac (BSD4_2): Remove; no longer needed. 500 * configure.ac (BSD4_2): Remove; no longer needed.
501 501
5022012-12-13 Glenn Morris <rgm@gnu.org> 5022012-12-13 Glenn Morris <rgm@gnu.org>
@@ -2186,7 +2186,7 @@
2186 2186
21872012-02-05 Christoph Scholtes <cschol2112@googlemail.com> 21872012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
2188 2188
2189 * make-dist (README.W32): Include file in source tarball. (Bug#9750) 2189 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
2190 2190
2191 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform 2191 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
2192 specific makefiles to support getopt_.h generation with MSVC. 2192 specific makefiles to support getopt_.h generation with MSVC.