Mercurial > emacs
changeset 102161:66a030d19217
* objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type): Minor edits.
(Frame Configuration Type): Emphasize that it is not primitive.
(Font Type): New node.
(Type Predicates): Add fontp; type-of now recognizes font object types.
* intro.texi (Version Info): Update version numbers in examples.
(Acknowledgements): List more contributors.
* elisp.texi: Bump version number to 3.0.
(Top): Link to Font Type node.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 21 Feb 2009 13:45:00 +0000 |
parents | c2cff0e96ec7 |
children | 66c189a65c3d |
files | doc/lispref/ChangeLog |
diffstat | 1 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/lispref/ChangeLog Sat Feb 21 13:39:46 2009 +0000 +++ b/doc/lispref/ChangeLog Sat Feb 21 13:45:00 2009 +0000 @@ -1,3 +1,18 @@ +2009-02-21 Chong Yidong <cyd@stupidchicken.com> + + * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type): + Minor edits. + (Frame Configuration Type): Emphasize that it is not primitive. + (Font Type): New node. + (Type Predicates): Add fontp; type-of now recognizes font object + types. + + * intro.texi (Version Info): Update version numbers in examples. + (Acknowledgements): List more contributors. + + * elisp.texi: Bump version number to 3.0. + (Top): Link to Font Type node. + 2009-02-20 Juanma Barranquero <lekktu@gmail.com> * modes.texi (Major Mode Conventions): Remove duplicate words.