]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/ChangeLog
Merge changes from emacs-23 branch
[gnu-emacs] / doc / lispref / ChangeLog
index 51143c2785979f6e566d59ab02b613ec5ed3e915..f69eeeaadd4a84249861c0a211d0c9cd05f6af8a 100644 (file)
        * variables.texi (Creating Buffer-Local): Warn against misuses of
        make-variable-buffer-local (bug#10258).
 
-2011-08-28  Dani Moncayo  <dmoncayo@gmail.com>  (tiny change)
+2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
+
+2012-01-06  Chong Yidong  <cyd@gnu.org>
+
+       * variables.texi (Directory Local Variables): Document
+       hack-dir-local-variables-non-file-buffer.
+
+2012-01-06  Glenn Morris  <rgm@gnu.org>
+
+       * maps.texi (Standard Keymaps): Refer to Info-edit by name
+       rather than by keybinding.
+
+2011-12-29  Juanma Barranquero  <lekktu@gmail.com>
+
+       * frames.texi (Font and Color Parameters): Add @pxref.
+
+2011-12-29  Daniel Colascione  <dan.colascione@gmail.com>
+
+       * frames.texi (Font and Color Parameters):
+       Document w32 font backends (bug#10399).
+
+2011-12-28  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * files.texi (File Attributes, Changing Files):
+       Use a more-natural notation for octal numbers.
+
+2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
+
+       * variables.texi (Variables with Restricted Values):
+       Change reference to variable (bug#10354).
+
+2011-12-13  Martin Rudalics  <rudalics@gmx.at>
+
+       * windows.texi (Splitting Windows): Use t instead of non-nil
+       when describing window-combination-resize.
+
+2011-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * text.texi (Special Properties): Warn against `intangible' properties
+       (bug#10222).
+
+2011-11-26  Eli Zaretskii  <eliz@gnu.org>
+
+       * display.texi (Truncation):
+       * text.texi (Special Properties): Describe what a stretch-glyph is
+       instead of using that term without explanation.  Make the
+       cross-references more accurate.
+
+       * display.texi (Usual Display): Update the description,
+       cross-references, and indexing related to display of control
+       characters and raw bytes.
+
+2011-11-25  Martin Rudalics  <rudalics@gmx.at>
+
+       * windows.texi (Splitting Windows): Fix description of
+       window-combination-limit.  Suggested by Eli Zaretskii.
+
+2011-11-23  Chong Yidong  <cyd@gnu.org>
+
+       * windows.texi (Window Sizes): Move window-top-line,
+       window-left-column, and window-*-pixel-edges to Coordinates and
+       Windows node.
+       (Coordinates and Windows): Restore window-edges doc.
+
+2011-11-21  Martin Rudalics  <rudalics@gmx.at>
+
+       * windows.texi (Windows and Frames, Splitting Windows):
+       Fix typos.
+
+2011-11-21  Chong Yidong  <cyd@gnu.org>
+
+       * windows.texi (Splitting Windows): Fix error in documentation of
+       window-combination-limit.
+       (Cyclic Window Ordering): Minor fixes to next-window,
+       one-window-p, and get-lru-window docs.  Don't document
+       window-list-1.
+       (Buffers and Windows): Copyedits.
+       (Choosing Window): Document special handling of special-display-*.
+       (Choosing Window Options): Fix display-buffer-reuse-frames doc.
+       Don't document even-window-heights, which is going away.
+       Clarify which options are obeyed by which action functions.
+
+2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
+
+2011-11-20  Martin Rudalics  <rudalics@gmx.at>
+
+       * windows.texi (Resizing Windows, Splitting Windows):
+       Remove term "status" when talking about combination limits.
+
+2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
+
+       * compile.texi (Compiler Errors):
+       * help.texi (Help Functions): Fix typos.
+
+2011-11-19  Chong Yidong  <cyd@gnu.org>
+
+       * windows.texi (Splitting Windows): Clarify role of window
+       parameters in split-window.  Shorten the example.
+       (Deleting Windows): Rewrite intro to handle internal windows.
+       Fix delete-windows-on doc.
+       (Selecting Windows): Copyedits.
+
+2011-11-17  Martin Rudalics  <rudalics@gmx.at>
+
+       * windows.texi (Resizing Windows, Splitting Windows)
+       (Deleting Windows): Use term window-combination-resize instead
+       of window-splits.
+
+2011-11-16  Martin Rudalics  <rudalics@gmx.at>
+
+       * windows.texi (Resizing Windows, Splitting Windows):
+       Rename occurrences of window-nest to window-combination-limit.
+
+2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
+
+       * intro.texi (Lisp History): Fix typo.
+
+2011-11-12  Martin Rudalics  <rudalics@gmx.at>
+
+       * windows.texi (Splitting Windows, Deleting Windows):
+       Remove references to splits status of windows.
+
+2011-11-10  Glenn Morris  <rgm@gnu.org>
+
+       * buffers.texi (Read Only Buffers): Expand a bit on why
+       toggle-read-only should only be used interactively.  (Bug#7292)
+
+2011-11-09  Chong Yidong  <cyd@gnu.org>
+
+       * windows.texi (Window Sizes): Document window-pixel-edges,
+       window-inside-pixel-edges, window-absolute-pixel-edges, and
+       window-inside-absolute-pixel-edges.
+       (Resizing Windows): shrink-window-if-larger-than-buffer works on
+       non-full-width windows.
+
+2011-11-09  Martin Rudalics  <rudalics@gmx.at>
+
+       * windows.texi (Resizing Windows): Rewrite documentation of
+       window-resizable.
+
+2011-11-09  Chong Yidong  <cyd@gnu.org>
+
+       * windows.texi (Splitting Windows): Simplify example.
+
+2011-11-08  Chong Yidong  <cyd@gnu.org>
+
+       * windows.texi (Window Sizes): Copyedits.  Document
+       window-text-height.  Remove window-min-height and window-min-width
+       discussion, referring instead to Emacs manual.
+       (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
+       (Resizing Windows): Simplify introduction.  Don't document
+       enlarge-window, shrink-window, enlarge-window-horizontally, and
+       shrink-window-horizontally; they are no longer preferred for
+       calling from Lisp, and are already documented in the Emacs manual.
+
+2011-11-07  Glenn Morris  <rgm@gnu.org>
+
+       * windows.texi (Choosing Window): Fix keybinding typo.
+
+2011-11-07  Martin Rudalics  <rudalics@gmx.at>
+
+       * windows.texi (Resizing Windows, Splitting Windows)
+       (Window Configurations): Use "child window" instead of
+       "subwindow".
+
+2011-11-06  Chong Yidong  <cyd@gnu.org>
+
+       * windows.texi (Basic Windows): Clarify various definitions.
+       Treat window-normalize-* as internal; don't document them.
+       (Windows and Frames): Various clarifications, e.g. non-live
+       windows also belong to frames.  Fix window-list description.
+       Simplify window nesting example.
+       (Splitting Windows, Window Configurations):
+       Use split-window-below.
+
+2011-11-04  Eli Zaretskii  <eliz@gnu.org>
+
+       * windows.texi (Window Sizes): Mention in the doc string that the
+       return values of `window-body-height' and `window-body-width' are
+       in frame's canonical units.  (Bug#9949)
+
+2011-10-30  Martin Rudalics  <rudalics@gmx.at>
+
+       * windows.texi (Windows and Frames): Remove "iso-" infix from
+       documentation of window-iso-combined-p.
+
+2011-10-26  Chong Yidong  <cyd@gnu.org>
+
+       * modes.texi (Running Hooks): Document with-wrapper-hook.
+
+2011-10-18  Chong Yidong  <cyd@gnu.org>
+
+       * display.texi (Glyphless Chars): New node.
+
+2011-10-13  Chong Yidong  <cyd@stupidchicken.com>
+
+       * text.texi (Yanking): Document yank-excluded-properties.
+
+       * package.texi (Packaging Basics): The commentary should say how
+       to begin using the package.
+
+2011-10-11  Martin Rudalics  <rudalics@gmx.at>
+
+       * windows.texi (Deleting Windows): Mention which window gets
+       selected when deleting the selected window.
+
+2011-10-09  Martin Rudalics  <rudalics@gmx.at>
+
+       * buffers.texi (The Buffer List): Describe how bury-buffer deals
+       with the selected window.
+       * windows.texi (Buffers and Windows): Reformulate text on how
+       replace-buffer-in-windows deals with a window.
+       (Quitting Windows): Describe how quit-window deals with a
+       standalone frame.  Describe new option frame-auto-hide-function.
+
+2011-10-08  Glenn Morris  <rgm@gnu.org>
+
+       * symbols.texi (Other Plists): Markup fix.  (Bug#9702)
+
+       * positions.texi (Excursions): Update warning message.
+
+2011-10-05  Chong Yidong  <cyd@stupidchicken.com>
+
+       * display.texi (Low-Level Font, Face Attributes, Font Lookup):
+       Fix Emacs manual xref (Bug#9675).
+
+2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
+
+       * windows.texi (Textual Scrolling): Document scroll-up-command,
+       scroll-down-command, scroll-error-top-bottom, and the
+       scroll-command symbol property.
+       (Display Action Functions): Fix description of
+       display-buffer-pop-up-window.
+
+2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
+
+       * windows.texi (Splitting Windows): Fix typos.
+
+2011-09-25  Martin Rudalics  <rudalics@gmx.at>
+
+       * windows.texi (Windows and Frames, Display Action Functions)
+       (Switching Buffers): Fix some typos.
+       (Buffers and Windows): Remove reference to window-auto-delete.
+       Reword description of replace-buffer-in-windows.
+       (Window History): Fix some typos and refer to frame local buffer
+       list.
+       (Quitting Windows): New node.
+       (Window Configurations): Add descriptions of window-state-get
+       and window-state-put.
+       (Window Parameters): Describe variable ignore-window-parameters.
+       Sketch some window parameters currently in use.
+       * elisp.texi (Top): Update node listing.
+
+2011-09-25  Chong Yidong  <cyd@stupidchicken.com>
+
+       * windows.texi (Display Action Functions)
+       (Choosing Window Options): New nodes.
+
+2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
+
+       * windows.texi (Window History): New node.  Move text here from
+       Buffers and Windows.
+       (Switching Buffers): Rename from Displaying Buffers, since we
+       don't document display-buffer here; callers changed.
+       Document FORCE-SAME-WINDOW arg to switch-to-buffer and
+       switch-to-buffer-other-frame.  Delete duplicate
+       replace-buffer-in-windows doc.
+       (Choosing Window): Document display actions.
+
+2011-09-24  Eli Zaretskii  <eliz@gnu.org>
+
+       * display.texi (Forcing Redisplay): Update the description of
+       redisplay-dont-pause due to change in the default value.
+
+2011-09-23  Martin Rudalics  <rudalics@gmx.at>
+
+       * frames.texi (Frames and Windows): Move section and rename to
+       Windows and Frames in windows.texi.
+       * windows.texi (Windows): Restructure.
+       (Basic Windows): Rewrite.  Explain live and internal windows and
+       normalization functions.
+       (Windows and Frames): Move section here from frames.texi.
+       Describe subwindows, window combinations, window tree, and
+       corresponding functions including window-list here.
+       (Window Sizes): Rename section from Size of Window and move it
+       up in chapter.  Describe total and body sizes and the
+       corresponding functions.  Explain new semantics of
+       window-min-height/-width.
+       (Resizing Windows): Move section up in chapter.  Describe new
+       resize functions.
+       (Splitting Windows): Describe new behavior of split-window,
+       split-window-above-each-other and split-window-side-by-side.
+       Provide examples.  Describe window-nest and window-splits
+       options.
+       (Deleting Windows): Minor rewrite.
+       (Selecting Windows): Minor rewrite.
+       Describe frame-selected-window and set-frame-selected-window here.
+       (Cyclic Window Ordering): Minor rewrite.
+       Describe window-list-1.
+       (Buffers and Windows): Rewrite.  Explain a window's previous and
+       next buffers and the corresponding functions.
+       (Window Tree): Merge into Windows and Frames section.
+       * elisp.texi (Top): Update node listings for frames and windows
+       sections.
+
+2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * display.texi (Face Functions): `face-list' returns faces (bug#9564).
+
+2011-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * errors.texi (Standard Errors): Remove apparent placeholder text
+       (bug#9491).
+
+2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
+
+       * frames.texi (Management Parameters): Fix description of
+       icon-type parameter.
+
+2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
+
+       * tips.texi (Key Binding Conventions): Don't bind a key sequence
+       ending in C-g.  Suggested by Edward O'Connor.
+
+2011-09-17  Eli Zaretskii  <eliz@gnu.org>
+
+       * numbers.texi (Integer Basics): Add indexing for
+       most-positive-fixnum and most-negative-fixnum.  (Bug#9525)
+
+2011-09-14  Dani Moncayo  <dmoncayo@gmail.com>  (tiny change)
+
+       * lists.texi (Sets And Lists): Fix typo.  (Bug#9393)
+
+2011-09-11  Juanma Barranquero  <lekktu@gmail.com>
+
+       * processes.texi (Network Servers): Clarify what the process
+       buffer is used for (bug#9233).
+
+2011-08-30  Dani Moncayo  <dmoncayo@gmail.com>  (tiny change)
 
        * lists.texi (Building Lists): Fix typo.
 
-2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
+2011-08-30  Chong Yidong  <cyd@stupidchicken.com>
+
+       * display.texi (Basic Faces): New node.  Document new faces.
+
+       * modes.texi (Major Mode Conventions): Move some text there.
+       (Mode Help): Remove major-mode var, duplicated in Major Modes.
+
+2011-08-29  Chong Yidong  <cyd@stupidchicken.com>
+
+       * modes.texi (Basic Major Modes): New node.  Callers updated.
+       (Major Modes): Document fundamental-mode and major-mode.
+       (Major Mode Basics): Node deleted; text moved to Major Modes.
+       (Derived Modes): Document derived-mode-p.
+
+2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
+
+       * files.texi (Changing Files, Create/Delete Dirs): Document new
+       arguments for delete-file, delete-directory, and copy-directory.
+       (Visiting Functions): Remove view-file; it is documented in the
+       Emacs manual.
+
+       * frames.texi (Layout Parameters): The defaults for the
+       menu-bar-lines and tool-bar-lines parameters depend on the mode.
+
+       * display.texi (Progress): Document spinner functionality.
+
+       * os.texi (Killing Emacs): Note that kill-emacs can be called by
+       operating system signals.  Refer to save-buffers-kill-terminal
+       instead of save-buffers-kill-emacs.
+
+       * objects.texi (Symbol Type): Document ## print representation.
+
+2011-08-25  Eli Zaretskii  <eliz@gnu.org>
+
+       * display.texi (Specified Space): Mention that `space' specs
+       influence bidi reordering.
+       (Bidirectional Display): Explain how to use `(space . PROPS)' for
+       separating fields with bidirectional content.
+
+2011-08-24  Eli Zaretskii  <eliz@gnu.org>
+
+       * display.texi (Bidirectional Display): Document return value in
+       buffers that are not bidi-reordered for display, and in unibyte
+       buffers.
+
+2011-08-23  Eli Zaretskii  <eliz@gnu.org>
+
+       * nonascii.texi (Character Properties): Document the values for
+       unassigned codepoints.
+
+2011-08-18  Eli Zaretskii  <eliz@gnu.org>
+
+       * nonascii.texi (Character Properties): Document use of
+       `bidi-class' and `mirroring' properties as part of reordering.
+       Provide cross-references to "Bidirectional Display".
+
+       * display.texi (Bidirectional Display): Document the pitfalls of
+       concatenating strings with bidirectional content, with possible
+       solutions.  Document bidi-string-mark-left-to-right.
+       Mention paragraph direction in modes that inherit from prog-mode.
+       Document use of `bidi-class' and `mirroring' properties as part of
+       reordering.
+
+2011-08-16  Eli Zaretskii  <eliz@gnu.org>
+
+       * modes.texi (Major Mode Conventions): Improve the documentation
+       of `mode-class' `special' modes.
+
+       * nonascii.texi (Character Properties): Document the `mirroring'
+       property.  Add index entries.
+
+       * syntax.texi (Categories): Add an example of defining a new
+       category and category table.
+
+       * searching.texi (Regexp Backslash): Document how to display
+       existing categories.  Mention the possibility of adding
+       categories, and add an xref to where this is described.  Add an
+       index entry.
+
+2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
+
+       * text.texi (Special Properties):
+       * display.texi (Overlay Properties): Note that mouse-face cannot
+       change the text size (Bug#8530).
+
+2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
+
+       * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
+       using setenv instead.
+
+2011-07-28  Eli Zaretskii  <eliz@gnu.org>
+
+       * display.texi (Bidirectional Display): Document the fact that
+       bidi-display-reordering is t by default.
+
+2011-07-23  Eli Zaretskii  <eliz@gnu.org>
+
+       * display.texi (Bidirectional Display): New section.
+
+2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+           Tim Cross  <theophilusx@gmail.com>  (tiny change)
+           Glenn Morris   <rgm@gnu.org>
+
+       * keymaps.texi (Toolkit Differences): New node.  (Bug#8176)
+
+2011-07-15  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * help.texi (Keys in Documentation): Revert last change.
+
+2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * help.texi (Keys in Documentation): Clarify that \= only quotes
+       the next character, and doesn't affect longer sequences in
+       particular (bug#8935).
+
+       * debugging.texi (Using Debugger):
+       Mention @code{eval-expression-debug-on-error} (bug#8549).
+
+2011-07-14  Eli Zaretskii  <eliz@gnu.org>
+
+       * display.texi (Other Display Specs): Document that `left-fringe'
+       and `right-fringe' display specifications are of the "replacing"
+       kind.
+
+2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * help.texi (Documentation Basics): Add a link to the Function
+       Documentation node (bug#6580).
+
+2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * keymaps.texi (Menu Bar): Mention :visible and :enable
+       (bug#6344).  Text by Drew Adams.
+
+       * modes.texi (Running Hooks): Mention buffer-local hook variables
+       (bug#6218).
+
+       * objects.texi (General Escape Syntax): "a with grave accent" is
+       ?xe0, not ?x8e0 (bug#5259).
+
+2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
+
+       * display.texi (Face Attributes, Font Selection): Add references
+       to the Fonts node in the Emacs manual (Bug#4178).
+
+2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
+
+       * display.texi (Window Systems): `window-system' is
+       terminal-local.
+
+       * frames.texi (Frame Parameters, Parameter Access): Don't mention
+       frame-local variables.
+
+       * variables.texi (Buffer-Local Variables): Don't mention obsolete
+       frame-local variables.
+       (Frame-Local Variables): Node deleted.
+
+       * elisp.texi (Top): Update node listing.
+
+2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * elisp.texi: Change "inferiors" to "subnodes" in three places
+       (bug#3523).
+
+2011-07-11  Chong Yidong  <cyd@stupidchicken.com>
+
+       * frames.texi (Window System Selections): Discussion of
+       x-select-enable-clipboard moved to Emacs manual.
+
+2011-07-11  Deniz Dogan  <deniz@dogan.se>
+
+       * commands.texi (Prefix Command Arguments): Remove excessive
+       apostrophe.
+
+2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
+       description is a string (bug#3313).
+
+       * frames.texi (Display Feature Testing): Try to explain what all
+       the visual classes mean (bug#3042).
+
+2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * modes.texi (Mode Line Variables): Document `mode-line-remote'
+       and `mode-line-client' (bug#2974).
+
+       * text.texi (Insertion): Clarify marker movements (bug#1651).
+       Text from Drew Adams.
+
+2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * text.texi (Special Properties): Clarify the format of `face'
+       (bug#1375).
+
+       * commands.texi (Interactive Call): Add a `call-interactively'
+       example (bug#1010).
+
+2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * functions.texi (Calling Functions): Link to the "Interactive
+       Call" node (bug#1001).
+
+2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
 
        * customize.texi (Composite Types): Move alist and plist to here
        from Simple Types (Bug#7545).
        * display.texi (Face Attributes): Document negative line widths
        (Bug#6113).
 
-2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
+2011-07-03  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
+
+       * searching.texi (Match Data): Note that match data can be
+       overwritten by most functions (bug#2499).
+
+2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * strings.texi (Formatting Strings): Clarify what the "-" and "0"
+       flags mean (bug#6659).
+
+       * functions.texi (What Is a Function): Document the autoload
+       object (bug#6496).
+
+2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * customize.texi (Variable Definitions): Clarify that SETFUNCTION
+       is only used in the Customize user interface (bug#6089).
+
+       * display.texi (Showing Images): Mention the point of sliced
+       images (bug#7836).
+
+2011-07-02  Eli Zaretskii  <eliz@gnu.org>
+
+       * variables.texi (Defining Variables, Void Variables)
+       (Constant Variables): Fix incorrect usage of @kindex.
+
+2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * variables.texi (Defining Variables): Add an index entry for
+       `set-variable' (bug#7262).
+       (Defining Variables): Use @findex for functions.
+
+       * frames.texi (Basic Parameters): Document the `explicit-name'
+       parameter (bug#6951).
+
+       * customize.texi (Type Keywords): Clarify that :value provides a
+       default value for all types (bug#7386).
+
+       * streams.texi (Output Functions): Document `pp'.
+
+2011-06-25  Chong Yidong  <cyd@stupidchicken.com>
 
        * keymaps.texi (Searching Keymaps):
        * display.texi (Overlay Properties): Fix errors in 2011-05-29
        change.  Suggested by Johan Bockgård.
 
+2011-06-15  Chong Yidong  <cyd@stupidchicken.com>
+
+       * text.texi (Special Properties): Clarify role of font-lock-face.
+
+2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * processes.texi (Process Information): Rename `process-alive-p'
+       to `process-live-p' for consistency with other `-live-p' functions.
+
+2011-06-03  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Document wide integers better.
+       * files.texi (File Attributes): Document ino_t values better.
+       ino_t values no longer map to anything larger than a single cons.
+       * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
+       (Bitwise Operations):
+       * objects.texi (Integer Type): Use a binary notation that is a bit easier
+       to read, and that will port better if 62-bits becomes the default.
+       Fix or remove incorrect examples.
+       * os.texi (Time Conversion): Document time_t values better.
+
+2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * processes.texi (Process Information):
+       Document `process-alive-p'.
+
 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
 
        * help.texi (Accessing Documentation):
 
        * lists.texi (Sets And Lists): Fix misplaced text.
 
-2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
+2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
+
+       * keymaps.texi (Remapping Commands): Emphasize that the keymap
+       needs to be active (Bug#8350).
+
+2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
+
+       * minibuf.texi (Reading File Names): Clarify (Bug#8480).
+
+       * tips.texi (Coding Conventions): Remove antediluvian filename
+       limit recommendation (Bug#8538).
+
+2011-05-27  Glenn Morris  <rgm@gnu.org>
+
+       * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
+
+2011-05-26  Glenn Morris  <rgm@gnu.org>
+
+       * variables.texi (File Local Variables):
+       Update hack-local-variables `mode-only' return value.
+       Add some more details on what this function does in the other case.
+
+2011-05-19  Glenn Morris  <rgm@gnu.org>
+
+       * lists.texi (Sets And Lists): Mention cl provides union etc.
+
+2011-05-19  Nix  <nix@esperi.org.uk>
+
+       * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
+
+       * text.texi (Parsing HTML): Update for function name changes.
+
+       * syntax.texi (Syntax Flags): Small fix.
+
+       * keymaps.texi (Active Keymaps): Typo fix.
+       (Changing Key Bindings): Grammar fix.
+
+       * frames.texi (Minibuffers and Frames): Grammar fix.
+       (Window System Selections): x-select-enable-clipboard now defaults to t.
+
+       * customize.texi (Common Keywords):
+       * display.texi (Abstract Display):
+       * modes.texi (Auto-Indentation):
+       * nonascii.texi (Converting Representations): Typo fixes.
+
+       * control.texi (Examples of Catch): Call it "goto" not "go to".
+
+2011-05-14  Eli Zaretskii  <eliz@gnu.org>
+
+       * nonascii.texi (Character Properties): Fix inconsistencies with
+       implementation.
+
+       * text.texi (Special Properties): Move @defvar's out of the
+       @table.  (Bug#8652)
+
+2011-05-12  Glenn Morris  <rgm@gnu.org>
+
+       * display.texi (Image Descriptors): Fix typo.  (Bug#8495)
+
+2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * modes.texi (Region to Refontify): Rename from "Region to Fontify".
        (Multiline Font Lock):
        * vol1.texi (Top):
        * elisp.texi (Top): Update menu accordingly.
 
-2011-05-05  Drew Adams  <drew.adams@oracle.com>
+2011-05-12  Drew Adams  <drew.adams@oracle.com>
 
        * modes.texi (Region to Fontify): Fix typo.
 
-2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
+2011-05-10  Jim Meyering  <meyering@redhat.com>
+
+       * minibuf.texi: Fix typo "in in -> in".
+
+2011-05-06  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * numbers.texi (Integer Basics): Large integers are treated as floats.
+
+2011-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * processes.texi (Synchronous Processes): Document the (:file
+       "/file-name") syntax for `call-process'.
+
+2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
 
        * windows.texi (Choosing Window): Fix typo.
 
-2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
+2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
 
        * frames.texi (Layout Parameters): Note the difference between
        querying and setting parameters for left-fringe and right-fringe
        * buffers.texi (Current Buffer): Copyedits.  Don't recommend using
        save-excursion.  Suggested by Uday S Reddy.
 
-2011-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
+2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
+       (Lexical Binding): New sub-section.
+
+       * eval.texi (Eval): Discourage the use of `eval'.
+       Document its new `lexical' argument.
+
+2011-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * commands.texi (Command Overview): `post-command-hook' is not reset to
+       nil any more.
+
+2011-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * strings.texi (String Conversion): Don't mention
        string-make-(uni|multi)byte (bug#8262).
        * keymaps.texi (Key Binding Commands): Update code point, avoid
        "unibyte character" and remove mention of unibyte bindings.
 
+2011-03-10  Eli Zaretskii  <eliz@gnu.org>
+
+       * modes.texi (Operator Precedence Grammars): Don't use characters
+       outside ISO-8859-1.
+
+2011-03-09  Eli Zaretskii  <eliz@gnu.org>
+
+       * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
+
+       * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
+
+2011-03-08  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
+       * intro.texi (Acknowledgements): Names to UTF-8.
+       * elisp.texi: Set documentencoding.
+
 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
 
        * Version 23.3 released.
 
-2011-02-25  Glenn Morris  <rgm@gnu.org>
+2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
+
+       * package.texi: Update index keywords.
+       (Package Archives): New node contents.  Document package-x.el.
+
+2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in (srcs): Add package.texi.
+
+2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
+
+       * package.texi (Packaging, Packaging Basics, Simple Packages)
+       (Multi-file Packages): Expand and clarify.
+       (Package Archives): Temporary placeholder node.
+
+       * elisp.texi (Top): Update node listing.
+
+       * Makefile.in (srcs): Add package.texi.
+
+2011-03-05  Chong Yidong  <cyd@stupidchicken.com>
+
+       * processes.texi (Synchronous Processes): Minor clarification
+       (Bug#8149).
+
+2011-03-03  Glenn Morris  <rgm@gnu.org>
+
+       * files.texi (Truenames): Minor clarification.  (Bug#2341)
+
+2011-03-01  Glenn Morris  <rgm@gnu.org>
+
+       * variables.texi (Directory Local Variables):
+       Mention `(subdirs . nil)' alist element.
+
+2011-02-28  Glenn Morris  <rgm@gnu.org>
 
        * variables.texi (Directory Local Variables): Mention the optional
        mtime argument of dir-locals-set-directory-class.  (Bug#3577)
 
-2011-02-18  Eli Zaretskii  <eliz@gnu.org>
+2011-02-27  Chong Yidong  <cyd@stupidchicken.com>
+
+       * minibuf.texi (Minibuffer History): Clarify discussion of
+       minibuffer history lists (Bug#8085).
+
+2011-02-19  Eli Zaretskii  <eliz@gnu.org>
 
        * elisp.texi: Sync @dircategory with ../../info/dir.
 
        * variables.texi (Creating Buffer-Local): Explain the meaning of
        permanent local variables.
 
-2011-02-18  Glenn Morris  <rgm@gnu.org>
+       * files.texi (Visiting Functions): Document find-file-literally,
+       both the command and the variable.
+
+       * variables.texi (Creating Buffer-Local): Explain the meaning of
+       permanent local variables.
+
+2011-02-19  Glenn Morris  <rgm@gnu.org>
 
        * keymaps.texi (Remapping Commands): Mention how to undo it.
 
+2011-02-09  Reuben Thomas  <rrt@sc3d.org>
+
+       * loading.texi (Hooks for Loading): Remove unnecessary advice
+       about eval-after-load (Bug#7986).
+
 2011-02-05  Chong Yidong  <cyd@stupidchicken.com>
 
        * commands.texi (Accessing Mouse): Note that a header line is not
        included in the row of posn-col-row.
 
+2011-02-02  Chong Yidong  <cyd@stupidchicken.com>
+
+       * modes.texi (Major Mode Conventions): Add face guidelines.
+       (Faces for Font Lock): List faces in order of prominence.
+
+2011-02-01  Paul Eggert  <eggert@cs.ucla.edu>
+
+       format-time-string now supports subsecond time stamp resolution
+       * os.texi (Time Parsing): Document %N.
+
 2011-01-28  Chong Yidong  <cyd@stupidchicken.com>
 
        * vol1.texi (Top):
        * keymaps.texi (Defining Menus): Add "menu item" and "extended
        menu item" concept index entries (Bug#7805).
 
-2011-01-23  Chong Yidong  <cyd@stupidchicken.com>
+2011-01-29  Eli Zaretskii  <eliz@gnu.org>
+
+       * makefile.w32-in (texinfodir): New variable.
+       (usermanualdir): Remove as redundant with $(emacsdir).
+       (MAKEINFO): Remove options, leave only program name.
+       (MAKEINFO_OPTS): New variable.
+       (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
+
+2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
             Richard Kim  <emacs18@gmail.com>
 
        * loading.texi (Library Search): Document list-load-path-shadows
        (Bug#7757).
 
-2011-01-23  Chong Yidong  <cyd@stupidchicken.com>
+2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
 
        * searching.texi (Regexp Special): Remove outdated discussion of
        character sets (Bug#7780).
 
-2011-01-22  Chong Yidong  <cyd@stupidchicken.com>
-
        * frames.texi (Pop-Up Menus): Document where menu title comes
        from (Bug#7684).
 
-2011-01-22  Glenn Morris  <rgm@gnu.org>
+2011-01-25  Glenn Morris  <rgm@gnu.org>
 
        * display.texi (Making Buttons): Mention limitation of text buttons.
 
-2011-01-08  Chong Yidong  <cyd@stupidchicken.com>
+2011-01-23  Werner Lemberg  <wl@gnu.org>
+
+       * Makefile.in (MAKEINFO): Now controlled by `configure'.
+       (MAKEINFO_OPTS): New variable.  Use it where appropriate.
+       (ENVADD): New variable to control texi2dvi and texi2pdf.
+
+2011-01-15  Chong Yidong  <cyd@stupidchicken.com>
 
        * files.texi (Directory Names): Move directory-abbrev-alist doc to
        Emacs manual.
 
-2011-01-07  Eli Zaretskii  <eliz@gnu.org>
+2011-01-15  Eli Zaretskii  <eliz@gnu.org>
 
        * files.texi (Directory Names): Explain why FROM in
        directory-abbrev-alist should begin with \`.  (Bug#7777)
 
-2010-12-25  Eli Zaretskii  <eliz@gnu.org>
+2011-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
+
+2011-01-02  Eli Zaretskii  <eliz@gnu.org>
 
        * modes.texi (Emulating Mode Line): Fix last change.
 
-2010-12-18  Eli Zaretskii  <eliz@gnu.org>
+2011-01-02  Eli Zaretskii  <eliz@gnu.org>
 
        * modes.texi (Emulating Mode Line): Update documentation of
        format-mode-line according to changes that fixed bug #7587.
 
-2010-12-11  Eli Zaretskii  <eliz@gnu.org>
+2010-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * modes.texi (Derived Modes): Mention prog-mode.
+
+       * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
+       of the key-binding-data cache since we don't use it any more.
+
+2010-12-13  Eli Zaretskii  <eliz@gnu.org>
 
        * processes.texi (Shell Arguments):
        * strings.texi (Creating Strings): Don't mention "shell commands";
        * processes.texi (Shell Arguments): Fix documentation of
        `split-string-and-unquote'.  Add indexing.  (Bug#7563)
 
-2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
+2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * modes.texi (Auto-Indentation): New section to document SMIE.
        (Major Mode Conventions):
        * text.texi (Mode-Specific Indent): Refer to it.
 
-2010-12-04  Eli Zaretskii  <eliz@gnu.org>
+2010-12-13  Eli Zaretskii  <eliz@gnu.org>
 
        * display.texi (Other Display Specs): Document left-fringe and
        right-fringe display specs.
 
-2010-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
+2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * backups.texi (Making Backups):
        * modes.texi (Example Major Modes): Use recommended coding style.
        (Major Mode Basics, Derived Modes): Encourge more strongly use of
        define-derived-mode.  Mention completion-at-point-functions.
 
-2010-11-21  Chong Yidong  <cyd@stupidchicken.com>
+2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
 
        * nonascii.texi (Converting Representations):
        Document byte-to-string.
 
+2010-12-08  Glenn Morris  <rgm@gnu.org>
+
+       * buffers.texi (Modification Time):
+       verify-visited-file-modtime now defaults to the current buffer.
+
+2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
+
+       * nonascii.texi (Converting Representations): Document byte-to-string.
+
        * strings.texi (Creating Strings): Don't mention semi-obsolete
        function char-to-string.
        (String Conversion): Shorten discussion of semi-obsolete function
        * functions.texi (Mapping Functions): Use string instead of
        char-to-string in examples.
 
-2010-11-20  Chong Yidong  <cyd@stupidchicken.com>
+2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
 
        * text.texi (Kill Functions, Kill Functions)
        (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
        * variables.texi (Defining Variables): Change "pi" example to
        "float-pi".
 
-2010-11-12  Eli Zaretskii  <eliz@gnu.org>
+2010-11-26  Eli Zaretskii  <eliz@gnu.org>
+
+       * commands.texi (Click Events): Document the values of X, Y and
+       COL, ROW in the event's position, when the click is on the header
+       or mode line, on the fringes, or in the margins.
+
+2010-11-17  Eli Zaretskii  <eliz@gnu.org>
 
        * customize.texi (Composite Types): Lower-case index entry.
 
        * loading.texi (How Programs Do Loading):
        Document load-file-name.  (Bug#7346)
 
-2010-11-10  Glenn Morris  <rgm@gnu.org>
+2010-11-17  Glenn Morris  <rgm@gnu.org>
 
        * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
 
-2010-10-27  Glenn Morris  <rgm@gnu.org>
+2010-11-13  Eli Zaretskii  <eliz@gnu.org>
+
+       * display.texi (Usual Display): Characters with no fonts are not
+       necessarily displayed as empty boxes.
+
+2010-10-31  Glenn Morris  <rgm@gnu.org>
 
        * maps.texi (Standard Keymaps): Update File menu description.
 
-2010-10-22  Eli Zaretskii  <eliz@gnu.org>
+2010-10-28  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
+
+2010-10-24  Eli Zaretskii  <eliz@gnu.org>
 
        * display.texi (Window Systems): Deprecate use of window-system as
        a predicate.
 
-2010-09-05  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
+2010-10-23  Glenn Morris  <rgm@gnu.org>
+
+       * help.texi (Documentation Basics): Remove mentions of digest-doc and
+       sorted-doc.
+
+2010-10-15  Eli Zaretskii  <eliz@gnu.org>
+
+       * os.texi (Dynamic Libraries): New node, with slightly modified
+       text deleted from "Image Formats".
+       (System Interface): Add @menu entry for "Dynamic Libraries".
+
+       * display.texi (Image Formats): Remove description of
+       image-library-alist.  (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
+
+2010-10-12  Glenn Morris  <rgm@gnu.org>
+
+       * book-spine.texinfo: Rename to book-spine.texi.
+
+2010-10-11  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
+
+       * Makefile.in (DVIPS): New variable.
+       (.PHONY): Add html, ps.
+       (html, elisp.html, ps, elisp.ps): New targets.
+       (clean): Delete html, ps files.
+       ($(infodir)/elisp): Remove unnecessary includes.
+
+2010-10-09  Eli Zaretskii  <eliz@gnu.org>
+
+       * makefile.w32-in (emacsdir): New variable.
+       (srcs): Add emacsver.texi.
+       ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
+
+2010-10-09  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (VPATH): Remove.
+       (infodir): Make it absolute.
+       (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
+
+       * Makefile.in (dist): Anchor regexps.
+
+       * Makefile.in (srcs): Put elisp.texi first.
+       ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
+
+       * Makefile.in (infoclean): Remove harmless, long-standing error.
+
+       * Makefile.in ($(infodir)): Delete rule.
+       (mkinfodir): New.
+       ($(infodir)/elisp): Use $mkinfodir instead of infodir.
+
+       * Makefile.in (dist): Remove reference to emacsver.texi.in.
+       Also copy emacsver.texi, and edit $emacsdir.
+
+2010-10-09  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (emacsdir): New variable.
+       (MAKEINFO): Add -I $emacsdir.
+       (dist): Copy emacsver.texi.
+       (srcs): Add emacsver.texi.
+
+       * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
+       Set EMACSVER by including emacsver.texi.
+
+       * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
+
+2010-10-07  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (version): New, set by configure.
+       (clean): Delete dist tar file.
+       (dist): Use version in tar name.
+
+2010-10-06  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
+       (INSTALL_INFO): Remove unused variable.
+       (mostlyclean, infoclean, dist): New rules.
+       (clean): Delete dvi and pdf files.
+       (maintainer-clean): Remove elisp.oaux, use infoclean.
+       ($(infodir)): Add parallel build workaround.
+
+2010-10-04  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (dvi, pdf, $(infodir)): New targets.
+       ($(infodir)/elisp): Ensure target directory exists.  Use $@.
+       Fix -I typo.
+       (clean): No 'make.out' or 'core' files.
+       (.PHONY): Declare clean rules.
+       (maintainer-clean): Delete pdf file.  Guard against cd failures.
+
+2010-10-03  Glenn Morris  <rgm@gnu.org>
+
+       * files.texi (File Name Components): Remove ignored section about
+       deleted variable directory-sep-char.
+
+2010-10-03  Michael Albinus  <michael.albinus@gmx.de>
+
+       * files.texi (Magic File Names): New defopt
+       remote-file-name-inhibit-cache.
+
+2010-10-02  Glenn Morris  <rgm@gnu.org>
+
+       * os.texi (Killing Emacs): Hook now runs in batch mode.
+
+2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * text.texi (Special Properties): Clarify when modification-hooks run.
+
+2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * syntax.texi (Syntax Flags): Document new `c' flag.
+
+2010-09-09  Glenn Morris  <rgm@gnu.org>
+
+       * display.texi (ImageMagick Images): General cleanup.
+
+2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
 
        * files.texi (Directory Names): Use \` rather than ^.
 
+2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * text.texi (Low-Level Kill Ring):
+       * frames.texi (Window System Selections): Remove cut buffer
+       documentation.
+
+2010-08-28  Eli Zaretskii  <eliz@gnu.org>
+
+       * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
+       Parameters", where the default fringe width is described.
+
+       * frames.texi (Window Frame Parameters, Basic Parameters)
+       (Position Parameters, Layout Parameters, Management Parameters)
+       (Cursor Parameters, Font and Color Parameters): Add indexing for
+       frame parameters.  (Bug#6929)
+
+2010-08-25  Tom Tromey  <tromey@redhat.com>
+
+       * vol2.texi (Top): Update.
+       * vol1.texi (Top): Update.
+       * tips.texi (Library Headers): Mention Package-Version and
+       Package-Requires.
+       * package.texi: New file.
+       * os.texi (System Interface): Update pointers.
+       * elisp.texi (Top): Link to new nodes.  Include package.texi.
+       * anti.texi (Antinews): Update pointers.
+
+2010-08-25  Eli Zaretskii  <eliz@gnu.org>
+
+       * processes.texi (Filter Functions): Fix last change.
+
+2010-08-24  Markus Triska  <triska@gmx.at>
+
+       * processes.texi (Filter Functions): Use `buffer-live-p' instead
+       of `buffer-name' in the main text as well as in the example
+       (Bug#3098).
+
+2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
+
+       * nonascii.texi (Text Representations):
+       * loading.texi (Loading Non-ASCII):
+       * compile.texi (Byte Compilation): Don't mention obsolete
+       --unibyte command-line argument.
+
 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
 
        * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
 
-2010-08-19  Chong Yidong  <cyd@stupidchicken.com>
+2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
 
        * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
 
-2010-08-02  Christoph  <cschol2112@googlemail.com>
+2010-08-20  Eli Zaretskii  <eliz@gnu.org>
 
-       * control.texi (Handling Errors) <error-message-string>: Fix arg name.
+       * commands.texi (Misc Events): Add cross-references to where
+       POSITION of a mouse event is described in detail.
 
-2010-07-29  Juanma Barranquero  <lekktu@gmail.com>
+2010-08-08  Christoph Scholtes  <cschol2112@googlemail.com>
+
+       * control.texi (Handling Errors)  <error-message-string>: Fix arg name.
+
+2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
 
        * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
        Suggested by Štěpán Němec <stepnem@gmail.com>.
 
-2010-07-28  Juanma Barranquero  <lekktu@gmail.com>
+2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
 
        * minibuf.texi (High-Level Completion): Document args of
        `read-buffer-function' (bug#5625).
 
+2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * frames.texi (Layout Parameters): Add doc for tool-bar-position.
+
+2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
+
+       * processes.texi (Process Information): Explain process property
+       `remote-tty'.
+
 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
 
        * modes.texi (Defining Minor Modes): Use C-delete in examples,
        instead of "\C-\^?" (bug#6334).
 
-2010-07-21  Juanma Barranquero  <lekktu@gmail.com>
-
        * text.texi (Special Properties): Fix typo.
 
+2010-07-09  Eli Zaretskii  <eliz@gnu.org>
+
+       * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
+       calling sequences, which are now the standard.
+
 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
 
        * text.texi (Undo): Clarify command loop behavior (Bug#2433).
 
 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
 
-       * errors.texi (Standard Errors): Remove unnecessary markup
-       (Bug#6461).
+       * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
 
 2010-06-02  Chong Yidong  <cyd@stupidchicken.com>
 
        * minibuf.texi (Basic Completion): Document completion-boundaries.
        (Programmed Completion): Document the new fourth method for boundaries.
 
-2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
+2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
 
-       * Version 23.2 released.
+       * display.texi (Image Cache): Update documentation about image caching.
 
-2010-05-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
+2010-05-08  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
 
        * windows.texi (Textual Scrolling):
        * tips.texi (Coding Conventions):
        * loading.texi (Where Defined):
        * edebug.texi (Instrumenting): Fix typos.
 
-2010-04-25  Chong Yidong  <cyd@stupidchicken.com>
+2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
 
        * keymaps.texi (Menu Bar): Document :advertised-binding property.
 
 
        * elisp.texi (Top): Update node description.
 
+2010-05-08  Eli Zaretskii  <eliz@gnu.org>
+
+       * nonascii.texi (Character Properties):
+       Document unicode-category-table.  Add an index entry for Unicode
+       general category.
+
+2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * Version 23.2 released.
+
+2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
+
+       * locals.texi (Standard Buffer-Local Variables):
+       Remove @ignore'd reference to `direction-reversed'.
+
 2010-04-14  Juri Linkov  <juri@jurta.org>
 
        Fix @deffn without category.
 
        * frames.texi (Cursor Parameters): Fix typo.  (Bug#5760)
 
-2010-03-21  Chong Yidong  <cyd@stupidchicken.com>
+2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
 
        * processes.texi (Network Processes): Document seqpacket type.
 
+2010-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * os.texi (System Environment): Do not mention lynxos.
+
+2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * Branch for 23.2.
+
 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
 
        * objects.texi (Integer Type): Take note of the read syntax
 
 2009-05-09  Eli Zaretskii  <eliz@gnu.org>
 
-       * nonascii.texi (Default Coding Systems): Document
-       find-auto-coding, set-auto-coding, and auto-coding-alist.
+       * nonascii.texi (Default Coding Systems):
+       Document find-auto-coding, set-auto-coding, and auto-coding-alist.
        Add indexing.
        (Lisp and Coding Systems): Add index entries.
 
        (Future Local Variables): Node deleted.
 
        * objects.texi (General Escape Syntax): Update explanation of
-       unicode escape syntax.
+       Unicode escape syntax.
 
 2009-02-23  Chong Yidong  <cyd@stupidchicken.com>
 
        (Saving Buffers): Mention code and EOL conversions by file I/O
        primitives and subroutines.
 
-       * nonascii.texi (Lisp and Coding Systems): Document
-       coding-system-eol-type.  Add index entries for eol conversion.
+       * nonascii.texi (Lisp and Coding Systems):
+       Document coding-system-eol-type.  Add index entries for eol conversion.
 
        * display.texi (Defining Faces): Mention `mac', and add an xref to
        where window-system is described.
 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
 
        * frames.texi (Color Names): Add pointer to the X docs about RGB
-       color specifications.  Improve indexing
+       color specifications.  Improve indexing.
        (Text Terminal Colors): Replace the description of RGB values by
        an xref to "Color Names".
 
        * minibuf.texi (Reading File Names): read-file-name has new
        arg PREDICATE.  New function read-directory-name.
 
-       * macros.texi (Defining Macros): Give definition of `declare'
+       * macros.texi (Defining Macros): Give definition of `declare'.
        (Indenting Macros): New node.
 
        * frames.texi (Parameter Access): Add modify-all-frames-parameters.
        * numbers.texi (Integer Basics): Add most-positive-fixnum,
        most-negative-fixnum.
 
-       * compile.texi (Byte Compilation): Explain no-byte-compile
+       * compile.texi (Byte Compilation): Explain no-byte-compile.
        (Compiler Errors): New node.
 
        * os.texi (User Identification): user-uid, user-real-uid
 
        * functions.texi (Defining Functions): Explain about redefining
        primitives.
-       (Function Safety): Renamed.  Minor changes.
+       (Function Safety): Rename.  Minor changes.
        Comment out the detailed criteria for what is safe.
 
 2003-06-22  Andreas Schwab  <schwab@suse.de>
 
        * Makefile (infodir, prefix): New vars.
        (install): Use infodir.
-       (emacsinfodir): Deleted.
+       (emacsinfodir): Delete.
 
 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
 
 1993-05-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
 
-       * Makefile (dist): Changed to use Gzip instead of compress.
+       * Makefile (dist): Change to use Gzip instead of compress.
 
 1993-04-23  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
 
        directory have been changed to reflect this.
 
        * All instances of @indentedresultt{} have been changed to
-       `     @result{}', using 5 spaces at the begining of the line.
+       `     @result{}', using 5 spaces at the beginning of the line.
 
 1989-04-24  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
 
 
 ;; Local Variables:
 ;; coding: utf-8
-;; add-log-time-zone-rule: t
 ;; End:
 
-    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-      2007, 2008, 2009, 2010, 2011  Free Software Foundation, Inc.
+  Copyright (C) 1998-2012  Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.