comparison lispref/ChangeLog @ 60049:17bee7f39dee

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 14 Feb 2005 10:25:50 +0000
parents d17700aac611
children b8efb42f15ec
comparison
equal deleted inserted replaced
60048:ab86eb33656d 60049:17bee7f39dee
1 2005-02-14 Richard M. Stallman <rms@gnu.org>
2
3 * variables.texi (Creating Buffer-Local): change-major-mode-hook
4 is useful for discarding some minor modes.
5
6 * symbols.texi (Symbol Components): Reorder examples.
7
8 * streams.texi (Input Functions): State standard-input default.
9 (Output Variables): State standard-output default.
10
11 * objects.texi (Printed Representation): Clarify read syntax vs print.
12 (Floating Point Type): Explain meaning better.
13 (Symbol Type): Explain uniqueness better.
14 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
15 List examples sooner.
16 (Box Diagrams): New subnode broken out.
17 Some examples moved from old Lists as Boxes node.
18 (Dotted Pair Notation): Clarify intro.
19 (Array Type): Clarify.
20 (Type Predicates): Add hash-table-p.
21
22 * numbers.texi (Integer Basics): Clarify radix explanation.
23 (Predicates on Numbers): Minor clarification.
24 (Comparison of Numbers): Minor clarification. Clarify eql.
25 Typos in min, max.
26 (Math Functions): Clarify overflow in expt.
27
28 * minibuf.texi (Text from Minibuffer): Minor clarification.
29 Mention arrow keys.
30
31 * loading.texi (Autoload): defun's doc string overrides autoload's
32 doc string.
33 (Repeated Loading): Modernize "add to list" examples.
34 (Where Defined): Finish updating table of load-history elts.
35
36 * lists.texi (List-related Predicates): Minor wording improvement.
37 (Lists as Boxes): Node deleted.
38 (Building Lists): Explain trivial cases of number-sequence.
39
40 * hash.texi (Hash Tables): Add desc to menu items.
41 (Creating Hash): Expain "full" means "make larger",
42 (Hash Access): Any object can be a key.
43 State value of maphash.
44
45 * functions.texi (What Is a Function): Wording cleanup.
46 (Function Documentation): Minor cleanup.
47 Explain purpose of calling convention at end of doc string.
48 (Function Names): Wording cleanup.
49 (Calling Functions): Wording cleanup.
50 Explain better how funcall calls the function.
51 (Function Cells): Delete example of saving and redefining function.
52
53 * control.texi (Combining Conditions): Wording cleanup.
54 (Iteration): dolist and dotimes bind VAR locally.
55 (Cleanups): Xref to Atomic Changes.
56
57 * compile.texi (Byte Compilation): Delete 19.29 info.
58 (Compilation Functions): Macros' difficulties don't affect defsubst.
59 (Docs and Compilation): Delete 19.29 info.
60
1 2005-02-10 Richard M. Stallman <rms@gnu.org> 61 2005-02-10 Richard M. Stallman <rms@gnu.org>
2 62
3 * objects.texi (Symbol Type): Minor correction. 63 * objects.texi (Symbol Type): Minor correction.
4 64
5 2005-02-06 Lute Kamstra <lute@gnu.org> 65 2005-02-06 Lute Kamstra <lute@gnu.org>