<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.emacs.gnus.announce">
    <title>gmane.emacs.gnus.announce</title>
    <link>http://permalink.gmane.org/gmane.emacs.gnus.announce</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.gnus.announce/68"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.gnus.announce/67"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.gnus.announce/66"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.gnus.announce/65"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.gnus.announce/64"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.gnus.announce/63"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.gnus.announce/62"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.gnus.announce/61"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.gnus.announce/60"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.gnus.announce/59"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.gnus.announce/58"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.gnus.announce/68">
    <title>Ma Gnus v0.7 is released</title>
    <link>http://permalink.gmane.org/gmane.emacs.gnus.announce/68</link>
    <description>&lt;pre&gt;Let's celebrate May 1st by doing another Ma Gnus release!  Just one year
since the last one, which also happened to be on May 1st.  Funny
coincidence.

What's new?  Er...  some bugs were fixed...  and the notifications stuff
was added...

And stuff.

Get it by saying

  git clone http://git.gnus.org/gnus.git &amp;amp;&amp;amp; cd gnus &amp;amp;&amp;amp; git checkout m0-7

or download the release from

  http://git.gnus.org/cgit/gnus.git/snapshot/gnus-m0-7.zip

ChangeLog since last release:

2013-05-01  Lars Magne Ingebrigtsen  &amp;lt;lars&amp;lt; at &amp;gt;ingebrigtsen.no&amp;gt;

* gnus.el: Ma Gnus v0.7 is released.

2013-05-01  Katsumi Yamaoka  &amp;lt;yamaoka&amp;lt; at &amp;gt;jpl.org&amp;gt;

* gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
(Bug#14304)

2013-04-27  Glenn Morris  &amp;lt;rgm&amp;lt; at &amp;gt;gnu.org&amp;gt;

* gnus.el (gnus-list-debbugs):
Use require rather than autoload.  (Bug#14262)

2013-04-27  Julien Danjou  &amp;lt;julien&amp;lt; at &amp;gt;danjou.info&amp;gt;

* sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
port to "sieve" now that it has an official IANA port assigned.

2013-04-26  Katsu&lt;/pre&gt;</description>
    <dc:creator>Lars Magne Ingebrigtsen</dc:creator>
    <dc:date>2013-05-01T20:14:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.gnus.announce/67">
    <title>Re: Ma Gnus v0.5 is released</title>
    <link>http://permalink.gmane.org/gmane.emacs.gnus.announce/67</link>
    <description>&lt;pre&gt;

And in my hurry I forgot to fix the release number here.  So it was
really m0-5 that was released...

&lt;/pre&gt;</description>
    <dc:creator>Lars Magne Ingebrigtsen</dc:creator>
    <dc:date>2012-05-01T22:02:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.gnus.announce/66">
    <title>Ma Gnus v0.4 is released</title>
    <link>http://permalink.gmane.org/gmane.emacs.gnus.announce/66</link>
    <description>&lt;pre&gt;The traditional (and almost late) May 1st release!

Get it by saying

  git clone http://git.gnus.org/gnus.git &amp;amp;&amp;amp; cd gnus &amp;amp;&amp;amp; git checkout m0-4

or download the release from

  http://git.gnus.org/cgit/gnus.git/snapshot/gnus-m0-4.zip

ChangeLog since last release:

2012-05-01  Lars Magne Ingebrigtsen  &amp;lt;lars&amp;lt; at &amp;gt;ingebrigtsen.no&amp;gt;

* gnus.el: Ma Gnus v0.5 is released.

2012-04-28  Stefan Monnier  &amp;lt;monnier&amp;lt; at &amp;gt;iro.umontreal.ca&amp;gt;

* auth-source.el (auth-source--aput-1, auth-source--aput)
(auth-source--aget): New functions and macros.
Use them instead of aput/aget.

2012-04-27  Andreas Schwab  &amp;lt;schwab&amp;lt; at &amp;gt;linux-m68k.org&amp;gt;

* gnus.el (debbugs-gnu): Don't override existing autoload definition.

2012-04-26  Daiki Ueno  &amp;lt;ueno&amp;lt; at &amp;gt;unixuser.org&amp;gt;

* plstore.el (plstore-called-interactively-p): New compat macro copied
from message.el.
(plstore-mode): Use it.

2012-04-26  Daiki Ueno  &amp;lt;ueno&amp;lt; at &amp;gt;unixuser.org&amp;gt;

* plstore.el: Revive the editing feature.
(plstore-mode): New mode to edit plstore file.
(plstore-mode-toggle-display, plstore-m&lt;/pre&gt;</description>
    <dc:creator>Lars Magne Ingebrigtsen</dc:creator>
    <dc:date>2012-05-01T21:59:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.gnus.announce/65">
    <title>Ma Gnus v0.3 is released</title>
    <link>http://permalink.gmane.org/gmane.emacs.gnus.announce/65</link>
    <description>&lt;pre&gt;A bit of new functionality, but the main point here is to just bump the
version number so that bad `unexist' data can be flushed from
.newsrc.eld.

Get it by saying

  git clone http://git.gnus.org/gnus.git &amp;amp;&amp;amp; cd gnus &amp;amp;&amp;amp; git checkout m0-3

or download the release from

  http://git.gnus.org/cgit/gnus.git/snapshot/gnus-m0-3.zip

ChangeLog since last release:

2012-02-15  Lars Magne Ingebrigtsen  &amp;lt;lars&amp;lt; at &amp;gt;ingebrigtsen.no&amp;gt;

* gnus.el: Ma Gnus v0.3 is released.

2012-02-15  Lars Ingebrigtsen  &amp;lt;larsi&amp;lt; at &amp;gt;gnus.org&amp;gt;

* gnus-sum.el (gnus-summary-local-variables): Make
`gnus-newsgroup-unexist' into a local variable.

2012-02-14  Teodor Zlatanov  &amp;lt;tzz&amp;lt; at &amp;gt;lifelogs.com&amp;gt;

* registry.el (registry-usage-test, registry-persistence-test): Move to
tests/gnustest-registry.el.
(registry-make-testable-db, registry-match-test)
(registry-instantiation-test): Move to tests/gnustest-registry.el.

* gnus-registry.el (gnus-registry-misc-test)
(gnus-registry-usage-test): Move to tests/gnustest-registry.el.

* tests/gnustest-registry.el&lt;/pre&gt;</description>
    <dc:creator>Lars Ingebrigtsen</dc:creator>
    <dc:date>2012-02-15T09:13:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.gnus.announce/64">
    <title>Ma Gnus v0.1 is released</title>
    <link>http://permalink.gmane.org/gmane.emacs.gnus.announce/64</link>
    <description>&lt;pre&gt;The initial Ma Gnus release.  Nothing changed since No Gnus, other than
the name.

Get it by saying

  git clone http://git.gnus.org/gnus.git &amp;amp;&amp;amp; cd gnus &amp;amp;&amp;amp; git checkout m0-1

or download the release from

  http://git.gnus.org/cgit/gnus.git/snapshot/gnus-m0-1.zip

ChangeLog since last release:

2012-01-31  Lars Magne Ingebrigtsen  &amp;lt;lars&amp;lt; at &amp;gt;ingebrigtsen.no&amp;gt;

* gnus.el: Ma Gnus v0.1 is released.

2012-01-31  Lars Ingebrigtsen  &amp;lt;larsi&amp;lt; at &amp;gt;gnus.org&amp;gt;

* gnus.el (gnus-version): Change name to "Ma Gnus".


&lt;/pre&gt;</description>
    <dc:creator>Lars Ingebrigtsen</dc:creator>
    <dc:date>2012-01-31T16:59:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.gnus.announce/63">
    <title>No Gnus v0.19 is released</title>
    <link>http://permalink.gmane.org/gmane.emacs.gnus.announce/63</link>
    <description>&lt;pre&gt;Not much new functionality has been added since the previous release,
but since No Gnus is getting to the end of its life span, it's probably
time to do a new release.

For the past months, no new functionality has been added to No Gnus, and
no further functionality will be added.  But bugs will be fixed on this
branch.  New development will from now on take place on the master
branch, which will be called "真 Gnus" (or "Ma Gnus" if you're not of
the kanji-reading persuasion).

Get it by saying

  git clone http://git.gnus.org/gnus.git &amp;amp;&amp;amp; cd gnus &amp;amp;&amp;amp; git checkout n0-19

or download the release from

  http://git.gnus.org/cgit/gnus.git/snapshot/gnus-n0-19.zip

ChangeLog since last release:

2012-01-31  Lars Magne Ingebrigtsen  &amp;lt;lars&amp;lt; at &amp;gt;ingebrigtsen.no&amp;gt;

* gnus.el: No Gnus v0.19 is released.

2012-01-30  Philipp Haselwarter  &amp;lt;philipp.haselwarter&amp;lt; at &amp;gt;gmx.de&amp;gt;  (tiny change)

* gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
section in the manual.

2012-01-30  Lars Ingebrigtsen  &amp;lt;larsi&amp;lt; at &amp;gt;gnus.org&amp;gt;
&lt;/pre&gt;</description>
    <dc:creator>Lars Ingebrigtsen</dc:creator>
    <dc:date>2012-01-31T16:45:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.gnus.announce/62">
    <title>No Gnus v0.17 is released</title>
    <link>http://permalink.gmane.org/gmane.emacs.gnus.announce/62</link>
    <description>&lt;pre&gt;The traditional May 1st celebration release.

The major news this time is Ted's new version of gnus-registry, which is
all fast and spiffy.  Otherwise mostly smaller bug fixes.

Get it by saying

  git clone http://git.gnus.org/gnus.git &amp;amp;&amp;amp; cd gnus &amp;amp;&amp;amp; git checkout n0-17

or download the release from

  http://git.gnus.org/cgit/gnus.git/snapshot/gnus-n0-17.zip

ChangeLog since last release:

2011-05-01  Lars Magne Ingebrigtsen  &amp;lt;lars&amp;lt; at &amp;gt;ingebrigtsen.no&amp;gt;

* gnus.el: No Gnus v0.17 is released.

2011-05-01  Stefan Monnier  &amp;lt;monnier&amp;lt; at &amp;gt;iro.umontreal.ca&amp;gt;

* gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
buffer has moved to a different frame.

2011-05-01  Lars Magne Ingebrigtsen  &amp;lt;larsi&amp;lt; at &amp;gt;gnus.org&amp;gt;

* nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
to get the conversion from unibyte to multibyte buffers to work on
Emacs 22.

* nntp.el (nntp-request-article): Slight clean-up.

2011-04-29  Lars Magne Ingebrigtsen  &amp;lt;larsi&amp;lt; at &amp;gt;gnus.org&amp;gt;

* shr.el (shr-strike-through): New face.
(&lt;/pre&gt;</description>
    <dc:creator>Lars Magne Ingebrigtsen</dc:creator>
    <dc:date>2011-05-01T19:51:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.gnus.announce/61">
    <title>No Gnus v0.15 is released</title>
    <link>http://permalink.gmane.org/gmane.emacs.gnus.announce/61</link>
    <description>&lt;pre&gt;The usual mixture of bug fixes and more bug fixes, but the main new
thing in this release is the cleanup of the reworked auth-source
interface to the passwords, which should prompt you for the correct
credentials now.

Get it by saying

  git clone http://git.gnus.org/gnus.git &amp;amp;&amp;amp; cd gnus &amp;amp;&amp;amp; git checkout n0-15

or download the release from

  http://git.gnus.org/cgit/gnus.git/snapshot/gnus-n0-15.zip

ChangeLog since last release:

2011-03-17  Lars Magne Ingebrigtsen  &amp;lt;lars&amp;lt; at &amp;gt;ingebrigtsen.no&amp;gt;

* gnus.el: No Gnus v0.15 is released.

2011-03-17  Lars Magne Ingebrigtsen  &amp;lt;larsi&amp;lt; at &amp;gt;gnus.org&amp;gt;

* time-date.el (format-seconds): Use assoc instead of assoc-string to
avoid warning on XEmacs.

* dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
on XEmacs.

* gnus-art.el: Require mouse, which the build bot seems to say is
needed.

* dgnushack.el: Define url-retrieve-synchronously unless not defined.

* gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
XEmacs, since it doesn't ha&lt;/pre&gt;</description>
    <dc:creator>Lars Magne Ingebrigtsen</dc:creator>
    <dc:date>2011-03-17T19:29:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.gnus.announce/60">
    <title>No Gnus v0.13 is released</title>
    <link>http://permalink.gmane.org/gmane.emacs.gnus.announce/60</link>
    <description>&lt;pre&gt;The last release was (kinda) mistagged, so here's a new release with the
proper tags.

This release also includes a fix to the nntp bug that some people were
experiencing, where the new async parallel NNTP fetching code would hang
if you had some (somewhat degenerate) nntp backend definitions.

Get it by saying

  git clone http://git.gnus.org/gnus.git &amp;amp;&amp;amp; cd gnus &amp;amp;&amp;amp; git checkout n0-13

ChangeLog since last release:

2011-02-22  Lars Magne Ingebrigtsen  &amp;lt;lars&amp;lt; at &amp;gt;ingebrigtsen.no&amp;gt;

* gnus.el: No Gnus v0.13 is released.

2011-02-21  Lars Ingebrigtsen  &amp;lt;larsi&amp;lt; at &amp;gt;gnus.org&amp;gt;

* nnimap.el (nnimap-open-connection-1): Revert last change, since
auth-source now accepts numbers.

* auth-source.el (auth-source-netrc-parse): Accept a number as the port
spec, too.
(auth-source-ensure-strings): New function.

* gnus-art.el (gnus-article-update-date-headers): Doc fix.
(gnus-article-setup-buffer): Always restart the date timer so that user
changes to the frequency is respected.

* nnimap.el (nnimap-open-connection-1): auth-&lt;/pre&gt;</description>
    <dc:creator>Lars Ingebrigtsen</dc:creator>
    <dc:date>2011-02-22T00:23:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.gnus.announce/59">
    <title>Re: No Gnus v0.11 is released</title>
    <link>http://permalink.gmane.org/gmane.emacs.gnus.announce/59</link>
    <description>&lt;pre&gt;

I forgot to say what the major new things are since the last release.

* nnimap has been totally reimplemented.  It should work as before,
  mostly, but if you do server-side mail splitting, you may need to
  change your nnmail-split-methods variable into a nnimap-split-methods
  server parameter

* two new HTML renderers -- one based on w3m, if you're not using Emacs
  24, and one totally built-in called shr (Simple HTML Renderer), if
  you're using Emacs 24

* new auth methods -- the Secrets API is supported, and both nntp and
  nnimap use both ~/.authinfo and ~/.authinfo.gpg for credentials

* more encryption -- nnimap and nntp will use STARTTLS opportunistically
  if your Emacs 24 is compiled with gnutls support

* group activation has been completely rewritten, and data is read
  asynchronously and in parallel from all remote nntp and nnimap
  servers, which should speed up Gnus startup and the `g' command
  substantially 

I think those are the most major items, but I've probably forgotten a
lot.  It&lt;/pre&gt;</description>
    <dc:creator>Lars Ingebrigtsen</dc:creator>
    <dc:date>2011-02-21T10:56:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.gnus.announce/58">
    <title>No Gnus v0.11 is released</title>
    <link>http://permalink.gmane.org/gmane.emacs.gnus.announce/58</link>
    <description>&lt;pre&gt;Long time, no release.  The last one was the traditional release at
2008-05-01.  That's like a million years ago.

I'll start doing these releases more often now -- but without doing
tar balls, and without posting diffs.  These really aren't that
interesting any more, I think, since you can just download any version
you want from git.

So in the future, I'll do a release whenever I feel that development
Gnus is more stable than usual.  So they won't be done when there are
lots of bright, shiny, new, breakable stuff included, but when it's been
shown to work at least somewhat.  

Get it by saying

  git clone http://git.gnus.org/gnus.git &amp;amp;&amp;amp; git checkout n0-11

ChangeLog since last release has been removed since it's 8K lines.

&lt;/pre&gt;</description>
    <dc:creator>Lars Ingebrigtsen</dc:creator>
    <dc:date>2011-02-21T03:39:53</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.emacs.gnus.announce">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.emacs.gnus.announce</link>
  </textinput>
</rdf:RDF>
