Some doc for defalias-fset-function
[bpt/emacs.git] / doc / lispref / ChangeLog
index 99da484..fcfb524 100644 (file)
@@ -1,8 +1,155 @@
-2013-12-30  Paul Eggert  <eggert@cs.ucla.edu>
+2014-02-20  Glenn Morris  <rgm@gnu.org>
 
-       Specify info encoding and language (Bug#16292).
-       * back.texi, book-spine.texi, elisp.texi, lay-flat.texi:
-       Add @documentencoding, @documentlanguage as needed.
+       * 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.
+
+2014-01-06  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Specify .texi encoding (Bug#16292).
+       * back.texi, book-spine.texi, lay-flat.texi:
+       Add @documentencoding.
+
+2014-01-05  Chong Yidong  <cyd@gnu.org>
+
+       * backups.texi (Making Backups): Document backup-buffer change.
+
+       * files.texi (Visiting Files): Copyedits.
+       (Testing Accessibility): Mention ACLs.  Move file-modes here from
+       File Attributes.
+       (Truenames): Move file-equal-p here from Kinds of Files.
+       (File Attributes): Move file-newer-than-file-p here from Testing
+       Accessibility.
+       (Extended Attributes): New node.  Add file-extended-attributes.
+       (Changing Files): Document set-file-extended-attributes.
+
+       * commands.texi (Defining Commands): Document the interactive-form
+       property more carefully.  Document interactive-only.
+
+       * compile.texi (Compiler Errors): Copyedits.  Note that the
+       details for byte-compile-warnings are in its docstring.
+
+       * minibuf.texi (Minibuffer Contents): Remove obsolete function
+       minibuffer-completion-contents.
+
+       * variables.texi (Defining Variables): Note that defvar acts
+       always on the dynamic value.
+
+       * customize.texi (Variable Definitions): Likewise.
+
+2014-01-05  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Document vconcat and the empty vector (Bug#16246).
+       * sequences.texi (Vector Functions):
+       Document behavior better when the result is empty.
+
+       Document behavior of (string-to-number "+@") (Bug#16293).
+       * strings.texi (String Conversion): Document behavior of
+       string-to-number on invalid strings that begin with "+", too.
+
+2014-01-03  Chong Yidong  <cyd@gnu.org>
+
+       * help.texi (Documentation, Accessing Documentation): Copyedits.
+       (Documentation Basics): Rewrite, avoiding a repeat discussion of
+       docstring conventions.
+
+       * tips.texi (Documentation Tips): Move discussion of
+       emacs-lisp-docstring-fill-column here from Documentation Basics.
+
+       * compile.texi (Docs and Compilation): Copyedits.
+
+2014-01-02  Glenn Morris  <rgm@gnu.org>
+
+       * numbers.texi (Numeric Conversions): Fix a typo.
 
 2013-12-29  Paul Eggert  <eggert@cs.ucla.edu>
 
        (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)
        Tweak markup.  Remove domain-error and friends, which seem to be
        unused after the floating-point code revamp.
 
-       * functions.texi (Obsolete Functions): Obsolescence also affects
+       * functions.texi (Defining Functions): defun is now a macro.
+       (Obsolete Functions): Obsolescence also affects
        documentation commands.  Various clarifications.
        (Declare Form): New node.
 
        * strings.texi (String Basics): Copyedits.
 
-       * os.texi (Idle Timers): Minor clarifications.
+       * os.texi (Startup Summary): Document leim-list.el change.
        (User Identification): Add system-users and system-groups.
+       (Idle Timers): Minor clarifications.
 
        * macros.texi (Defining Macros): Move description of `declare' to
        Declare Form node.
        the machine-independence of negative division since it does not
        happen in practice.
 
-2012-09-28  Chong Yidong  <cyd@gnu.org>
-
-       * os.texi (Startup Summary): Document leim-list.el change.
-
-2012-09-25  Chong Yidong  <cyd@gnu.org>
-
-       * functions.texi (Defining Functions): defun is now a macro.
-
 2012-09-28  Leo Liu  <sdl.web@gmail.com>
 
        * files.texi (Files): Fix typo.
 
        * 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>
 
 ;; coding: utf-8
 ;; End:
 
-  Copyright (C) 1998-2013 Free Software Foundation, Inc.
+  Copyright (C) 1998-2014 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.