aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/ChangeLog
diff options
context:
space:
mode:
authorKaroly Lorentey <[email protected]>2005-02-19 00:06:48 +0000
committerKaroly Lorentey <[email protected]>2005-02-19 00:06:48 +0000
commit60c73d2ed638e5d51643c65a0fc6dea618fc72c8 (patch)
tree3d9e0adc703f9cfd5df162c66ac15999c4106738 /lispref/ChangeLog
parentc20213c90736fc9c2a6eca2ca44d6e200dbf5efe (diff)
parent8a59305430c68ee23d3cc7ab7487ab3acebdbe7f (diff)
Merged from [email protected] (patch 14-16, 95-106)
Patches applied: * [email protected]/emacs--cvs-trunk--0--patch-95 Merge from gnus--rel--5.10 * [email protected]/emacs--cvs-trunk--0--patch-96 Move Gnus images into etc/images * [email protected]/emacs--cvs-trunk--0--patch-97 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-98 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-99 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-100 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-101 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-102 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-103 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-104 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-105 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-106 Update from CVS * [email protected]/gnus--rel--5.10--patch-14 Merge from emacs--cvs-trunk--0 * [email protected]/gnus--rel--5.10--patch-15 Update from CVS: lisp/imap.el (imap-log): Doc fix. * [email protected]/gnus--rel--5.10--patch-16 Merge from emacs--cvs-trunk--0 git-archimport-id: [email protected]/emacs--multi-tty--0--patch-295
Diffstat (limited to 'lispref/ChangeLog')
-rw-r--r--lispref/ChangeLog69
1 files changed, 69 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index ec5129e0b9..7da20942ea 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,72 @@
+2005-02-14 Lute Kamstra <[email protected]>
+
+ * 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 <[email protected]>
+
+ * 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 <[email protected]>
* objects.texi (Symbol Type): Minor correction.