From b87a185f6d1fdecfe4c10dd7b7500ba9db85316d Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 21 Feb 2009 13:45:00 +0000 Subject: [PATCH] * 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. --- doc/lispref/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index e98d8b0366..2b466feb7f 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -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. -- 2.20.1