]> code.delx.au - gnu-emacs/blobdiff - ChangeLog
Use derived-mode-p in previous change
[gnu-emacs] / ChangeLog
index dabe3b3d7dbcec5ace8a801e09874084087c5827..2720997a6c8fa4a0d3df246117b7b55196c3bf30 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,111 @@
+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).
+       On my host, this speeds up directory-files-and-attributes by a
+       factor of 3, when applied to Emacs's src directory.
+       These functions are standardized by POSIX and are common these
+       days; fall back on a (slower) gnulib implementation if the host
+       is too old to supply them.
+       * .bzrignore: Add lib/dirent.h.
+       * lib/Makefile.am (libgnu_a_SOURCES): Add openat-die.c, save-cwd.c.
+       * lib/careadlinkat.c, lib/careadlinkat.h: Merge from gnulib,
+       incorporating: 2013-01-29 careadlinkat: do not provide careadlinkatcwd.
+       * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
+       * lib/dirent.in.h, lib/fdopendir.c, lib/fstatat.c, lib/openat-priv.h:
+       * lib/openat-proc.c, lib/openat.h, m4/dirent_h.m4, m4/fdopendir.m4:
+       * m4/fstatat.m4: New files, from gnulib.
+       * lib/openat-die.c, lib/save-cwd.c, lib/save-cwd.h: New files.
+       These last three are specific to Emacs and are not copied from gnulib.
+       They are simpler than the gnulib versions and are tuned for Emacs.
+
+2013-02-01  Glenn Morris  <rgm@gnu.org>
+
+       * make-dist: Only README files exist in lisp/ now, not README*.
+
+2013-01-23  Giorgos Keramidas  <gkeramidas@gmail.com>  (tiny change)
+
+       * .bzrignore: add lib-src/blessmail.
+
+2013-01-23  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, incorporating:
+       2013-01-16 unistd: port to recent mingw
+
+2013-01-19  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (install-arch-indep): Put back a chmod that was
+       removed 2012-05-19.  (Bug#13430)
+
+2013-01-16  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, incorporating:
+       2013-01-16 largefile: port better to Mac OS X 10.5
+       2013-01-15 stdint: fix build with Android's Bionic fox x86
+
+2013-01-16  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * configure.ac: Document that --enable-gcc-warnings emits errors.
+       (Bug#13448)
+
 2013-01-13  Glenn Morris  <rgm@gnu.org>
 
        * make-dist: Add options for xz compression and no compression.