*** empty log message ***
[bpt/emacs.git] / lispref / ChangeLog
index 75e9b4c..ec5129e 100644 (file)
@@ -1,4 +1,98 @@
-2005-02-01  Kim F. Storm  <storm@cua.dk>
+2005-02-10  Richard M. Stallman  <rms@gnu.org>
+
+       * objects.texi (Symbol Type): Minor correction.
+
+2005-02-06  Lute Kamstra  <lute@gnu.org>
+
+       * modes.texi (Example Major Modes): Fix typos.
+
+2005-02-06  Richard M. Stallman  <rms@gnu.org>
+
+       * text.texi (Margins): fill-nobreak-predicate can be one function.
+
+       * strings.texi (Modifying Strings): clear-string can make unibyte.
+       (Formatting Strings): format gives error if values missing.
+
+       * positions.texi (Character Motion): Mention default arg
+       for forward-char.  backward-char refers to forward-char.
+       (Word Motion): Mention default arg for forward-word.
+       (Buffer End Motion): Mention default arg for beginning-of-buffer.
+       Simplify end-of-buffer.
+       (Text Lines): Mention default arg for forward-line.
+       (List Motion): Mention default arg for beginning/end-of-defun.
+       (Skipping Characters): Minor fixes in explaining character-set.
+
+       * modes.texi (Major Mode Conventions): Mention "system abbrevs".
+       Mode inheritance applies only when default-major-mode is nil.
+       Clarifications.
+       (Example Major Modes): Update Text mode and Lisp mode examples.
+       (Minor Mode Conventions): Mention define-minor-mode at top.
+       (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
+       (Mode Line Format): Update mode line face display info.
+       (Properties in Mode): Mention effect of risky vars.
+       (Imenu): Define imenu-add-to-menubar.
+       (Font Lock Mode): Add descriptions to menu lines.
+       (Faces for Font Lock): Add font-lock-doc-face.
+
+2005-02-05  Lute Kamstra  <lute@gnu.org>
+
+       * text.texi (Maintaining Undo): Remove obsolete function.
+
+2005-02-05  Eli Zaretskii  <eliz@gnu.org>
+
+       * frames.texi (Color Names): Add pointer to the X docs about RGB
+       color specifications.  Improve indexing
+       (Text Terminal Colors): Replace the description of RGB values by
+       an xref to "Color Names".
+
+2005-02-03  Richard M. Stallman  <rms@gnu.org>
+
+       * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
+       Clarify.
+       (Selecting Windows): Clarify save-selected-window.
+       (Cyclic Window Ordering): Clarify walk-windows.
+       (Window Point): Clarify.
+       (Window Start): Add comment to example.
+       (Resizing Windows): Add `interactive' specs in examples.
+       Document fit-window-to-buffer.
+
+       * text.texi (User-Level Deletion): just-one-space takes numeric arg.
+       (Undo, Maintaining Undo): Clarify last change.
+       (Sorting): In sort-numeric-fields, explain about octal and hex.
+       Mention sort-numeric-base.
+       (Format Properties): Add xref for hard newlines.
+
+       * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
+       (Pop-Up Menus): Fix typo.
+       (Color Names): Explain all types of color names.
+       Explain color-values on B&W terminal.
+       (Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.
+
+       * files.texi (File Locks): Not supported on MS systems.
+       (Testing Accessibility): Clarify.
+
+       * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
+       (Coverage Testing): Fix typo.
+
+       * commands.texi (Misc Events): Remove stray space.
+
+       * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
+       (Modification Time): Clarify when visited-file-modtime returns 0.
+       (The Buffer List): Clarify bury-buffer.
+       (Killing Buffers): Clarify.
+       (Indirect Buffers): Add clone-indirect-buffer.
+
+2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
+
+       * edebug.texi (Printing in Edebug): Fix default value of
+       edebug-print-circle.
+       (Coverage Testing): Fix displayed frequency count data.
+
+2005-02-02  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * text.texi (Maintaining Undo): Add `undo-outer-limit'.
+
+2005-02-02  Kim F. Storm  <storm@cua.dk>
 
        * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.