Fix race conditions with MS-Windows lock files by using _sopen.
[bpt/emacs.git] / ChangeLog
index 0da3969..5b289f2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,44 @@
+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-18  Aidan Gauland  <aidalgol@no8wireless.co.nz>
+
+       * lisp/eshell/em-cmpl.el: Corrected "context-related help"
+       keybinding in commentary.
+
+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-18  Aidan Gauland  <aidalgol@no8wireless.co.nz>
+
+       * doc/misc/eshell.texi: Added documentation for Eshell insert
+       output redirection operator, >>>.
+
+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.