diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index e98d8b03668..2b466feb7f3 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2009-02-21 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type): | ||
| 4 | Minor edits. | ||
| 5 | (Frame Configuration Type): Emphasize that it is not primitive. | ||
| 6 | (Font Type): New node. | ||
| 7 | (Type Predicates): Add fontp; type-of now recognizes font object | ||
| 8 | types. | ||
| 9 | |||
| 10 | * intro.texi (Version Info): Update version numbers in examples. | ||
| 11 | (Acknowledgements): List more contributors. | ||
| 12 | |||
| 13 | * elisp.texi: Bump version number to 3.0. | ||
| 14 | (Top): Link to Font Type node. | ||
| 15 | |||
| 1 | 2009-02-20 Juanma Barranquero <lekktu@gmail.com> | 16 | 2009-02-20 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 17 | ||
| 3 | * modes.texi (Major Mode Conventions): Remove duplicate words. | 18 | * modes.texi (Major Mode Conventions): Remove duplicate words. |