* Lisp changes made after edition 2.6 of the Emacs Lisp Manual,
(Display-related features are described in a page of their own below.)
+** The new function amimate-string, from lisp/play/animate.el
+allows the animated display of strings.
+
** The new function `interactive-form' can be used to obtain the
interactive form of a function.
2001-07-23 Gerd Moellmann <gerd@gnu.org>
+ * play/fortune.el: Undo change of 2001-07-13.
+ Fix autoload cookies. Add types to defcustoms.
+ (fortune) <defgroup>: Add :link.
+ (fortune-from-region): Use eq, not eql.
+ From Dave Love <fx@gnu.org>.
+
* play/animate.el (animate-birthday-present): Function removed.
* play/animate.el: New file.
+2001-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
+ command.
+
+ * gnus-start.el (gnus-find-new-newsgroups): Use
+ `message-make-date' instead of `current-time-string'.
+ (gnus-ask-server-for-new-groups): Ditto.
+ (gnus-check-first-time-used): Ditto.
+
2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
* gnus-setup.el (gnus-use-installed-gnus): Fix a typo.
2001-07-23 Gerd Moellmann <gerd@gnu.org>
+ * editfns.c (toplevel) [STDC_HEADERS]: Include float.h.
+ (MAX_10_EXP): New macro.
+ (Fformat): Use it.
+
* coding.c (code_convert_region): Handle the multibyte case if
decoding ends with CODING_FINISH_INSUFFICIENT_SRC.