Mercurial > hg > xemacs-beta
comparison man/ChangeLog @ 5473:ac37a5f7e5be
Merge with trunk.
author | Mats Lidell <matsl@xemacs.org> |
---|---|
date | Thu, 17 Mar 2011 23:42:59 +0100 |
parents | e79980ee5efe 2fba45e5b48d |
children | 4dee0387b9de |
comparison
equal
deleted
inserted
replaced
5472:e79980ee5efe | 5473:ac37a5f7e5be |
---|---|
1 2011-03-15 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * lispref/objects.texi (Character Type): | |
4 * lispref/objects.texi (Equality Predicates): | |
5 No longer document `old-eq', `old-equal', they haven't been used | |
6 in years. | |
7 | |
8 2011-03-14 Jeff Sparkes <jsparkes@gmail.com> | |
9 | |
10 * lispref/faces.texi (Faces): Mention `min-colors' as a | |
11 face specifier. | |
12 | |
13 2011-03-01 Aidan Kehoe <kehoea@parhasard.net> | |
14 | |
15 * lispref/commands.texi (Using Interactive): | |
16 * lispref/compile.texi (Eval During Compile): | |
17 * lispref/compile.texi (Compiled-Function Objects): | |
18 * lispref/control.texi (Sequencing): | |
19 * lispref/control.texi (Conditionals): | |
20 * lispref/control.texi (Combining Conditions): | |
21 * lispref/control.texi (Iteration): | |
22 * lispref/control.texi (Catch and Throw): | |
23 * lispref/control.texi (Handling Errors): | |
24 * lispref/control.texi (Cleanups): | |
25 * lispref/display.texi (Temporary Displays): | |
26 * lispref/eval.texi (Quoting): | |
27 * lispref/eval.texi (Multiple values): | |
28 * lispref/frames.texi (Input Focus): | |
29 * lispref/functions.texi (Argument List): | |
30 * lispref/functions.texi (Defining Functions): | |
31 * lispref/functions.texi (Anonymous Functions): | |
32 * lispref/internationalization.texi (Level 3 Primitives): | |
33 * lispref/internationalization.texi (Domain Specification): | |
34 * lispref/intro.texi (A Sample Function Description): | |
35 * lispref/intro.texi (A Sample Variable Description): | |
36 * lispref/lists.texi (Sets And Lists): | |
37 * lispref/macros.texi (Defining Macros): | |
38 * lispref/macros.texi (Backquote): | |
39 * lispref/positions.texi (Excursions): | |
40 * lispref/positions.texi (Narrowing): | |
41 * lispref/searching.texi (Saving Match Data): | |
42 * lispref/sequences.texi (Sequence Functions): | |
43 * lispref/sequences.texi (Array Functions): | |
44 * lispref/specifiers.texi (Adding Specifications): | |
45 * lispref/variables.texi (Local Variables): | |
46 * lispref/variables.texi (Defining Variables): | |
47 * lispref/variables.texi (Setting Variables): | |
48 * lispref/variables.texi (Default Value): | |
49 * lispref/windows.texi (Selecting Windows): | |
50 * lispref/windows.texi (Window Configurations): | |
51 No longer use @defspec, since we no longer use the term "special | |
52 form"; instead use @deffn {Special Operator}. Unfortunately | |
53 there's no way in texinfo to redefine @defspec in one place. | |
54 | |
55 2011-03-01 Aidan Kehoe <kehoea@parhasard.net> | |
56 | |
57 * cl.texi (Argument Lists): | |
58 * cl.texi (Time of Evaluation): | |
59 * cl.texi (Type Predicates): | |
60 * cl.texi (Assignment): | |
61 * cl.texi (Basic Setf): | |
62 * cl.texi (Modify Macros): | |
63 * cl.texi (Customizing Setf): | |
64 * cl.texi (Dynamic Bindings): | |
65 * cl.texi (Lexical Bindings): | |
66 * cl.texi (Function Bindings): | |
67 * cl.texi (Macro Bindings): | |
68 * cl.texi (Conditionals): | |
69 * cl.texi (Blocks and Exits): | |
70 * cl.texi (Iteration): | |
71 * cl.texi (Loop Basics): | |
72 * cl.texi (Macros): | |
73 * cl.texi (Declarations): | |
74 * cl.texi (Property Lists): | |
75 * cl.texi (Structures): | |
76 * cl.texi (Assertions): | |
77 * cl.texi (Efficiency Concerns): | |
78 | |
1 2011-02-19 Aidan Kehoe <kehoea@parhasard.net> | 79 2011-02-19 Aidan Kehoe <kehoea@parhasard.net> |
2 | 80 |
3 * lispref/lists.texi (Sets And Lists): | 81 * lispref/lists.texi (Sets And Lists): |
4 Document #'member*, #'remove*, #'delete* in this file. Document | 82 Document #'member*, #'remove*, #'delete* in this file. Document |
5 #'memq, #'member, #'remq, #'remove, #'delq, #'delete in terms of | 83 #'memq, #'member, #'remq, #'remove, #'delq, #'delete in terms of |