]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/ChangeLog
Merge from origin/emacs-24
[gnu-emacs] / doc / lispref / ChangeLog
index 319386d9f6c76c05b20df924dce394f7b7d63554..3644d40fabf69162e8503be9204d94ef7b8acafd 100644 (file)
-2015-03-14  Eli Zaretskii  <eliz@gnu.org>
+2015-03-18  Eli Zaretskii  <eliz@gnu.org>
 
        * minibuf.texi (Basic Completion): Fix a typo.  (Bug#20108)
 
-2015-02-07  Eli Zaretskii  <eliz@gnu.org>
+2015-03-09  Nicolas Petton <nicolas@petton.fr>
+
+       * sequences.texi (seq-into): Add documentation for the new
+       seq-into function.
+
+2015-03-03  Eli Zaretskii  <eliz@gnu.org>
 
        * processes.texi (Synchronous Processes): Update documentation of
        call-process-shell-command and process-file-shell-command.
 
-2015-01-24  Eli Zaretskii  <eliz@gnu.org>
+2015-03-03  Daniel Colascione  <dancol@dancol.org>
+
+       * control.texi (Generators): Correct missing word.  Clarify which
+       forms are legal in which parts of `unwind-protect'.  Fix orphaned
+       close parenthesis.
+
+       * objects.texi (Finalizer Type): New section for finalizer objects.
+       (Type Predicates): Mention finalizers in `type-of' documentation.
+       * elisp.texi (Top): Link to finalizer type.
+
+2015-03-02  Daniel Colascione  <dancol@dancol.org>
+
+       * control.texi (Generators): New section
+       * elisp.text: Reference new section.
+
+2015-02-28  Eli Zaretskii  <eliz@gnu.org>
+
+       * searching.texi (Char Classes): Update the documentation of
+       [:alpha:] and [:alnum:].  (Bug#19878)
+
+2015-02-27  Eli Zaretskii  <eliz@gnu.org>
+
+       * os.texi (Startup Summary):
+       * display.texi (Window Systems): Mention peculiarities of daemon
+       mode on MS-Windows.
+
+2015-02-11  Martin Rudalics  <rudalics@gmx.at>
+
+       * frames.texi (Size Parameters): Update description of
+       fullscreen frame parameter.  Describe `fullscreen-restore'
+       parameter.
+
+2015-02-09 Nicolas Petton <nicolas@petton.fr>
+
+       * sequences.texi (Sequence Functions): Update documentation
+       examples for seq-group-by.
+
+2015-02-09  Eli Zaretskii  <eliz@gnu.org>
+
+       * positions.texi (Screen Lines): Update the documentation of
+       vertical-motion to document the new additional argument.
+
+2015-02-06  Nicolas Petton <nicolas@petton.fr>
+
+       * sequences.texi (Sequence Functions): Add documentation for
+       seq-mapcat, seq-partition and seq-group-by.
+
+2015-02-05  Martin Rudalics  <rudalics@gmx.at>
+
+       * display.texi (Size of Displayed Text): Remove description of
+       optional argument BUFFER of `window-text-pixel-size'.
+
+2015-02-01  Martin Rudalics  <rudalics@gmx.at>
+
+       * display.texi (Size of Displayed Text): Describe optional
+       argument BUFFER of `window-text-pixel-size'.
+
+2015-01-28  Eli Zaretskii  <eliz@gnu.org>
 
        * searching.texi (Regexp Search): Add a cross-reference to "Syntax
        of Regexps".  (Bug#19668)
 
-2015-01-21  Daniel Koning  <dk@danielkoning.com>  (tiny change)
+2015-01-28  Daniel Koning  <dk@danielkoning.com>  (tiny change)
 
        * commands.texi (Drag Events, Motion Events, Event Examples)
        (Accessing Mouse): Describe actual range of values that mouse
        position objects can have.
 
-2015-01-20  Eli Zaretskii  <eliz@gnu.org>
+2015-01-28  Eli Zaretskii  <eliz@gnu.org>
 
        * display.texi (Manipulating Buttons): Explain more about the
        'action' property.  (Bug#19628)
 
        * text.texi (Clickable Text): Improve indexing.  (Bug#19629)
 
+       * variables.texi (Creating Buffer-Local): Improve indexing.  (Bug#19608)
+
+       * frames.texi (Display Feature Testing): Make the description of
+       x-server-version and x-server-vendor less X-specific.  (Bug#19502)
+
 2015-01-15  Eli Zaretskii  <eliz@gnu.org>
 
-       * variables.texi (Creating Buffer-Local): Improve indexing.
-       (Bug#19608)
+       * streams.texi (Input Functions): Document 'set-binary-mode'.
+       (Output Functions): Cross-reference to documentation of
+       'set-binary-mode'.
 
-2015-01-04  Eli Zaretskii  <eliz@gnu.org>
+2015-01-04  Paul Eggert  <eggert@cs.ucla.edu>
 
-       * frames.texi (Display Feature Testing): Make the description of
-       x-server-version and x-server-vendor less X-specific.  (Bug#19502)
+       batch write-region no longer says "Wrote FOO"
+       * files.texi (Writing to Files): Document this.
+
+2014-12-31  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Less 'make' chatter for Emacs doc
+       * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_)
+       (am__v_GEN_0, am__v_GEN_1): New macros, from ../../src/Makefile.in.
+       (ENVADD, $(buildinfodir)/elisp.info, elisp.html):
+       Use them.
+
+2014-12-30  Martin Rudalics  <rudalics@gmx.at>
+
+       * display.texi (Temporary Displays): Amend description of
+       `with-temp-buffer-window'.  Add descriptions for
+       `with-current-buffer-window', `with-displayed-buffer-window' and
+       `temp-buffer-resize-mode', `temp-buffer-max-height' and
+       `temp-buffer-max-width'.
+
+2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
 
-2014-12-24  Glenn Morris  <rgm@gnu.org>
+       * os.texi (System Environment): Update for system-name changes.
+
+2014-12-27  Glenn Morris  <rgm@gnu.org>
 
        * control.texi (Pattern matching case statement):
        * os.texi (Desktop Notifications):
        * modes.texi (Defining Minor Modes, SMIE Lexer): Markup fixes.
 
-2014-12-23  Eli Zaretskii  <eliz@gnu.org>
+2014-12-27  Eli Zaretskii  <eliz@gnu.org>
 
        * windows.texi (Recombining Windows): Index subject of sections.
 
        * os.texi (Time of Day, Time Conversion, Time Parsing)
        (Time Calculations, Idle Timers): Index subject of sections.
 
+2014-12-25  Martin Rudalics  <rudalics@gmx.at>
+
+       * windows.texi (Windows): Resync @menu order with @node order.
+
+       * minibuf.texi (Minibuffer Windows): Add descriptions of
+       `resize-mini-windows' and `max-mini-window-height'.
+
+2014-12-25  Glenn Morris  <rgm@gnu.org>
+
+       * windows.texi (Windows): Sync @menu order with @node order.
+
+       * sequences.texi (Sequence Functions): Copyedits.
+
+       * control.texi (Pattern matching case statement):
+       * positions.texi (List Motion):
+       * streams.texi (Output Functions):
+       * strings.texi (Text Comparison):
+       * text.texi (Document Object Model): Markup fixes.
+
+2014-12-22  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Remove obsolete references to pre-C99 builds
+       * internals.texi (C Integer Types): Don't mention pre-C99 compilers.
+
+2014-12-19  Martin Rudalics  <rudalics@gmx.at>
+
+       * windows.texi (Resizing Windows): Describe new argument of
+       `fit-window-to-buffer'.  Move description of `window-size-fixed'
+       to new section below.
+       (Preserving Window Sizes): New section describing
+       `window-size-fixed' and `window-preserve-size'.
+       (Display Action Functions): Describe `preserve-size' alist
+       entry.
+       (Window Parameters): Describe `preserved-size' parameter.
+
+2014-12-18  Eli Zaretskii  <eliz@gnu.org>
+
+       * display.texi (Low-Level Font): Document font-info and query-font.
+
 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
 
-       * display.texi (Forcing Redisplay): Remove references to
-       redisplay-dont-pause and redisplay-preemption-period (which doesn't
-       even exist).
+        * display.texi (Forcing Redisplay): Remove references to
+        redisplay-dont-pause and redisplay-preemption-period (which doesn't
+        even exist).
+
+2014-12-16  Nicolas Petton  <petton.nicolas@gmail.com>
+
+       * sequences.texi (Seq Library): Add documentation for seq.el.
+
+2014-12-15  Alan Mackenzie  <acm@muc.de>
+
+       "Advice" is a mass noun.  Amend text accordingly.
+       * functions.texi: (Advising Functions, Core Advising Primitives)
+       (Advising Named Functions, Advice combinators)
+       (Porting old advice): Replace, e.g., "an advice" with "advice".
+
+2014-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-2014-12-11  Eli Zaretskii  <eliz@gnu.org>
+       * files.texi (Relative File Names): Mention `directory-name-p'.
+
+2014-12-13  Eli Zaretskii  <eliz@gnu.org>
 
        * text.texi (Comparing Text): Prevent a text string from being
        broken between 2 lines.  (Bug#19257)
 
-2014-11-19  Paul Eggert  <eggert@cs.ucla.edu>
+2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * files.texi (Contents of Directories):
+       Document directory-files-recursively.
+
+2014-12-04  Eli Zaretskii  <eliz@gnu.org>
+
+       * display.texi (Bidirectional Display):
+       Document 'buffer-substring-with-bidi-context'.
+
+       * text.texi (Buffer Contents):
+       Mention 'buffer-substring-with-bidi-context' with a cross-reference.
+
+2014-12-02  Eli Zaretskii  <eliz@gnu.org>
+
+       * display.texi (Bidirectional Display):
+       Document 'bidi-find-overridden-directionality'.
+
+2014-11-29  Paul Eggert  <eggert@cs.ucla.edu>
 
        Lessen focus on ChangeLog files, as opposed to change log entries.
        * intro.texi (Acknowledgments): ChangeLog file -> change log entries.
        * tips.texi (Library Headers): Emacs uses a version control system.
 
+2014-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * text.texi (Document Object Model): Mention `dom-pp'.
+
+2014-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * text.texi (Document Object Model): New node to document dom.el.
+
+2014-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * processes.texi (Network Security): Made into its own section and
+       fleshed out.
+       (Network Security): Mention more NSM variables.
+       (Processes): Move the Network Security Manager stuff to the Emacs
+       manual.
+
+2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * processes.texi (Network): Mention the new :warn-unless-encrypted
+       parameter to `open-network-stream'.
+       (Network): Mention the Network Security Manager.
+
+2014-11-21  Ulf Jasper  <ulf.jasper@web.de>
+
+       * text.texi (Parsing HTML/XML): Document new optional parameter
+       'discard-comments' of 'libxml-parse(html|xml)-region'.
+
+2014-11-18  Leo Liu  <sdl.web@gmail.com>
+
+       * functions.texi (Advising Named Functions):
+       Document define-advice.
+
+2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Improve time stamp handling, and be more consistent about it.
+       * os.texi (Time of Day, Time Conversion, Time Parsing)
+       (Processor Run Time, Time Calculations):
+       Document the new behavior, plus be clearer about the old behavior.
+       (Idle Timers): Take advantage of new functionality.
+
+2014-11-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * text.texi (Special Properties): Mention `inhibit-read-only'.
+
+2014-11-14  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * os.texi (Time of Day):
+       Use leading zero with 24-hour times less than 10:00.
+
 2014-11-09  Glenn Morris  <rgm@gnu.org>
 
        * Makefile.in (version): Remove variable.
        (clean): No longer delete dist tarfile.
        (dist): Remove rule; replace with code in admin.el.
 
+2014-11-07  Martin Rudalics  <rudalics@gmx.at>
+
+       * frames.texi (Size and Position): Rewrite description of
+       `frame-inhibit-implied-resize'.
+
+2014-10-22  Martin Rudalics  <rudalics@gmx.at>
+
+       * frames.texi (Size Parameters): Replace "frame contents" by
+       "frame's text area".  Add reference to Size and Position
+       section.
+       (Size and Position): Major rewrite.  Add explanations for
+       frame's default font, text and display areas.  Add descriptions
+       for `set-frame-font', `frame-text-height', `frame-text-width'
+       and `frame-inhibit-implied-resize'.
+
 2014-10-20  Glenn Morris  <rgm@gnu.org>
 
-       * Version 24.4 released.
+       * Merge in all changes up to 24.4 release.
+
+2014-10-20  Tom Tromey  <tom@tromey.com>
+
+       * objects.texi (Type Predicates): Don't mention display-table-p.
+
+2014-10-15  Eli Zaretskii  <eliz@gnu.org>
+
+       * nonascii.texi (Character Properties): Document the new
+       properties 'bracket-type' and 'paired-bracket'.
+
+       * display.texi (Bidirectional Display): Update the version of the
+       UBA to which we are conforming.
 
 2014-10-13  Glenn Morris  <rgm@gnu.org>
 
        * Makefile.in (dist): Update for new output variables.
 
-2014-10-09  Glenn Morris  <rgm@gnu.org>
+2014-10-12  Glenn Morris  <rgm@gnu.org>
 
        * elisp.texi (DATE): Bump to October 2014.
 
+2014-10-09  Glenn Morris  <rgm@gnu.org>
+
        * frames.texi (Multiple Terminals): Copyedits.
 
-2014-10-08  Eli Zaretskii  <eliz@gnu.org>
+2014-10-09  Eli Zaretskii  <eliz@gnu.org>
 
        * frames.texi (Multiple Terminals): Improve the description of X
        display names.  Add index entries.
        frame might be positioned differently than specified by the frame
        parameters alist.
 
+2014-10-08  Leo Liu  <sdl.web@gmail.com>
+
+       * streams.texi (Output Functions): Document new argument ENSURE to
+       terpri.  (Bug#18652)
+
+2014-10-04  Martin Rudalics  <rudalics@gmx.at>
+
+       * display.texi (Scroll Bars): Add description of horizontal scroll
+       bars and associated functions.
+       * frames.texi (Layout Parameters): Add horizontal scroll bar
+       entries.  Remove paragraph on "combined fringe widths".
+       * windows.texi (Window Sizes): Describe affects of horizontal
+       scroll bars on window layout and sizes.  Fix description of
+       window-full-height-p.
+       (Resizing Windows): Mention horizontal scroll bar.
+
 2014-10-04  Glenn Morris  <rgm@gnu.org>
 
        * commands.texi (Generic Commands): Copyedits.
 2014-10-03  Martin Rudalics  <rudalics@gmx.at>
 
        * frames.texi (Size Parameters, Size and Position): Mention that
-       with some window managers you have to set
-       `frame-resize-pixelwise' in order make a frame truly fullscreen
-       or maximized.
+       with some window managers you have to set `frame-resize-pixelwise'
+       in order make a frame truly fullscreen or maximized.
+
+2014-10-01  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Improve doc for use of 'int', and discuss 'ssize_t'.
+       * internals.texi (C Integer Types): Mention 'int' for other
+       randomish values that lie in 'int' range.  Mention 'ssize_t'.  See:
+       http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00019.html
+
+       Use AUTO_CONS instead of SCOPED_CONS, etc.
+       * internals.texi (Stack-allocated Objects):
+       Adjust to match the revised, less error-prone macros.
+
+2014-09-30  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * internals.texi (Stack-allocated Objects): Further improvements.
+       Give an example of misuse.
+
+2014-09-30  Eli Zaretskii  <eliz@gnu.org>
+
+       * internals.texi (Stack-allocated Objects): Minor improvements of
+       the wording and the indexing.
+
+2014-09-30  Dmitry Antipov  <dmantipov@yandex.ru>
 
-2014-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
+       * internals.texi (Stack-allocated Objects): Describe this feature.
+
+2014-09-15  Daniel Colascione  <dancol@dancol.org>
+
+       * text.texi (Registers): Make `insert-register' documentation
+       reflect interface change.
+
+2014-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * functions.texi (Core Advising Primitives): Add a note about the
        confusing treatment of `interactive' for :filter-args (bug#18399).
 
-2014-08-19  Eli Zaretskii  <eliz@gnu.org>
+2014-09-07  Michael Albinus  <michael.albinus@gmx.de>
+
+       * strings.texi (Text Comparison): Describe `string-collate-equalp'
+       and `string-collate-lessp'.
+
+2014-09-06  Leo Liu  <sdl.web@gmail.com>
+
+       * control.texi (Pattern matching case statement): Document vector
+       qpattern.  (Bug#18327)
+
+2014-08-29  Dmitry Antipov  <dmantipov@yandex.ru>
+
+       * lists.texi (Functions that Rearrange Lists):
+       Remove description of sort ...
+       * sequences.texi (Sequence Functions): ... and generalize
+       it for sequences.  Add an example.
+
+2014-08-28  Eli Zaretskii  <eliz@gnu.org>
 
        * display.texi (Bidirectional Display): Update the Emacs's class
        of bidirectional conformance.
 
-2014-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
+2014-08-27  Dmitry Antipov  <dmantipov@yandex.ru>
+
+       * eval.texi (Eval): Mention possible recovery from stack overflow.
+
+2014-07-11  Eli Zaretskii  <eliz@gnu.org>
+
+       * internals.texi (Garbage Collection): Fix last change.
+
+2014-07-11  Dmitry Antipov  <dmantipov@yandex.ru>
+
+       * internals.texi (Garbage Collection): Mention memory-info.
+
+2014-07-11  Michael Albinus  <michael.albinus@gmx.de>
+
+       * minibuf.texi (Intro to Minibuffers, Reading a Password):
+       Password hiding is available in batch mode, do not mention it in
+       the exclusion list.  Mention `read-hide-char'.  (Bug#17839)
+
+2014-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * debugging.texi (Function Debugging, Debugger Commands):
        Update debug-on-entry w.r.t behavior after redefinitions (bug#17902).
 
-2014-06-29  Glenn Morris  <rgm@gnu.org>
+2014-07-03  Glenn Morris  <rgm@gnu.org>
 
        * help.texi (Help Functions): "Online" help doesn't mean what it
        used to any more.
 
-2014-06-26  Glenn Morris  <rgm@gnu.org>
+2014-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * keymaps.texi (Key Lookup): Remove mention of indirect entries.
+       (Scanning Keymaps): Reword the `noindirect' argument.
+
+2014-06-28  Glenn Morris  <rgm@gnu.org>
 
        * minibuf.texi (Intro to Minibuffers): Batch mode is basic.
        (Reading a Password): Mention batch mode.  (Bug#17839)
 
+2014-06-23  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (%.texi): Disable implicit rules.
+       (mkinfodir): Remove.
+       (.dvi.ps): Replace with explicit rule.
+       (html): Declare as PHONY.
+       (${buildinfodir}): New rule.
+       ($(buildinfodir)/elisp.info): Use order-only prereq for output dir.
+       Use $<.
+       (elisp.dvi, elisp.html, elisp.pdf): Use $<.
+       (elisp.ps): New rule.
+
 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
 
        * positions.texi (Screen Lines): Clarify how columns are counted
        by vertical-motion.
 
-2014-06-14  Eli Zaretskii  <eliz@gnu.org>
+2014-06-15  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (bootstrap-clean): New.
+
+2014-06-15  Eli Zaretskii  <eliz@gnu.org>
 
        * commands.texi (Accessing Mouse): Improve the wording of the
        posn-col-row documentation.  (Bug#17768)
 
+2014-06-10  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (INFO_EXT): Remove and replace by ".info" throughout.
+       (INFO_OPTS): Set directly rather than with configure.
+
+2014-06-09  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Say (accept-process-output P)'s result pertains to P if P is non-nil.
+       * processes.texi (Accepting Output): Mention that if PROCESS is non-nil,
+       the return value is about PROCESS, not about other processes.
+
 2014-06-08  Glenn Morris  <rgm@gnu.org>
 
        * os.texi (Startup Summary): Small fix for initial-buffer-choice.
 
        * numbers.texi (Comparison of Numbers): Copyedits.
 
-2014-06-06  Glenn Morris  <rgm@gnu.org>
+2014-06-08  Glenn Morris  <rgm@gnu.org>
 
        * display.texi (Window Systems): Remove window-setup-hook.
        * os.texi (Startup Summary, Init File):
 
        * display.texi (Overlay Properties): Update re priority.  (Bug#17234)
 
-2014-06-05  Glenn Morris  <rgm@gnu.org>
-
        * package.texi (Package Archives): Mention signing packages.
 
-2014-05-27  Glenn Morris  <rgm@gnu.org>
+2014-06-07  Eli Zaretskii  <eliz@gnu.org>
+
+       * commands.texi (Click Events): Update contents of click event's
+       position list due to last changes in make_lispy_position.
+
+2014-06-02  Glenn Morris  <rgm@gnu.org>
 
        * text.texi (Buffer Contents):
        Update for filter-buffer-substring changes.
        * abbrevs.texi (Abbrev Expansion): Update for expand-abbrev changes.
        * functions.texi (Advising Functions): Standardize menu case.
 
-2014-05-17  Eli Zaretskii  <eliz@gnu.org>
+2014-05-26  Eli Zaretskii  <eliz@gnu.org>
 
        * display.texi (Invisible Text): Clarify the description of
        line-move-ignore-invisible.  (Bug#17511)
 
-2014-05-07  Paul Eggert  <eggert@cs.ucla.edu>
+2014-05-22  Leo Liu  <sdl.web@gmail.com>
+
+       * sequences.texi (Sequence Functions): Don't mention when and how
+       SEQ to nreverse is mutated.
+
+2014-05-21  Leo Liu  <sdl.web@gmail.com>
+
+       * sequences.texi (Sequence Functions): Update nreverse.
+
+2014-05-19  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Allow any non-nil value to count as true in bool-vector.
+       * sequences.texi (Bool-Vectors): Coalesce discussion of how to
+       print them.  bool-vector's args need not be t or nil.
+
+2014-05-19  Dmitry Antipov  <dmantipov@yandex.ru>
+
+       * sequences.texi (Bool-vectors): Mention bool-vector.
+
+2014-05-17  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Assume C99 or later (Bug#17487).
+       * internals.texi (C Dialect): Document this.
+
+2014-05-15  Dmitry Antipov  <dmantipov@yandex.ru>
+
+       * lists.texi (Building Cons Cells and Lists):
+       Remove description of `reverse' and `'nreverse' to generalize them...
+       * sequences.texi (Sequences): ...for sequences here.
+
+2014-05-14  Glenn Morris  <rgm@gnu.org>
+
+       * files.texi (Changing Files): Mention with-file-modes.
+
+2014-05-08  Paul Eggert  <eggert@cs.ucla.edu>
 
        * internals.texi (C Dialect): New section.
        (C Integer Types): Mention bool_bf.
 
-2014-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
+2014-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * processes.texi (Filter Functions, Sentinels): Advertise add-function.
 
-2014-04-24  Eli Zaretskii  <eliz@gnu.org>
+2014-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * windows.texi (Window Configurations, Window Configurations):
+       Window configs don't store marks any more.
+
+2014-04-25  Eli Zaretskii  <eliz@gnu.org>
 
        * strings.texi (Text Comparison): Mention equal-including-properties
        for when text properties of the strings matter for comparison.
 
-2014-04-21  Eli Zaretskii  <eliz@gnu.org>
+2014-04-22  Eli Zaretskii  <eliz@gnu.org>
 
        * text.texi (Registers): Document register-read-with-preview.
 
        * internals.texi (Building Emacs): Improve indexing.
 
-2014-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
+2014-04-17  Daniel Colascione  <dancol@dancol.org>
 
-       * display.texi (Overlay Properties): Reword the doc of `priority'.
-       (Finding Overlays): Document new arg of `overlays-at'.
+       * frames.texi (Terminal Parameters): Document new
+       tty-mode-set-strings and tty-mode-reset-strings terminal
+       parameters.
 
-2014-04-05  Glenn Morris  <rgm@gnu.org>
+2014-04-17  Paul Eggert  <eggert@cs.ucla.edu>
 
-       * os.texi (Recording Input): Dribble files may contain passwords.
+       * Makefile.in (infoclean): Be consistent about reporting failures.
+
+2014-04-09  Daniel Colascione  <dancol@dancol.org>
+
+       * errors.texi (Standard Errors): Document required error
+       parameters for `scan-error'.
+
+       * positions.texi (List Motion): Explain new `up-list' arguments.
+       Mention `backward-up-list'.
+
+2014-04-08  Daniel Colascione  <dancol@dancol.org>
 
-2014-04-04  Glenn Morris  <rgm@gnu.org>
+       * minibuf.texi (Programmed Completion): Improve phrasing, remove
+       incorrect bullet count.
+
+2014-04-07  Glenn Morris  <rgm@gnu.org>
+
+       * os.texi (Recording Input): Dribble files may contain passwords.
 
        * backups.texi (Making Backups, Reverting):
        Update for default values of some -function vars no longer being nil.
        (Reverting): Update for buffer-stale-function
        also applying to file-buffers.
 
-2014-03-25  Eli Zaretskii  <eliz@gnu.org>
+2014-03-31  Daniel Colascione  <dancol@dancol.org>
+
+       * minibuf.texi (Completion in Buffers): Discuss using lazy
+       completion tables for inline completion.
+
+2014-03-28  Glenn Morris  <rgm@gnu.org>
+
+       * os.texi (Terminal-Specific): Mention term-file-aliases.
+
+2014-03-26  Eli Zaretskii  <eliz@gnu.org>
 
        * files.texi (Kinds of Files): Improve documentation of
        file-symlink-p.  (Bug#17073)  Add cross-references.
 
-2014-03-24  Barry O'Reilly  <gundaetiapo@gmail.com>
+2014-03-26  Barry O'Reilly  <gundaetiapo@gmail.com>
 
        * markers.texi (Moving Marker Positions): The 2014-03-02 doc
        change mentioning undo's inability to handle relocated markers no
        * text.texi (Undo): Expand documentation of (TEXT . POS) and
        (MARKER . ADJUSTMENT) undo elements.
 
+2014-03-26  Glenn Morris  <rgm@gnu.org>
+
+       * files.texi (File Locks): All systems support locking.
+
 2014-03-22  Glenn Morris  <rgm@gnu.org>
 
+       * commands.texi (Defining Commands):
+       Mention that interactive-only also affects describe-function.
+
+       * functions.texi (Declare Form): Add interactive-only.
+       * commands.texi (Defining Commands) Mention declare.
+
        * commands.texi (Defining Commands): List interactive-only values.
 
 2014-03-22  Eli Zaretskii  <eliz@gnu.org>
        * functions.texi (Core Advising Primitives): Fix cross-reference
        in last change.
 
-2014-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
+2014-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * functions.texi (Advising Functions): Explain a bit more how
        arguments work.
 
 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
 
-       * Makefile (SHELL): Defined.
+       * Makefile (SHELL): Define.
 
 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>