Some doc for defalias-fset-function
[bpt/emacs.git] / doc / lispref / ChangeLog
index fc25803..fcfb524 100644 (file)
@@ -1,3 +1,94 @@
+2014-02-20  Glenn Morris  <rgm@gnu.org>
+
+       * functions.texi (Defining Functions): Mention defalias-fset-function.
+
+2014-02-17  Glenn Morris  <rgm@gnu.org>
+
+       * minibuf.texi (Text from Minibuffer): Update read-regexp details.
+       Mention read-regexp-defaults-function.
+
+2014-02-13  Glenn Morris  <rgm@gnu.org>
+
+       * debugging.texi (Debugger Commands): Tiny edits.
+
+2014-02-12  Glenn Morris  <rgm@gnu.org>
+
+       * package.texi (Simple Packages): Describe URL and Keywords headers.
+
+2014-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * text.texi (User-Level Deletion): Document
+       `delete-trailing-whitespace' (bug#15309).
+
+2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * text.texi (Changing Properties): Clarify `propertize' (bug#9825).
+
+       * display.texi (Blinking): Clarify doc string in example (bug#10658).
+
+       * commands.texi (Accessing Mouse): Mention that these function
+       also work on keyboard events (bug#14228).
+       (Quitting): Refer to the right node for `set-input-mode' (bug#11458).
+
+2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * display.texi (Face Attributes): Add an index (bug#14924).
+
+       * keymaps.texi (Menu Bar): Minor clarification (bug#15657).
+
+2014-02-06  Glenn Morris  <rgm@gnu.org>
+
+       * display.texi (Truncation):
+       * positions.texi (Screen Lines): Do not mention cache-long-scans.
+
+2014-01-31  Juri Linkov  <juri@jurta.org>
+
+       * searching.texi (String Search): Incremental word search fixes.
+
+2014-01-28  Glenn Morris  <rgm@gnu.org>
+
+       * text.texi (Indent Tabs): Update related to tab-stops.
+
+2014-01-24  Glenn Morris  <rgm@gnu.org>
+
+       * control.texi (Handling Errors): Update with-demoted-errors.
+
+       * files.texi (File Locks): Every platform supports locking now.
+
+2014-01-22  Glenn Morris  <rgm@gnu.org>
+
+       * display.texi (ImageMagick Images): Expand on image-format-suffixes.
+
+2014-01-20  Glenn Morris  <rgm@gnu.org>
+
+       * hash.texi (Other Hash): Do not mention subr-x.el functions;
+       reverts 2013-12-22 change.
+
+2014-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * functions.texi (Advising Functions): New section.
+       * modes.texi (Running Hooks): Don't document with-wrapper-hook and
+       run-hook-wrapped any more.
+       (Hooks): Link to the new Advising Functions node.
+       * elisp.texi (Top): Don't include advice.texi.
+       * advice.texi: Remove.
+       * makefile.w32-in (srcs):
+       * Makefile.in (srcs): Adjust accordingly.
+
+2014-01-09  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
+
+       * text.texi (Parsing HTML/XML): Document `shr-insert-document'.
+
+       * strings.texi (Text Comparison): Document `string-suffix-p'.
+
+2014-01-07  Glenn Morris  <rgm@gnu.org>
+
+       * files.texi (File Attributes): Fix superscipt typo.
+
+2014-01-07  Chong Yidong  <cyd@gnu.org>
+
+       * files.texi (Changing Files): Document copy-file changes.
+
 2014-01-07  Glenn Morris  <rgm@gnu.org>
 
        * display.texi (Logging Messages): Copyedits re messages-buffer.
        (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,
+       (.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)
 
        * variables.texi (Variable Aliases): Simplify.
 
-       * anti.texi, backups.texi, compile.texi, customization.texi:
+       * anti.texi, backups.texi, compile.texi, customize.texi:
        * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
        * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
        * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
 
 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
 
-       * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
-       lispref/customize.texi, lispref/display.texi, lispref/files.texi,
-       lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
-       lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
-       lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
-       lispref/processes.texi, lispref/searching.texi,
-       lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
-       lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
-       @acronym{FOO}.
+       * anti.texi, backups.texi, commands.texi, customize.texi:
+       * display.texi, files.texi, internals.texi, keymaps.texi:
+       * loading.texi, modes.texi, nonascii.texi, numbers.texi:
+       * objects.texi, os.texi, positions.texi, processes.texi:
+       * searching.texi, sequences.texi, streams.texi, strings.texi:
+       * syntax.texi, text.texi: Replace @sc{foo} with @acronym{FOO}.
 
 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>