Merge from emacs-24; up to 2012-12-29T06:14:00Z!cyd@gnu.org
[bpt/emacs.git] / ChangeLog
index 2ddcd03..d111394 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,254 @@
+2013-06-24  Glenn Morris  <rgm@fencepost.gnu.org>
+
+       * configure.ac: Include X11/X.h when testing for Xft.h.  (Bug#14684)
+
+2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
+
+       * .bzrignore: Add GNU idutils ID database file.
+
+2013-06-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * configure.ac (HAVE_LIBXML2): Try built-in libxml2 on OS X 10.8
+       as a fallback.
+
+2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * .bzrignore: Don't unignore cl-loaddefs.el.
+
+2013-06-20  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
+
+       * configure.ac (log2): Check for this function.
+
+2013-06-19  Juanma Barranquero  <lekktu@gmail.com>
+
+       * .bzrignore: Add GNU GLOBAL files.
+
+2013-06-17  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Use functions, not macros, for XINT etc.  (Bug#11935).
+       * configure.ac (WARN_CFLAGS): Remove -Wbad-function-cast,
+       as it generates bogus warnings about reasonable casts of calls.
+
+2013-06-16  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * configure.ac: Report ACL usage at the end (Bug#14612).
+
+2013-06-11  Paul Eggert  <eggert@cs.ucla.edu>
+
+       --without-all should imply --with-file-notification=no.  (Bug#14569)
+       * configure.ac (with_file_notification): Default to $with_features.
+
+2013-06-09  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, incorporating:
+       2013-06-02 sig2str: port to C++
+       2013-05-29 c-ctype, regex, verify: port to gcc -std=c90 -pedantic
+
+2013-06-08  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.ac (HAVE_GLIB): Only set XGSELOBJ if HAVE_NS = no.
+       (with_file_notification): Don't set to gfile if with_ns = yes.
+
+2013-06-07  Richard Copley  <rcopley@gmail.com>  (tiny change)
+
+       * Makefile.in (msys_to_w32): Modify to support d:\foo file names.
+       (msys_lisppath_to_w32, msys_prefix_subst, msys_sed_sh_escape):
+       New variables.
+       (epaths-force-w32): Use them.  (Bug#14513)
+
+2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
+
+       * configure.ac (HAVE_GFILENOTIFY): Check for gio >= 2.24.
+
+2013-06-03  Eli Zaretskii  <eliz@gnu.org>
+
+       * configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS.
+       (GFILENOTIFY_CFLAGS, GFILENOTIFY_LIBS): Substitute.
+
+2013-06-03  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.ac (HAVE_GLIB): Add GLib check.  Set XGSELOBJ if GLib is
+       used.  Remove xgselect.o from XOBJ.
+
+2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
+
+       * configure.ac (file-notification): New option, replaces inotify option.
+       (HAVE_W32): Remove w32notify.o.
+       (with_file_notification): Add checks for glib and w32.  Adapt check
+       for inotify.
+       (Summary): Add entry for file notification.
+
+       * autogen/config.in: Add entries for HAVE_GFILENOTIFY,
+       HAVE_W32NOTIFY and USE_FILE_NOTIFY.
+
+2013-06-02  Juanma Barranquero  <lekktu@gmail.com>
+
+       * .bzrignore: Ignore dirs libexec/, share/ and var/.
+
+2013-05-29  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * INSTALL: Fix description.
+
+2013-05-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * configure.ac (HAVE_XRANDR): Check availability of
+       XRRGetScreenResources rather than that of XRRQueryExtension.
+
+2013-05-18  Eli Zaretskii  <eliz@gnu.org>
+
+       * make-dist (files): Add nt/msysconfig.sh, nt/mingw-cfg.site,
+       nt/epaths.nt, and nt/INSTALL.MSYS.
+
+2013-05-18  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Port --enable-gcc-warnings to clang.
+       * configure.ac (nw): Remove obsolescent warnings.
+       These aren't needed for clang, or for gcc for that matter.
+       (emacs_cv_clang): New var, which tests for clang.
+       Omit warnings that clang is too picky about.
+       (GLIB_DISABLE_DEPRECATION_WARNINGS): Define this;
+       needed for Ubuntu 13.04 + clang + --enable-gcc-warnings.
+
+       * make-dist (files): Add nt/Makefile.in, nt/gnulib.mk.
+       Otherwise, 'configure; make' fails on non-Windows builds.
+
+2013-05-16  Eli Zaretskii  <eliz@gnu.org>
+
+       * lib/Makefile.am: If building for MS-Windows, include
+       nt/gnulib.mk instead of lib/gnulib.mk.
+
+       * configure.ac: Adapt to MSYS build on MS-Windows.
+
+       * Makefile.in (NTDIR): New variable, for the MSYS build on
+       MS-Windows.
+       (SUBDIR): Add $(NTDIR).
+       (.PHONY): Add epaths-force-w32.
+       (msys_to_w32): New variable.
+       (epaths-force-w32, install-nt, uninstall-nt): New targets.
+       (lib-src src): Add $(NTLIB) to prerequisites.
+       (lib lib-src lisp leim nt): Add 'nt'.
+       (config.status): Use $(CFG).
+       (.PHONY): Add install-$(NTDIR) and uninstall-$(NTDIR).
+       (install, install-arch-dep): Add install-$(NTDIR).
+       (uninstall): Depend on uninstall-$(NTDIR).
+       (mostlyclean, clean, distclean, bootstrap-clean): Add 'nt'.
+
+       * GNUmakefile (CFG): New variable, uses mingw-cfg.site as
+       CONFIG_SITE for the MSYS build on MS-Windows.
+       (Makefile): Use $(CFG).
+
+       * .bzrignore: Ignore *.res, *.tmp, and *.map.  Remove
+       src/emacs.res.
+
+2013-05-16  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, incorporating:
+       2013-05-15 manywarnings: update for GCC 4.8.0
+       2013-05-15 stdio: use __REDIRECT for fwrite, fwrite_unlocked
+       2013-05-15 sig2str, stdio, warnings: port to clang
+
+2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * Makefile.in (install-doc): DOC file is not version specific any more.
+       * .bzrignore: Don't ignore DOC-* any more.
+
+2013-05-13  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * configure.ac (LD_SWITCH_SYSTEM_TEMACS): OpenBSD needs -nopie.
+       Reported privately by Han Boetes <han@boetes.org>.
+
+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)
+
+2013-04-18  Glenn Morris  <rgm@gnu.org>
+
+       * configure.ac (AC_PROG_LN_S): Remove, too restrictive.
+       (LN_S_FILEONLY): New output variable.
+       * Makefile.in (LN_S): Remove.
+       (LN_S_FILEONLY): New, set by configure.
+       (install-arch-dep): Use LN_S_FILEONLY rather than LN_S.
+
+2013-04-12  Ken Brown  <kbrown@cornell.edu>
+
+       * configure.ac (canonical): Adapt to 64-bit Cygwin, for which
+       `canonical' is `x86_64-unknown-cygwin'.
+
+2013-04-09  Ken Brown  <kbrown@cornell.edu>
+
+       * configure.ac (W32_RES_LINK): Remove unneeded linker directive
+       `-Wl,-bpe-i386', which is confusing in the 64-bit case.
+       (Bug#12993)
+
+2013-04-07  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Fix --enable-profiling bug introduced by 2013-02-25 change (Bug#13783).
+       * configure.ac (LD_SWITCH_SYSTEM_TEMACS): Append -pg if profiling
+       and if not on GNU/Linux or FreeBSD.
+       * lib/Makefile.am (AM_CFLAGS): Add $(PROFILING_CFLAGS), so that
+       lib/*.o is profiled too.
+
 2013-03-30  Paul Eggert  <eggert@cs.ucla.edu>
 
        Merge from gnulib, incorporating:
        2013-03-11 putenv: avoid compilation warning on mingw
        2013-03-11 unistd: don't prevent Tru64 Unix from using gnulib strtod.
 
+2013-03-11  Glenn Morris  <rgm@gnu.org>
+
+       * Merge in all changes up to version 24.3 release.
+
 2013-03-06  Paul Eggert  <eggert@cs.ucla.edu>
 
        * configure.ac (TERM_HEADER): Remove duplicate definition (Bug#13872).
 
 2013-01-23  Giorgos Keramidas  <gkeramidas@gmail.com>  (tiny change)
 
-       * .bzrignore: add lib-src/blessmail.
+       * .bzrignore: Add lib-src/blessmail.
 
 2013-01-23  Paul Eggert  <eggert@cs.ucla.edu>
 
 
 2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
 
-       Fix permissions bugs with setgid directories etc. (Bug#13125)
+       Fix permissions bugs with setgid directories etc.  (Bug#13125)
        * configure.ac (BSD4_2): Remove; no longer needed.
 
 2012-12-13  Glenn Morris  <rgm@gnu.org>
 
 2012-12-10  Daniel Colascione  <dancol@dancol.org>
 
-       * .bzrignore: add src/emacs.res.
+       * .bzrignore: Add src/emacs.res.
 
        * configure.ac (W32_RES, W32_RES_LINK, WINDRES): Teach the cygw32
        build how to compile Windows resource files; use these variables
 
 2012-02-05  Christoph Scholtes  <cschol2112@googlemail.com>
 
-       * make-dist (README.W32): Include file in source tarball. (Bug#9750)
+       * make-dist (README.W32): Include file in source tarball.  (Bug#9750)
 
        * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
        specific makefiles to support getopt_.h generation with MSVC.