diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2014-03-31 22:55:15 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2014-03-31 22:55:15 +0200 |
commit | a48030e2a36f248f36549ae82c973fd1ad6ef924 (patch) | |
tree | 5f55dd3871483533c827304d0f279597b5aed925 /CHANGELOG | |
parent | d8b0c45812890670943becd45383f75d57056e52 (diff) |
update doc
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -8,9 +8,8 @@ Features: * Added hotkeys to sfeed_html to toggle showing only new items (n key) and focusing the menu (s key) or items (i key) using a tiny bit of javascript. - * Auto-detect XML encoding. - - + * Auto-detect XML character set encoding (sfeed_xmlenc). + * Auto-detect RSS/Atom feeds from web-pages (sfeed_web). * Added sfeed_frames, a formatting program to output feeds as a HTML file with frames. It's optimized to look good in older browsers that don't necesarily support CSS or modern HTML, like links. See the man page for more details. @@ -18,9 +17,7 @@ Features: this parser is also non-validating, it will not check the XML for errors or stop parsing if it contains errors (which is good). * Removed the dependency on a POSIX C compiler / libc and converted to - ANSI C. Added some headers and files (compat.c, compat.h) for - compatibility with really old compilers or add useful functions that exist - beyond ANSI C. + C99. Bug fixes: ---------- |