More doc updates.
[bpt/emacs.git] / doc / lispref / ChangeLog
index dc0c156..454e716 100644 (file)
@@ -1,3 +1,663 @@
+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>
+
+       Plain copy-file no longer chmods an existing destination (Bug#16133).
+       * files.texi (Changing Files): Document this.
+
+2013-12-28  Chong Yidong  <cyd@gnu.org>
+
+       * modes.texi (Auto Major Mode): Document interpreter-mode-alist
+       change.
+
+       * buffers.texi (Modification Time): Document visited-file-modtime
+       change.
+
+2013-12-28  Glenn Morris  <rgm@gnu.org>
+
+       * control.texi (Pattern matching case statement): Brevity.
+
+2013-12-27  Chong Yidong  <cyd@gnu.org>
+
+       * functions.texi (Function Cells):
+       * eval.texi (Function Indirection): Update for the fact that
+       symbol-function no longer signals an error.
+
+       * commands.texi (Reading One Event): Mention keyboard coding.
+
+       * keymaps.texi (Translation Keymaps, Translation Keymaps):
+       * nonascii.texi (Terminal I/O Encoding): Copyedits.
+
+2013-12-26  Chong Yidong  <cyd@gnu.org>
+
+       * advice.texi (Advising Functions, Defining Advice): Special forms
+       can no longer be advised.
+
+2013-12-25  Chong Yidong  <cyd@gnu.org>
+
+       * keymaps.texi (Active Keymaps): Re-organize the text.
+       (Searching Keymaps): Rewrite the pseudo-code for 24.4 changes.
+       (Controlling Active Maps): Note that set-transient-map uses
+       overriding-terminal-local-map.
+
+       * tips.texi (Coding Conventions): Tweak the coding system tip;
+       Emacs now uses utf-8 by default for Emacs Lisp source files.
+
+       * display.texi (Font Selection): Tweak example.
+
+       * commands.texi (Event Input Misc): Document new arg to
+       input-pending-p.
+
+       * nonascii.texi (Specifying Coding Systems): Don't refer to
+       emacs-mule-dos.
+       (Lisp and Coding Systems): Describe emacs-mule return value in
+       modern terms.
+
+2013-12-25  Tassilo Horn  <tsdh@gnu.org>
+
+       * control.texi (Pattern matching case statement): Rephrase lexical
+       binding requirement: the example needs it, not `pcase' itself.
+
+2013-12-25  Chong Yidong  <cyd@gnu.org>
+
+       * eval.texi (Eval): Document the LEXICAL arg to eval.
+
+       * variables.texi (Variables, Void Variables): Use "scoping rule"
+       terminology consistently.
+       (Variable Scoping): Add index entries, and use "dynamic scope"
+       terminology in place of "indefinite scope" to reduce confusion.
+       (Lexical Binding): Document lexical environment format.
+       (Using Lexical Binding): Add index entries for error messages.
+
+2013-12-24  Tassilo Horn  <tsdh@gnu.org>
+
+       * control.texi (Pattern matching case statement): Fix missing
+       argument in simple expression language sample (Bug#16238).  Add
+       some sample programs written in that language.  Mention that
+       `pcase' requires lexical binding.
+
+2013-12-23  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * eval.texi (Special Forms): Document `special-form-p'.
+
+       * macros.texi (Simple Macro): Document `macrop'.
+
+       * files.texi (Changing Files): Fix an argument of `copy-file'.
+
+       * strings.texi (Creating Strings): Document TRIM in `split-string'.
+
+2013-12-23  Chong Yidong  <cyd@gnu.org>
+
+       * keymaps.texi (Controlling Active Maps): Renamed
+       set-temporary-overlay-map to set-transient map.  Doc fixes.
+       (Searching Keymaps): The transient keymap takes precedence.
+
+2013-12-23  Glenn Morris  <rgm@gnu.org>
+
+       * loading.texi (How Programs Do Loading, Load Suffixes):
+       Mention `load-prefer-newer'.
+
+2013-12-22  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * hash.texi (Other Hash): Document `hash-table-keys'
+       and `hash-table-values'.
+
+2013-12-22  Eli Zaretskii  <eliz@gnu.org>
+
+       * nonascii.texi (Character Properties): NAME or OLD-NAME
+       properties can be nil (there's no empty string).
+       (Character Properties): Update the reference to the UCD.
+
+2013-12-22  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * sequences.texi (Bool-Vectors): Document new bool-vector set
+       operation functions.
+
+       * text.texi (Examining Properties): Document `get-pos-property'.
+
+       * variables.texi (Directory Local Variables):
+       Document `enable-dir-local-variables'.
+
+       * debugging.texi (Debugger Commands):
+       Document `debugger-toggle-locals'.
+
+2013-12-21  Chong Yidong  <cyd@gnu.org>
+
+       * text.texi (Region Indent): Note the new interactive behavior of
+       indent-rigidly.
+
+2013-12-20  Tassilo Horn  <tsdh@gnu.org>
+
+       * numbers.texi (numbers): Document that =, <, <=, >, >= now accept
+       one or many arguments.
+
+       * display.texi: Document `messages-buffer'.
+
+       * os.texi: Document `initial-buffer-choice' changes.
+
+2013-12-20  Chong Yidong  <cyd@gnu.org>
+
+       * text.texi (Changing Properties): Improve documentation for
+       add-face-text-property.
+       (Special Properties): Mention add-face-text-property.
+
+2013-12-18  Chong Yidong  <cyd@gnu.org>
+
+       * customize.texi (Custom Themes): Document custom-known-themes
+       (Bug#15717).
+
+       * modes.texi (Defining Minor Modes): Fix typo (Bug#14874).
+       (Keymaps and Minor Modes): Fix binding convention (Bug#11522).
+
+2013-12-13  Glenn Morris  <rgm@gnu.org>
+
+       * internals.texi (Building Emacs):
+       * loading.texi (Library Search): Mention that site-load,
+       site-init cannot change load-path.
+
+2013-12-12  Glenn Morris  <rgm@gnu.org>
+
+       * elisp.texi: Tweak dircategory.
+
+2013-12-12  Eli Zaretskii  <eliz@gnu.org>
+
+       * nonascii.texi (Encoding and I/O): Document file-name encoding
+       peculiarities on MS-Windows.
+
+2013-12-12  Glenn Morris  <rgm@gnu.org>
+
+       * elisp.texi: Sync direntry with info/dir version.
+
+2013-12-08  Juanma Barranquero  <lekktu@gmail.com>
+
+       * display.texi (Progress, Face Remapping):
+       * processes.texi (Serial Ports):
+       * windows.texi (Recombining Windows): Fix typos.  (Bug#16089)
+
+2013-12-04  Juri Linkov  <juri@jurta.org>
+
+       * searching.texi (Search and Replace): Fix `unread-command-events'
+       and add ref.
+
+2013-12-03  Juri Linkov  <juri@jurta.org>
+
+       * windows.texi (Choosing Window): Rename `no-display-ok' to
+       `allow-no-window'.  (Bug#13594)
+
+2013-11-30  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (distclean): Remove Makefile.
+
+2013-11-29  Andreas Politz  <politza@fh-trier.de>
+
+       * modes.texi (Imenu): Make it clear that sub-alist is the cdr
+       (Bug#14029).
+
+2013-11-27  Glenn Morris  <rgm@gnu.org>
+
+       * loading.texi (Library Search):
+       * os.texi (Startup Summary): No more leim directory.
+
+2013-11-26  Glenn Morris  <rgm@gnu.org>
+
+       * os.texi (Startup Summary): Update for leim-list being preloaded.
+
+2013-11-23  Brian Jenkins  <brian@brianjenkins.org>  (tiny change)
+
+       * frames.texi (Input Focus):
+       * hooks.texi (Standard Hooks): Mention focus-in-hook, focus-out-hook.
+
+2013-11-23  Glenn Morris  <rgm@gnu.org>
+
+       * loading.texi (Library Search):
+       Empty elements in EMACSLOADPATH now mean the default load-path.
+
+2013-11-22  Glenn Morris  <rgm@gnu.org>
+
+       * loading.texi (Library Search): Minor clarification.
+
+2013-11-20  Leo Liu  <sdl.web@gmail.com>
+
+       * windows.texi (Choosing Window): Mention `no-display-ok'.  (Bug#13594)
+
+2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * os.texi (File Notifications): Add an index.
+
+       * loading.texi (Loading): Add an cross-reference.
+
+2013-11-18  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * os.texi (Session Management, Desktop Notifications): Add some
+       indexes and a cross-reference.
+
+2013-11-17  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * os.texi (Time Parsing):
+       (Processor Run Time, Input Modes, Terminal Output): Minor fixes.
+
+2013-11-14  Glenn Morris  <rgm@gnu.org>
+
+       * loading.texi (Library Search): Update section.
+
+2013-11-11  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * os.texi (User Identification, Time of Day, Time Conversion):
+       Minor fixes.
+
+2013-11-10  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * keymaps.texi (Tool Bar): Mention that Gtk+/NS ignores item 1 to 3.
+
+2013-11-09  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * os.texi (Startup Summary): Add an index about startup screen.
+       Typo fix.
+       (Command-Line Arguments): Add cross-reference for `dump-emacs'.
+
+2013-11-08  Eli Zaretskii  <eliz@gnu.org>
+
+       * display.texi (Truncation): Document that cache-long-scans is now
+       non-nil by default.  (Bug#15797)
+
+2013-11-05  Eli Zaretskii  <eliz@gnu.org>
+
+       * lists.texi (Rearrangement): Fix indexing.
+
+       * display.texi (Bidirectional Display): Fix indexing.
+
+2013-11-05  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * lists.texi (Rearrangement): Improve indexing.
+
+       * display.texi (Glyphs): Add an index for glyph code.
+       (Bidirectional Display): Improve indexing.
+
+2013-11-01  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * display.texi (Face Attributes): Document :distant-foreground.
+
+2013-10-30  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * display.texi (Abstract Display): Improve indexing.
+
+2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * display.texi (Selective Display): Discourage the use of explicit
+       selective display.
+
+2013-10-29  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * display.texi (Showing Images): Add an index for image-size.
+       Use @code instead of @var for a normal variable.
+       (Multi-Frame Images): Improve indexing.
+       (Button Buffer Commands): Use @code instead of @var for a normal variable.
+       (Abstract Display): Explain the meaning of Ewoc.
+
+2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * display.texi (Image Descriptors): Improve indexing.
+
+2013-10-26  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * display.texi (Fringe Indicators): Add indexes for fringe indicators.
+       (Customizing Bitmaps): Add an index for customizing fringe bitmaps.
+
+2013-10-25  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * display.texi (Fontsets): Minor wording fix.
+       (Low-Level Font): Improve indexing.
+
+       * nonascii.texi (Character Properties): Add an index for script symbols.
+
+2013-10-24  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * display.texi (Face Remapping): Add indexes for face remapping.
+       (Font Selection): Add indexes.
+       (Low-Level Font): Add an index for font registry.
+
+2013-10-23  Glenn Morris  <rgm@gnu.org>
+
+       * eval.texi, files.texi, intro.texi, objects.texi, searching.texi:
+       Nuke @refill.
+
+       * Makefile.in (install-dvi, install-html, install-pdf)
+       (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
+       (uninstall-pdf): Quote entities that might contain whitespace.
+
+2013-10-19  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * display.texi (Face Attributes): Add indexes for the ‘:box’
+       face attribute.
+
+2013-10-18  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * display.texi (Line Height): Add indexes for line height.
+
+2013-10-17  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * display.texi (Width): Fix arguments of ‘truncate-string-to-width’.
+
+2013-10-16  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * display.texi (Selective Display): Add an index for explicit
+       selective display.
+
+2013-10-15  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * display.texi (Warning Basics): Mention the ‘*Warnings*’ buffer.
+
+2013-10-13  Glenn Morris  <rgm@gnu.org>
+
+       * intro.texi (Acknowledgments): Use accented form of some names.
+
+2013-10-09  Glenn Morris  <rgm@gnu.org>
+
+       * control.texi (Conditionals): Copyedits.  (Bug#15558)
+
+2013-10-08  Eli Zaretskii  <eliz@gnu.org>
+
+       Support menus on text-mode terminals.
+       * keymaps.texi (Defining Menus, Mouse Menus, Menu Bar): Modify
+       wording to the effect that menus are supported on TTYs.
+
+       * frames.texi (Pop-Up Menus, Dialog Boxes)
+       (Display Feature Testing): Update for menu support on TTYs.
+
+2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * tips.texi (Comment Tips): Discourage use of triple semi-colons for
+       non-headings.
+
+2013-10-05  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * syntax.texi (Categories): Add an index for category sets.
+
+2013-10-03  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * syntax.texi (Syntax Flags):
+       (Syntax Table Functions): Add indexes.
+
+2013-10-02  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * syntax.texi (Syntax Class Table): Add an index for syntax class table.
+
+2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * searching.texi (Regexp Search): Refine.
+
+2013-09-22  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * nonascii.texi (Default Coding Systems): Typo fix.
+
+2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * nonascii.texi (Coding System Basics): Add information about carriage-return.
+
+2013-09-14  Eli Zaretskii  <eliz@gnu.org>
+
+       * display.texi (Display Margins): State the units of measuring
+       margin width.  (Bug#15375)
+
+2013-09-13  Eli Zaretskii  <eliz@gnu.org>
+
+       * text.texi (Not Intervals): Minor wording fix.
+
+2013-09-12  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * functions.texi (Obsolete Functions): Add an index for obsolete
+       functions.
+
+2013-09-11  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * nonascii.texi (Character Properties): Character properties fix
+       for decimal-digit-value and digit-value.
+
+2013-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * macros.texi (Defining Macros): Prefer "function" to "lambda
+       expression" (bug#15296).
+
+2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
+       for portability to hosts where /bin/sh has problems.
+
+2013-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * variables.texi (File Local Variables): Don't recommend quoting!  Ever!
+
+2013-08-20  Eli Zaretskii  <eliz@gnu.org>
+
+       * files.texi (Information about Files): Mention file names with
+       trailing blanks on MS-Windows.  (Bug#15130)
+
+2013-08-18  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * positions.texi (Positions): Improve indexing.
+
+2013-08-18  Eli Zaretskii  <eliz@gnu.org>
+
+       * markers.texi (The Region): Improve indexing.
+
+2013-08-17  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * modes.texi (SMIE, SMIE Grammar, SMIE Indentation): Add some indexes.
+
+       * text.texi (Maintaining Undo): Mention interactive call of
+       buffer-disable-undo.
+       (Filling): Add cross-reference for hard newlines.
+       (Sorting): Fix indentation.
+       (Columns): Comment out undefined behavior.
+       (Case Changes): Fix an `args-out-of-range' error in the example.
+
+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.
+
+2013-08-09  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * control.texi (Error Symbols): Minor fix for previous change.
+
+2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * errors.texi (Standard Errors): Don't refer to `error-conditions'.
+
+       * control.texi (Signaling Errors): Refer to define-error.
+       (Error Symbols): Add `define-error'.
+
+2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
+
+       * positions.texi (Motion by Screen Lines):
+       * display.texi (Truncation): Rename `cache-long-line-scans'
+       to `cache-long-scans'.
+
+2013-08-05  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * windows.texi (Window Start and End): Add an index.
+
+2013-08-02  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * display.texi (Face Functions): Add an index.
+
+       * variables.texi (Variable Aliases): Add an index.
+
+       * functions.texi (Defining Functions): Add an index.
+
+       * nonascii.texi (Coding System Basics): Add an index.
+
+2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * nonascii.texi (Non-ASCII Characters): Update menu.
+       (Disabling Multibyte): Move here from doc/emacs/mule.texi.  Fix cross-references.
+
+       * elisp.texi (Top): Update menu.
+
+2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * windows.texi (Window History): Mention the default value of
+       switch-to-visible-buffer.  Add cross-references.
+
+2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
+
+       * errors.texi (Standard Errors): Fix typo.
+
+       * files.texi (Magic File Names):
+       * os.texi (File Notifications): Remove file-notify-supported-p.
+
+2013-07-24  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * eval.texi (Special Forms): Mention 'lambda'.  Also, say that
+       non-well-formed expressions result in unspecified behavior, though
+       Emacs will not crash.
+
+2013-07-22  Michael Albinus  <michael.albinus@gmx.de>
+
+       * files.texi (Magic File Names): Add file-notify-add-watch,
+       file-notify-rm-watch and file-notify-supported-p.  Move
+       file-remote-p down.
+
+       * errors.texi (Standard Errors): Add file-notify-error.
+
+       * os.texi (Desktop Notifications): Rename from Notifications.
+       (File Notifications): New node.
+
+       * elisp.texi (Top): Update menu for these changes.
+
+2013-07-19  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * windows.texi (Display Action Functions): Mention next-window.
+
+2013-07-16  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * windows.texi (Selecting Windows): Fix the introduction of
+       `set-frame-selected-window''s arguments.
+
+2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Timestamp fixes for undo (Bug#14824).
+       * text.texi (Undo): Document (t . 0) and (t . -1) in buffer-undo-list.
+
+2013-07-06  Eli Zaretskii  <eliz@gnu.org>
+
+       * nonascii.texi (Text Representations): Document that
+       multibyte-string-p returns nil for non-string objects.
+
+2013-07-06  Glenn Morris  <rgm@gnu.org>
+
+       * elisp.texi (Top): Move WWW_GNU_ORG section outside @copying.
+
+2013-07-03  Glenn Morris  <rgm@gnu.org>
+
+       * debugging.texi (Debugging):
+       * files.texi (File Attributes, Changing Files): Fix cross-references.
+
+       * package.texi (Package Archives): Fix @url call.
+
+       * syntax.texi (Syntax Table Functions): Mention describe-syntax.
+
 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
 
        * display.texi (Bidirectional Display): Document move-point-visually.
        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.
        * display.texi (Face Attributes): Copyedits.  Add a few cindex entries.
        Overlining no longer behaves exactly like underlining.
 
-2012-06-16  Aurelien Aptel  <aurelien.aptel@gmail.com>
+2012-06-16  Aurélien Aptel  <aurelien.aptel@gmail.com>
 
        * display.texi (Face Attributes):
        Document wave-style underline face attribute.
 ;; 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.