diff options
| author | Juanma Barranquero | 2007-06-06 15:40:19 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-06-06 15:40:19 +0000 |
| commit | 8c0dd5772bf8c3d2a05dda9d81e5e27b284c8bbf (patch) | |
| tree | a42d676c38574243dab72ca63addc12a748ce99e | |
| parent | 61eefda8bfd754a0fd725786f81041d413f9ed8b (diff) | |
| download | emacs-8c0dd5772bf8c3d2a05dda9d81e5e27b284c8bbf.tar.gz emacs-8c0dd5772bf8c3d2a05dda9d81e5e27b284c8bbf.zip | |
(gnus-summary-highlight): Fix typo in docstring.
| -rw-r--r-- | lisp/gnus/ChangeLog | 30 | ||||
| -rw-r--r-- | lisp/gnus/gnus-sum.el | 4 |
2 files changed, 19 insertions, 15 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 93c860812c5..cf8d226a1a1 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-06-06 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * gnus-sum.el (gnus-summary-highlight): Fix typos in docstring. | ||
| 4 | |||
| 1 | 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org> | 5 | 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org> |
| 2 | 6 | ||
| 3 | * gnus-art.el (gnus-mime-view-part-externally) | 7 | * gnus-art.el (gnus-mime-view-part-externally) |
| @@ -364,7 +368,7 @@ | |||
| 364 | (message-simplify-subject): New function to remove duplicate code. | 368 | (message-simplify-subject): New function to remove duplicate code. |
| 365 | (message-reply, message-followup): Use it. | 369 | (message-reply, message-followup): Use it. |
| 366 | (message-simplify-subject-functions): New variable. | 370 | (message-simplify-subject-functions): New variable. |
| 367 | (message-strip-subject-encoded-words): New function | 371 | (message-strip-subject-encoded-words): New function. |
| 368 | 372 | ||
| 369 | 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change) | 373 | 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change) |
| 370 | 374 | ||
| @@ -1204,8 +1208,7 @@ | |||
| 1204 | * mm-view.el (mm-fill-flowed): New variable. | 1208 | * mm-view.el (mm-fill-flowed): New variable. |
| 1205 | (mm-inline-text): Use it. | 1209 | (mm-inline-text): Use it. |
| 1206 | 1210 | ||
| 1207 | 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> | 1211 | 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change) |
| 1208 | (tiny change) | ||
| 1209 | 1212 | ||
| 1210 | * nnimap.el (nnimap-request-move-article): Change folder back to | 1213 | * nnimap.el (nnimap-request-move-article): Change folder back to |
| 1211 | source group before deleting. | 1214 | source group before deleting. |
| @@ -1767,7 +1770,7 @@ | |||
| 1767 | (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase' | 1770 | (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase' |
| 1768 | argument to all these routines, so the passphrase can be managed | 1771 | argument to all these routines, so the passphrase can be managed |
| 1769 | externally and passed in to the system. | 1772 | externally and passed in to the system. |
| 1770 | (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache | 1773 | (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache |
| 1771 | function. | 1774 | function. |
| 1772 | 1775 | ||
| 1773 | 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com> | 1776 | 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com> |
| @@ -3642,7 +3645,7 @@ | |||
| 3642 | * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups) | 3645 | * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups) |
| 3643 | (nnmail-cache-ignore-groups, nnmail-spool-hook) | 3646 | (nnmail-cache-ignore-groups, nnmail-spool-hook) |
| 3644 | (nnmail-split-fancy-match-partial-words) | 3647 | (nnmail-split-fancy-match-partial-words) |
| 3645 | (nnmail-split-lowercase-expanded): | 3648 | (nnmail-split-lowercase-expanded): Add :version. |
| 3646 | 3649 | ||
| 3647 | * nndiary.el (nndiary): Add :version. | 3650 | * nndiary.el (nndiary): Add :version. |
| 3648 | 3651 | ||
| @@ -3918,7 +3921,7 @@ | |||
| 3918 | * gnus-int.el (gnus-request-delete-group): | 3921 | * gnus-int.el (gnus-request-delete-group): |
| 3919 | Use gnus-cache-delete-group and gnus-agent-delete-group to keep the | 3922 | Use gnus-cache-delete-group and gnus-agent-delete-group to keep the |
| 3920 | local disk in sync with the server. | 3923 | local disk in sync with the server. |
| 3921 | (gnus-request-rename-group): | 3924 | (gnus-request-rename-group): |
| 3922 | Use gnus-cache-rename-group and gnus-agent-rename-group to keep the | 3925 | Use gnus-cache-rename-group and gnus-agent-rename-group to keep the |
| 3923 | local disk in sync with the server. | 3926 | local disk in sync with the server. |
| 3924 | 3927 | ||
| @@ -4045,7 +4048,7 @@ | |||
| 4045 | 4048 | ||
| 4046 | * gnus-sum.el (gnus-select-newgroup): Replace inline code with | 4049 | * gnus-sum.el (gnus-select-newgroup): Replace inline code with |
| 4047 | gnus-agent-possibly-alter-active. | 4050 | gnus-agent-possibly-alter-active. |
| 4048 | (gnus-adjust-marked-articles): Faster handling of simple lists | 4051 | (gnus-adjust-marked-articles): Faster handling of simple lists. |
| 4049 | 4052 | ||
| 4050 | 2004-10-18 David Edmondson <dme@dme.org> | 4053 | 2004-10-18 David Edmondson <dme@dme.org> |
| 4051 | 4054 | ||
| @@ -4188,7 +4191,7 @@ | |||
| 4188 | 4191 | ||
| 4189 | * gnus-fun.el: Require gnus-ems and gnus-util. | 4192 | * gnus-fun.el: Require gnus-ems and gnus-util. |
| 4190 | 4193 | ||
| 4191 | * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr | 4194 | * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr). |
| 4192 | 4195 | ||
| 4193 | * gnus-art.el (gnus-article-edit-mode): Define before first reference. | 4196 | * gnus-art.el (gnus-article-edit-mode): Define before first reference. |
| 4194 | 4197 | ||
| @@ -4271,6 +4274,7 @@ | |||
| 4271 | 4274 | ||
| 4272 | * nnmail.el (nnmail-fancy-expiry-targets) | 4275 | * nnmail.el (nnmail-fancy-expiry-targets) |
| 4273 | (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes): | 4276 | (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes): |
| 4277 | Add :version. | ||
| 4274 | 4278 | ||
| 4275 | * nnimap.el (nnimap-split-download-body, nnimap-dont-close) | 4279 | * nnimap.el (nnimap-split-download-body, nnimap-dont-close) |
| 4276 | (nnimap-retrieve-groups-asynchronous): Add :version. | 4280 | (nnimap-retrieve-groups-asynchronous): Add :version. |
| @@ -4279,7 +4283,7 @@ | |||
| 4279 | * mml.el (mml-content-disposition-parameters) | 4283 | * mml.el (mml-content-disposition-parameters) |
| 4280 | (mml-insert-mime-headers-always): Add :version. | 4284 | (mml-insert-mime-headers-always): Add :version. |
| 4281 | 4285 | ||
| 4282 | * mm-util.el (mm-coding-system-priorities): | 4286 | * mm-util.el (mm-coding-system-priorities): Add :version. |
| 4283 | 4287 | ||
| 4284 | * mm-decode.el (mm-inline-text-html-with-images) | 4288 | * mm-decode.el (mm-inline-text-html-with-images) |
| 4285 | (mm-keep-viewer-alive-types, mm-external-terminal-program) | 4289 | (mm-keep-viewer-alive-types, mm-external-terminal-program) |
| @@ -4336,7 +4340,7 @@ | |||
| 4336 | * gnus-srvr.el (gnus-server-browse-in-group-buffer) | 4340 | * gnus-srvr.el (gnus-server-browse-in-group-buffer) |
| 4337 | (gnus-server-offline-face): Add :version. | 4341 | (gnus-server-offline-face): Add :version. |
| 4338 | 4342 | ||
| 4339 | * gnus-score.el (gnus-adaptive-word-length-limit): | 4343 | * gnus-score.el (gnus-adaptive-word-length-limit): Add :version. |
| 4340 | 4344 | ||
| 4341 | * gnus-msg.el (gnus-gcc-externalize-attachments) | 4345 | * gnus-msg.el (gnus-gcc-externalize-attachments) |
| 4342 | (gnus-debug-files, gnus-debug-exclude-variables) | 4346 | (gnus-debug-files, gnus-debug-exclude-variables) |
| @@ -4358,7 +4362,7 @@ | |||
| 4358 | * gnus-delay.el (gnus-delay-default-hour): Add :version. | 4362 | * gnus-delay.el (gnus-delay-default-hour): Add :version. |
| 4359 | 4363 | ||
| 4360 | * gnus-cite.el (gnus-cite-blank-line-after-header) | 4364 | * gnus-cite.el (gnus-cite-blank-line-after-header) |
| 4361 | (gnus-article-boring-faces): | 4365 | (gnus-article-boring-faces): Add :version. |
| 4362 | 4366 | ||
| 4363 | * gnus-art.el (gnus-buttonized-mime-types) | 4367 | * gnus-art.el (gnus-buttonized-mime-types) |
| 4364 | (gnus-inhibit-mime-unbuttonizing) | 4368 | (gnus-inhibit-mime-unbuttonizing) |
| @@ -4422,10 +4426,10 @@ | |||
| 4422 | 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com> | 4426 | 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com> |
| 4423 | 4427 | ||
| 4424 | * nnimap.el (nnimap-open-connection): Allow 'imaps' as a synonym | 4428 | * nnimap.el (nnimap-open-connection): Allow 'imaps' as a synonym |
| 4425 | for the 'imap' port in netrc files | 4429 | for the 'imap' port in netrc files. |
| 4426 | 4430 | ||
| 4427 | * gnus-registry.el (gnus-registry-trim): Watch out for negatives | 4431 | * gnus-registry.el (gnus-registry-trim): Watch out for negatives |
| 4428 | in gnus-registry-trim | 4432 | in gnus-registry-trim. |
| 4429 | 4433 | ||
| 4430 | 2004-09-10 Simon Josefsson <jas@extundo.com> | 4434 | 2004-09-10 Simon Josefsson <jas@extundo.com> |
| 4431 | 4435 | ||
diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el index 5653c8be746..b1b6c8b760b 100644 --- a/lisp/gnus/gnus-sum.el +++ b/lisp/gnus/gnus-sum.el | |||
| @@ -973,14 +973,14 @@ automatically when it is selected." | |||
| 973 | . gnus-summary-normal-read)) | 973 | . gnus-summary-normal-read)) |
| 974 | "*Controls the highlighting of summary buffer lines. | 974 | "*Controls the highlighting of summary buffer lines. |
| 975 | 975 | ||
| 976 | A list of (FORM . FACE) pairs. When deciding how a a particular | 976 | A list of (FORM . FACE) pairs. When deciding how a particular |
| 977 | summary line should be displayed, each form is evaluated. The content | 977 | summary line should be displayed, each form is evaluated. The content |
| 978 | of the face field after the first true form is used. You can change | 978 | of the face field after the first true form is used. You can change |
| 979 | how those summary lines are displayed, by editing the face field. | 979 | how those summary lines are displayed, by editing the face field. |
| 980 | 980 | ||
| 981 | You can use the following variables in the FORM field. | 981 | You can use the following variables in the FORM field. |
| 982 | 982 | ||
| 983 | score: The article's score | 983 | score: The article's score. |
| 984 | default: The default article score. | 984 | default: The default article score. |
| 985 | default-high: The default score for high scored articles. | 985 | default-high: The default score for high scored articles. |
| 986 | default-low: The default score for low scored articles. | 986 | default-low: The default score for low scored articles. |