]> git.eshelyaron.com Git - emacs.git/commitdiff
(gnus-summary-highlight): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 6 Jun 2007 15:40:19 +0000 (15:40 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 6 Jun 2007 15:40:19 +0000 (15:40 +0000)
lisp/gnus/ChangeLog
lisp/gnus/gnus-sum.el

index 93c860812c56a849738db221c8c7440b7264a908..cf8d226a1a1e6d586807bc3904dec3ce999602a3 100644 (file)
@@ -1,3 +1,7 @@
+2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
+
+       * gnus-sum.el (gnus-summary-highlight): Fix typos in docstring.
+
 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-art.el (gnus-mime-view-part-externally)
        (message-simplify-subject): New function to remove duplicate code.
        (message-reply, message-followup): Use it.
        (message-simplify-subject-functions): New variable.
-       (message-strip-subject-encoded-words): New function
+       (message-strip-subject-encoded-words): New function.
 
 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
 
        * mm-view.el (mm-fill-flowed): New variable.
        (mm-inline-text): Use it.
 
-2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>
-       (tiny change)
+2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
 
        * nnimap.el (nnimap-request-move-article): Change folder back to
        source group before deleting.
        (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
        argument to all these routines, so the passphrase can be managed
        externally and passed in to the system.
-       (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
+       (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
        function.
 
 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
        * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
        (nnmail-cache-ignore-groups, nnmail-spool-hook)
        (nnmail-split-fancy-match-partial-words)
-       (nnmail-split-lowercase-expanded):
+       (nnmail-split-lowercase-expanded): Add :version.
 
        * nndiary.el (nndiary): Add :version.
 
        * gnus-int.el (gnus-request-delete-group):
        Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
        local disk in sync with the server.
-        (gnus-request-rename-group):
+       (gnus-request-rename-group):
        Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
        local disk in sync with the server.
 
 
        * gnus-sum.el (gnus-select-newgroup): Replace inline code with
        gnus-agent-possibly-alter-active.
-       (gnus-adjust-marked-articles): Faster handling of simple lists
+       (gnus-adjust-marked-articles): Faster handling of simple lists.
 
 2004-10-18  David Edmondson  <dme@dme.org>
 
 
        * gnus-fun.el: Require gnus-ems and gnus-util.
 
-       * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
+       * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr).
 
        * gnus-art.el (gnus-article-edit-mode): Define before first reference.
 
 
        * nnmail.el (nnmail-fancy-expiry-targets)
        (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
+       Add :version.
 
        * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
        (nnimap-retrieve-groups-asynchronous): Add :version.
        * mml.el (mml-content-disposition-parameters)
        (mml-insert-mime-headers-always): Add :version.
 
-       * mm-util.el (mm-coding-system-priorities):
+       * mm-util.el (mm-coding-system-priorities): Add :version.
 
        * mm-decode.el (mm-inline-text-html-with-images)
        (mm-keep-viewer-alive-types, mm-external-terminal-program)
        * gnus-srvr.el (gnus-server-browse-in-group-buffer)
        (gnus-server-offline-face): Add :version.
 
-       * gnus-score.el (gnus-adaptive-word-length-limit):
+       * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
 
        * gnus-msg.el (gnus-gcc-externalize-attachments)
        (gnus-debug-files, gnus-debug-exclude-variables)
        * gnus-delay.el (gnus-delay-default-hour): Add :version.
 
        * gnus-cite.el (gnus-cite-blank-line-after-header)
-       (gnus-article-boring-faces):
+       (gnus-article-boring-faces): Add :version.
 
        * gnus-art.el (gnus-buttonized-mime-types)
        (gnus-inhibit-mime-unbuttonizing)
 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * nnimap.el (nnimap-open-connection): Allow 'imaps' as a synonym
-       for the 'imap' port in netrc files
+       for the 'imap' port in netrc files.
 
        * gnus-registry.el (gnus-registry-trim): Watch out for negatives
-       in gnus-registry-trim
+       in gnus-registry-trim.
 
 2004-09-10  Simon Josefsson  <jas@extundo.com>
 
index 5653c8be74697f19b83e30caa1039a62964fa4b0..b1b6c8b760b24a4a91f936247a379d0a030721f5 100644 (file)
@@ -973,14 +973,14 @@ automatically when it is selected."
      . gnus-summary-normal-read))
   "*Controls the highlighting of summary buffer lines.
 
-A list of (FORM . FACE) pairs.  When deciding how a particular
+A list of (FORM . FACE) pairs.  When deciding how a particular
 summary line should be displayed, each form is evaluated.  The content
 of the face field after the first true form is used.  You can change
 how those summary lines are displayed, by editing the face field.
 
 You can use the following variables in the FORM field.
 
-score:        The article's score
+score:        The article's score.
 default:      The default article score.
 default-high: The default score for high scored articles.
 default-low:  The default score for low scored articles.