aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-05-15 19:15:07 +0300
committerEli Zaretskii2013-05-15 19:15:07 +0300
commitd14365f9411ab4b20db6c455aa9cf24ce6a0bcb1 (patch)
treef547c3f203c903b118348061eb0fd2359c94d324 /ChangeLog
parentf94b5742a3e9bc7114c6e2cd85a2371381cba4d3 (diff)
parente3772e9833f971a450562350dc233bf00be7c5eb (diff)
downloademacs-d14365f9411ab4b20db6c455aa9cf24ce6a0bcb1.tar.gz
emacs-d14365f9411ab4b20db6c455aa9cf24ce6a0bcb1.zip
Merge from trunk, configury not fixed yet.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog40
1 files changed, 40 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 29433c8f132..97c307f3817 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,43 @@
12013-05-13 Paul Eggert <eggert@cs.ucla.edu>
2
3 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): OpenBSD needs -nopie.
4 Reported privately by Han Boetes <han@boetes.org>.
5
62013-05-08 Juanma Barranquero <lekktu@gmail.com>
7
8 * lib/makefile.w32-in (ACL_H): New macro.
9 ($(BLD)/acl-errno-valid.$(O)): Update dependencies.
10
112013-05-07 Paul Eggert <eggert@cs.ucla.edu>
12
13 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
14 * configure.ac: Remove -with-acl option, since Gnulib does that for
15 us now.
16 (LIBACL_LIBS): Remove; no longer needed.
17 * lib/Makefile.am (CLEANFILES, SUFFIXES): New (empty) macros,
18 for the benefit of the new ACL implementation.
19 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/acl-errno-valid.$(O).
20 ($(BLD)/acl-errno-valid.$(O)): New rule.
21 * lib/acl-errno-valid.c, lib/acl-internal.h, lib/acl.h:
22 * lib/acl_entries.c, lib/errno.in.h, lib/file-has-acl.c:
23 * lib/qcopy-acl.c, lib/qset-acl.c, m4/acl.m4, m4/errno_h.m4:
24 New files, taken from gnulib.
25 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
26
272013-05-07 Jan Djärv <jan.h.d@swipnet.se>
28
29 * configure.ac (HAVE_XRANDR, HAVE_XINERAMA): Define if available.
30 (XRANDR_LIBS, XINERAMA_LIBS): New AC_SUBSTs.
31
322013-05-06 Paul Eggert <eggert@cs.ucla.edu>
33
34 Merge from gnulib, incorporating:
35 2013-04-30 utimens, utimensat: work around Solaris UTIME_OMIT bug
36
372013-05-01 Paul Eggert <eggert@cs.ucla.edu>
38
39 * make-dist: Keep necessary restrictions on file access.
40
12013-04-29 Paul Eggert <eggert@cs.ucla.edu> 412013-04-29 Paul Eggert <eggert@cs.ucla.edu>
2 42
3 Merge from gnulib, incorporating: 43 Merge from gnulib, incorporating: