# HG changeset patch # User Chong Yidong # Date 1235223900 0 # Node ID 66a030d19217b6e0c84fc07c8fdcc16262ab786e # Parent c2cff0e96ec7a5577b360357b5d4c246d9561c7f * 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. diff -r c2cff0e96ec7 -r 66a030d19217 doc/lispref/ChangeLog --- 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 + + * 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 * modes.texi (Major Mode Conventions): Remove duplicate words.