From 150821fe92ccf8ae0fa34bf1ade99b9c9966bf76 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 29 Sep 2004 16:11:34 +0000 Subject: [PATCH] Add. --- ChangeLog | 6 ++++++ GNUS-NEWS | 3 +++ Makefile.in | 3 +++ texi/ChangeLog | 4 ++++ texi/gnus-news.texi | 3 +++ 5 files changed, 19 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8304a47db..058096867 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-09-29 Simon Josefsson + + * GNUS-NEWS: Generated. + + * Makefile.in (GNUS-NEWS): Add. + 2004-09-11 Simon Josefsson * GNUS-NEWS: Generated. diff --git a/GNUS-NEWS b/GNUS-NEWS index f26720418..9b04b3c19 100644 --- a/GNUS-NEWS +++ b/GNUS-NEWS @@ -80,6 +80,9 @@ header. This changes the default of `gnus-article-loose-mime'. ** Gnus now view DNS master files sent as text/dns using dns-mode. +** Gnus now support the "hashcash" client puzzle anti-spam idea. See +the Gnus manual, section Hashcash, for more information. + * For older news, see Gnus info node "New Features". diff --git a/Makefile.in b/Makefile.in index 73b8eb361..2df0a4561 100644 --- a/Makefile.in +++ b/Makefile.in @@ -22,6 +22,9 @@ uninstall: cd texi && $(MAKE) uninstall cd etc && $(MAKE) uninstall +GNUS-NEWS: + cd texi && $(MAKE) GNUS-NEWS + # Rule for Lars and nobody else. some: cd lisp && $(MAKE) EMACS="$(EMACS)" some diff --git a/texi/ChangeLog b/texi/ChangeLog index 6997570ae..53594bd43 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,7 @@ +2004-09-29 Simon Josefsson + + * gnus-news.texi: Add. + 2004-09-29 Teodor Zlatanov * gnus.texi (Hashcash): changed location of library, also mention diff --git a/texi/gnus-news.texi b/texi/gnus-news.texi index 8dba8e553..8fc68285f 100644 --- a/texi/gnus-news.texi +++ b/texi/gnus-news.texi @@ -96,6 +96,9 @@ This changes the default of @code{gnus-article-loose-mime}. @item Gnus now view DNS master files sent as text/dns using dns-mode. +@item Gnus now support the ``hashcash'' client puzzle anti-spam idea. +See the Gnus manual, section Hashcash, for more information. + @end itemize @c gnus-news.texi ends here. -- 2.34.1