Canto 0.5.7 ChangeLog
* Add -r flag to add URL from the command line.
* Added save() example keybind to canto/extra.py
* Fix nasty text browser problems from 0.5.6

Canto 0.5.6 ChangeLog
* Fix OPML import
* Fix changing feed names immediately
* Two feeds with the same name are now merged
* Add -b (background flag) to canto-fetch

Canto 0.5.5 ChangeLog
* Allow add_feed() to be called without a tag (name)
* Add canto-fetch -d (daemon mode)
* Add runhere.sh script to run canto straight from source
* Add source_urls
* Fix OPML export output
* Fix Canto hang after help
* Cleanup C compile warning
* More rendering cleanups

Canto 0.5.4 ChangeLog
* Fix renderer overrides

Canto 0.5.3 ChangeLog
* Fixed browser zombies
* Fixed closing link enumeration
* Fixed missing -i/-o man page references
* Add ability to use any type of URL for feed (e.g. file://)

Canto 0.5.2 ChangeLog
* Added sorting
* Added OPML support
* Added change_feed
* addfeed() == add_feed()
* Added missing default_filterlist()
* Fixed bad keybind crashes

Canto 0.5.1 ChangeLog
* Fixed progressing memory leak
* Hooks/filters are now wrapped in an exception logging wrapper.
* noitem_unsafe decorator applied to all Gui() functions that can't
	be used without any items
* Fixed uninitialized variable causing crash.

Canto 0.5.0 ChangeLog
* New dependency on feedparser and chardet.
* Global and per-feed filters implemented.
* Hooks, to call code on events (like new items, changing selection, etc.)
* Entirely changed, much less fragile on-disk format.
* Canto and canto-fetch are now a single, multi-call binary
* Canto-fetch no longer has its own config
* More useful keybinds, support lists of actions and arbitrary functions.
* Per-feed renderers can be configured.
* Story items now include all content, rather than just title/link/description
	(pretty useful for neat per-feed renderers, thanks to feedparser)
* Reader is now prettier, and more correct.
* Canto.extra is provided for nice helper functions for your config.
* Code documentation is much improved
* Code organization is more logical
* Proper locking between multiple instances of canto/canto-fetch.
* Entirely backwards compatible with 0.4.0 configs

Canto 0.4.8 ChangeLog
* Fix minor search problem
* Move title_key logic into canto_fetch

Canto 0.4.7 ChangeLog
* Fix HTML entities in story titles.
* Prioritize read over unread stories on disk.
* Remove --delete, canto-fetch cleans up automatically.
* Add vim-like (j/k) scrolling default bindings.
* Theme cleanups, interpret more HTML tags.
* Add User-Agent request header, fixing feeds like Google News.
* Add next/prev_unread bindings (default to ./,)

Canto 0.4.6 ChangeLog
* More title_key fixups.
* Move entity parsing to client, for more correct handling.
* Add basic list handling to reader.

Canto 0.4.5 ChangeLog
* Fix html entity crash
* Improve reader internal link detection
* Fix title_key behavior
* Minor theme fix for collapsed feeds

Canto 0.4.4.1 ChangeLog
* Quick fix for conf.example generation/use.

Canto 0.4.4 ChangeLog
* Vast cleanups in renderer / renderer format / C code
* Added canto -l for listing
* Added canto -n for printing number of new items in feed
* Added canto -a for printing number of new items in all
* Added canto-fetch -V for verbose state printing
* Added canto-fetch -f to force update, regardless of timestamp
* Added set_collapse_all unset_collapse_all keybinds, eliminate toggle.
* Added title_key option to addfeed with default
* Make canto -u verbose
* Create and use a conf.example if no conf file found.
* Stop kludging paths with sed, start relying on os.system()
* Start forcing an update if all feeds are empty (first start?)
* Fix canto -D
* Fix drawing on very skinny terminals
* Fix feed / tag separation in cfg

	
Canto 0.4.3 ChangeLog
* `xterm -e canto` now works as planned (reported by Aldrik Dunbar and grunge)
* The canto/.conf is now encoded in memory to UTF-8 fixing embedded, non-ASCII
	characters (reported by Ricardo Martins)
* Feed names now have forward slashes stripped for disk storage (reported by
	Ricardo Martins)
