diff lispref/ChangeLog @ 90105:7e3f621f1dd4

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-15 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-95 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-96 Move Gnus images into etc/images * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-97 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-105 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-14 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-15 Update from CVS: lisp/imap.el (imap-log): Doc fix. * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-16 Merge from emacs--cvs-trunk--0
author Miles Bader <miles@gnu.org>
date Fri, 18 Feb 2005 00:41:50 +0000
parents 3ebd9bdb4fe5 b8efb42f15ec
children bf0d492ea2d5
line wrap: on
line diff
--- a/lispref/ChangeLog	Mon Feb 14 03:40:07 2005 +0000
+++ b/lispref/ChangeLog	Fri Feb 18 00:41:50 2005 +0000
@@ -1,3 +1,72 @@
+2005-02-14  Lute Kamstra  <lute@gnu.org>
+
+	* elisp.texi (Top): Remove reference to deleted node.
+
+	* lists.texi (Lists): Remove reference to deleted node.
+	(Cons Cells): Fix typo.
+
+	* loading.texi (Where Defined): Fix typo.
+
+2005-02-14  Richard M. Stallman  <rms@gnu.org>
+
+	* variables.texi (Creating Buffer-Local): change-major-mode-hook
+	is useful for discarding some minor modes.
+
+	* symbols.texi (Symbol Components): Reorder examples.
+
+	* streams.texi (Input Functions): State standard-input default.
+	(Output Variables): State standard-output default.
+
+	* objects.texi (Printed Representation): Clarify read syntax vs print.
+	(Floating Point Type): Explain meaning better.
+	(Symbol Type): Explain uniqueness better.
+	(Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
+	List examples sooner.
+	(Box Diagrams): New subnode broken out.
+	Some examples moved from old Lists as Boxes node.
+	(Dotted Pair Notation): Clarify intro.
+	(Array Type): Clarify.
+	(Type Predicates): Add hash-table-p.
+
+	* numbers.texi (Integer Basics): Clarify radix explanation.
+	(Predicates on Numbers): Minor clarification.
+	(Comparison of Numbers): Minor clarification.  Clarify eql.
+	Typos in min, max.
+	(Math Functions): Clarify overflow in expt.
+
+	* minibuf.texi (Text from Minibuffer): Minor clarification.
+	Mention arrow keys.
+
+	* loading.texi (Autoload): defun's doc string overrides autoload's
+	doc string.
+	(Repeated Loading): Modernize "add to list" examples.
+	(Where Defined): Finish updating table of load-history elts.
+
+	* lists.texi (List-related Predicates): Minor wording improvement.
+	(Lists as Boxes): Node deleted.
+	(Building Lists): Explain trivial cases of number-sequence.
+
+	* hash.texi (Hash Tables): Add desc to menu items.
+	(Creating Hash): Expain "full" means "make larger",
+	(Hash Access): Any object can be a key.
+	State value of maphash.
+
+	* functions.texi (What Is a Function): Wording cleanup.
+	(Function Documentation): Minor cleanup.
+	Explain purpose of calling convention at end of doc string.
+	(Function Names): Wording cleanup.
+	(Calling Functions): Wording cleanup.
+	Explain better how funcall calls the function.
+	(Function Cells): Delete example of saving and redefining function.
+
+	* control.texi (Combining Conditions): Wording cleanup.
+	(Iteration): dolist and dotimes bind VAR locally.
+	(Cleanups): Xref to Atomic Changes.
+
+	* compile.texi (Byte Compilation): Delete 19.29 info.
+	(Compilation Functions): Macros' difficulties don't affect defsubst.
+	(Docs and Compilation): Delete 19.29 info.
+
 2005-02-10  Richard M. Stallman  <rms@gnu.org>
 
 	* objects.texi (Symbol Type): Minor correction.