]> code.delx.au - gnu-emacs/blobdiff - lispref/ChangeLog
(Quitting): Clarify value of with-local-quit.
[gnu-emacs] / lispref / ChangeLog
index 9e9b16abb69eb9bc4ec739ca596969133d9e5098..2ae6b155b801e9950eb7c2068046c0b6b2d60007 100644 (file)
+2004-12-28  Richard M. Stallman  <rms@gnu.org>
+
+       * commands.texi (Quitting): Clarify value of with-local-quit.
+
+       * elisp.texi (Top): Fix previous change.
+
+       * loading.texi (Loading): Fix previous change.
+
+2004-12-27  Richard M. Stallman  <rms@gnu.org>
+
+       * Makefile.in (MAKEINFO): Specify --force.
+
+       * buffers.texi (Killing Buffers): Add buffer-save-without-query.
+
+       * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
+
+       * display.texi (Line Height): Further clarify.
+
+       * elisp.texi (Top): Update Loading submenu.
+
+       * loading.texi (Where Defined): New node.
+       (Unloading): load-history moved to Where Defined.
+
+2004-12-21  Richard M. Stallman  <rms@gnu.org>
+
+       * commands.texi (Event Input Misc): Add while-no-input.
+
+2004-12-11  Richard M. Stallman  <rms@gnu.org>
+
+       * display.texi (Line Height): Rewrite text for clarity.
+
+2004-12-11  Kim F. Storm  <storm@cua.dk>
+
+       * display.texi (Display): Add node "Line Height" to menu.
+       (Line Height): New node.  Move full description of line-spacing
+       and line-height text properties here from text.texi.
+       (Scroll Bars): Add vertical-scroll-bar variable.
+
+       * frames.texi (Window Frame Parameters): Remove line-height defvar.
+
+       * locals.texi (Standard Buffer-Local Variables): Fix xref for
+       line-spacing and vertical-scroll-bar.
+
+       * text.texi (Special Properties): Just mention line-spacing and
+       line-height here, add xref to new "Line Height" node.
+
+2004-12-09  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
+
+       * locals.texi (Standard Buffer-Local Variables):
+       Add @xref for `line-spacing'.
+
+2004-12-05  Richard M. Stallman  <rms@gnu.org>
+
+       * Makefile.in (maintainer-clean): Remove the info files
+       in $(infodir) where they are created.
+
+2004-12-03  Richard M. Stallman  <rms@gnu.org>
+
+       * windows.texi (Selecting Windows): get-lru-window and
+       get-largest-window don't consider dedicated windows.
+
+       * text.texi (Undo): Document undo-in-progress.
+
+2004-11-26  Richard M. Stallman  <rms@gnu.org>
+
+       * locals.texi (Standard Buffer-Local Variables): Undo prev change.
+       Remove a few vars that are not always buffer-local.
+
+2004-11-24  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * locals.texi (Standard Buffer-Local Variables): Comment out
+       xref's to non-existent node `Yet to be written'.
+
+2004-11-24  Richard M. Stallman  <rms@gnu.org>
+
+       * processes.texi (Synchronous Processes): Grammar fix.
+
+       * numbers.texi (Comparison of Numbers): Add eql.
+
+       * locals.texi (Standard Buffer-Local Variables): Add many vars.
+
+       * intro.texi (Printing Notation): Fix previous change.
+
+       * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
+       and default-indicate-buffer-boundaries from here.
+       (Usual Display): To here.
+       (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
+       (Usual Display): Move tab-width up.
+
+       * customize.texi (Variable Definitions): Replace
+       show-paren-mode example with tooltip-mode.
+       (Simple Types, Composite Types, Defining New Types):
+       Minor cleanups.
+
+2004-11-21  Jesper Harder  <harder@ifa.au.dk>
+
+       * processes.texi (Synchronous Processes, Output from Processes):
+       Markup fix.
+
+2004-11-20  Richard M. Stallman  <rms@gnu.org>
+
+       * positions.texi (Skipping Characters): skip-chars-forward
+       now handles char classes.
+
+       * intro.texi (Printing Notation): Avoid confusion of `print'
+       when explaining @print.
+
+       * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
+
+       * display.texi (Display Table Format): Minor fix.
+
+       * streams.texi (Output Functions): Fix print example.
+
+       * Makefile.in (elisp): New target.
+       (dist): Depend on $(infodir)/elisp, not elisp.
+       Copy the info files from $(infodir).
+
+       * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
+       read-from-minibuffer.
+
+       * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
+
+2004-11-19  Richard M. Stallman  <rms@gnu.org>
+
+       * searching.texi (Regexp Search): Add search-whitespace-regexp.
+
+2004-11-19  CHENG Gao  <chenggao@gmail.com>  (tiny change)
+
+       * tips.texi (Coding Conventions): Fix typo.
+
+2004-11-16  Richard M. Stallman  <rms@gnu.org>
+
+       * tips.texi (Coding Conventions): Separate defvar and require
+       methods to avoid warnings.  Use require only when there are many
+       functions and variables from that package.
+
+       * minibuf.texi (Minibuffer Completion): When ignoring case,
+       predicate must not be case-sensitive.
+
+       * debugging.texi (Function Debugging, Explicit Debug): Clarified.
+       (Test Coverage): Don't talk about "splotches".  Clarified.
+
+2004-11-16  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * frames.texi (Window Frame Parameters): Fix typo.
+
+2004-11-15  Kim F. Storm  <storm@cua.dk>
+
+       * symbols.texi (Other Plists): Note that plist-get may signal error.
+       Add safe-plist-get.
+
+2004-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * modes.texi (Font Lock Basics): Fix typo.
+
+2004-11-08  Richard M. Stallman  <rms@gnu.org>
+
+       * syntax.texi (Syntax Table Functions): Add syntax-after.
+
+2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
+
+       * os.texi (Processor Run Time): New section documenting
+       get-internal-run-time.
+
+2004-11-06  Eli Zaretskii  <eliz@gnu.org>
+
+       * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
+       it nukes elisp-cover.texi.
+       (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
+       elisp-0 etc.
+
+2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * commands.texi (Keyboard Macros): Document `append' return value
+       of `defining-kbd-macro'.
+
+2004-11-01  Richard M. Stallman  <rms@gnu.org>
+
+       * commands.texi (Interactive Call): Add called-interactively-p.
+
+2004-10-29  Simon Josefsson  <jas@extundo.com>
+
+       * minibuf.texi (Reading a Password): Revert.
+
+2004-10-28  Richard M. Stallman  <rms@gnu.org>
+
+       * frames.texi (Display Feature Testing): Explain about "vendor".
+
+2004-10-27  Richard M. Stallman  <rms@gnu.org>
+
+       * commands.texi (Interactive Codes): `N' uses numeric prefix,
+       not raw.  Clarify `n'.
+       (Interactive Call): Rewrite interactive-p, focusing on when
+       and how to use it.
+       (Misc Events): Clarify previous change.
+
+       * advice.texi (Simple Advice): Clarify what job the example does.
+       (Around-Advice): Clarify ad-do-it.
+       (Activation of Advice): An option of ad-default-compilation-action
+       is `never', not `nil'.
+
+2004-10-26  Kim F. Storm  <storm@cua.dk>
+
+       * commands.texi (Interactive Codes): Add U code letter.
+
+2004-10-25  Simon Josefsson  <jas@extundo.com>
+
+       * minibuf.texi (Reading a Password): Add.
+
+2004-10-24  Jason Rumney  <jasonr@gnu.org>
+
+       * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
+       and wheel-down.
+
+2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
+
+       * processes.texi (Synchronous Processes): Document process-file.
+
+2004-10-22  Kenichi Handa  <handa@m17n.org>
+
+       * text.texi (translate-region): Document that it accepts also a
+       char-table.
+
+2004-10-22  David Ponce  <david@dponce.com>
+
+       * windows.texi (Resizing Windows): Document the `preserve-before'
+       argument of the functions `enlarge-window' and `shrink-window'.
+
+2004-10-19  Jason Rumney  <jasonr@gnu.org>
+
+       * makefile.w32-in (elisp): Change order of arguments to makeinfo.
+
+2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * text.texi (Filling): Add anchor for definition of
+       `sentence-end-double-space'.
+
+       * searching.texi (Regexp Example): Update description of how
+       Emacs currently recognizes the end of a sentence.
+       (Standard Regexps): Update definition of the variable
+       `sentence-end'.  Add definition of the function `sentence-end'.
+
+2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
+
+       * display.texi (Progress): New node.
+
+2004-10-05  Kim F. Storm  <storm@cua.dk>
+
+       * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
+
+2004-09-29  Kim F. Storm  <storm@cua.dk>
+
+       * display.texi (Fringe Bitmaps): Use symbols rather than numbers
+       to identify bitmaps.  Remove -fringe-bitmap suffix for standard
+       fringe bitmap symbols, as they now have their own namespace.
+       (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
+       vs. pixels.  Signal error if no free bitmap slots.
+       (Pixel Specification): Change IMAGE to @var{image}.
+
+2004-09-28  Richard M. Stallman  <rms@gnu.org>
+
+       * text.texi (Special Properties): Clarify line-spacing and line-height.
+
+       * searching.texi (Regexp Search): Add looking-back.
+
+2004-09-25  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * display.texi: Correct typos.
+       (Image Descriptors): Correct xref's.
+
+2004-09-25  Richard M. Stallman  <rms@gnu.org>
+
+       * text.texi (Special Properties): Cleanups in `cursor'.
+       Rewrites in `line-height' and `line-spacing'; exchange them.
+
+       * display.texi (Fringes): Rewrite previous change.
+       (Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
+       (Display Fringe Bitmaps): Node deleted, text moved.
+       (Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
+       (Scroll Bars): Clarify set-window-scroll-bars.
+       (Pointer Shape): Rewrite.
+       (Specified Space): Clarify :align-to, etc.
+       (Pixel Specification): Use @var.  Clarify new text.
+       (Other Display Specs): Clarify `slice'.
+       (Image Descriptors): Cleanups.
+       (Showing Images): Cleanups.
+
+2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
+
+       * modes.texi: Various minor changes in addition to:
+       (Major Mode Conventions): Final call to `run-mode-hooks' should
+       not be inside the `delay-mode-hooks' form.
+       (Mode Hooks): New node.
+       (Hooks): Delete obsolete example.
+       Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
+       node "Mode Hooks".
+
+2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * display.texi: Correct various typos.
+       (Display): Rename node "Pointer Shapes" to "Pointer
+       Shape".  (There is already a node called "Pointer Shapes" in
+       frames.texi.)
+       (Images): Remove non-existent node "Image Slices" from menu.
+
+2004-09-23  Kim F. Storm  <storm@cua.dk>
+
+       * text.texi (Special Properties): Add `cursor', `pointer',
+       `line-height', and `line-spacing' properties.
+
+       * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
+       Shapes' to menu.
+       (Standard Faces): Doc fix for fringe face.
+       (Fringes): Add `overflow-newline-into-fringe' and
+       'indicate-buffer-boundaries'.
+       (Fringe Bitmaps, Pointer Shapes): New nodes.
+       (Display Property): Add 'Pixel Specification' and 'Display Fringe
+       Bitmaps' to menu.
+       (Specified Space): Describe pixel width and height.
+       (Pixel Specification): New node.
+       (Other Display Specs): Add `slice' property.
+       (Display Fringe Bitmaps): New node.
+       (Images): Add 'Image Slices' to menu.
+       (Image Descriptors): Add `:pointer' and `:map' properties.
+       (Showing Images): Add slice arg to `insert-image'.  Add
+       'insert-sliced-image'.
+
+2004-09-20  Richard M. Stallman  <rms@gnu.org>
+
+       * commands.texi (Key Sequence Input):
+       Clarify downcasing in read-key-sequence.
+
+2004-09-08  Juri Linkov  <juri@jurta.org>
+
+       * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
+
+2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * locals.texi (Standard Buffer-Local Variables): Add
+       `buffer-auto-save-file-format'.
+       * internals.texi (Buffer Internals): Describe new
+       auto_save_file_format field of the buffer structure.
+       * files.texi (Format Conversion): `auto-save-file-format' has been
+       renamed `buffer-auto-save-file-format'.
+
+2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
+       an integer or a marker.
+       (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
+
+2004-08-22  Richard M. Stallman  <rms@gnu.org>
+
+       * modes.texi (Major Mode Conventions): Discuss rebinding of
+       standard key bindings.
+
+2004-08-18  Kim F. Storm  <storm@cua.dk>
+
+       * processes.texi (Accepting Output): Add `just-this-one' arg to
+       `accept-process-output'.
+       (Output from Processes): New var `process-adaptive-read-buffering'.
+
+2004-08-10  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * keymaps.texi: Various changes in addition to:
+       (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
+       Give more varied examples for `kbd'.
+       (Creating Keymaps): Char tables have slots for all characters
+       without modifiers.
+       (Active Keymaps): `overriding-local-map' and
+       `overriding-terminal-local-map' also override text property and
+       overlay keymaps.
+       (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
+       (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
+       to denote a prefix of no events.
+       `map-keymap' includes parent's bindings _recursively_.
+       Clarify and correct description of `where-is-internal'.
+       Mention BUFFER-OR-NAME arg to `describe-bindings'.
+       (Menu Example): For menus intended for use with the keyboard, the
+       menu items should be bound to characters or real function keys.
+
+2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * objects.texi (Character Type): Reposition `@anchor' to prevent
+       double space inside sentence in Info.
+
+       * hooks.texi (Standard Hooks): `disabled-command-hook' has been
+       renamed to `disabled-command-function'.
+       * 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'.
+
+2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * os.texi (Translating Input): Only non-prefix bindings in
+       `key-translation-map' override actual key bindings.  Warn about
+       possible indirect effect of actual key bindings on non-prefix
+       bindings in `key-translation-map'.
+
+2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * minibuf.texi (High-Level Completion): Add anchor for definition
+       of `read-variable'.
+
+       * commands.texi: Various changes in addition to:
+       (Using Interactive): Clarify description of `interactive-form'.
+       (Interactive Call): Mention default for KEYS argument to
+       `call-interactively'.
+       (Command Loop Info): Clarify description of `this-command-keys'.
+       Mention KEEP-RECORD argument to `clear-this-command-keys'.
+       Value of `last-event-frame' can be `macro'.
+       (Repeat Events): `double-click-fuzz' is also used to distinguish
+       clicks and drags.
+       (Classifying Events): Clarify descriptions of `event-modifiers'
+       `event-basic-type' and `event-convert-list'.
+       (Accessing Events): `posn-timestamp' takes POSITION argument.
+       (Quoted Character Input): Clarify description of
+       `read-quoted-char' and fix example.
+       (Quitting): Add `with-local-quit'.
+       (Disabling Commands):  Correct and clarify descriptions of
+       `enable-command' and `disable-command'.
+       Mention what happens if `disabled-command-hook' is nil.
+       (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
+       Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
+
+2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * frames.texi: Various changes in addition to:
+       (Creating Frames): Expand and clarify description of `make-frame'.
+       (Window Frame Parameters): Either none or both of the `icon-left'
+       and `icon-top' parameters must be specified.  Put descriptions of
+       `menu-bar-lines' and `toolbar-lines' closer together and change
+       them accordingly.
+       (Frame Titles): `multiple-frames' is not guaranteed to be accurate
+       except while processing `frame-title-format' or `icon-title-format'.
+       (Deleting Frames): Correct description of `delete-frame'.
+       Non-nil return values of `frame-live-p' are like those of `framep'.
+       (Frames and Windows): mention return value of
+       `set-frame-selected-window'.
+       (Visibility of Frames): Mention `force' argument to
+       `make-frame-invisible'.  `frame-visible-p' returns t for all
+       frames on text-only terminals.
+       (Frame Configurations): Restoring a frame configuration does not
+       restore deleted frames.
+       (Window System Selections): `x-set-selection' returns DATA.
+       (Resources): Add example.
+       (Display Feature Testing): Clarify descriptions of
+       `display-pixel-height', `display-pixel-width', `x-server-version'
+       and `x-server-vendor'.
+
+       * windows.texi (Choosing Window): Add anchor.
+       * minibuf.texi (Minibuffer Misc): Add anchor.
+
+2004-07-23  John Paul Wallington  <jpw@gnu.org>
+
+       * macros.texi (Defining Macros): Declaration keyword for setting
+       Edebug spec is `debug' not `edebug'.
+
+2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * windows.texi: Various small changes in addition to:
+       (Window Point): Mention return value of `set-window-point'.
+       (Window Start): `pos-visible-in-window-p' disregards horizontal
+       scrolling.  Explain return value if PARTIALLY is non-nil.
+       (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
+       and `set-window-vscroll'.
+       (Size of Window): The argument WINDOW to `window-inside-edges',
+       `window-pixel-edges' and `window-inside-pixel-edges' is optional.
+       (Resizing Windows): Explain return value of
+       `shrink-window-if-larger-than-buffer'.
+       `window-size-fixed' automatically becomes buffer local when set.
+       (Window Configurations): Explain return value of
+       `set-window-configuration'.
+
+       * minibuf.texi (Minibuffer Misc): Add anchor for
+       `minibuffer-scroll-window'.
+
+       * positions.texi (Text Lines): Add anchor for `count-lines'.
+
+2004-07-17  Richard M. Stallman  <rms@gnu.org>
+
+       * display.texi (Overlay Properties): Adding `evaporate' prop
+       deletes empty overlay immediately.
+
+       * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
+       fix example.
+
+2004-07-16  Jim Blandy  <jimb@redhat.com>
+
+       * searching.texi (Regexp Backslash): Document new \_< and \_>
+       operators.
+
+2004-07-16  Juanma Barranquero  <lektu@terra.es>
+
+       * display.texi (Images): Fix Texinfo usage.
+
+2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * buffers.texi (Modification Time): `visited-file-modtime' now
+       returns a list of two integers, instead of a cons.
+
+2004-07-13  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * windows.texi: Various changes in addition to:
+       (Splitting Windows): Add `split-window-keep-point'.
+
+2004-07-09  Richard M. Stallman  <rms@gnu.org>
+
+       * frames.texi (Input Focus): Minor fix.
+
+2004-07-07  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * frames.texi (Input Focus): Clarify descriptions of
+       `select-frame-set-input-focus' and `select-frame'.
+
+2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * os.texi: Various small changes in addition to:
+       (Killing Emacs): Expand and clarify description of
+       `kill-emacs-query-functions' and `kill-emacs-hook'.
+       (System Environment): Expand and clarify description of `getenv'
+       and `setenv'.
+       (Timers): Clarify description of `run-at-time'.
+       (Translating Input): Correct description of
+       `extra-keyboard-modifiers'.
+       (Flow Control): Correct description of `enable-flow-control'.
+
+2004-07-06  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * os.texi: Update copyright.
+       (Session Management): Grammar fix.
+       Clarify which Emacs does the restarting.
+       Use @samp for *scratch* buffer.
+
+2004-07-04  Alan Mackenzie  <acm@muc.de>
+
+       * frames.texi (Input Focus): Add documentation for
+       `select-frame-set-input-focus'.  Replace refs to non-existent
+       `switch-frame' with `select-frame'.  Minor corrections and tidying
+       up of text-only terminal stuff.
+
+2004-07-02  Richard M. Stallman  <rms@gnu.org>
+
+       * files.texi (Saving Buffers): Cleanup write-contents-function.
+       (Magic File Names): Cleanup file-remote-p.
+
+2004-07-02  Kai Grossjohann  <kai@emptydomain.de>
+
+       * files.texi (Magic File Names): `file-remote-p' returns an
+       identifier of the remote system, not just t.
+
+2004-07-02  David Kastrup  <dak@gnu.org>
+
+       * searching.texi (Entire Match Data): Add explanation about new
+       match-data behavior when @var{integers} is non-nil.
+
+2004-06-24  Richard M. Stallman  <rms@gnu.org>
+
+       * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
+
+       * customize.texi (Variable Definitions): Note about doc strings
+       and :set.
+
+       * keymaps.texi (Keymap Terminology): Document `kbd'.
+       (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
+
+       * display.texi (Invisible Text): Setting buffer-invisibility-spec
+       makes it buffer-local.
+
+       * files.texi (Saving Buffers): Correct previous change.
+
+       * commands.texi (Accessing Events):
+       Clarify posn-col-row and posn-actual-col-row.
+
+2004-06-24  David Ponce  <david.ponce@wanadoo.fr>
+
+       * commands.texi (Accessing Events): New functions
+       posn-at-point and posn-at-x-y.  Add example to posn-x-y.
+
+2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
+       * frames.texi, buffers.texi, backups.texi, variables.texi:
+       * loading.texi, eval.texi, functions.texi, control.texi:
+       * symbols.texi, minibuf.texi: Reposition @anchor's.
+
+       * help.texi: Various small changes in addition to the following.
+       (Describing Characters): Describe PREFIX argument to
+       `key-description'.  Correct and clarify definition of
+       `text-char-description'.  Describe NEED-VECTOR argument to
+       `read-kbd-macro'.
+       (Help Functions): Clarify definition of `apropos'.
+
+2004-06-23  Lars Hansen  <larsh@math.ku.dk>
+
+       * files.texi (Saving Buffers): Correct description of
+       `write-contents-functions'.
+
+2004-06-21  Juanma Barranquero  <lektu@terra.es>
+
+       * display.texi (Images): Remove redundant @vindex directives.
+       Rewrite `image-library-alist' doc in active voice.
+
+2004-06-14  Juanma Barranquero  <lektu@terra.es>
+
+       * display.texi (Images): Document new delayed library loading,
+       variable `image-library-alist' and (existing but undocumented)
+       function `image-type-available-p'.
+
+2004-06-05  Richard M. Stallman  <rms@gnu.org>
+
+       * minibuf.texi (Minibuffer Completion): For INITIAL arg,
+       refer the user to the Initial Input node.
+       (Text from Minibuffer): Likewise.
+       (Initial Input): New node.  Document this feature
+       and say it is mostly deprecated.
+
+2004-05-30  Richard M. Stallman  <rms@gnu.org>
+
+       * loading.texi (Named Features): Clarify return value
+       and meaning of NOERROR.
+
+       * variables.texi (File Local Variables): Minor cleanup.
+
+2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
+
+       * files.texi (Magic File Names): Add `file-remote-p' as operation
+       of file name handlers.
+
+2004-05-29  Richard M. Stallman  <rms@gnu.org>
+
+       * modes.texi (Minor Mode Conventions): (-) has no special meaning
+       as arg to a minor mode command.
+
+2004-05-22  Richard M. Stallman  <rms@gnu.org>
+
+       * syntax.texi (Syntax Class Table): Word syntax not just for English.
+
+       * streams.texi (Output Variables): Doc float-output-format.
+
+       * searching.texi (Regexp Special): Nested repetition can be infloop.
+
+       * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
+       real stack overflow.
+
+       * compile.texi: Minor cleanups.
+
+2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
+
+       * lists.texi (Cons Cells): Explain dotted lists, true lists,
+       circular lists.
+       (List Elements): Explain handling of circular and dotted lists.
+
+2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * modes.texi (Search-based Fontification): Fix typo.
+
+2004-05-10  Juanma Barranquero  <lektu@terra.es>
+
+       * modes.texi (Mode Line Variables): Fix description of
+       global-mode-string, which is now after which-func-mode, not the
+       buffer name.
+
+2004-05-07  Lars Hansen  <larsh@math.ku.dk>
+
+       * modes.texi (Desktop Save Mode): Add.
+       (Modes): Add menu entry Desktop Save Mode.
+
+       * hooks.texi: Add desktop-after-read-hook,
+       desktop-no-desktop-file-hook and desktop-save-hook.
+
+       * locals.texi: Add desktop-save-buffer.
+
+2004-04-30  Jesper Harder  <harder@ifa.au.dk>
+
+       * display.texi: emacs -> Emacs.
+
+2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
+
+       * files.texi (Changing Files): Document set-file-times.
+
+2004-04-23  Juanma Barranquero  <lektu@terra.es>
+
+       * makefile.w32-in: Add "-*- makefile -*-" mode tag.
+
+2004-04-18  Jesper Harder  <harder@ifa.au.dk>
+
+       * tips.texi (Coding Conventions): defopt -> defcustom.
+
+2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * sequences.texi: Various clarifications.
+
+2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * buffers.texi (Read Only Buffers): Mention optional ARG to
+       `toggle-read-only'.
+
+2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
+
+       * windows.texi (Selecting Windows): Note that get-lru-window
+       returns a full-width window if possible.
+
+2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * buffers.texi: Various changes in addition to:
+       (Buffer File Name): Add `find-buffer-visiting'.
+       (Buffer Modification): Mention optional ARG to `not-modified'.
+       (Indirect Buffers): Mention optional CLONE argument to
+       `make-indirect-buffer'.
+
+       * files.texi: Various changes in addition to:
+       (Visiting Functions): `find-file-hook' is now a normal hook.
+       (File Name Expansion): Explain difference between the way that
+       `expand-file-name' and `file-truename' treat `..'.
+       (Contents of Directories): Mention optional ID-FORMAT argument to
+       `directory-files-and-attributes'.
+       (Format Conversion): Mention new optional CONFIRM argument to
+       `format-write-file'.
+
+2004-04-12  Miles Bader  <miles@gnu.org>
+
+       * macros.texi (Expansion): Add description of `macroexpand-all'.
+
+2004-04-05  Jesper Harder  <harder@ifa.au.dk>
+
+       * variables.texi (Variable Aliases): Mention
+       cyclic-variable-indirection.
+
+       * errors.texi (Standard Errors): Ditto.
+
+2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * backups.texi:  Various small changes in addition to:
+       (Making Backups): Mention return value of `backup-buffer'.
+       (Auto-Saving): Mention optional FORCE argument to
+       `delete-auto-save-file-if-necessary'.
+       (Reverting): Mention optional PRESERVE-MODES argument to
+       `revert-buffer'.  Correct description of `revert-buffer-function'.
+
+2004-03-22  Juri Linkov  <juri@jurta.org>
+
+       * sequences.texi (Sequence Functions): Replace xref to `Vectors'
+       with `Vector Functions'.
+
+       * text.texi (Sorting): Add missing quote.
+
+2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * intro.texi (Lisp History): Replace xref to `cl' manual with
+       inforef.
+
+2004-03-12  Richard M. Stallman  <rms@gnu.org>
+
+       * intro.texi (Version Info): Add arg to emacs-version.
+       (Lisp History): Change xref to CL manual.
+
+2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * minibuf.texi (Completion Commands): Add xref to Emacs manual
+       for Partial Completion mode.
+
+2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * customize.texi: Fix typo. Remove eol whitespace.
+
+2004-03-04  Richard M. Stallman  <rms@gnu.org>
+
+       * processes.texi: Fix typos.
+
+       * lists.texi (Building Lists): Minor clarification.
+
+       * hash.texi (Creating Hash): Correct the meaning of t for WEAK
+       in make-hash-table.
+
+2004-02-29  Juanma Barranquero  <lektu@terra.es>
+
+       * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
+       rm, and ignore exit code.
+
+2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * display.texi (Defining Faces): Add description for min-colors.
+       Update example.
+
+2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * abbrevs.texi: Various corrections and clarifications in addition
+       to the following:
+       (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
+
+2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
+
+       * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
+
+2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * text.texi: Various small changes in addition to the following:
+       (User-Level Deletion): Mention optional BACKWARD-ONLY argument
+       to delete-horizontal-space.
+       (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct
+       description of yank-handler text property at various places.
+
+       * frames.texi (Window System Selections): Add anchor.
+
+       * syntax.texi (Syntax Table Functions): Clarify and correct
+       descriptions of make-syntax-table and copy-syntax-table.
+       (Motion and Syntax): Clarify SYNTAXES argument to
+       skip-syntax-forward.
+       (Parsing Expressions): Mention that the return value of
+       parse-partial-sexp is currently a list of ten rather than nine
+       elements.
+       (Categories): Various corrections and clarifications.
+
+2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * markers.texi (Marker Insertion Types): Minor change.
+
+       * locals.texi (Standard Buffer-Local Variables):
+       * commands.texi (Interactive Codes, Using Interactive):
+       * functions.texi (Related Topics): Fix xrefs.
+
+2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * lists.texi (Sets And Lists): Update description of delete-dups.
+
+2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
+
+       * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
+
+2004-02-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * frames.texi (Parameter Access): frame-parameters arg is optional.
+       modify-frame-parameters handles nil for FRAME.
+       (Window Frame Parameters): menu-bar-lines and tool-bar-lines
+       are all-or-nothing for certain toolkits.
+       Mention parameter wait-for-wm.
+       (Frames and Windows): In frame-first-window and frame-selected-window
+       the arg is optional.
+       (Input Focus): In redirect-frame-focus the second arg is optional.
+       (Window System Selections): Mention selection type CLIPBOARD.
+       Mention data-type UTF8_STRING.
+       Mention numbering of cut buffers.
+       (Resources): Describe x-resource-name.
+
+2004-02-16  Richard M. Stallman  <rms@gnu.org>
+
+       * windows.texi (Buffers and Windows): Delete false table
+       about all-frames.
+
+       * syntax.texi (Parsing Expressions): Delete old caveat
+       about parse-sexp-ignore-comments.
+
+       * streams.texi (Output Variables): Add print-quoted.
+
+       * lists.texi (Building Lists): Minor cleanup.
+
+       * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
+
+       * display.texi (Overlays): Explain overlays use markers.
+       (Managing Overlays): Explain front-advance and rear-advance
+       in more detail.
+
+       * loading.texi (Unloading): Document unload-feature-special-hooks.
+       Get rid of fns-NNN.el file.
+
+2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
+
+       * help.texi (Describing Characters): Fix text-char-description
+       example output.
+
+       * edebug.texi (Using Edebug): Fix example.
+
+       * debugging.texi (Internals of Debugger): Fix return value.
+
+       * files.texi (Changing Files): Fix argname.
+
+       * calendar.texi: Fix parens, and default values.
+
+       * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
+       * nonascii.texi, objects.texi, os.texi: Minor fixes.
+       * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
+
+       * positions.texi (Text Lines): Don't add -1 in current-line.
+
+2004-02-16  Richard M. Stallman  <rms@gnu.org>
+
+       * compile.texi (Compiler Errors): if-boundp feature applies to cond.
+
+2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
+
+       * processes.texi (Low-Level Network): Fix a typo.
+
+2004-02-12  Kim F. Storm  <storm@cua.dk>
+
+       * display.texi (Fringes): Use consistent wording.
+       Note that window-fringe's window arg is optional.
+       (Scroll Bars): Use consistent wording.
+
+2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * tips.texi (Comment Tips): Document the new conventions for
+       commenting out code.
+
+2004-02-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * positions.texi (Text Lines): Added missing end defun.
+
+2004-02-07  Kim F. Storm  <storm@cua.dk>
+
+       * positions.texi (Text Lines): Add line-number-at-pos.
+
+2004-02-06  John Paul Wallington  <jpw@gnu.org>
+
+       * display.texi (Button Properties, Button Buffer Commands):
+       mouse-2 invokes button, not down-mouse-1.
+
+2004-02-04  Jason Rumney  <jasonr@gnu.org>
+
+       * makefile.w32-in: Sync with Makefile.in changes.
+
+2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * minibuf.texi (Text from Minibuffer): Various corrections and
+       clarifications.
+       (Object from Minibuffer): Correct Lisp description of
+       read-minibuffer.
+       (Minibuffer History): Clarify description of cons values for
+       HISTORY arguments.
+       (Basic Completion): Various corrections and clarifications.  Add
+       completion-regexp-list.
+       (Minibuffer Completion): Correct and clarify description of
+       completing-read.
+       (Completion Commands): Mention Partial Completion mode.  Various
+       other minor changes.
+       (High-Level Completion): Various corrections and clarifications.
+       (Reading File Names): Ditto.
+       (Minibuffer Misc): Ditto.
+
+2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * strings.texi (Text Comparison): assoc-string also matches
+       elements of alists that are strings instead of conses.
+       (Formatting Strings): Standardize Texinfo usage.  Update index
+       entries.
+
+2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * lists.texi (Sets And Lists): Add delete-dups.
+
+2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * edebug.texi (Instrumenting Macro Calls): `declare' is not a
+       special form.
+       * macros.texi (Defining Macros): Update description of `declare',
+       which now is a macro.
+       (Wrong Time): Fix typos.
+
+2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * compile.texi (Compilation Functions): Expand descriptions of
+       `compile-defun', `byte-compile-file', `byte-recompile-directory'
+       and `batch-byte-compile'.  In particular, mention and describe
+       all optional arguments.
+       (Disassembly): Correct and clarify the description of `disassemble'.
+
+2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * searching.texi: Various small changes in addition to the
+       following.
+       (Regexp Example): Adapt to new value of `sentence-end'.
+       (Regexp Functions): The PAREN argument to `regexp-opt' can be
+       `words'.
+       (Search and Replace): Add usage note for `perform-replace'.
+       (Entire Match Data): Mention INTEGERS and REUSE arguments to
+       `match-data'.
+       (Standard Regexps): Update for new values of `paragraph-start'
+       and `sentence-end'.
+
+2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * files.texi (Saving Buffers): Clarify descriptions of
+       `write-contents-functions' and `before-save-hook'.
+       Make the defvar's for `before-save-hook' and `after-save-hook'
+       into defopt's.
+
+2004-01-07  Kim F. Storm  <storm@cua.dk>
+
+       * commands.texi (Click Events): Describe new image and
+       width/height elements of click events.
+       (Accessing Events): Add posn-string, posn-image, and
+       posn-object-width-height.  Change posn-object to return either
+       image or string object.
+
+2004-01-01  Simon Josefsson  <jas@extundo.com>
+
+       * hooks.texi (Standard Hooks): Add before-save-hook.
+       * files.texi (Saving Buffers): Likewise.
+
+2004-01-03  Richard M. Stallman  <rms@gnu.org>
+
+       * frames.texi (Frames and Windows): Delete frame-root-window.
+
+2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
+
+       * functions.texi: Various small changes in addition to the
+       following.
+       (What Is a Function): `functionp' returns nil for macros.  Clarify
+       behavior of this and following functions for symbol arguments.
+       (Function Documentation): Add `\' in front of (fn @var{arglist})
+       and explain why.
+       (Defining Functions): Mention DOCSTRING argument to `defalias'.
+       Add anchor.
+       (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
+
+2004-01-01  Miles Bader  <miles@gnu.org>
+
+       * display.texi (Buttons): New section.
+
+2003-12-31  Andreas Schwab  <schwab@suse.de>
+
+       * numbers.texi (Math Functions): sqrt reports a domain-error
+       error.
+       (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
+
+2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * tips.texi (Documentation Tips): Update item on hyperlinks in
+       documentation strings.
+
+       * errors.texi (Standard Errors): Various small corrections and
+       additions.
+
+       * control.texi: Various small changes in addition to the
+       following.
+       (Signaling Errors): Provide some more details on how `signal'
+       constructs the error message.  Add anchor to the definition of
+       `signal'.
+       (Error Symbols): Describe special treatment of `quit'.
+       (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
+       to emphasize that it has to be a single form.
+
+       * buffers.texi: Add anchor.
+
+2003-12-29  Richard M. Stallman  <rms@gnu.org>
+
+       * windows.texi (Choosing Window): Add same-window-p, special-display-p.
+       (Window Configurations): Add window-configuration-frame.
+
+       * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
+
+       * text.texi (Examining Properties): Add get-char-property-and-overlay.
+       Change arg name in get-char-property.
+       (Special Properties): Update handling of keymap property.
+
+       * strings.texi (Modifying Strings): Add clear-string.
+       (Text Comparison): Add assoc-string and remove
+       assoc-ignore-case, assoc-ignore-representation.
+
+       * os.texi (Time of Day): Add set-time-zone-rule.
+
+       * numbers.texi (Math Functions): asin, acos, log, log10
+       report domain-error errors.
+
+       * nonascii.texi (Converting Representations):
+       Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
+       (Encoding and I/O): Add file-name-coding-system.
+
+       * modes.texi (Search-based Fontification): Explain that
+       face specs are symbols with face names as values.
+
+       * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
+
+       * lists.texi (Building Lists): remq moved elsewhere.
+       (Sets And Lists): remq moved here.
+       (Association Lists): Refer to assoc-string.
+
+       * internals.texi (Garbage Collection): Add memory-use-counts.
+
+       * frames.texi (Frames and Windows): Add set-frame-selected-window
+       and frame-root-window.
+
+       * files.texi (Contents of Directories):
+       Add directory-files-and-attributes.
+
+       * display.texi (Refresh Screen): Add force-window-update.
+       (Invisible Text): Explain about moving point out of invis text.
+       (Overlay Properties): Add overlay-properties.
+       (Managing Overlays): Add overlayp.
+       (GIF Images): Invalid image number displays a hollow box.
+
+       * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
+       (Killing Buffers): Add buffer-live-p.
+
+2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
+
+       * display.texi (Fringes): Fix typo "set-buffer-window".
+
+2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
+       * nonascii.texi, processes.texi, tips.texi, variables.texi:
+       Add or change various xrefs and anchors.
+
+       * commands.texi: Replace all occurrences of @acronym{CAR} with
+       @sc{car}, for consistency with the rest of the Elisp manual.
+       `car' and `cdr' are historically acronyms, but are no longer
+       widely thought of as such.
+
+       * internals.texi (Pure Storage): Mention that `purecopy' does not
+       copy text properties.
+       (Object Internals): Now 29 bits are used (in most implementations)
+       to address Lisp objects.
+
+       * variables.texi (Variables with Restricted Values): New node.
+
+       * objects.texi (Lisp Data Types): Mention that certain variables
+       can only take on a restricted set of values and add an xref to
+       the new node "Variables with Restricted Values".
+
+       * eval.texi (Function Indirection): Describe the errors that
+       `indirect-function' can signal.
+       (Eval): Clarify the descriptions of `eval-region' and `values'.
+       Describe `eval-buffer' instead of `eval-current-buffer' and
+       mention `eval-current-buffer' as an alias for `current-buffer'.
+       Correct the description and mention all optional arguments.
+
+       * nonascii.texi: Various small changes in addition to the
+       following.
+       (Converting Representations): Clarify behavior of
+       `string-make-multibyte' and `string-to-multibyte' for unibyte all
+       ASCII arguments.
+       (Character Sets): Document the variable `charset-list' and adapt
+       the definition of the function `charset-list' accordingly.
+       (Translation of Characters): Clarify use of generic characters in
+       `make-translation-table'.  Clarify and correct the description of
+       the use of translation tables in encoding and decoding.
+       (User-Chosen Coding Systems): Correct and clarify the description
+       of `select-safe-coding-system'.
+       (Default Coding Systems): Clarify description of
+       `file-coding-system-alist'.
+
+2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * strings.texi (Text Comparison): Correctly describe when two
+       strings are `equal'.  Combine and clarify descriptions of
+       `assoc-ignore-case' and `assoc-ignore-representation'.
+
+       * objects.texi (Non-ASCII in Strings): Clarify description of
+       when a string is unibyte or multibyte.
+       (Bool-Vector Type): Update examples.
+       (Equality Predicates): Correctly describe when two strings are
+       `equal'.
+
+2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * lists.texi (Building Lists): `append' no longer accepts integer
+       arguments.  Update the description of `number-sequence' to reflect
+       recent changes.
+       (Sets And Lists): Describe `member-ignore-case' after `member'.
+
+2003-11-27  Kim F. Storm  <storm@cua.dk>
+
+       * commands.texi (Click Events): Click object may be an images.
+       Describe (dx . dy) element of click positions.
+       (Accessing Events): Remove duplicate posn-timestamp.
+       New functions posn-object and posn-object-x-y.
+
+2003-11-23  Kim F. Storm  <storm@cua.dk>
+
+       * commands.texi (Click Events): Describe enhancements to event
+       position lists, including new text-pos and (col . row) items.
+       Mention left-fringe and right-fringe area events.
+       (Accessing Events): New functions posn-area and
+       posn-actual-col-row.  Mention posn-timestamp.  Mention that
+       posn-point in non-text area still returns buffer position.
+       Clarify posn-col-row.
+
+2003-11-21  Lars Hansen  <larsh@math.ku.dk>
+
+       * files.texi (File Attributes): Describe new parameter ID-FORMAT.
+       * anti.texi (File Attributes): Describe removed parameter
+       ID-FORMAT.
+
+2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * positions.texi (Positions): Mention that, if a marker is used as
+       a position, its buffer is ignored.
+
+       * markers.texi (Overview of Markers): Mention it here too.
+
+2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * numbers.texi (Numeric Conversions): Not just `floor', but also
+       `truncate', `ceiling' and `round' accept optional argument DIVISOR.
+
+2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * markers.texi (Creating Markers): Specify insertion type of
+       created markers.  Add xref to `Marker Insertion Types'.
+       Second argument to `copy-marker' is optional.
+       (Marker Insertion Types): Mention that most markers are created
+       with insertion type nil.
+       (The Mark): Correctly describe when `mark' signals an error.
+       (The Region): Correctly describe when `region-beginning' and
+       `region-end' signal an error.
+
+2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * hash.texi (Creating Hash): Clarify description of `eql'.
+       `makehash' is obsolete.
+       (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
+
+       * positions.texi (Point): Change description of `buffer-end', so
+       that it is also correct for floating point arguments.
+       (List Motion): Correct argument lists of `beginning-of-defun' and
+       `end-of-defun'.
+       (Excursions): Add xref to `Marker Insertion Types'.
+       (Narrowing): Argument to `narrow-to-page' is optional.
+
+2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * streams.texi (Output Streams): Clarify behavior of point for
+       marker output streams.
+
+2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * variables.texi (Defining Variables): Second argument to
+       `defconst' is not optional.
+       (Setting Variables): Mention optional argument APPEND to
+       `add-to-list'.
+       (Creating Buffer-Local): Expand description of
+       `make-variable-buffer-local'.
+       (Frame-Local Variables): Expand description of
+       `make-variable-frame-local'.
+       (Variable Aliases): Correct description of optional argument
+       DOCSTRING to `defvaralias'.  Mention return value of
+       `defvaralias'.
+       (File Local Variables): Add xref to `File variables' in Emacs
+       Manual.  Correct description of `hack-local-variables'.  Mention
+       `safe-local-variable' property.  Mention optional second argument
+       to `risky-local-variable-p'.
+
+2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * symbols.texi (Symbol Plists): Mention return value of `setplist'.
+
+2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
+
+       * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
+       lispref/customize.texi, lispref/display.texi, lispref/files.texi,
+       lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
+       lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
+       lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
+       lispref/processes.texi, lispref/searching.texi,
+       lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
+       lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
+       @acronym{FOO}.
+
+2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * strings.texi (Creating Strings): Argument START to `substring'
+       can not be `nil'.  Expand description of
+       `substring-no-properties'.  Correct description of `split-string',
+       especially with respect to empty matches.  Prevent very bad line
+       break in definition of `split-string-default-separators'.
+       (Text Comparison): `string=' and `string<' also accept symbols as
+       arguments.
+       (String Conversion): More completely describe argument BASE in
+       `string-to-number'.
+       (Formatting Strings): `%s' and `%S' in `format' do require
+       corresponding object.  Clarify behavior of numeric prefix after
+       `%' in `format'.
+       (Case Conversion): The argument to `upcase-initials' can be a
+       character.
+
+2003-10-27  Kenichi Handa  <handa@m17n.org>
+
+       * display.texi (Fontsets): Fix texinfo usage.
+
+2003-10-25  Kenichi Handa  <handa@m17n.org>
+
+       * display.texi (Fontsets): Add description of the function
+       set-fontset-font.
+
+2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * display.texi (Temporary Displays): Add xref to `Documentation
+       Tips'.
+
+       * functions.texi (Function Safety): Use inforef instead of pxref
+       for SES.
+
+2003-10-23  Andreas Schwab  <schwab@suse.de>
+
+       * Makefile.in (TEX, texinputdir): Don't define.
+       (TEXI2DVI): Define.
+       (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
+       add $(srcdir)/index.texi.
+       ($(infodir)/elisp): Remove index.texi dependency.
+       (elisp.dvi): Likewise.  Use $(TEXI2DVI).
+       (index.texi): Remove target.
+       (dist): Don't link $(srcdir)/permute-index.
+       (clean): Don't remove index.texi.
+
+       * permute-index, index.perm: Remove.
+       * index.texi: Rename from index.unperm.
+
+2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * tips.texi (Documentation Tips): Document new behavior for face
+       and variable hyperlinks in Help mode.
+
+2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * objects.texi (Integer Type): Update for extra bit of integer range.
+       (Character Type): Ditto.
+
+2003-10-16  Eli Zaretskii  <eliz@gnu.org>
+
+       * numbers.texi (Integer Basics): Add index entries for reading
+       numbers in hex, octal, and binary.
+
+2003-10-16  Lute Kamstra  <lute@gnu.org>
+
+       * modes.texi (Mode Line Format): Mention force-mode-line-update's
+       argument.
+
+2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * windows.texi (Choosing Window): Fix typo.
+       * edebug.texi (Edebug Execution Modes): Fix typo.
+
+2003-10-13  Richard M. Stallman  <rms@gnu.org>
+
+       * windows.texi (Basic Windows): A window has fringe settings,
+       display margins and scroll-bar settings.
+       (Splitting Windows): Doc split-window return value.
+       Clean up one-window-p.
+       (Selecting Windows): Fix typo.
+       (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
+       (Buffers and Windows): In set-window-buffer, explain effect
+       on fringe settings and scroll bar settings.
+       (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
+       (Choosing Window): Use defopt for pop-up-frame-function.
+       For special-display-buffer-names, explain same-window and same-frame.
+       Clarify window-dedicated-p return value.
+       (Textual Scrolling): scroll-up and scroll-down can get an error.
+       (Horizontal Scrolling): Clarify auto-hscroll-mode.
+       Clarify set-window-hscroll.
+       (Size of Window): Don't mention tool bar in window-height.
+       (Coordinates and Windows): Explain what coordinates-in-window-p
+       returns for fringes and display margins.
+       (Window Configurations): Explain saving fringes, etc.
+
+       * tips.texi (Library Headers): Clean up Documentation.
+
+       * syntax.texi (Parsing Expressions): Clean up forward-comment
+       and parse-sexp-lookup-properties.
+
+       * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
+
+       * os.texi (System Environment): Clean up text for load-average errors.
+
+       * modes.texi (Hooks): Don't explain local hook details at front.
+       Clarify run-hooks and run-hook-with-args a little.
+       Clean up add-hook and remove-hook.
+
+       * edebug.texi (Edebug Execution Modes): Clarify t.
+       Document edebug-sit-for-seconds.
+       (Coverage Testing): Document C-x X = and =.
+       (Instrumenting Macro Calls): Fix typo.
+       (Specification List): Don't index the specification keywords.
+
+2003-10-10  Kim F. Storm  <storm@cua.dk>
+
+       * processes.texi (Network): Introduce make-network-process.
+
+2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * tips.texi (Library Headers): Fix typo.
+
+2003-10-07  Juri Linkov  <juri@jurta.org>
+
+       * modes.texi (Imenu): Mention imenu-create-index-function's
+       default value.  Explain submenus better.
+
+2003-10-07  Lute Kamstra  <lute@gnu.org>
+
+       * modes.texi (Faces for Font Lock): Fix typo.
+       (Hooks): Explain how buffer-local hook variables can refer to
+       global hook variables.
+       Various minor clarifications.
+
+2003-10-06  Lute Kamstra  <lute@gnu.org>
+
+       * tips.texi (Coding Conventions): Mention naming conventions for
+       hooks.
+
+2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * loading.texi (Library Search): Correct default value of
+       load-suffixes.
+       (Named Features): Fix typo.
+
+2003-10-05  Richard M. Stallman  <rms@gnu.org>
+
+       * loading.texi (Named Features): In `provide',
+       say how to test for subfeatures.
+       (Unloading): In unload-feature, use new var name
+       unload-feature-special-hooks.
+
+2003-10-03  Lute Kamstra  <lute@gnu.org>
+
+       * modes.texi (Major Mode Conventions): Mention third way to set up
+       Imenu.
+       (Imenu): A number of small fixes.
+       Delete documentation of internal variable imenu--index-alist.
+       Document the return value format of imenu-create-index-function
+       functions.
+
+2003-09-30  Richard M. Stallman  <rms@gnu.org>
+
+       * processes.texi (Network): Say what stopped datagram connections do.
+
+       * lists.texi (Association Lists): Clarify `assq-delete-all'.
+
+       * display.texi (Overlay Properties): Clarify `evaporate' property.
+
+2003-09-29  Lute Kamstra  <lute@gnu.org>
+
+       * modes.texi (Mode Line Data): Explain when symbols in mode-line
+       constructs should be marked as risky.
+       Change cons cell into proper list.
+       (Mode Line Variables): Change cons cell into proper list.
+
+2003-09-26  Lute Kamstra  <lute@gnu.org>
+
+       * modes.texi (Mode Line Data): Document the :propertize construct.
+       (Mode Line Variables): Reorder the descriptions of the variables
+       to match their order in the default mode-line-format.
+       Describe the new variables mode-line-position and mode-line-modes.
+       Update the default values of mode-line-frame-identification,
+       minor-mode-alist, and default-mode-line-format.
+       (Properties in Mode): Mention the :propertize construct.
+
+2003-09-26  Richard M. Stallman  <rms@gnu.org>
+
+       * buffers.texi, commands.texi, debugging.texi, eval.texi:
+       * loading.texi, minibuf.texi, text.texi, variables.texi:
+       Avoid @strong{Note:}.
+
+2003-09-26  Richard M. Stallman  <rms@gnu.org>
+
+       * keymaps.texi (Remapping Commands): Fix typo.
+
+2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
+
+       * processes.texi (Low-Level Network): Fix typo.
+
+2003-09-23  Kim F. Storm  <storm@cua.dk>
+
+       * processes.texi (Network, Network Servers): Fix typos.
+       (Low-Level Network): Add timeout value for :server keyword.
+       Add new option keywords to make-network-process.
+       Add set-network-process-options.
+       Explain how to test availability of network options.
+
+2003-09-19  Richard M. Stallman  <rms@gnu.org>
+
+       * text.texi (Motion by Indent): Arg to
+       backward-to-indentation and forward-to-indentation is optional.
+
+       * strings.texi (Creating Strings): Add substring-no-properties.
+
+       * processes.texi
+       (Process Information): Add list-processes arg QUERY-ONLY.
+       Delete process-contact from here.
+       Add new status values for process-status.
+       Add process-get, process-put, process-plist, set-process-plist.
+       (Synchronous Processes): Add call-process-shell-command.
+       (Signals to Processes): signal-process allows process objects.
+       (Network): Complete rewrite.
+       (Network Servers, Datagrams, Low-Level Network): New nodes.
+
+       * positions.texi (Word Motion): forward-word, backward-word
+       arg is optional.  Reword.
+
+       * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
+
+       * variables.texi (Creating Buffer-Local):
+       Delete duplicate definition of buffer-local-value.
+       (File Local Variables): Explain about discarding text props.
+
+2003-09-11  Richard M. Stallman  <rms@gnu.org>
+
+       * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
+       changes variables that record input events.
+       (Minibuffer Misc): Add minibuffer-selected-window.
+
+       * lists.texi (Building Lists): Add copy-tree.
+
+       * display.texi (Fontsets): Add char-displayable-p.
+       (Scroll Bars): New node.
+
+2003-09-08  Lute Kamstra  <lute@gnu.org>
+
+       * modes.texi (%-Constructs): Document new `%i' and `%I'
+       constructs.
+
+2003-09-03  Peter Runestig  <peter@runestig.com>
+
+       * makefile.w32-in: New file.
+
+2003-08-29  Richard M. Stallman  <rms@gnu.org>
+
+       * display.texi (Overlay Properties): Clarify how priorities
+       affect use of the properties.
+
+2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
+
+       * customize.texi (Type Keywords): Correct the description of
+       `:help-echo' in the case where `motion-doc' is a function.
+
+2003-08-14  John Paul Wallington  <jpw@gnu.org>
+
+       * modes.texi (Emulating Mode Line): Subsection, not section.
+
 2003-08-13  Richard M. Stallman  <rms@gnu.org>
 
        * elisp.texi (Top): Update subnode lists in menu.
        (Hooks): Add run-mode-hooks and delay-mode-hooks.
 
        * variables.texi (Creating Buffer-Local): Add buffer-local-value.
-       (Variable Aliases): Clarify defvralias.
+       (Variable Aliases): Clarify defvaralias.
 
        * loading.texi (Library Search): Add load-suffixes.
 
@@ -833,9 +2368,11 @@ Tue Apr 11 12:23:28 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
        for the Project GNU development environment.
 
 ;; Local Variables:
-;; coding: iso-2022-7bit-unix
+;; coding: iso-2022-7bit
 ;; End:
 
     Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
   Copying and distribution of this file, with or without modification,
   are permitted provided the copyright notice and this notice are preserved.
+
+;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda