]> gitweb.fperrin.net Git - atom.el.git/shortlog
atom.el.git
13 days ago Frédéric PerrinAdd published propety master
13 days ago Frédéric PerrinFix nits
13 days ago Frédéric PerrinRemove dead code
13 days ago Frédéric PerrinRemove type=HTML/XHTML from RSS item descriptions
13 days ago Frédéric PerrinAdd atom:link with rel=self for RSS feeds
13 days ago Frédéric PerrinUse plist for optional arguments
2024-03-26 Frédéric PerrinStop requiring 'cl
2024-03-26 Frédéric PerrinEnable lexical-binding
2024-03-26 Frédéric PerrinFix documentation
2024-03-26 Frédéric PerrinAdd tests for atom.el
2015-03-29 Frédéric PerrinUse hex notation for entities
2011-04-25 Frédéric PerrinSpelling and comments in the README file.
2011-02-08 Frédéric PerrinCorrectly parse XHTML entities.
2011-02-06 Frédéric PerrinUse `write-file' instead of `write-region'.
2011-02-05 Frédéric PerrinPut some static strings into variables.
2011-02-05 Frédéric PerrinAdd the mandatory DIV element around XHTML entries.
2011-02-05 Frédéric PerrinDocumentation.
2011-02-04 Frédéric PerrinMake all links in the content of `atom-xhtml-convert...
2011-02-04 Frédéric PerrinAdd an Atom feed to RSS feed translator.
2011-02-02 Frédéric PerrinAdd a README file.
2011-02-02 Frédéric PerrinIn `atom-create', make ID default on SELF rather than...
2011-02-02 Frédéric PerrinRe-order the arguments to `atom-create'.
2011-02-02 Frédéric PerrinAdd a function to write an Atom feed to a file.
2011-02-02 Frédéric PerrinRepair XHTML generation.
2011-01-31 Frédéric PerrinUse the ,@ syntax to simplify some backquotes.
2011-01-31 Frédéric PerrinAdd the possibility of indicating a self URL.
2011-01-31 Frédéric PerrinAdd the generation of the atom:id element.
2011-01-31 Frédéric PerrinAdd example usage.
2011-01-31 Frédéric Perrinatom.el is a library for generating an Atom feed from...
2011-01-30 Frédéric PerrinInitial commit