[gnus git] branch master updated: =2= gnus-summary-line-format: fix typo in docstring ; gnus-art: remove old FIXME
Julien Danjou <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 9adfe4a952f2b51c1080ab941930ef5e831cf1d9 (commit)
via 739ab5ae5d3dad2218c839a35a0709b67d2fd3be (commit)
from bd51d8090e061bcb53c261bb4f327f9385924e11 (commit)
- Log -----------------------------------------------------------------
commit 9adfe4a952f2b51c1080ab941930ef5e831cf1d9
Author: Julien Danjou <[email protected]>
Date: Thu Feb 3 15:19:12 2011 +0100
gnus-summary-line-format: fix typo in docstring
Signed-off-by: Julien Danjou <[email protected]>
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f0e33ce..c6e145c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2011-02-03 Julien Danjou <[email protected]>
+ * gnus.el (gnus-summary-line-format): Add missing semi-colon for
+ user-date in docstring.
+
* gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
* gnus.el (gnus-summary-line-format): Mention &user-date format in
diff --git a/lisp/gnus.el b/lisp/gnus.el
index afbef3b..2257977 100644
--- a/lisp/gnus.el
+++ b/lisp/gnus.el
@@ -2927,7 +2927,8 @@ with some simple extensions.
%k Pretty-printed version of the above (string)
For example, \"1.2k\" or \"0.4M\".
%L Number of lines in the article (integer)
-%I Indentation based on thread level (a string of spaces)
+%I Indentation based on thread level (a string of
+ spaces)
%B A complex trn-style thread tree (string)
The variables `gnus-sum-thread-*' can be used for
customization.
@@ -2936,8 +2937,8 @@ with some simple extensions.
on level one
%R \"A\" if this article has been replied to, \" \"
otherwise (character)
-%U Status of this article (character, \"R\", \"K\", \"-\"
- or \" \")
+%U Status of this article (character, \"R\", \"K\",
+ \"-\" or \" \")
%[ Opening bracket (character, \"[\" or \"<\")
%] Closing bracket (character, \"]\" or \">\")
%> Spaces of length thread-level (string)
@@ -2955,10 +2956,11 @@ with some simple extensions.
format string should be a letter. Gnus will call the
function gnus-user-format-function-X, where X is the
letter following %u. The function will be passed the
- current header as argument. The function should return
- a string, which will be inserted into the summary just
- like information from any other summary specifier.
-&user-date Age sensitive date format. Various date format is
+ current header as argument. The function should
+ return a string, which will be inserted into the
+ summary just like information from any other summary
+ specifier.
+&user-date; Age sensitive date format. Various date format is
defined in `gnus-summary-user-date-format-alist'.
commit 739ab5ae5d3dad2218c839a35a0709b67d2fd3be
Author: Julien Danjou <[email protected]>
Date: Thu Feb 3 15:07:52 2011 +0100
gnus-art: remove old FIXME
Signed-off-by: Julien Danjou <[email protected]>
diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el
index d8b7ac9..54797b2 100644
--- a/lisp/gnus-art.el
+++ b/lisp/gnus-art.el
@@ -7336,9 +7336,6 @@ as a symbol to FUN."
(defvar gnus-button-handle-describe-prefix "^\\(C-h\\|<?[Ff]1>?\\)")
-;; FIXME: Maybe we should merge some of the functions that do quite similar
-;; stuff?
-
(defun gnus-button-handle-describe-function (url)
"Call `describe-function' when pushing the corresponding URL button."
(describe-function
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 3 +
lisp/gnus-art.el | 3 -
lisp/gnus.el | 108 +++++++++++++++++++++++++++--------------------------
3 files changed, 58 insertions(+), 56 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project