]> code.delx.au - gnu-emacs/blobdiff - admin/ChangeLog
merge from trunk
[gnu-emacs] / admin / ChangeLog
index ccee52e6b88edb659e42b46a1b166420d2e6e2df..e9c6c74e163fefb26963a6205370233968526450 100644 (file)
@@ -1,6 +1,52 @@
+2013-08-15  Glenn Morris  <rgm@gnu.org>
+
+       * make-tarball.txt: Mention generating pdfs in etc/refcards.
+
+2013-08-15  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * notes/hydra: More information about Hydra.
+
+2013-08-10  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * notes/hydra: New file.
+
+2013-08-04  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Fix some minor races in hosts lacking mkostemp (Bug#15015).
+       * merge-gnulib (GNULIB_MODULES): Add mkostemp.
+
+2013-07-12  Glenn Morris  <rgm@gnu.org>
+
+       * admin.el (manual-style-string): Use non-abbreviated url.
+
+2013-07-09  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Port recent close-on-exec changes to Cygwin (Bug#14821).
+       * merge-gnulib (GNULIB_TOOL_FLAGS): Don't avoid binary-io.
+
+       Handle error numbers a bit more reliably.
+       * merge-gnulib (GNULIB_MODULES): Remove ignore-value.
+
+2013-07-07  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Make file descriptors close-on-exec when possible (Bug#14803).
+       * merge-gnulib (GNULIB_MODULES): Add fcntl, pipe2.
+       (GNULIB_TOOL_FLAGS): Avoid binary-io, close.  Do not avoid fcntl.
+
+2013-07-06  Glenn Morris  <rgm@gnu.org>
+
+       * admin.el (manual-misc-manuals): New function.
+       (make-manuals): Avoid hard-coding list of misc manuals.
+       Add the option to only make certain type(s) of output.
+       (manual-misc-html): Special-case ccmode and efaq.
+       (manual-html-mono, manual-html-node, manual-pdf, manual-ps):
+       Move creation of output directory here from make-manuals.
+       (manual-html-fix-index-2): Avoid dynamic reference to `f'.
+
 2013-07-05  Glenn Morris  <rgm@gnu.org>
 
        * admin.el (make-manuals): Use a standard location for lispintro.
+       Use a pdf/ subdirectory for pdf versions.
 
 2013-06-29  Glenn Morris  <rgm@gnu.org>