summaryrefslogtreecommitdiff
path: root/lisp/net/newst-backend.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-27Paul Eggert2020-01-011-1/+1
|\
| * Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* | Use regexp type for regexps in defcustom declarationsMattias Engdegård2019-12-261-1/+1
|/
* ; Spelling fixesPaul Eggert2019-12-101-1/+1
* Update some URLsPaul Eggert2019-09-231-2/+2
* Fix time zone in previous rewrite of newsticker--decode-iso8601-dateLars Ingebrigtsen2019-07-311-2/+3
* Have newsticker use iso8601 to parse datesLars Ingebrigtsen2019-07-311-55/+10
* Remove XEmacs and ancient Emacs compatibility from newst-backend.elLars Ingebrigtsen2019-06-191-39/+0
* Avoid some double-rounding of Lisp timestampsPaul Eggert2019-02-221-3/+2
* Merge from origin/emacs-26Glenn Morris2019-02-201-2/+2
|\
| * Update citations of Internet RFCsPaul Eggert2019-02-161-2/+2
* | Prefer encode-time to its aliasPaul Eggert2019-02-101-2/+2
* | Don’t assume CURRENT_TIME_LISTPaul Eggert2019-02-091-16/+2
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-1/+1
* | file-attributes cleanupPaul Eggert2018-09-231-1/+2
* | * lisp/net/newst-backend.el (newsticker--sentinel-work):Glenn Morris2018-04-201-4/+5
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2017-12-161-12/+16
|\ \ | |/
| * Fixes for defcustoms, prompted by cus-test-optsGlenn Morris2017-12-131-1/+1
| * * lisp/net/newst-backend.el (newsticker--raw-url-list-defaults):Glenn Morris2017-12-131-11/+15
| * Fix documentation of `newsticker-new-item-functions' (bug#29023).Ulf Jasper2017-10-271-19/+20
* | * lisp/net/newst-backend.el: Use lexical scoping and fix warningsStefan Monnier2017-10-301-155/+138
* | Fix documentation of `newsticker-new-item-functions' (bug#29023).Ulf Jasper2017-10-271-19/+20
* | Prefer nil to (current-time) when either worksPaul Eggert2017-10-201-2/+2
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Remove feeds with dead uris from newsticker--raw-url-list-defaultsUlf Jasper2017-08-131-7/+1
* Fix uri of Emacs WikiUlf Jasper2017-08-131-1/+1
* Avoid add-to-list on local variablesStefan Monnier2017-01-041-9/+6
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Simplify now that float-time etc. are built-inPaul Eggert2016-05-081-7/+0
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-171-5/+5
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-3/+3
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-2/+2
* Prefer directed to neutral quotesPaul Eggert2015-08-241-2/+2
* More-conservative ‘format’ quote restylingPaul Eggert2015-08-231-3/+3
* Don't quote symbols 'like-this' in docstrings etc.Paul Eggert2015-08-201-4/+4
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* newsticker: Prevent multiple "Could not download..." messages. Fixes bug#19166.Ulf Jasper2014-12-011-5/+11
* newsticker: Handle embedded (x)html in atom feeds.Ulf Jasper2014-11-271-5/+9
* newsticker: Take care of UIDs when adding elements to cache.Ulf Jasper2014-11-261-5/+10
* newsticker: Fix bug#18787: Tell libxml-parse-xml-region to discard comments.Ulf Jasper2014-11-221-3/+4
* Simplify use of current-time and friends.Paul Eggert2014-10-281-8/+8
* Newsticker: fix broken image download via url-retrieve, again.Ulf Jasper2014-10-201-24/+24
* Newsticker: fix broken image download via url-retrieve.Ulf Jasper2014-10-201-14/+20
* Newsticker: Show feedicons in treeview. Small fix in opml export.Ulf Jasper2014-10-191-59/+153