]> git.eshelyaron.com Git - emacs.git/commitdiff
* objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type): Minor edits.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 21 Feb 2009 13:45:00 +0000 (13:45 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 21 Feb 2009 13:45:00 +0000 (13:45 +0000)
(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

index e98d8b03668c1d6bd5d31af05ab71a94bfab5d29..2b466feb7f383f7c9c2fb68c2ab590087cf6296c 100644 (file)
@@ -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.