Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-205
[bpt/emacs.git] / lispref / ChangeLog
index fb88d27..aa20df1 100644 (file)
@@ -1,3 +1,68 @@
+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
        arguments.
        (String Conversion): More completely describe argument BASE in
        `string-to-number'.
-       (Formatting Strings): `%s' and `%S" in `format' do require
+       (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
        * objects.texi (Integer Type): Update for extra bit of integer range.
        (Character Type): Ditto.
 
-2003-10-16  Eli Zaretskii  <eliz@elta.co.il>
+2003-10-16  Eli Zaretskii  <eliz@gnu.org>
 
        * numbers.texi (Integer Basics): Add index entries for reading
        numbers in hex, octal, and binary.