emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Gnus branch


From: Katsumi Yamaoka
Subject: Re: Gnus branch
Date: Wed, 01 Sep 2004 07:55:37 +0900
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux)

>>>>> In <address@hidden> Katsumi Yamaoka wrote:

>>>>>> In <address@hidden> Reiner Steib wrote:

>> If you agree, I could merge the gnus-5_10-branch to the trunk in the
>> next days.

> Could you please apply the patch which I made only in cvs.gnus.org
> into the gnus-5_10-branch before merging it into the trunk?

Thank you very much for the work!

I'm sorry to bother you, but could you apply one more patch?
It is surely a bugfix, which is already in No Gnus.  You may do
it after moving to the trunk of course.  Here it is:

(Although I'm not familiar with spam-stat.el, it seems the
ChangeLog in No Gnus suggests other bug fixes are there.)

2004-01-24  Hiroshi Fujishima <address@hidden>  (tiny change)

        * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
        (spam-stat-save): Accept prefix argument.

*** spam-stat.el~       Thu Jul 22 16:45:51 2004
--- spam-stat.el        Tue Aug 31 09:06:34 2004
***************
*** 1,6 ****
  ;;; spam-stat.el --- detecting spam based on statistics
  
! ;; Copyright (C) 2002, 2003 Free Software Foundation, Inc.
  
  ;; Author: Alex Schroeder <address@hidden>
  ;; Keywords: network
--- 1,6 ----
  ;;; spam-stat.el --- detecting spam based on statistics
  
! ;; Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
  
  ;; Author: Alex Schroeder <address@hidden>
  ;; Keywords: network
***************
*** 396,403 ****
  ;; Saving and Loading
  
  (defun spam-stat-save (&optional force)
!   "Save the `spam-stat' hash table as lisp file."
!   (interactive)
    (when (or force spam-stat-dirty)
      (with-temp-buffer
        (let ((standard-output (current-buffer))
--- 396,404 ----
  ;; Saving and Loading
  
  (defun spam-stat-save (&optional force)
!   "Save the `spam-stat' hash table as lisp file.
! With a prefix argument save unconditionally."
!   (interactive "P")
    (when (or force spam-stat-dirty)
      (with-temp-buffer
        (let ((standard-output (current-buffer))
***************
*** 571,577 ****
                         (spam-stat-bad entry))
                      count)
               (remhash key spam-stat)))
!          spam-stat))
  
  (defun spam-stat-install-hooks-function ()
    "Install the spam-stat function hooks"
--- 572,579 ----
                         (spam-stat-bad entry))
                      count)
               (remhash key spam-stat)))
!          spam-stat)
!   (setq spam-stat-dirty t))
  
  (defun spam-stat-install-hooks-function ()
    "Install the spam-stat function hooks"
Thanks in advance.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]