aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2013-06-12 12:32:25 +0200
committerJoakim Verona2013-06-12 12:32:25 +0200
commite6fa6da6899bf1b4877b96c450eae3934085d560 (patch)
tree48e6fda463d24a792ec8428fb8044a250ee2ff82 /ChangeLog
parent4f0994366d33f8f76db4662cc126720866df3461 (diff)
parent84d6f46535554f9f51aae3314313112e8d755c65 (diff)
downloademacs-e6fa6da6899bf1b4877b96c450eae3934085d560.tar.gz
emacs-e6fa6da6899bf1b4877b96c450eae3934085d560.zip
Merge branch 'trunk' into xwidget
Conflicts: src/Makefile.in src/keyboard.c src/termhooks.h
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog62
1 files changed, 59 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index b07c8d702fa..bad19f32a91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,59 @@
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
122013-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
172013-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
242013-06-03 Michael Albinus <michael.albinus@gmx.de>
25
26 * configure.ac (HAVE_GFILENOTIFY): Check for gio >= 2.24.
27
282013-06-03 Eli Zaretskii <eliz@gnu.org>
29
30 * configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS.
31 (GFILENOTIFY_CFLAGS, GFILENOTIFY_LIBS): Substitute.
32
332013-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
382013-06-03 Michael Albinus <michael.albinus@gmx.de>
39
40 * configure.ac (file-notification): New option, replaces inotify option.
41 (HAVE_W32): Remove w32notify.o.
42 (with_file_notification): Add checks for glib and w32. Adapt check
43 for inotify.
44 (Summary): Add entry for file notification.
45
46 * autogen/config.in: Add entries for HAVE_GFILENOTIFY,
47 HAVE_W32NOTIFY and USE_FILE_NOTIFY.
48
492013-06-02 Juanma Barranquero <lekktu@gmail.com>
50
51 * .bzrignore: Ignore dirs libexec/, share/ and var/.
52
532013-05-29 Xue Fuqiao <xfq.free@gmail.com>
54
55 * INSTALL: Fix description.
56
12013-05-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 572013-05-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 58
3 * configure.ac (HAVE_XRANDR): Check availability of 59 * configure.ac (HAVE_XRANDR): Check availability of
@@ -73,7 +129,7 @@
73 129
742013-05-07 Paul Eggert <eggert@cs.ucla.edu> 1302013-05-07 Paul Eggert <eggert@cs.ucla.edu>
75 131
76 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295) 132 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
77 * configure.ac: Remove -with-acl option, since Gnulib does that for 133 * configure.ac: Remove -with-acl option, since Gnulib does that for
78 us now. 134 us now.
79 (LIBACL_LIBS): Remove; no longer needed. 135 (LIBACL_LIBS): Remove; no longer needed.
@@ -445,7 +501,7 @@
445 501
4462012-12-14 Paul Eggert <eggert@cs.ucla.edu> 5022012-12-14 Paul Eggert <eggert@cs.ucla.edu>
447 503
448 Fix permissions bugs with setgid directories etc. (Bug#13125) 504 Fix permissions bugs with setgid directories etc. (Bug#13125)
449 * configure.ac (BSD4_2): Remove; no longer needed. 505 * configure.ac (BSD4_2): Remove; no longer needed.
450 506
4512012-12-13 Glenn Morris <rgm@gnu.org> 5072012-12-13 Glenn Morris <rgm@gnu.org>
@@ -2135,7 +2191,7 @@
2135 2191
21362012-02-05 Christoph Scholtes <cschol2112@googlemail.com> 21922012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
2137 2193
2138 * make-dist (README.W32): Include file in source tarball. (Bug#9750) 2194 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
2139 2195
2140 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform 2196 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
2141 specific makefiles to support getopt_.h generation with MSVC. 2197 specific makefiles to support getopt_.h generation with MSVC.