From: Chong Yidong Date: Sat, 21 Feb 2009 13:45:00 +0000 (+0000) Subject: * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type): Minor edits. X-Git-Tag: emacs-pretest-23.0.91~102 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b87a185f6d1fdecfe4c10dd7b7500ba9db85316d;p=emacs.git * 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 --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 @@ +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.