]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Mon, 23 Jul 2001 10:08:53 +0000 (10:08 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 23 Jul 2001 10:08:53 +0000 (10:08 +0000)
etc/NEWS
lisp/ChangeLog
lisp/gnus/ChangeLog
src/ChangeLog

index 78a86d8d2b95409d4b9398cb5448c2b584042576..71b5eba19d45fd8a536cb65456002865370af147 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2277,6 +2277,9 @@ will not have any effect when support for this variable is removed.
 * 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.
 
index 276987b8aee99178788eebbdb46be63be249d4b4..576505db8d873c7add5e683535acc06827cf3575 100644 (file)
@@ -1,5 +1,11 @@
 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.
index 04f9c1968424e51257dd4dae04b116e0ac62a4cf..e765d478b8a0de70681c6114a9f41182bebb781d 100644 (file)
@@ -1,3 +1,13 @@
+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.
index 5042dcf16b83d315f119fb80e21d3a3ed59801d9..1e6c0d1cbf22b6c8c27bdebd28d47eaba17e86af 100644 (file)
@@ -1,5 +1,9 @@
 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.