[gnus git] branch master updated: m0-5-128-ge77aeb4 =1= Change ephemeral Gnus group names to be prettier
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via e77aeb4c7ed753bd554fd48beac8cb886df18997 (commit)
from 5c28209571b30b445cbbbc1bfb92b72d8a5914a3 (commit)
- Log -----------------------------------------------------------------
commit e77aeb4c7ed753bd554fd48beac8cb886df18997
Author: Juri Linkov <[email protected]>
Date: Thu Sep 6 18:46:56 2012 +0200
Change ephemeral Gnus group names to be prettier
* gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
scheme for buffer names to be more consistent with other group and
article buffer names in Gnus.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 44a9b46..dd628f6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
+2012-09-06 Juri Linkov <[email protected]>
+
+ * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
+ scheme for buffer names to be more consistent with other group and
+ article buffer names in Gnus.
+
2012-09-06 Lars Ingebrigtsen <[email protected]>
* gnus-util.el
diff --git a/lisp/gnus-group.el b/lisp/gnus-group.el
index 11ba1b2..0dc4b81 100644
--- a/lisp/gnus-group.el
+++ b/lisp/gnus-group.el
@@ -2386,7 +2386,7 @@ specified by `gnus-gmane-group-download-format'."
group start (+ start range)))
(write-region (point-min) (point-max) tmpfile)
(gnus-group-read-ephemeral-group
- (format "%s.start-%s.range-%s" group start range)
+ (format "nndoc+ephemeral:%s.start-%s.range-%s" group start range)
`(nndoc ,tmpfile
(nndoc-article-type mbox))))
(delete-file tmpfile)))
@@ -2479,7 +2479,7 @@ the bug number, and browsing the URL must return mbox output."
"/.*$" ""))))
(write-region (point-min) (point-max) tmpfile)
(gnus-group-read-ephemeral-group
- (format "gnus-read-ephemeral-bug:%s"
+ (format "nndoc+ephemeral:bug#%s"
(mapconcat 'number-to-string ids ","))
`(nndoc ,tmpfile
(nndoc-article-type mbox))
-----------------------------------------------------------------------
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 | 6 ++++++
lisp/gnus-group.el | 4 ++--
2 files changed, 8 insertions(+), 2 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