From 9e5a7f2af4a8fa562257c7353a392f8f307c1565 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 23 Jul 2001 10:08:53 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 3 +++ lisp/ChangeLog | 6 ++++++ lisp/gnus/ChangeLog | 10 ++++++++++ src/ChangeLog | 4 ++++ 4 files changed, 23 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index 78a86d8d2b9..71b5eba19d4 100644 --- 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. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 276987b8aee..576505db8d8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,11 @@ 2001-07-23 Gerd Moellmann + * play/fortune.el: Undo change of 2001-07-13. + Fix autoload cookies. Add types to defcustoms. + (fortune) : Add :link. + (fortune-from-region): Use eq, not eql. + From Dave Love . + * play/animate.el (animate-birthday-present): Function removed. * play/animate.el: New file. diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 04f9c196842..e765d478b8a 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,13 @@ +2001-07-23 Katsumi Yamaoka + + * 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 * gnus-setup.el (gnus-use-installed-gnus): Fix a typo. diff --git a/src/ChangeLog b/src/ChangeLog index 5042dcf16b8..1e6c0d1cbf2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,9 @@ 2001-07-23 Gerd Moellmann + * 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. -- 2.39.5