* make-dist: Do not distribute admin/unidata/Makefile.
[bpt/emacs.git] / ChangeLog
index f1b134a..5f74726 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,170 @@
+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-29 stdalign: port to stricter ISO C11
+       This helps to run 'configure' on MS-Windows; see Eli Zaretskii in
+       <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00999.html>.
+
+2013-03-27  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * configure.ac (HAVE_XKBGETKEYBOARD): Remove.
+       Subsumed by HAVE_XKB.  All uses changed.
+
+2013-03-25  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.ac (HAVE_XKB): Define if Xkb is present.
+
+2013-03-24  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, incorporating:
+       2013-03-21 sys_select, sys_time: port 2013-01-30 fix to Cygwin
+
+2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Fix bug when building Emacs with a GNU Make submake (Bug#13962).
+       * Makefile.in (QUIET_SUBMAKE): New macro.
+       (install-info, uninstall): Use it.
+
+       Emacs crashes with ImageMagick 6.8.2-3 through 6.8.3-9 (Bug#13867).
+       * configure.ac (IMAGEMAGICK_MODULE): Reject 6.8.2.
+       We want to reject 6.8.2-3 through 6.8.3-9, but there seems to be
+       no way to do this in pkg-config, so make do with a reasonable
+       approximation.
+
+       Automate the build of ja-dic.el (Bug#13984).
+       * .bzrignore: Add leim/ja-dic/.
+
+2013-03-13  Paul Eggert  <eggert@cs.ucla.edu>
+
+       File synchronization fixes (Bug#13944).
+       * configure.ac (BSD_SYSTEM, BSD_SYSTEM_AHB): Remove; no longer needed.
+       (fsync): Remove check; now done by gnulib.
+       * lib/fdatasync.c, lib/fsync.c, m4/fdatasync.m4, m4/fsync.m4:
+       New files, from gnulib.
+       * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
+
+       Merge from gnulib, incorporating:
+       2013-03-13 putenv: port to Solaris 10
+       2013-03-12 mktime: fix configure typo
+       2013-03-11 regex: port to mingw's recent addition of undeclared alarm
+       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).
+       It can mess up 'configure' runs.
+
+2013-03-05  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (install-man): Ignore gzip exit status.
+
+2013-03-03  Glenn Morris  <rgm@gnu.org>
+
+       * make-dist: Remove lzma (it's replaced by xz).
+
+2013-03-01  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, incorporating:
+       2013-02-21 putenv: port better to native Windows
+       2013-02-18 extern-inline: avoid compilation error with HP-UX cc
+       2013-02-14 putenv: fix heap corruption with mixed putenv/_putenv
+
+2013-02-28  Ken Brown  <kbrown@cornell.edu>
+
+       * configure.ac (HAVE_DATA_START): Fix test.  (Bug#13818)
+
+2013-02-25  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Simplify data_start configuration (Bug#13783).
+       * configure.ac (CRT_DIR, LIB_STANDARD, START_FILES, DATA_START)
+       (LD_FIRSTFLAG, ORDINARY_LINK, LIB_GCC): Remove.
+       (AC_CHECK_HEADERS_ONCE): Remove sys/resource.h, as it's
+       not always needed.
+       (HAVE_DATA_START): New macro.
+
+2013-02-21  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Parallelize documentation builds.
+       This speeds up building of documentation on multiprocessor
+       platforms, and is motivated by Texinfo 5.0, which is much slower.
+       Add a toplevel rule 'make docs' to make all the documentation.
+       * .bzrignore: Add .dvi, .html, .ps.
+       * Makefile.in (DVIS, HTMLS, INFOS, PSS, DOCS): New macros.
+       ($(DOCS), docs, vi, html, pdf, ps): New rules.
+       (info-real): Depend on $(INFOS) rather than doing it sequentially.
+       (dvi): Depend on $(DVIS) rather than doing it sequentially.
+
+2013-02-15  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Fix AIX port (Bug#13650).
+       * configure.ac (DATA_START, DATA_SEG_BITS): Set to 0x20000000 on AIX.
+
+2013-02-12  Eli Zaretskii  <eliz@gnu.org>
+
+       * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/memrchr.$(O).
+       ($(BLD)/memrchr.$(O)): New dependency.
+
+2013-02-11  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Tune by using memchr and memrchr.
+       * .bzrignore: Add string.h.
+       * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
+       * lib/memrchr.c, lib/string.in.h, m4/memrchr.m4, m4/string_h.m4:
+       New files, from gnulib.
+
+       Merge from gnulib, incorporating:
+       2013-02-11 unsetenv etc.: port to Solaris 11 + GNU Emacs
+       2013-02-09 secure_getenv: fix C++ declaration typo
+
+2013-02-11  Glenn Morris  <rgm@gnu.org>
+
+       * configure.ac (emacs_config_options): Record some env vars.
+
 2013-02-10  Glenn Morris  <rgm@gnu.org>
 
        * configure.ac (emacs_config_options): Strip out the (internal)