changeset 38527:71c6489a2aff

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Mon, 23 Jul 2001 10:08:53 +0000
parents 98b3bb015deb
children c867615c6a26
files etc/NEWS lisp/ChangeLog lisp/gnus/ChangeLog src/ChangeLog
diffstat 4 files changed, 23 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Mon Jul 23 10:08:40 2001 +0000
+++ b/etc/NEWS	Mon Jul 23 10:08:53 2001 +0000
@@ -2277,6 +2277,9 @@
 * 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.
 
--- a/lisp/ChangeLog	Mon Jul 23 10:08:40 2001 +0000
+++ b/lisp/ChangeLog	Mon Jul 23 10:08:53 2001 +0000
@@ -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.
--- a/lisp/gnus/ChangeLog	Mon Jul 23 10:08:40 2001 +0000
+++ b/lisp/gnus/ChangeLog	Mon Jul 23 10:08:53 2001 +0000
@@ -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,Bm(Bk  <Pavel@Janik.cz>
 
 	* gnus-setup.el (gnus-use-installed-gnus): Fix a typo.
--- a/src/ChangeLog	Mon Jul 23 10:08:40 2001 +0000
+++ b/src/ChangeLog	Mon Jul 23 10:08:53 2001 +0000
@@ -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.