emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/gnus/ChangeLog,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/ChangeLog,v
Date: Mon, 07 Jan 2008 17:34:22 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/01/07 17:34:22

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/gnus/ChangeLog,v
retrieving revision 1.626
retrieving revision 1.627
diff -u -b -r1.626 -r1.627
--- ChangeLog   6 Jan 2008 00:56:49 -0000       1.626
+++ ChangeLog   7 Jan 2008 17:34:21 -0000       1.627
@@ -94,7 +94,7 @@
 2007-12-11  Katsumi Yamaoka  <address@hidden>
 
        * mm-decode.el (mm-add-meta-html-tag): New function.
-       (mm-save-part-to-file, mm-pipe-part): Use it
+       (mm-save-part-to-file, mm-pipe-part): Use it.
 
        * gnus-art.el (gnus-article-browse-delete-temp-files): Use
        gnus-y-or-n-p instead of y-or-n-p.
@@ -995,7 +995,7 @@
        * hmac-def.el (define-hmac-function): Switch from old-style to
        new-style backquotes.
 
-       * md4.el (md4-make-step): likewise.
+       * md4.el (md4-make-step): Likewise.
 
 2007-09-06  Katsumi Yamaoka  <address@hidden>
 
@@ -2895,7 +2895,7 @@
 
        * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
        letters from the end.  Thanks to "David Smith" <address@hidden> and
-       address@hidden (Andreas V,Av(Bgele)
+       address@hidden (Andreas V,Av(Bgele).
 
        FIXME: Use `tiny change'?
 
@@ -3123,7 +3123,7 @@
 
 2006-05-29  Kevin Greiner  <address@hidden>
 
-       * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
+       * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
        (gnus-agent-read-agentview): Fixed handling of end-of-file error.
        (gnus-agent-read-local): All symbols allocated in my-obarray
        (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
@@ -3467,7 +3467,7 @@
 
        * gnus-util.el (gnus-byte-compile): Use it.
 
-2006-04-22  xyblor  <address@hidden>  (Tiny change.)
+2006-04-22  xyblor  <address@hidden>  (tiny change)
 
        * gnus-util.el (kill-empty-logs): New function.
 
@@ -5208,7 +5208,6 @@
        * gnus-agent.el (gnus-agent-rename-group)
        (gnus-agent-delete-group): Wrap doc strings.
 
-
 2005-11-10  Lars Magne Ingebrigtsen  <address@hidden>
 
        * gnus-start.el (gnus-1): Add "native" to
@@ -5340,9 +5339,9 @@
 
 2005-10-26  Didier Verna  <address@hidden>
 
-       * gnus-group.el (gnus-group-compact-group): invalidate original
+       * gnus-group.el (gnus-group-compact-group): Invalidate original
        article buffer.
-       * gnus-srvr.el (gnus-server-compact-server): ditto.
+       * gnus-srvr.el (gnus-server-compact-server): Ditto.
        * nnml.el (nnml-request-compact-group): handle self Xref: field in
        NOV database and in article itself.
        Invalidate article backlog.
@@ -5773,7 +5772,7 @@
 
 2005-09-11  Jari Aalto  <address@hidden>
 
-       * html2text.el: (html2text-replace-list): Add new entities.
+       * html2text.el (html2text-replace-list): Add new entities.
 
 2005-09-11  Romain Francoise  <address@hidden>
 
@@ -6785,11 +6784,11 @@
        user-function allow user modifications of the scores.
        (spam-stat-score-buffer-user): New function, to allow
        user-computed modifications to the score.
-       (spam-stat-score-buffer-user-functions): list of additional
-       scoring functions
-       (spam-stat-error-holder): global temporary error holder
-       (spam-stat-split-fancy): use the new `spam-stat-error-holder'
-       variable
+       (spam-stat-score-buffer-user-functions): List of additional
+       scoring functions.
+       (spam-stat-error-holder): Global temporary error holder.
+       (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
+       variable.
 
 2005-04-06  Teodor Zlatanov  <address@hidden>
 
@@ -6828,7 +6827,7 @@
 2005-04-04  Reiner Steib  <address@hidden>
 
        * nnimap.el (nnimap-date-days-ago): Add defvars in order to
-       silence the byte compiler inside the defun
+       silence the byte compiler inside the defun.
 
        * gnus-demon.el (parse-time-string): Add autoload.
 
@@ -8079,9 +8078,9 @@
        * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
        gnus-encrypt.el.
 
-       * encrypt.el: copied from gnus-encrypt.el
+       * encrypt.el: Copied from gnus-encrypt.el.
 
-       * gnus-encrypt.el: commented that it's obsolete
+       * gnus-encrypt.el: Commented that it's obsolete.
 
 2004-10-15  Reiner Steib  <address@hidden>
 
@@ -8736,7 +8735,7 @@
 
 2004-09-09  Kevin Greiner  <address@hidden>
 
-       * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
+       * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
        to avoid run-time CL dependencies.
        (gnus-agent-unfetch-articles): New function.
        (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
@@ -9499,7 +9498,7 @@
 
 2004-05-25  Anand Mitra  <address@hidden>  (tiny change)
 
-       * gnus-sum.el (gnus-summary-delete-article): invoke hook with
+       * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
        correct data.
 
 2004-05-24  Teodor Zlatanov  <address@hidden>
@@ -9863,7 +9862,7 @@
 
 2004-05-14  Nelson Ferreira  <address@hidden>  (tiny change)
 
-       * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
+       * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
        header is not nil.
 
 2004-05-14  Kai Grossjohann  <address@hidden>
@@ -10434,7 +10433,7 @@
        should be protected from potentially irreversable changes by the
        function.
 
-       * legacy-gnus-agent.el (): New. Provides converters that are only
+       * legacy-gnus-agent.el: New.  Provides converters that are only
        loaded when gnus-convert-old-newsrc needs to call them.
 
 2004-03-08  Katsumi Yamaoka  <address@hidden>
@@ -10693,7 +10692,7 @@
 
        * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
 
-       * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
+       * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
 
        * gnus-sum.el (gnus-summary-limit-to-age)
        (gnus-summary-limit-children): do.
@@ -11089,8 +11088,8 @@
        (spam-spamassassin-register-spam-routine)
        (spam-spamassassin-register-ham-routine)
        (spam-assassin-register-spam-routine)
-       (spam-assassin-register-ham-routine): add SpamAssassin support
-       (spam-bogofilter-score): fix to show article before scoring
+       (spam-assassin-register-ham-routine): Add SpamAssassin support.
+       (spam-bogofilter-score): Fix to show article before scoring.
 
 2004-01-20  Teodor Zlatanov  <address@hidden>
 




reply via email to

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