Mercurial > hg > xemacs-beta
comparison man/ChangeLog @ 5361:62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
2011-03-01 Aidan Kehoe <kehoea@parhasard.net>
* lispref/commands.texi (Using Interactive):
* lispref/compile.texi (Eval During Compile):
* lispref/compile.texi (Compiled-Function Objects):
* lispref/control.texi (Sequencing):
* lispref/control.texi (Conditionals):
* lispref/control.texi (Combining Conditions):
* lispref/control.texi (Iteration):
* lispref/control.texi (Catch and Throw):
* lispref/control.texi (Handling Errors):
* lispref/control.texi (Cleanups):
* lispref/display.texi (Temporary Displays):
* lispref/eval.texi (Quoting):
* lispref/eval.texi (Multiple values):
* lispref/frames.texi (Input Focus):
* lispref/functions.texi (Argument List):
* lispref/functions.texi (Defining Functions):
* lispref/functions.texi (Anonymous Functions):
* lispref/internationalization.texi (Level 3 Primitives):
* lispref/internationalization.texi (Domain Specification):
* lispref/intro.texi (A Sample Function Description):
* lispref/intro.texi (A Sample Variable Description):
* lispref/lists.texi (Sets And Lists):
* lispref/macros.texi (Defining Macros):
* lispref/macros.texi (Backquote):
* lispref/positions.texi (Excursions):
* lispref/positions.texi (Narrowing):
* lispref/searching.texi (Saving Match Data):
* lispref/sequences.texi (Sequence Functions):
* lispref/sequences.texi (Array Functions):
* lispref/specifiers.texi (Adding Specifications):
* lispref/variables.texi (Local Variables):
* lispref/variables.texi (Defining Variables):
* lispref/variables.texi (Setting Variables):
* lispref/variables.texi (Default Value):
* lispref/windows.texi (Selecting Windows):
* lispref/windows.texi (Window Configurations):
No longer use @defspec, since we no longer use the term "special
form"; instead use @deffn {Special Operator}. Unfortunately
there's no way in texinfo to redefine @defspec in one place.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Tue, 01 Mar 2011 14:18:45 +0000 |
parents | f5a5501814f5 |
children | b6e59ea11533 d967d96ca043 |
comparison
equal
deleted
inserted
replaced
5359:f5a5501814f5 | 5361:62b9ef1ed4ac |
---|---|
1 2011-03-01 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * lispref/commands.texi (Using Interactive): | |
4 * lispref/compile.texi (Eval During Compile): | |
5 * lispref/compile.texi (Compiled-Function Objects): | |
6 * lispref/control.texi (Sequencing): | |
7 * lispref/control.texi (Conditionals): | |
8 * lispref/control.texi (Combining Conditions): | |
9 * lispref/control.texi (Iteration): | |
10 * lispref/control.texi (Catch and Throw): | |
11 * lispref/control.texi (Handling Errors): | |
12 * lispref/control.texi (Cleanups): | |
13 * lispref/display.texi (Temporary Displays): | |
14 * lispref/eval.texi (Quoting): | |
15 * lispref/eval.texi (Multiple values): | |
16 * lispref/frames.texi (Input Focus): | |
17 * lispref/functions.texi (Argument List): | |
18 * lispref/functions.texi (Defining Functions): | |
19 * lispref/functions.texi (Anonymous Functions): | |
20 * lispref/internationalization.texi (Level 3 Primitives): | |
21 * lispref/internationalization.texi (Domain Specification): | |
22 * lispref/intro.texi (A Sample Function Description): | |
23 * lispref/intro.texi (A Sample Variable Description): | |
24 * lispref/lists.texi (Sets And Lists): | |
25 * lispref/macros.texi (Defining Macros): | |
26 * lispref/macros.texi (Backquote): | |
27 * lispref/positions.texi (Excursions): | |
28 * lispref/positions.texi (Narrowing): | |
29 * lispref/searching.texi (Saving Match Data): | |
30 * lispref/sequences.texi (Sequence Functions): | |
31 * lispref/sequences.texi (Array Functions): | |
32 * lispref/specifiers.texi (Adding Specifications): | |
33 * lispref/variables.texi (Local Variables): | |
34 * lispref/variables.texi (Defining Variables): | |
35 * lispref/variables.texi (Setting Variables): | |
36 * lispref/variables.texi (Default Value): | |
37 * lispref/windows.texi (Selecting Windows): | |
38 * lispref/windows.texi (Window Configurations): | |
39 No longer use @defspec, since we no longer use the term "special | |
40 form"; instead use @deffn {Special Operator}. Unfortunately | |
41 there's no way in texinfo to redefine @defspec in one place. | |
42 | |
43 2011-03-01 Aidan Kehoe <kehoea@parhasard.net> | |
44 | |
45 * cl.texi (Argument Lists): | |
46 * cl.texi (Time of Evaluation): | |
47 * cl.texi (Type Predicates): | |
48 * cl.texi (Assignment): | |
49 * cl.texi (Basic Setf): | |
50 * cl.texi (Modify Macros): | |
51 * cl.texi (Customizing Setf): | |
52 * cl.texi (Dynamic Bindings): | |
53 * cl.texi (Lexical Bindings): | |
54 * cl.texi (Function Bindings): | |
55 * cl.texi (Macro Bindings): | |
56 * cl.texi (Conditionals): | |
57 * cl.texi (Blocks and Exits): | |
58 * cl.texi (Iteration): | |
59 * cl.texi (Loop Basics): | |
60 * cl.texi (Macros): | |
61 * cl.texi (Declarations): | |
62 * cl.texi (Property Lists): | |
63 * cl.texi (Structures): | |
64 * cl.texi (Assertions): | |
65 * cl.texi (Efficiency Concerns): | |
66 | |
1 2011-02-19 Aidan Kehoe <kehoea@parhasard.net> | 67 2011-02-19 Aidan Kehoe <kehoea@parhasard.net> |
2 | 68 |
3 * lispref/lists.texi (Sets And Lists): | 69 * lispref/lists.texi (Sets And Lists): |
4 Document #'member*, #'remove*, #'delete* in this file. Document | 70 Document #'member*, #'remove*, #'delete* in this file. Document |
5 #'memq, #'member, #'remq, #'remove, #'delq, #'delete in terms of | 71 #'memq, #'member, #'remq, #'remove, #'delq, #'delete in terms of |