aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorXue Fuqiao2013-06-12 20:12:47 +0800
committerXue Fuqiao2013-06-12 20:12:47 +0800
commit6186a2767fcae48a43675dabc457ed2b2177b884 (patch)
tree8eb823df7cbd64d9bf9201c03cadd89fe1e441ac /ChangeLog
parent8d0b26f65d9d4cf52a11a273073cd52fb1feaf13 (diff)
parent5f9dbd7a1241239b5376435e96fbd9dbfa65e0f5 (diff)
downloademacs-6186a2767fcae48a43675dabc457ed2b2177b884.tar.gz
emacs-6186a2767fcae48a43675dabc457ed2b2177b884.zip
Merge from mainline.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 17 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 04ad375f55e..bad19f32a91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
12013-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
62013-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
12013-06-08 Jan Djärv <jan.h.d@swipnet.se> 122013-06-08 Jan Djärv <jan.h.d@swipnet.se>
2 13
3 * configure.ac (HAVE_GLIB): Only set XGSELOBJ if HAVE_NS = no. 14 * configure.ac (HAVE_GLIB): Only set XGSELOBJ if HAVE_NS = no.
@@ -6,8 +17,8 @@
62013-06-07 Richard Copley <rcopley@gmail.com> (tiny change) 172013-06-07 Richard Copley <rcopley@gmail.com> (tiny change)
7 18
8 * Makefile.in (msys_to_w32): Modify to support d:\foo file names. 19 * Makefile.in (msys_to_w32): Modify to support d:\foo file names.
9 (msys_lisppath_to_w32, msys_prefix_subst, msys_sed_sh_escape): New 20 (msys_lisppath_to_w32, msys_prefix_subst, msys_sed_sh_escape):
10 variables. 21 New variables.
11 (epaths-force-w32): Use them. (Bug#14513) 22 (epaths-force-w32): Use them. (Bug#14513)
12 23
132013-06-03 Michael Albinus <michael.albinus@gmx.de> 242013-06-03 Michael Albinus <michael.albinus@gmx.de>
@@ -28,7 +39,7 @@
28 39
29 * configure.ac (file-notification): New option, replaces inotify option. 40 * configure.ac (file-notification): New option, replaces inotify option.
30 (HAVE_W32): Remove w32notify.o. 41 (HAVE_W32): Remove w32notify.o.
31 (with_file_notification): Add checks for glib and w32. Adapt check 42 (with_file_notification): Add checks for glib and w32. Adapt check
32 for inotify. 43 for inotify.
33 (Summary): Add entry for file notification. 44 (Summary): Add entry for file notification.
34 45
@@ -118,7 +129,7 @@
118 129
1192013-05-07 Paul Eggert <eggert@cs.ucla.edu> 1302013-05-07 Paul Eggert <eggert@cs.ucla.edu>
120 131
121 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295) 132 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
122 * configure.ac: Remove -with-acl option, since Gnulib does that for 133 * configure.ac: Remove -with-acl option, since Gnulib does that for
123 us now. 134 us now.
124 (LIBACL_LIBS): Remove; no longer needed. 135 (LIBACL_LIBS): Remove; no longer needed.
@@ -490,7 +501,7 @@
490 501
4912012-12-14 Paul Eggert <eggert@cs.ucla.edu> 5022012-12-14 Paul Eggert <eggert@cs.ucla.edu>
492 503
493 Fix permissions bugs with setgid directories etc. (Bug#13125) 504 Fix permissions bugs with setgid directories etc. (Bug#13125)
494 * configure.ac (BSD4_2): Remove; no longer needed. 505 * configure.ac (BSD4_2): Remove; no longer needed.
495 506
4962012-12-13 Glenn Morris <rgm@gnu.org> 5072012-12-13 Glenn Morris <rgm@gnu.org>
@@ -2180,7 +2191,7 @@
2180 2191
21812012-02-05 Christoph Scholtes <cschol2112@googlemail.com> 21922012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
2182 2193
2183 * make-dist (README.W32): Include file in source tarball. (Bug#9750) 2194 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
2184 2195
2185 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform 2196 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
2186 specific makefiles to support getopt_.h generation with MSVC. 2197 specific makefiles to support getopt_.h generation with MSVC.