]> code.delx.au - gnu-emacs/blobdiff - lispref/ChangeLog
*** empty log message ***
[gnu-emacs] / lispref / ChangeLog
index e3551e863a07800d3732f67e3fced62ef12c9816..b848c2641fa86b5bd3ce23b8dbaeac854be11d88 100644 (file)
@@ -1,3 +1,393 @@
+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
+       a regexp.
+
+2005-08-11  Richard M. Stallman  <rms@gnu.org>
+
+       * elisp.texi (Top): Update subnode lists.
+
+       * display.texi (Inverse Video): Node deleted.
+
+       * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
+       New nodes split out of Coding Conventions.
+
+       * searching.texi (Regular Expressions): Document re-builder.
+
+       * os.texi (Time Parsing): New node split out of Time Conversion.
+
+       * processes.texi (Misc Network, Network Feature Testing)
+       (Network Options, Make Network): New nodes split out of
+       Low-Level Network.
+
+2005-08-09  Richard M. Stallman  <rms@gnu.org>
+
+       * frames.texi (Geometry): New node, split from Size and Position.
+       (Frame Parameters): Refer to Geometry.
+
+       * buffers.texi (The Buffer List): Fix xrefs.
+
+       * windows.texi (Splitting Windows): Fix xref.
+
+       * frames.texi (Layout Parameters): Add xref.
+
+       * display.texi (Line Height, Scroll Bars): Fix xrefs.
+
+       * keymaps.texi (Menu Bar): Fix xref.
+
+       * locals.texi (Standard Buffer-Local Variables): Fix xref.
+
+       * modes.texi (%-Constructs): Fix xref.
+
+       * frames.texi (Window Frame Parameters): Node split up.
+       (Basic Parameters, Position Parameters, Size Parameters)
+       (Layout Parameters, Buffer Parameters, Management Parameters)
+       (Cursor Parameters, Color Parameters): New subnodes.
+
+2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * positions.texi (Screen Lines): Update xref for previous change
+       in minibuf.texi.
+
+       * minibuf.texi (Intro to Minibuffers): Update pxref for previous
+       change in minibuf.texi.
+
+2005-08-09  Richard M. Stallman  <rms@gnu.org>
+
+       * tips.texi (Coding Conventions): Minor cleanup.
+
+       * modes.texi (Defining Minor Modes): Explain when init-value
+       can be non-nil.
+
+       * elisp.texi (Top): Update submenu for Minibuffer.
+
+       * minibuf.texi (Minibuffer Misc): Node split up.
+       (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
+       (Recursive Mini): New nodes split out from Minibuffer Misc.
+       (Minibuffer Misc): Document max-mini-window-height.
+
+       * hash.texi (Defining Hash): Delete stray paren in example.
+
+       * display.texi (Echo Area Customization): Don't define
+       max-mini-window-height here; xref instead.
+
+       * commands.texi (Event Input Misc): Update while-no-input.
+
+       * advice.texi (Advising Functions): Explain when to use advice
+       and when to use a hook.
+
+2005-07-30  Eli Zaretskii  <eliz@gnu.org>
+
+       * makefile.w32-in (info): Don't run install-info.
+       ($(infodir)/dir): New target, produced by running install-info.
+
+2005-07-27  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * modes.texi (Defining Minor Modes): The keyword for the initial
+       value is :init-value, not :initial-value.
+
+2005-07-23  Eli Zaretskii  <eliz@gnu.org>
+
+       * loading.texi (Autoload): Make the `doctor' example be consistent
+       with what's in current loaddefs.el.  Describe the "fn" magic in
+       the usage portion of the doc string.
+
+2005-07-22  Richard M. Stallman  <rms@gnu.org>
+
+       * internals.texi (Garbage Collection): Clarify previous change.
+
+2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * internals.texi (Garbage Collection): Add gc-cons-percentage.
+
+2005-07-18  Juri Linkov  <juri@jurta.org>
+
+       * commands.texi (Accessing Events):
+       * frames.texi (Text Terminal Colors, Resources):
+       * markers.texi (The Mark):
+       * modes.texi (Defining Minor Modes):
+       Delete duplicate duplicate words.
+
+2005-07-16  Richard M. Stallman  <rms@gnu.org>
+
+       * display.texi (Managing Overlays): Clarify make-overlay
+       args for insertion types.
+
+2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * customize.texi (Variable Definitions):
+       Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
+       `standard-value' is a list too.
+       (Defining New Types): Use @key{RET} instead of @key{ret}.
+
+2005-07-13  Francis Litterio  <franl@world.std.com>  (tiny change)
+
+       * os.texi (Translating Input): Fix typo.
+
+2005-07-08  Richard M. Stallman  <rms@gnu.org>
+
+       * README: Update edition number and size estimate.
+
+       * elisp.texi (VERSION): Set to 2.9.
+
 2005-07-07  Richard M. Stallman  <rms@gnu.org>
 
        * book-spine.texinfo: Update Emacs version.
@@ -3631,7 +4021,8 @@ Tue Apr 11 12:23:28 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
 ;; coding: iso-2022-7bit
 ;; End:
 
-    Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
+      2005 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.