]> code.delx.au - gnu-emacs/blobdiff - ChangeLog
Use derived-mode-p in previous change
[gnu-emacs] / ChangeLog
index c510360e30f2b7976995018861b8854bd704ae5d..2720997a6c8fa4a0d3df246117b7b55196c3bf30 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,62 @@
+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.
+       * .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)
+       arguments --no-create and --no-recursion.
+
+2013-02-08  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, incorporating:
+       2013-02-08 careadlinkat: stop exporting careadlinkatcwd
+       The MS-Windows port can remove careadlinkatcwd at its convenience.
+       2013-02-08 extensions: port better to HP-UX
+       2013-02-06 extensions: port better to MINIX 3, HP-UX, autoheader 2.62
+       2013-02-06 unistd: avoid namespace pollution on non-glibc systems
+       2013-02-04 secure_getenv: new module [module not used by Emacs]
+       2013-01-30 sys_time: port to Solaris 2.6
+
 2013-02-01  Paul Eggert  <eggert@cs.ucla.edu>
 
        Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).