diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 45 |
1 files changed, 41 insertions, 4 deletions
| @@ -1,8 +1,45 @@ | |||
| 1 | 2013-06-11 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | --without-all should imply --with-file-notification=no. (Bug#14569) | ||
| 4 | * configure.ac (with_file_notification): Default to $with_features. | ||
| 5 | |||
| 6 | 2013-06-09 Paul Eggert <eggert@cs.ucla.edu> | ||
| 7 | |||
| 8 | Merge from gnulib, incorporating: | ||
| 9 | 2013-06-02 sig2str: port to C++ | ||
| 10 | 2013-05-29 c-ctype, regex, verify: port to gcc -std=c90 -pedantic | ||
| 11 | |||
| 12 | 2013-06-08 Jan Djärv <jan.h.d@swipnet.se> | ||
| 13 | |||
| 14 | * configure.ac (HAVE_GLIB): Only set XGSELOBJ if HAVE_NS = no. | ||
| 15 | (with_file_notification): Don't set to gfile if with_ns = yes. | ||
| 16 | |||
| 17 | 2013-06-07 Richard Copley <rcopley@gmail.com> (tiny change) | ||
| 18 | |||
| 19 | * Makefile.in (msys_to_w32): Modify to support d:\foo file names. | ||
| 20 | (msys_lisppath_to_w32, msys_prefix_subst, msys_sed_sh_escape): | ||
| 21 | New variables. | ||
| 22 | (epaths-force-w32): Use them. (Bug#14513) | ||
| 23 | |||
| 24 | 2013-06-03 Michael Albinus <michael.albinus@gmx.de> | ||
| 25 | |||
| 26 | * configure.ac (HAVE_GFILENOTIFY): Check for gio >= 2.24. | ||
| 27 | |||
| 28 | 2013-06-03 Eli Zaretskii <eliz@gnu.org> | ||
| 29 | |||
| 30 | * configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS. | ||
| 31 | (GFILENOTIFY_CFLAGS, GFILENOTIFY_LIBS): Substitute. | ||
| 32 | |||
| 33 | 2013-06-03 Jan Djärv <jan.h.d@swipnet.se> | ||
| 34 | |||
| 35 | * configure.ac (HAVE_GLIB): Add GLib check. Set XGSELOBJ if GLib is | ||
| 36 | used. Remove xgselect.o from XOBJ. | ||
| 37 | |||
| 1 | 2013-06-03 Michael Albinus <michael.albinus@gmx.de> | 38 | 2013-06-03 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 39 | ||
| 3 | * configure.ac (file-notification): New option, replaces inotify option. | 40 | * configure.ac (file-notification): New option, replaces inotify option. |
| 4 | (HAVE_W32): Remove w32notify.o. | 41 | (HAVE_W32): Remove w32notify.o. |
| 5 | (with_file_notification): Add checks for glib and w32. Adapt check | 42 | (with_file_notification): Add checks for glib and w32. Adapt check |
| 6 | for inotify. | 43 | for inotify. |
| 7 | (Summary): Add entry for file notification. | 44 | (Summary): Add entry for file notification. |
| 8 | 45 | ||
| @@ -92,7 +129,7 @@ | |||
| 92 | 129 | ||
| 93 | 2013-05-07 Paul Eggert <eggert@cs.ucla.edu> | 130 | 2013-05-07 Paul Eggert <eggert@cs.ucla.edu> |
| 94 | 131 | ||
| 95 | Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295) | 132 | Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295) |
| 96 | * configure.ac: Remove -with-acl option, since Gnulib does that for | 133 | * configure.ac: Remove -with-acl option, since Gnulib does that for |
| 97 | us now. | 134 | us now. |
| 98 | (LIBACL_LIBS): Remove; no longer needed. | 135 | (LIBACL_LIBS): Remove; no longer needed. |
| @@ -464,7 +501,7 @@ | |||
| 464 | 501 | ||
| 465 | 2012-12-14 Paul Eggert <eggert@cs.ucla.edu> | 502 | 2012-12-14 Paul Eggert <eggert@cs.ucla.edu> |
| 466 | 503 | ||
| 467 | Fix permissions bugs with setgid directories etc. (Bug#13125) | 504 | Fix permissions bugs with setgid directories etc. (Bug#13125) |
| 468 | * configure.ac (BSD4_2): Remove; no longer needed. | 505 | * configure.ac (BSD4_2): Remove; no longer needed. |
| 469 | 506 | ||
| 470 | 2012-12-13 Glenn Morris <rgm@gnu.org> | 507 | 2012-12-13 Glenn Morris <rgm@gnu.org> |
| @@ -2154,7 +2191,7 @@ | |||
| 2154 | 2191 | ||
| 2155 | 2012-02-05 Christoph Scholtes <cschol2112@googlemail.com> | 2192 | 2012-02-05 Christoph Scholtes <cschol2112@googlemail.com> |
| 2156 | 2193 | ||
| 2157 | * make-dist (README.W32): Include file in source tarball. (Bug#9750) | 2194 | * make-dist (README.W32): Include file in source tarball. (Bug#9750) |
| 2158 | 2195 | ||
| 2159 | * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform | 2196 | * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform |
| 2160 | specific makefiles to support getopt_.h generation with MSVC. | 2197 | specific makefiles to support getopt_.h generation with MSVC. |