lib/makefile.w32-in (ACL_H): New macro.
[bpt/emacs.git] / ChangeLog
index dc6c0bf..101efbc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,64 @@
+2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
+
+       * lib/makefile.w32-in (ACL_H): New macro.
+       ($(BLD)/acl-errno-valid.$(O)): Update dependencies.
+
+2013-05-07  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
+       * configure.ac: Remove -with-acl option, since Gnulib does that for
+       us now.
+       (LIBACL_LIBS): Remove; no longer needed.
+       * lib/Makefile.am (CLEANFILES, SUFFIXES): New (empty) macros,
+       for the benefit of the new ACL implementation.
+       * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/acl-errno-valid.$(O).
+       ($(BLD)/acl-errno-valid.$(O)): New rule.
+       * lib/acl-errno-valid.c, lib/acl-internal.h, lib/acl.h:
+       * lib/acl_entries.c, lib/errno.in.h, lib/file-has-acl.c:
+       * lib/qcopy-acl.c, lib/qset-acl.c, m4/acl.m4, m4/errno_h.m4:
+       New files, taken from gnulib.
+       * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
+
+2013-05-07  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.ac (HAVE_XRANDR, HAVE_XINERAMA): Define if available.
+       (XRANDR_LIBS, XINERAMA_LIBS): New AC_SUBSTs.
+
+2013-05-06  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, incorporating:
+       2013-04-30 utimens, utimensat: work around Solaris UTIME_OMIT bug
+
+2013-05-01  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * make-dist: Keep necessary restrictions on file access.
+
+2013-04-29  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, incorporating:
+       2013-04-28 extern-inline: work around bug in Sun c99
+
+2013-04-27  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, incorporating:
+       2013-04-27 alignof, intprops, malloca: port better to IBM's C compiler
+
+2013-04-26  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Port better to AIX (Bug#14258).
+       * configure.ac (CFLAGS): Append -O if the user did not specify CFLAGS,
+       we did not already infer an optimization option, and -O works.
+       AIX xlc needs -O, otherwise garbage collection doesn't work.
+
+2013-04-22  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * make-dist: Do not distribute admin/unidata/Makefile.
+       It is generated by 'configure'.
+
+       * build-aux/update-subdirs: Don't leave subdirs.el~ behind.
+       It messes up 'make distclean', and contains no useful information
+       because it's a copy of subdirs.el.
+
 2013-04-18  John Marino  <gnugcc@marino.st>  (tiny change)
 
        * configure.ac: Add DragonFly BSD, mostly same as FreeBSD.  (Bug#14068)