aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/gnus/ChangeLog')
-rw-r--r--lisp/gnus/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index f08f21fadb..a5c403f0d7 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,24 @@
+2005-04-24 Teodor Zlatanov <[email protected]>
+
+ * spam-report.el (spam-report-unplug-agent)
+ (spam-report-plug-agent, spam-report-deagentize)
+ (spam-report-agentize, spam-report-url-ping-temp-agent-function):
+ support for the Agent in spam-report: when unplugged, report to a
+ file; when plugged, submit all the requests.
+ [Added missing offline functionality from trunk.]
+
+2005-04-24 Reiner Steib <[email protected]>
+
+ * spam-report.el (spam-report-url-to-file)
+ (spam-report-requests-file): New function and variable for offline
+ reporting.
+ (spam-report-url-ping-function): Add `spam-report-url-to-file'
+ and user defined function.
+ (spam-report-process-queue): New function.
+ Process requests from `spam-report-requests-file'.
+ (spam-report-url-ping-mm-url): Autoload.
+ [Added missing offline functionality from trunk.]
+
2005-04-18 Katsumi Yamaoka <[email protected]>
* qp.el (quoted-printable-encode-region): Save excursion.