<feed xmlns='http://www.w3.org/2005/Atom'>
<title>avandu/doc/avandu.texinfo, branch master</title>
<subtitle>Emacs interface for tt-rss</subtitle>
<id>https://code.ryuslash.org/avandu/atom?h=master</id>
<link rel='self' href='https://code.ryuslash.org/avandu/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/avandu/'/>
<updated>2016-12-26T23:40:32Z</updated>
<entry>
<title>Document the avandu-mark-article-unread command</title>
<updated>2016-12-26T23:40:32Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2016-12-26T23:40:32Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/avandu/commit/?id=0001e7cfab183f283c18b85bee25b94995beee63'/>
<id>urn:sha1:0001e7cfab183f283c18b85bee25b94995beee63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add unsubscribe command</title>
<updated>2014-04-12T21:26:16Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2014-04-12T21:26:16Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/avandu/commit/?id=891a847b0fff0ec1abfa717ede28250a16d5c429'/>
<id>urn:sha1:891a847b0fff0ec1abfa717ede28250a16d5c429</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document avandu-subscribe-to-feed</title>
<updated>2014-04-12T20:56:06Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2014-04-12T20:56:06Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/avandu/commit/?id=3438d383c241315001a87925df669880e453b0d0'/>
<id>urn:sha1:3438d383c241315001a87925df669880e453b0d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update docs</title>
<updated>2012-08-22T22:05:12Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2012-08-22T22:05:12Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/avandu/commit/?id=bc17d8749771922b4557ebcfedbf59b71fd44bf3'/>
<id>urn:sha1:bc17d8749771922b4557ebcfedbf59b71fd44bf3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename avandu-list to avandu-overview</title>
<updated>2012-08-04T14:10:42Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2012-08-04T14:10:42Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/avandu/commit/?id=a92da69dead9d4a66f7aa06cec22b660ef20f298'/>
<id>urn:sha1:a92da69dead9d4a66f7aa06cec22b660ef20f298</id>
<content type='text'>
As it's `avandu-overview-mode' and the everything else says overview,
this really is a better name.
</content>
</entry>
<entry>
<title>Add avandu-categories function</title>
<updated>2012-08-04T00:28:18Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2012-08-04T00:28:18Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/avandu/commit/?id=ed39e627ded14d63e19f3718ca5cb95c4317fca3'/>
<id>urn:sha1:ed39e627ded14d63e19f3718ca5cb95c4317fca3</id>
<content type='text'>
Remove texinfo documentation abount avandu-feeds, as it is not a
command it should not (yet) be documented in the info manual.
</content>
</entry>
<entry>
<title>Add avandu-feeds command</title>
<updated>2012-08-03T23:31:55Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2012-08-03T23:31:55Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/avandu/commit/?id=fb8e52c1dc022538e3e5874cc12c021e05d1fb50'/>
<id>urn:sha1:fb8e52c1dc022538e3e5874cc12c021e05d1fb50</id>
<content type='text'>
This command only returns a vector of feeds, it is not yet useful for
users but will be used later to allow for different views of feeds.
</content>
</entry>
<entry>
<title>Show unread count in mode-line</title>
<updated>2012-08-03T22:33:03Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2012-08-03T22:30:15Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/avandu/commit/?id=ea83dd8c2c4cfca11af8cf6224ca55dd4b4946e7'/>
<id>urn:sha1:ea83dd8c2c4cfca11af8cf6224ca55dd4b4946e7</id>
<content type='text'>
* avandu.el (avandu-new-articles-count): Only show a message in the
  echo area if it has been called interactively in any way.

  (avandu-overview-mode): Set MODE-NAME to the format of
  "Avandu:Overview[#]" where `#' is replaced by the number of unread
  articles.
</content>
</entry>
<entry>
<title>Add avandu-tt-rss-version command</title>
<updated>2012-08-03T22:05:24Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2012-08-03T22:05:24Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/avandu/commit/?id=7546b86c4b4d5913c8b1ba83eae9f92d99977c7e'/>
<id>urn:sha1:7546b86c4b4d5913c8b1ba83eae9f92d99977c7e</id>
<content type='text'>
Also add some doc fixes.
</content>
</entry>
<entry>
<title>Add avandu-tt-rss-api-level command</title>
<updated>2012-08-03T21:54:35Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2012-08-03T21:54:35Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/avandu/commit/?id=08a2b3c8dd4a624407b4d20368d2a3467426c7fd'/>
<id>urn:sha1:08a2b3c8dd4a624407b4d20368d2a3467426c7fd</id>
<content type='text'>
This command gets the api level from tt-rss, this doesn't serve any
purpose yet, but it could be used later-on to determine which features
are and aren't available.
</content>
</entry>
</feed>
