]> code.delx.au - gnu-emacs/blobdiff - lispref/ChangeLog
(Quitting): Clarify value of with-local-quit.
[gnu-emacs] / lispref / ChangeLog
index dfb558463fe65f98806deddc748ac74c45748977..2ae6b155b801e9950eb7c2068046c0b6b2d60007 100644 (file)
@@ -1,3 +1,549 @@
+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.