summaryrefslogtreecommitdiff
path: root/lisp/net/shr.el
Commit message (Expand)AuthorAgeFilesLines
* Make eww rendering default to `window-width' againLars Ingebrigtsen2014-12-291-1/+2
* shr table header/footer fixesIvan Shmakov2014-12-281-40/+61
* * net/shr.el (shr-fold-text): Don't bug out on zero-length text.Lars Magne Ingebrigtsen2014-12-151-7/+9
* * net/shr.el (shr-next-link): Don't error out at eob.Andreas Schwab2014-12-131-2/+3
* (shr-fold-text): Inhibit state from being altered.Lars Magne Ingebrigtsen2014-12-131-0/+2
* Make shr fold long title textsLars Magne Ingebrigtsen2014-12-131-3/+10
* (shr-tag-object): Don't bug out on text elements in <object>Lars Magne Ingebrigtsen2014-12-101-1/+1
* Make inline SVGs work in shr againLars Magne Ingebrigtsen2014-12-091-1/+4
* * lisp: Prefer inlinable functions to macros.Stefan Monnier2014-12-051-10/+10
* * net/shr.el (shr--extract-best-source): Ignore non-text children.Lars Magne Ingebrigtsen2014-12-041-2/+2
* shr-dom-print dom.el changesLars Magne Ingebrigtsen2014-12-011-6/+11
* * net/shr.el (shr-make-table-1): dom.el changes for table rendering.Lars Magne Ingebrigtsen2014-11-271-3/+4
* Use the new dom.el accessors in shr and ewwLars Magne Ingebrigtsen2014-11-261-266/+217
* Move eww and shr to customization group `web'Lars Magne Ingebrigtsen2014-11-161-2/+2
* * net/shr.el (shr-inhibit-images): Add a doc string.Lars Magne Ingebrigtsen2014-11-131-1/+3
* Make shr stop descending into the dom before `max-specpdl-size' stops usLars Magne Ingebrigtsen2014-11-131-22/+33
* shr URL expansion fixesIvan Shmakov2014-11-131-2/+5
* Display SVG images in external <object> filesLars Magne Ingebrigtsen2014-11-131-20/+49
* shr typo fix from recent check-inLars Magne Ingebrigtsen2014-11-031-1/+1
* Minor readability parsing issues with SVC imagesLars Magne Ingebrigtsen2014-11-031-1/+2
* Minor `shr-retransform-dom' fixLars Magne Ingebrigtsen2014-11-031-1/+1
* * net/shr.el (shr-retransform-dom): Allow several text sub-nodes.Lars Magne Ingebrigtsen2014-11-031-4/+2
* Add a new, somewhat experimental "readability" command to ewwLars Magne Ingebrigtsen2014-11-031-0/+20
* Allow users to specify `shr-width'Ivan Kanis2014-09-181-10/+12
* Merge from emacs-24; up to 2014-07-02T00:57:53Z!juri@jurta.orgGlenn Morris2014-08-271-1/+5
|\
| * shr.el: Comment.Glenn Morris2014-08-261-0/+2
| * * net/shr.el (shr-expand-url): Plain expand-file-name is not enough;João Távora2014-08-261-1/+3
* | Fix typo in last shr.el check-inLars Magne Ingebrigtsen2014-08-251-1/+1
* | shr.el: Encode copied URLsLars Magne Ingebrigtsen2014-08-251-2/+2
* | * lisp/net/shr.el (shr-copy-url): Also copy the image URL.Lars Magne Ingebrigtsen2014-08-051-3/+7
|/
* Fix relative links to parent directories in shrJoão Távora2014-04-141-1/+1
* (eww-textarea-map): [tab] doesn't work on tty.Lars Ingebrigtsen2014-03-051-2/+2
* Tweak earlier shr.el changeGlenn Morris2014-02-281-1/+1
* * net/shr.el (shr-put-image): add custom variableIvan Kanis2014-02-281-5/+12
* Make shr respect privacy when viewing documents with SVG imagesLars Ingebrigtsen2014-01-311-3/+11
* Make shr-generic into a defsusbt to make the stack shallowerLars Ingebrigtsen2014-01-311-8/+8
* * net/shr.el (shr-tag-img): Prefer the title over the alt text.Adam Sjøgren2014-01-241-1/+3
* * lisp/net/shr.el (shr-render-region): Autoload.Stefan Monnier2014-01-121-0/+1
* Make shr do line filling better when encountering very long wordsLars Magne Ingebrigtsen2014-01-051-1/+7
* * net/shr.el (shr-descend): Don't bug out if the anchor is empty.Lars Magne Ingebrigtsen2014-01-051-0/+4
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Add missing custom :versions, plus small fixesGlenn Morris2013-12-271-0/+1
* * net/shr.el (shr-insert): Don't infloop if the width is zero.Lars Ingebrigtsen2013-12-271-0/+1
* Fix another shr infloop in the filling codeLars Ingebrigtsen2013-12-271-4/+5
* shr didn't fill Japanese text correctly any moreLars Ingebrigtsen2013-12-271-8/+9
* Don't infloop when we can't find a good place to break lines in shrLars Ingebrigtsen2013-12-251-11/+10
* * net/shr.el (shr-visit-file): Removed debugging function.Lars Ingebrigtsen2013-12-251-7/+0
* Further shr quotation mark fill fixesLars Ingebrigtsen2013-12-251-20/+10
* Fold shr text with single quotation marks betterLars Ingebrigtsen2013-12-251-1/+2
* * net/shr.el (shr--extract-best-source): Don't bug out on audio elementsLars Magne Ingebrigtsen2013-12-211-12/+7