]> code.delx.au - gnu-emacs/blobdiff - lispref/ChangeLog
*** empty log message ***
[gnu-emacs] / lispref / ChangeLog
index db3dc76acb86d3db6c38e09b706035b74a995e63..6e43d67dd28d5ddc1cd2bd08a4253c9a737fd22f 100644 (file)
@@ -1,3 +1,573 @@
+2005-07-07  Richard M. Stallman  <rms@gnu.org>
+
+       * display.texi (Inverse Video): Delete mode-line-inverse-video.
+
+2005-07-06  Richard M. Stallman  <rms@gnu.org>
+
+       * searching.texi (Regexp Search): Clarify what re-search-forward
+       does when the search fails.
+
+2005-07-05  Lute Kamstra  <lute@gnu.org>
+
+       * Update FSF's address in GPL notices.
+
+       * doclicense.texi (GNU Free Documentation License):
+       * gpl.texi (GPL):
+       * tips.texi (Coding Conventions, Library Headers):
+       * vol1.texi:
+       * vol2.texi: Update FSF's address.
+
+2005-07-04  Richard M. Stallman  <rms@gnu.org>
+
+       * hooks.texi (Standard Hooks): Add occur-hook.
+
+2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * display.texi (The Echo Area): Correct menu.
+
+2005-07-03  Richard M. Stallman  <rms@gnu.org>
+
+       * elisp.texi (Top): Update subnode menu for Display.
+
+       * display.texi (Displaying Messages): New node, with most
+       of what was in The Echo Area.
+       (Progress): Moved under The Echo Area.
+       (Logging Messages): New node with new text.
+       (Echo Area Customization): New node, the rest of what was
+       in The Echo Area.  Document message-truncate-lines with @defvar.
+       (Display): Update menu.
+
+       * windows.texi (Textual Scrolling): Doc 3 values for
+       scroll-preserve-screen-position.
+
+       * text.texi (Special Properties): Change hook functions
+       should bind inhibit-modification-hooks around altering buffer text.
+
+       * keymaps.texi (Key Binding Commands): Call binding BINDING
+       rather than DEFINITION.
+
+2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
+
+       * variables.texi (Defining Variables): `user-variable-p' returns t
+       for aliases of user options, nil for alias loops.
+
+2005-06-28  Richard M. Stallman  <rms@gnu.org>
+
+       * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
+       make-keymap.
+
+2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * variables.texi (Setting Variables): Correct and clarify
+       description of `add-to-ordered-list'.
+
+2005-06-26  Richard M. Stallman  <rms@gnu.org>
+
+       * display.texi (Faces): Minor cleanup.
+
+2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * display.texi (Faces): `facep' returns t for strings that are
+       face names.
+
+2005-06-25  Richard M. Stallman  <rms@gnu.org>
+
+       * objects.texi (Equality Predicates): Clarify meaning of equal.
+
+       * windows.texi (Selecting Windows): save-selected-window
+       and with-selected-window save and restore the current buffer.
+
+2005-06-24  Richard M. Stallman  <rms@gnu.org>
+
+       * numbers.texi (Float Basics): Explain how to test for NaN,
+       and printing the sign of NaNs.
+
+2005-06-24  Eli Zaretskii  <eliz@gnu.org>
+
+       * makefile.w32-in (MAKEINFO): Use --force.
+
+2005-06-23  Richard M. Stallman  <rms@gnu.org>
+
+       * display.texi (Face Functions): Correct Texinfo usage.
+
+2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * lists.texi (Rings): `ring-elements' now returns the elements of
+       RING in order.
+
+2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
+
+       * markers.texi (The Mark): Texinfo usage fix.
+
+2005-06-23  Kim F. Storm  <storm@cua.dk>
+
+       * searching.texi (Entire Match Data): Remove evaporate option for
+       match-data.  Do not mention evaporate option for set-match-data.
+
+2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
+
+       * display.texi (Face Functions): Mention face aliases.
+
+2005-06-21  Richard M. Stallman  <rms@gnu.org>
+
+       * anti.texi (Antinews): Texinfo usage fix.
+
+2005-06-21  Karl Berry  <karl@gnu.org>
+
+       * elisp.texi: Use @copying.
+
+       * elisp.texi: Put @summarycontents and @contents before the Top
+       node, instead of the end of the file, so that the contents appear
+       in the right place in the dvi/pdf output.
+
+2005-06-21  Juri Linkov  <juri@jurta.org>
+
+       * display.texi (Defining Faces): Add `customized-face'.
+
+2005-06-20  Kim F. Storm  <storm@cua.dk>
+
+       * variables.texi (Setting Variables): Any type of element can be
+       given order in add-to-ordered-list.  Compare elements with eq.
+
+       * lists.texi (Rearrangement): Sort predicate may just return non-nil.
+
+2005-06-20  Karl Berry  <karl@gnu.org>
+
+       * syntax.texi (Syntax Flags): Make last column very slightly wider
+       to avoid "generic comment" breaking on two lines and causing an
+       underfull box.
+
+2005-06-19  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * lists.texi (Rings): Various minor clarifications and corrections.
+
+2005-06-18  Richard M. Stallman  <rms@gnu.org>
+
+       * functions.texi (Obsolete Functions): Simplify.
+
+       * variables.texi (Variable Aliases): Simplify.
+
+       * anti.texi, backups.texi, compile.texi, customization.texi:
+       * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
+       * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
+       * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
+       * variables.texi: Fix formatting ugliness.
+
+       * elisp.texi: Add links to Rings and Byte Packing.
+       Update version and copyright years.
+
+       * minibuf.texi: Fix formatting ugliness.
+       (Completion Commands): Move keymap vars to the end
+       and vars completing-read binds to the top.
+
+2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * processes.texi: Fix typos.
+       (Bindat Spec): Correct Texinfo error.
+       (Byte Packing): Fix ungrammatical sentence.
+
+2005-06-17  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * lists.texi (Rings): New node.
+       (Lists): Add it to menu.
+
+       * processes.texi (Byte Packing): New node.
+       (Processes): Add it to menu.
+
+2005-06-17  Richard M. Stallman  <rms@gnu.org>
+
+       * syntax.texi (Parsing Expressions): Fix texinfo usage.
+
+       * help.texi (Documentation Basics): Explain the xref to
+       Documentation Tips.
+
+       * debugging.texi (Debugger Commands): Minor fix.
+
+2005-06-16  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * edebug.texi (Instrumenting): Eliminate duplicate link.
+       (Specification List): Replace references to "below", referring to
+       a later node, with one @ref to that node.
+
+       * os.texi (Timers): Timers should save and restore the match data
+       if they change it.
+
+       * debugging.texi (Debugger Commands): Mention that the Lisp
+       debugger can not step through primitive functions.
+
+2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
+
+       * functions.texi (Obsolete Functions): Update argument names of
+       `make-obsolete' and `define-obsolete-function-alias'.
+
+       * variables.texi (Variable Aliases): Update argument names of
+       `defvaralias', `make-obsolete-variable' and
+       `define-obsolete-variable-alias'.
+
+2005-06-15  Kim F. Storm  <storm@cua.dk>
+
+       * searching.texi (Entire Match Data): Rephrase warnings about
+       evaporate arg to match-data and set-match-data.
+
+2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * elisp.texi (Top): Update detailed menu.
+
+       * edebug.texi (Edebug): Update menu.
+       (Instrumenting): Update xrefs.
+       (Edebug Execution Modes): Correct xref.
+       (Jumping): Clarify description of `h' command.
+       Eliminate redundant @ref.
+       (Breaks): New node.
+       (Breakpoints): is now a subsubsection.
+       (Global Break Condition): Mention `C-x X X'.
+       (Edebug Views): Clarify `v' and `p'.  Mention `C-x X w'.
+       (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
+       (Edebug Display Update): Correct pxref.
+       (Edebug and Macros): New node.
+       (Instrumenting Macro Calls): Is now a subsubsection.
+       Neither arg of `def-edebug-spec' is evaluated.
+       (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
+       (Specification Examples): Fix typo.
+
+2005-06-14  Lute Kamstra  <lute@gnu.org>
+
+       * debugging.texi (Function Debugging): Primitives can break on
+       entry too.
+
+2005-06-14  Kim F. Storm  <storm@cua.dk>
+
+       * variables.texi (Setting Variables): Add add-to-ordered-list.
+
+2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * syntax.texi (Parsing Expressions): Document aux functions and vars of
+       syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
+
+2005-06-13  Lute Kamstra  <lute@gnu.org>
+
+       * text.texi (Special Properties): Fix cross reference.
+
+2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * debugging.texi (Function Debugging): Delete mention of empty
+       string argument to `cancel-debug-on-entry'.  Delete inaccurate
+       description of the return value of that command.
+
+2005-06-11  Alan Mackenzie  <acm@muc.de>
+
+       * text.texi (Adaptive Fill): Amplify the description of
+       fill-context-prefix.
+
+2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * syntax.texi (Parsing Expressions): Fix Texinfo error.
+
+2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * syntax.texi (Parsing Expressions): Document syntax-ppss.
+
+2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * debugging.texi (Error Debugging): Minor rewording.
+       (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
+       is optional.
+
+2005-06-10  Lute Kamstra  <lute@gnu.org>
+
+       * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
+       (Top): Give it a title.  Correct version number.  Give the
+       detailed node listing a more prominent header.
+       * intro.texi: Don't set VERSION here a second time.
+       Mention Emacs's version too.
+       * anti.texi (Antinews): Use EMACSVER to refer to the current
+       version of Emacs.
+
+2005-06-09  Kim F. Storm  <storm@cua.dk>
+
+       * searching.texi (Entire Match Data): Explain new `reseat' argument to
+       match-data and set-match-data.
+
+2005-06-08  Richard M. Stallman  <rms@gnu.org>
+
+       * searching.texi (Entire Match Data): Clarify when match-data
+       returns markers and when integers.
+
+       * display.texi (Defining Faces): Explain that face name should not
+       end in `-face'.
+
+       * modes.texi (Mode Line Data): Minor cleanup.
+       (Customizing Keywords): Node split out of Search-based Fontification.
+       Add example of using font-lock-add-keywords from a hook.
+       Clarify when MODE should be non-nil, and when nil.
+
+2005-06-06  Richard M. Stallman  <rms@gnu.org>
+
+       * modes.texi (Mode Line Data): Explain what happens when the car
+       of a list is a void symbol.
+       (Search-based Fontification): Explain MODE arg to
+       font-lock-add-keywords and warn about calls from major modes.
+
+2005-06-08  Juri Linkov  <juri@jurta.org>
+
+       * display.texi (Standard Faces): Add `shadow' face.
+
+2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * modes.texi (Major Mode Conventions): A derived mode only needs
+       to put the call to the parent mode inside `delay-mode-hooks'.
+
+2005-05-29  Richard M. Stallman  <rms@gnu.org>
+
+       * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
+       new, and what that implies.  Clarify.
+
+       * files.texi (Locating Files): Clean up the text.
+
+       * frames.texi (Window Frame Parameters): Document user-size.
+       Shorten entry for top by referring to left.
+
+2005-05-26  Richard M. Stallman  <rms@gnu.org>
+
+       * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
+       is new, and what the implications are.  Other clarifications.
+
+2005-05-24  Richard M. Stallman  <rms@gnu.org>
+
+       * frames.texi (Dialog Boxes): Minor fixes.
+
+2005-05-25  Masatake YAMATO  <jet@gyve.org>
+
+       * display.texi (Standard Faces): Write about `mode-line-highlight'.
+
+2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
+       is optional.
+
+2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
+
+       * frames.texi (Dialog Boxes): Descibe new optional argument.
+
+2005-05-23  Lute Kamstra  <lute@gnu.org>
+
+       * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
+       syntax-begin-function over font-lock-beginning-of-syntax-function.
+
+2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * minibuf.texi (Reading File Names): Update description of
+       `read-directory-name'.
+
+       * modes.texi (Derived Modes): Clarify :group keyword.
+
+2005-05-21  Eli Zaretskii  <eliz@gnu.org>
+
+       * files.texi (Locating Files): New subsection.
+       Describe locate-file and executable-find.
+
+2005-05-21  Kevin Ryde  <user42@zip.com.au>
+
+       * frames.texi (Initial Parameters): Update cross reference to
+       "Emacs Invocation".
+
+2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * keymaps.texi (Active Keymaps): Add anchor.
+
+       * modes.texi (Hooks): Delete confusing and unnecessary sentence.
+       (Major Mode Conventions): Refer to `Auto Major Mode' in more
+       appropriate place.
+       (Derived Modes): Small clarifications.
+       (Minor Mode Conventions, Keymaps and Minor Modes):
+       Replace references to nodes with references to anchors.
+       (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
+       Clarify description of lists whose first element is an integer.
+       (Mode Line Variables): Add anchor.
+       (%-Constructs): Clarify description of integer after %.
+       (Emulating Mode Line): Describe nil value for FACE.
+
+2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * modes.texi (Derived Modes): Correct references to non-existing
+       variable standard-syntax-table.
+
+2005-05-17  Lute Kamstra  <lute@gnu.org>
+
+       * modes.texi (Defining Minor Modes): Mention the mode hook.
+
+2005-05-15  Kim F. Storm  <storm@cua.dk>
+
+       * processes.texi (Network): Remove open-network-stream-nowait.
+       (Network Servers): Remove open-network-stream-server.
+
+2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * elisp.texi (Top): Update detailed menu.
+
+       * variables.texi: Reorder nodes.
+       (Variables): Update menu.
+       (File Local Variables): Do not refer to the `-*-' line as
+       a "local variables list".  Add pxref.
+
+2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * elisp.texi (Top): Update detailed menu for node changes.
+
+       * modes.texi (Modes): Update Menu.
+       (Hooks):  Move to beginning of chapter.
+       Most minor modes run mode hooks too.
+       `add-hook' can handle void hooks or hooks whose value is a single
+       function.
+       (Major Modes): Update Menu.
+       (Major Mode Basics): New node, split off from `Major Modes'.
+       (Major Mode Conventions): Correct xref.  Explain how to handle
+       auto-mode-alist if the major mode command has an autoload cookie.
+       (Auto Major Mode): Major update.  Add magic-mode-alist.
+       (Derived Modes): Major update.
+       (Mode Line Format): Update Menu.
+       (Mode Line Basics): New node, split off from `Mode Line Format'.
+
+       * loading.texi (Autoload): Mention `autoload cookie' as synonym
+       for `magic autoload comment'.  Add index entries and anchor.
+
+2005-05-14  Richard M. Stallman  <rms@gnu.org>
+
+       * tips.texi (Coding Conventions): Explain how important it is
+       that just loading certain files not change Emacs behavior.
+
+       * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
+
+2005-05-12  Lute Kamstra  <lute@gnu.org>
+
+       * modes.texi (Generic Modes): Update.
+       (Major Modes): Refer to node "Generic Modes".
+
+       * elisp.texi (Top): Update to the current structure of the manual.
+       * processes.texi (Processes): Add menu description.
+       * customize.texi (Customization): Add menu descriptions.
+
+2005-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * processes.texi (Signals to Processes)
+       (Low-Level Network): Fix typos.
+
+2005-05-11  Lute Kamstra  <lute@gnu.org>
+
+       * elisp.texi (Top): Add some nodes from the chapter "Major and
+       Minor Modes" to the detailed node listing.
+
+2005-05-10  Richard M. Stallman  <rms@gnu.org>
+
+       * keymaps.texi (Extended Menu Items): Menu item filter functions
+       can be called at any time.
+
+2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * variables.texi (File Local Variables): `(hack-local-variables t)'
+       now also checks whether a mode is specified in the local variables
+       list.
+
+2005-05-05  Kevin Ryde  <user42@zip.com.au>
+
+       * display.texi (The Echo Area): Correct format function cross
+       reference.
+
+2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * variables.texi (Variable Aliases): Change description of
+       `define-obsolete-variable-alias'.
+
+       * functions.texi (Functions): Add "Obsolete Functions" to menu.
+       (Defining Functions): Add xref.
+       (Obsolete Functions): New node.
+       (Function Safety): Standardize capitalization of section title.
+
+       * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
+       (Dialog Boxes): Complete description of `x-popup-dialog'.
+
+2005-05-04  Richard M. Stallman  <rms@gnu.org>
+
+       * commands.texi (Interactive Codes): Fix Texinfo usage.
+       Document U more clearly.
+
+2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * variables.texi (Variable Aliases): `make-obsolete-variable' is a
+       function and not a macro.
+
+       * frames.texi (Pop-Up Menus): Correct and clarify description of
+       `x-popup-menu'.
+       (Dialog Boxes): Clarify description of `x-popup-dialog'.
+
+2005-05-01  Richard M. Stallman  <rms@gnu.org>
+
+       * edebug.texi (Checking Whether to Stop): Fix previous change.
+
+2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * display.texi: Fix typos and Texinfo usage.
+
+       * edebug.texi (Checking Whether to Stop): executing-macro ->
+       executing-kbd-macro.
+
+2005-05-01  Richard M. Stallman  <rms@gnu.org>
+
+       * display.texi (Invisible Text): Correct add-to-invisibility-spec.
+
+2005-04-30  Richard M. Stallman  <rms@gnu.org>
+
+       * files.texi (Magic File Names): Document `operations' property.
+
+2005-04-29  Lute Kamstra  <lute@gnu.org>
+
+       * modes.texi (Generic Modes): New node.
+       (Major Modes): Add it to the menu.
+       (Derived Modes): Add "derived mode" to concept index.
+
+2005-04-28  Lute Kamstra  <lute@gnu.org>
+
+       * modes.texi (Defining Minor Modes): Fix previous change.
+       (Font Lock Mode): Simplify.
+       (Font Lock Basics): Say that font-lock-defaults is buffer-local
+       when set and that some parts are optional.  Add cross references.
+       (Search-based Fontification): Say how to specify font-lock-keywords.
+       Add cross references.  Add font-lock-multiline to index.
+       Move font-lock-keywords-case-fold-search here from node "Other Font
+       Lock Variables".  Document font-lock-add-keywords and
+       font-lock-remove-keywords.
+       (Other Font Lock Variables): Move font-lock-keywords-only,
+       font-lock-syntax-table, font-lock-beginning-of-syntax-function,
+       and font-lock-syntactic-face-function to node "Syntactic Font
+       Lock".  Move font-lock-keywords-case-fold-search to node
+       "Search-based Fontification".  Document font-lock-inhibit-thing-lock
+       and font-lock-{,un}fontify-{buffer,region}-function.
+       (Precalculated Fontification): Remove reference to deleted variable
+       font-lock-core-only.
+       (Faces for Font Lock): Add font-lock-comment-delimiter-face.
+       (Syntactic Font Lock): Add intro.  Move font-lock-keywords-only,
+       font-lock-syntax-table, font-lock-beginning-of-syntax-function,
+       and font-lock-syntactic-face-function here from node "Other Font
+       Lock Variables".  Move font-lock-syntactic-keywords to "Setting
+       Syntax Properties".  Add cross references.
+       (Setting Syntax Properties): New node.
+       Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
+       * syntax.texi (Syntax Properties): Add cross reference.
+       * hooks.texi (Standard Hooks): Add Font-Lock hooks.
+
+2005-04-26  Richard M. Stallman  <rms@gnu.org>
+
+       * display.texi (Defining Faces):
+       Document `default' elements of defface spec.
+
+       * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
+
+       * variables.texi (Variable Aliases): Clarify text.
+
+2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
+
+       * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
+
 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
 
        * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
 
 2005-04-19  Kevin Ryde  <user42@zip.com.au>
 
-        * streams.texi (Output Functions): Fix xref.
+       * streams.texi (Output Functions): Fix xref.
        * strings.texi (String Conversion): Fix xref.
 
 2005-04-19  Kim F. Storm  <storm@cua.dk>
 
        * markers.texi (The Mark): Document temporary Transient Mark mode.
 
-       * minibuf.texi (Reading File Names): Document
-       read-file-name-completion-ignore-case.
+       * minibuf.texi (Reading File Names):
+       Document read-file-name-completion-ignore-case.
 
        * positions.texi (Screen Lines): Document nil for width argument
        to compute-motion.
        (Managing Overlays): Document remove-overlays.
        (Standard Faces): Document escape-glyph face.
 
-       * minibuf.texi (Reading File Names): Document
-       read-file-name-function.
+       * minibuf.texi (Reading File Names): Document read-file-name-function.
 
-       * modes.texi (Other Font Lock Variables): Document
-       font-lock-lines-before.
+       * modes.texi (Other Font Lock Variables):
+       Document font-lock-lines-before.
 
        * positions.texi (Skipping Characters): skip-chars-forward allows
        character classes.
        (Progress): Clarify.
        (Invisible Text): Explain that main loop moves point out.
        (Selective Display): Say "hidden", not "invisible".
-       (Managing Overlays): Moved up.  Describe relation to Undo here.
+       (Managing Overlays): Move up.  Describe relation to Undo here.
        (Overlay Properties): Clarify intro.
        (Finding Overlays): Explain return values when nothing found.
        (Width): truncate-string-to-width has added arg.
        (Displaying Faces): Clarify and update mode line face handling.
        (Face Functions): Minor cleanup.
-       (Conditional Display): Merged into Other Display Specs.
+       (Conditional Display): Merge into Other Display Specs.
        (Pixel Specification, Other Display Specs): Minor cleanups.
        (Images, Image Descriptors): Minor cleanups.
        (GIF Images): Patents have expired.
        (Showing Images): Explain default text for insert-image.
-       (Manipulating Button Types): Merged into Manipulating Buttons.
+       (Manipulating Button Types): Merge into Manipulating Buttons.
        (Making Buttons): Explain return values.
        (Button Buffer Commands): Add xref.
        (Inverse Video): Update mode-line-inverse-video.
        * commands.texi (Misc Events): Describe the help-echo event.
 
        * text.texi (Special Properties) <help-echo>: Use `pos'
-       consistently in description of the help-echo property.  Use
-       @code{nil} instead of @var{nil}.
+       consistently in description of the help-echo property.
+       Use @code{nil} instead of @var{nil}.
 
        * display.texi (Overlay Properties): Fix the index entry for
        help-echo overlay property.
 
        * hooks.texi (Standard Hooks): `disabled-command-hook' has been
        renamed to `disabled-command-function'.
-       * commands.texi (Key Sequence Input): Remove unnecessary anchor,
+       * commands.texi (Key Sequence Input): Remove unnecessary anchor.
        (Command Loop Info): Replace reference to it.
        (Disabling Commands): `disabled-command-hook' has been renamed to
        `disabled-command-function'.