aboutsummaryrefslogtreecommitdiffstats
path: root/avandu.el
Commit message (Collapse)AuthorAgeFilesLines
* Make a user option out of avandu-userGravatar Tom Willemsen2012-08-031-3/+5
| | | | There is no harm in specifying your username in a config file.
* RearrangeGravatar Tom Willemsen2012-08-031-201/+229
| | | | | Hopefully this will make it a little clearer. More rearranging might happen in the future.
* Explicitly require url and simpleGravatar Tom Willemsen2012-08-021-0/+2
| | | | This is to prevent warnings/errors from appearing.
* Use defcustom for avandu-tt-rss-api-urlGravatar Tom Willemsen2012-08-021-4/+6
| | | | | * avandu.el: Change `avandu-tt-rss-api-url' from a `defvar' to a `defcustom' to make it easier for users to change.
* Add some documentationGravatar Tom Willemsen2012-08-021-1/+20
|
* Add logout commandGravatar Tom Willemsen2012-07-281-0/+6
| | | | If you ever want to manually reset your session.
* Clean up data when login failsGravatar Tom Willemsen2012-07-281-1/+8
| | | | | | Before, when attempting to log in, and failing, the username and password were retained and subsequent attempts would also fail. Now the data is deleted and new login requests will start fresh.
* Add   as replaceable entityGravatar Tom Willemsen2012-07-271-1/+2
| | | | Replace it with ` '.
* Pass-off cleaning up of text to separate functionGravatar Tom Willemsen2012-07-271-11/+50
| | | | | | | | | | | * avandu.el (avandu-entity-replacement-alist): An alist that keeps track which titled entities should be replaced by which character. (avandu-clean-text): New function. (avandu--insert-article-excerpt): Don't run endless chains of `replace-regexp-in-string', leave (almost) all cleanup to `avandu-clean-text'. Don't print an excerpt if it is empty.
* Add excerpt to articlesGravatar Tom Willemsen2012-07-261-6/+28
| | | | | | | | | | | | | | | * avandu.el (avandu-overview-excerpt): New face. (avandu--insert-feed-title): Replace `newline' with `insert-char' to prevent newlines from continuing indentation. (avandu--insert-article-title): Replace `newline' with `insert-char'. (avandu--insert-article-excerpt): New function. (avandu-list): Ask tt-rss to send along an excerpt of each article and print this excerpt after the article's title.
* Add/improve docstringsGravatar Tom Willemsen2012-07-261-8/+54
|
* Initial commitGravatar Tom Willemsen2012-07-251-0/+307