diff options
Diffstat (limited to 'doc/misc/ChangeLog')
| -rw-r--r-- | doc/misc/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 76859e09d42..ec46ab5eb05 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,5 +1,26 @@ | |||
| 1 | 2012-10-25 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * cl.texi: Don't mess with the TeX section number counter. | ||
| 4 | Use Texinfo recommended convention for quotes+punctuation. | ||
| 5 | (Overview, Sequence Functions): Rephrase for better line-breaking. | ||
| 6 | (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings) | ||
| 7 | (Macro Bindings, Conditionals, Iteration, Loop Basics) | ||
| 8 | (Random Numbers, Mapping over Sequences, Structures) | ||
| 9 | (Porting Common Lisp): Further updates for cl-lib namespace. | ||
| 10 | (Modify Macros, Declarations, Macro Bindings, Structures): | ||
| 11 | Break long lines in examples. | ||
| 12 | (Dynamic Bindings): Update for changed progv behavior. | ||
| 13 | (Loop Examples, Efficiency Concerns): Markup fixes. | ||
| 14 | (Structures): Remove TeX margin change. | ||
| 15 | (Declarations): Fix typos. | ||
| 16 | |||
| 1 | 2012-10-24 Glenn Morris <rgm@gnu.org> | 17 | 2012-10-24 Glenn Morris <rgm@gnu.org> |
| 2 | 18 | ||
| 19 | * cl.texi (Overview, Multiple Values, Creating Symbols) | ||
| 20 | (Numerical Functions): Say less/nothing about the original cl.el. | ||
| 21 | (Old CL Compatibility): Remove. | ||
| 22 | (Assertions): Remove ignore-errors (standard Elisp for some time). | ||
| 23 | |||
| 3 | * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers) | 24 | * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers) |
| 4 | (Sequences, Lists, Structures, Assertions, Efficiency Concerns) | 25 | (Sequences, Lists, Structures, Assertions, Efficiency Concerns) |
| 5 | (Efficiency Concerns, Efficiency Concerns) | 26 | (Efficiency Concerns, Efficiency Concerns) |