]> code.delx.au - gnu-emacs/blobdiff - lispref/ChangeLog
*** empty log message ***
[gnu-emacs] / lispref / ChangeLog
index 27bce9c9649c7e8ecfa884c56e37cbb1a4c5f45a..f1f263d18a535128bf23c1c7e67c59e75f0c9225 100644 (file)
@@ -1,3 +1,550 @@
+2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
+
+       * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
+
+       * windows.texi (Window Tree): Fix typo.
+
+2006-02-20  Kim F. Storm  <storm@cua.dk>
+
+       * display.texi (Fringe Indicators): New section.
+       Move indicate-empty-lines, indicate-buffer-boundaries, and
+       default-indicate-buffer-boundaries here.
+       Add fringe-indicator-alist and default-fringes-indicator-alist.
+       Add list of logical fringe indicator symbols.
+       Update list of standard bitmap names.
+       (Fringe Cursors): New section.
+       Move overflow-newline-into-fringe here.
+       Add fringe-cursor-alist and default-fringes-cursor-alist.
+       Add list of fringe cursor symbols.
+
+2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
+
+       * commands.texi (Using Interactive): Fix reference to node
+       "Minibuffers".
+
+2006-02-19  Richard M. Stallman  <rms@gnu.org>
+
+       * minibuf.texi (High-Level Completion):
+       Add xref to read-input-method-name.
+
+       * files.texi (Relative File Names): Move file-relative-name here.
+       (File Name Expansion): From here.  Minor clarifications.
+
+       * commands.texi (Using Interactive): Add xrefs about reading input.
+       Clarify remarks about that moving point and mark.
+       Put string case before list case.
+
+2006-02-16  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
+
+       * display.texi (Other Display Specs, Image Descriptors): Revert
+       erroneous changes.  The previous description of image-descriptors
+       as `(image . PROPS)' was correct.
+
+2006-02-14  Richard M. Stallman  <rms@gnu.org>
+
+       * variables.texi (File Local Variables): Clarifications.
+
+2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
+
+       * variables.texi (File Local Variables): Use @code for a cons
+       cell, not @var.
+
+2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
+
+       * variables.texi (File Local Variables): Document new file local
+       variable behavior.
+
+2006-02-10  Kim F. Storm  <storm@cua.dk>
+
+       * eval.texi (Function Indirection): Add NOERROR to indirect-function.
+
+2006-02-08  Juanma Barranquero  <lekktu@gmail.com>
+
+       * modes.texi (%-Constructs): Remove obsolete info about
+       `global-mode-string'.
+
+2006-02-07  Richard M. Stallman  <rms@gnu.org>
+
+       * commands.texi (Prefix Command Arguments): Minor cleanup.
+
+       * display.texi: "Graphical display", not window system.
+
+       * functions.texi (What Is a Function): Fix xref.
+
+       * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
+       (Changing Key Bindings): Clarify when remapping is better than
+       substitute-key-definition.
+
+2006-02-02  Richard M. Stallman  <rms@gnu.org>
+
+       * minibuf.texi (Basic Completion): Completion alists are risky.
+
+       * keymaps.texi (Active Keymaps): Clarifications.
+       (Searching Keymaps): New node.
+       (Keymaps): Update menu.
+
+       * frames.texi (Layout Parameters): Minor clarification.
+       (Drag and Drop): New node.
+       (Frames): Update menu.
+
+2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
+
+       * display.texi (Other Display Specs, Image Descriptors): Image
+       description is a list, not a cons cell.
+
+2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
+       list is not necessarily a list).
+
+2006-01-27  Eli Zaretskii  <eliz@gnu.org>
+
+       * frames.texi (Layout Parameters): border-width and
+       internal-border-width belong to the frame, not the window.
+
+2006-01-19  Richard M. Stallman  <rms@gnu.org>
+
+       * nonascii.texi (Translation of Characters): Search cmds use
+       translation-table-for-input.  Automatically made local.
+
+       * markers.texi (Overview of Markers): Count insertion type
+       as one of a marker's attributes.
+
+       * keymaps.texi (Controlling Active Maps): New node, split out of
+       Active Keymaps.
+       (Keymaps): Menu updated.
+       (Active Keymaps): Give pseudocode to explain how the active
+       maps are searched.  current-active-maps and key-binding moved here.
+       (Functions for Key Lookup): current-active-maps and key-binding moved.
+       Clarifications.
+       (Searching the Keymaps): New subnode.
+
+       * elisp.texi (Top): Menu clarification.
+
+       * display.texi (Other Display Specs): Delete duplicate entry for
+       just a string as display spec.  Move text about recursive display
+       specs on such a string.
+
+       * commands.texi (Key Sequence Input): Clarify.
+       Move num-nonmacro-input-events out.
+       (Reading One Event): num-nonmacro-input-events moved here.
+
+2006-01-14  Nick Roberts  <nickrob@snap.net.nz>
+
+       * advice.texi (Simple Advice): Update example to fit argument
+       change in previous-line.
+
+2006-01-05  Richard M. Stallman  <rms@gnu.org>
+
+       * markers.texi (The Mark): Fix in `mark'.
+
+2006-01-04  Richard M. Stallman  <rms@gnu.org>
+
+       * processes.texi (Misc Network, Make Network): Minor cleanups.
+
+2006-01-04  Kim F. Storm  <storm@cua.dk>
+
+       * processes.texi (Make Network): Add IPv6 addresses and handling.
+       (Network Feature Testing): Mention (:family ipv6).
+       (Misc Network): Add IPv6 formats to format-network-address.
+
+2005-12-30  Richard M. Stallman  <rms@gnu.org>
+
+       * text.texi (Changing Properties):
+       Don't use return value of set-text-properties.
+
+2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * modes.texi (Mode Line Format): Correct typo in menu.
+
+2005-12-29  Richard M. Stallman  <rms@gnu.org>
+
+       * modes.texi (Mode Line Top): New node.
+       (Mode Line Data): Some text moved to new node.
+       Explain the data structure more concretely.
+       (Mode Line Basics): Clarifications.
+       (Mode Line Variables): Clarify intro paragraph.
+       (%-Constructs): Clarify intro paragraph.
+       (Mode Line Format): Update menu.
+
+2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * minibuf.texi (Basic Completion): Update lazy-completion-table
+       examples for removal of ARGS argument.
+
+2005-12-23  Richard M. Stallman  <rms@gnu.org>
+
+       * text.texi (Undo): Restore some explanation from the version
+       that was deleted.
+
+2005-12-23  Eli Zaretskii  <eliz@gnu.org>
+
+       * text.texi (Undo): Remove dupliate descriptions of `apply
+       funname' and `apply delta' elements of the undo list.
+
+2005-12-20  Richard M. Stallman  <rms@gnu.org>
+
+       * help.texi (Help Functions): Update documentation of `apropos'.
+
+2005-12-20  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * customize.texi (Type Keywords): Delete xref to "Text help-echo",
+       because it is confusing.  If the :help-echo keyword is a function,
+       it is not directly used as the :help-echo overlay property, as the
+       xref seems to suggest (it does not take the appropriate args).
+
+2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * customize.texi (Common Keywords): Fix Texinfo usage.
+       (Group Definitions, Variable Definitions): Update for new
+       conventions for using `*' in docstrings.
+
+       * tips.texi (Documentation Tips): Update for new conventions for
+       using `*' in docstrings.
+
+2005-12-16  Richard M. Stallman  <rms@gnu.org>
+
+       * minibuf.texi (Minibuffer Contents): Minor cleanup.
+
+2005-12-16  Juri Linkov  <juri@jurta.org>
+
+       * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
+
+2005-12-14  Romain Francoise  <romain@orebokech.com>
+
+       * modes.texi (Customizing Keywords): Rename `append' to `how'.
+       Fix typo.
+
+2005-12-11  Juri Linkov  <juri@jurta.org>
+
+       * minibuf.texi (Completion Commands): Add mention of read-file-name
+       for filename completion keymaps.
+       (Reading File Names): Add mention of filename completion keymaps
+       for read-file-name and xref to `Completion Commands'.
+
+2005-12-10  Richard M. Stallman  <rms@gnu.org>
+
+       * customize.texi (Common Keywords): State caveats for use of :tag.
+
+2005-12-08  Richard M. Stallman  <rms@gnu.org>
+
+       * minibuf.texi (Intro to Minibuffers): Replace list of local maps
+       with xrefs and better explanation.
+       (Completion Commands): Add the filename completion maps.
+
+       * objects.texi (Character Type): Clarify that \s is not space
+       if a dash follows.
+
+2005-12-05  Richard M. Stallman  <rms@gnu.org>
+
+       * windows.texi (Resizing Windows): Delete preserve-before args.
+
+2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * keymaps.texi (Format of Keymaps): Remove mention of a quirk
+       in full keymaps, since the quirk has been fixed.
+
+2005-12-03  Eli Zaretskii  <eliz@gnu.org>
+
+       * hooks.texi (Standard Hooks): Add index entries.  Mention
+       `compilation-finish-functions'.
+
+2005-11-27  Richard M. Stallman  <rms@gnu.org>
+
+       * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
+
+2005-11-21  Juri Linkov  <juri@jurta.org>
+
+       * customize.texi (Common Keywords): Update links types
+       custom-manual and url-link.  Add link types emacs-library-link,
+       file-link, function-link, variable-link, custom-group-link.
+
+2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
+
+       * display.texi: Revert 2005-11-20 change.
+
+2005-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * processes.texi (Bindat Functions):
+       Say "third" to refer to zero-based index "2".
+
+2005-11-18  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * loading.texi (Library Search): Update the default value of
+       `load-suffixes'.
+
+2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
+
+       * display.texi (Attribute Functions): Mention :ignore-defface.
+
+2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
+       (Minor Mode Conventions): Mention the use of a hook.
+
+2005-11-06  Richard M. Stallman  <rms@gnu.org>
+
+       * files.texi (Magic File Names): find-file-name-handler checks the
+       `operations' property of the handler.
+
+2005-11-03  Richard M. Stallman  <rms@gnu.org>
+
+       * variables.texi (Frame-Local Variables): Small clarification.
+
+2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
+
+       * os.texi (Init File): Document ~/.emacs.d/init.el.
+
+2005-10-29  Richard M. Stallman  <rms@gnu.org>
+
+       * internals.texi (Garbage Collection): Document memory-full.
+
+2005-10-28  Bill Wohler  <wohler@newt.com>
+
+       * tips.texi (Documentation Tips): Help mode now creates hyperlinks
+       for URLs.
+
+2005-10-28  Richard M. Stallman  <rms@gnu.org>
+
+       * minibuf.texi (Completion Commands): Clean up prev change.
+
+2005-10-26  Kevin Ryde  <user42@zip.com.au>
+
+       * compile.texi (Eval During Compile): Explain recommended uses
+       of eval-when-compile and eval-and-compile.
+
+2005-10-27  Masatake YAMATO  <jet@gyve.org>
+
+       * minibuf.texi (Completion Commands):
+       Write about new optional argument for `display-completion-list'.
+
+2005-10-23  Richard M. Stallman  <rms@gnu.org>
+
+       * display.texi (Overlay Arrow): Clarify about local bindings of
+       overlay-arrow-position.
+
+2005-10-22  Eli Zaretskii  <eliz@gnu.org>
+
+       * internals.texi (Building Emacs): Fix last change.
+
+2005-10-22  Richard M. Stallman  <rms@gnu.org>
+
+       * internals.texi (Building Emacs): Document eval-at-startup.
+
+2005-10-21  Richard M. Stallman  <rms@gnu.org>
+
+       * loading.texi (Where Defined): load-history contains abs file names.
+       symbol-file returns abs file names.
+
+2005-10-19  Kim F. Storm  <storm@cua.dk>
+
+       * display.texi (Showing Images): Add max-image-size integer value.
+
+2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
+
+       * display.texi (Showing Images): Document max-image-size.
+
+2005-10-17  Richard M. Stallman  <rms@gnu.org>
+
+       * commands.texi (Quitting): Minor clarification.
+
+       * processes.texi (Sentinels): Clarify about output and quitting.
+       (Filter Functions): Mention with-local-quit.
+
+2005-10-17  Juri Linkov  <juri@jurta.org>
+
+       * buffers.texi (Current Buffer):
+       * commands.texi (Event Input Misc):
+       * compile.texi (Eval During Compile, Compiler Errors):
+       * customize.texi (Group Definitions):
+       * display.texi (Progress, Defining Faces):
+       * files.texi (Writing to Files):
+       * modes.texi (Mode Hooks, Defining Minor Modes):
+       * streams.texi (Output Functions):
+       * syntax.texi (Syntax Table Functions):
+       * text.texi (Change Hooks):
+       Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
+
+       * commands.texi (Quitting): Replace arg `forms' with `body' in
+       `with-local-quit'.
+
+       * positions.texi (Excursions): Replace arg `forms' with `body' in
+       `save-excursion'.
+
+2005-10-08  Kim F. Storm  <storm@cua.dk>
+
+       * windows.texi (Window Tree): Rename window-split-tree to window-tree.
+       Rename manual section accordingly.
+
+2005-10-04  Kim F. Storm  <storm@cua.dk>
+
+       * windows.texi (Window Split Tree): New section describing
+       new function window-split-tree function.
+
+2005-10-03  Nick Roberts  <nickrob@snap.net.nz>
+
+       * display.texi (Fringe Size/Pos): Simplify and add detail.
+
+2005-09-30  Romain Francoise  <romain@orebokech.com>
+
+       * minibuf.texi (High-Level Completion): Explain that the prompt
+       given to `read-buffer' should end with a colon and a space.
+       Update usage examples.
+
+2005-09-29  Juri Linkov  <juri@jurta.org>
+
+       * display.texi (Displaying Messages): Rename argument name
+       `string' to `format-string' in functions `message', `message-box',
+       `message-or-box'.
+
+2005-09-26  Chong Yidong  <cyd@stupidchicken.com>
+
+       * errors.texi (Standard Errors): Corrected xrefs.
+
+2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
+
+       * display.texi (Defining Images): Updated documentation for
+       `image-load-path'.
+
+2005-09-17  Richard M. Stallman  <rms@gnu.org>
+
+       * display.texi (Defining Images): Clean up previous change.
+
+2005-09-16  Romain Francoise  <romain@orebokech.com>
+
+       * elisp.texi: Specify GFDL version 1.2.
+
+       * doclicense.texi (GNU Free Documentation License): Update to
+       version 1.2.
+
+2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
+
+       * display.texi (Defining Images): Document `image-load-path'.
+
+2005-09-15  Richard M. Stallman  <rms@gnu.org>
+
+       * objects.texi (Printed Representation): Minor cleanup.
+       (Box Diagrams): Minor fix.
+       (Cons Cell Type): Move (...) index item here.
+       (Box Diagrams): From here.
+       (Array Type): Minor fix.
+       (Type Predicates): Delete index "predicates".
+       (Hash Table Type): Clarify xref.
+       (Dotted Pair Notation): Minor fix.
+
+2005-09-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * files.texi (Saving Buffers): Fix typo.
+
+2005-09-08  Richard M. Stallman  <rms@gnu.org>
+
+       * tips.texi (Programming Tips): Correct the "default" prompt spec.
+
+2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
+
+       * locals.texi (Standard Buffer-Local Variables): Don't include
+       mode variables for minor modes.
+       Fix xrefs for buffer-display-count, buffer-display-table,
+       buffer-offer-save, buffer-saved-size, cache-long-line-scans,
+       enable-multibyte-characters, fill-column, header-line-format,
+       left-fringe-width, left-margin, and right-fringe-width.
+
+       * hooks.texi (Standard Hooks): All hooks should conform to the
+       standard naming convention now.
+       Fix xref for `echo-area-clear-hook'.
+
+       * display.texi (Usual Display): Note that indicate-empty-lines and
+       tab-width are buffer-local.
+
+       * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
+
+       * modes.texi (Mode Help): Note that major-mode is buffer-local.
+
+       * nonascii.texi (Encoding and I/O): Note that
+       buffer-file-coding-system is buffer-local.
+
+       * positions.texi (List Motion): Note that defun-prompt-regexp is
+       buffer-local.
+
+       * text.texi (Auto Filling): Note that auto-fill-function is
+       buffer-local.
+       (Undo): Note that buffer-undo-list is buffer-local.
+
+       * windows.texi (Buffers and Windows): Document
+       buffer-display-count.
+
+2005-09-06  Richard M. Stallman  <rms@gnu.org>
+
+       * tips.texi (Coding Conventions): Sometimes it is ok to put the
+       package prefix elsewhere than at the start of the name.
+
+2005-09-03  Richard M. Stallman  <rms@gnu.org>
+
+       * tips.texi (Programming Tips): Add conventions for minibuffer
+       questions and prompts.
+
+2005-09-03  Joshua Varner  <jlvarner@gmail.com>  (tiny change)
+
+       * intro.texi (nil and t): Minor cleanup.
+       Delete spurious mention of keyword symbols.
+       (Evaluation Notation): Add index entry.
+       (A Sample Function Description): Minor cleanup.
+       (A Sample Variable Description): Not all vars can be set.
+
+2005-09-03  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * text.texi (Buffer Contents): Use "\n" in examples' result strings.
+
+       (Insertion): Document precise type of `insert-char' arg COUNT.
+
+2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * modes.texi (Other Font Lock Variables): Sync the default of
+       font-lock-lines-before.
+
+2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
+
+       * files.texi (Magic File Names): Add `make-auto-save-file-name'.
+
+2005-08-29  Richard M. Stallman  <rms@gnu.org>
+
+       * elisp.texi (Top): Update subnode menu.
+
+       * searching.texi (Searching and Matching): Move node.
+       Rearrange contents and add overall explanation.
+       (Searching and Case): Move node.
+       (Searching and Matching): Update menu.
+
+2005-08-27  Eli Zaretskii  <eliz@gnu.org>
+
+       * os.texi (Startup Summary): Fix the description of the initial
+       startup message display.
+
+2005-08-25  Richard M. Stallman  <rms@gnu.org>
+
+       * searching.texi (Search and Replace): Add replace-regexp-in-string.
+
+2005-08-25  Emilio C. Lopes  <eclig@gmx.net>
+
+       * display.texi (Finding Overlays): Fix `find-overlay-prop' in
+       `next-overlay-change' example.
+
+2005-08-22  Juri Linkov  <juri@jurta.org>
+
+       * display.texi (Attribute Functions): Add set-face-inverse-video-p.
+       Fix invert-face.  Fix args of face-background.
+
+       * display.texi (Standard Faces): Delete node.
+       (Faces): Add xref to `(emacs)Standard Faces'.
+       (Displaying Faces): Fix xref to `Standard Faces'.
+
+       * modes.texi (Mode Line Data): Fix xref to Standard Faces.
+
+2005-08-20  Alan Mackenzie  <acm@muc.de>
+
+       * buffers.texi (The Buffer List): Clarify the manipulation of the
+       buffer list.
+
 2005-08-14  Richard M. Stallman  <rms@gnu.org>
 
        * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
        (Frame Parameters): Refer to Geometry.
 
        * buffers.texi (The Buffer List): Fix xrefs.
-       
+
        * windows.texi (Splitting Windows): Fix xref.
 
        * frames.texi (Layout Parameters): Add xref.
@@ -3764,7 +4311,7 @@ Tue Apr 11 12:23:28 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
 ;; End:
 
     Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-      2005 Free Software Foundation, Inc.
+      2005, 2006 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.