]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/ChangeLog
* doc/emacs/text.texi (Sorting): Fix indentation.
[gnu-emacs] / doc / lispref / ChangeLog
index 9d90a98a1ae423ae89398f5d6059919ddf093cd2..4143c2ae76be65f391e6edcbda3d798629a0ad98 100644 (file)
@@ -1,3 +1,62 @@
+2013-08-17  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * text.texi (Maintaining Undo): Mention interactive call of
+       buffer-disable-undo.
+       (Filling): Add cross-reference for hard newlines.
+       (Sorting): Fix indentation.
+
+2013-08-16  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * text.texi (Insertion): Refine.
+       (Margins): Add an index.
+       (Undo): Doc fix for `buffer-undo-list'.
+
+       * positions.texi (Character Motion):
+       * markers.texi (Moving Markers):
+       (Creating Markers): Comment out undefined behavior.
+
+2013-08-15  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * markers.texi (The Region): Add/move indexes.
+
+2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * display.texi (ImageMagick Images): Mention :content-type and
+       `image-content-type-suffixes'.
+
+2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * positions.texi (Word Motion): Remove redundant sentence.
+
+2013-08-13  Glenn Morris  <rgm@gnu.org>
+
+       * lists.texi (List Elements):
+       Undocument behavior of nth and nthcdr with n < 0.  (Bug#15059)
+
+2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * frames.texi (Display Feature Testing): Add indexes.
+
+2013-08-12  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
+       (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
+       (INSTALL_DATA): New, set by configure.
+       (HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
+       New variables.
+       (.SUFFIXES): Add .ps and .dvi.
+       (.dvi.ps): New suffix rule.
+       (dvi, html, pdf, ps): Use *_TARGETS variables.
+       (elisp.html): Use HTML_OPTS.
+       (elisp.ps): Remove explicit rule.
+       (.PHONY): install-dvi, install-html, install-pdf, install-ps
+       ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
+       uninstall-ps, and uninstall-doc.
+       (install-dvi, install-html, install-pdf, install-ps, install-doc)
+       (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
+       (uninstall-doc): New rules.
+       (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
+
 2013-08-10  Xue Fuqiao  <xfq.free@gmail.com>
 
        * edebug.texi (Instrumenting Macro Calls): Use @defmac for macros.