summaryrefslogtreecommitdiff
path: root/lisp/net/shr.el
Commit message (Expand)AuthorAgeFilesLines
* Make shr-rescale-image respect get-buffer-window againLars Ingebrigtsen2019-05-161-27/+29
* Make image scaling work without imagemagick support in ewwLars Ingebrigtsen2019-05-151-31/+28
* Add a comment about the previous shr changeLars Ingebrigtsen2019-05-131-0/+2
* Fix problems in shr when indenting tablesLars Ingebrigtsen2019-05-131-2/+4
* Handle HTML 'ol' start attribute in shr.elNicholas Drozd2019-02-221-1/+8
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-09-281-3/+3
|\ \ | |/
| * * lisp/net/shr.el (shr-copy-url): Fix docstring.Noam Postavsky2018-09-271-3/+3
* | shr: Allow skipping tags with aria-hidden (Bug#32348)Noam Postavsky2018-08-271-1/+10
* | Don't have shr bug out on degenerate <img> tagsLars Ingebrigtsen2018-06-111-0/+4
* | Set :version of shr facesBasil L. Contovounesios2018-04-171-0/+3
* | shr doc string fixLars Ingebrigtsen2018-04-171-3/+3
* | Modernise face specs and set version tags in eww/shrBasil L. Contovounesios2018-04-171-3/+3
* | Tweak shr window width computationLars Ingebrigtsen2018-04-171-1/+2
* | Reimplement `shr-next-link' and `shr-previous-link'Lars Ingebrigtsen2018-04-171-39/+9
* | Query the user whether to increase stack depth in shrLars Ingebrigtsen2018-04-151-2/+6
* | Avoid an infloop in shr filling when not using fontsLars Ingebrigtsen2018-04-151-36/+39
* | Further shr line folding/link continuation tweaksLars Ingebrigtsen2018-04-141-10/+17
* | Tweak shr link text property adjustments when foldingLars Ingebrigtsen2018-04-141-2/+2
* | Tweak the fonts applied to shr indentationLars Ingebrigtsen2018-04-131-6/+6
* | Fix bug in shr-urlify introduced in previous patchLars Ingebrigtsen2018-04-131-2/+3
* | Make shr support inline <div>sLars Ingebrigtsen2018-04-131-3/+7
* | Notify the user a bit more before clicking IDNA linksLars Ingebrigtsen2018-04-131-6/+18
* | When opening external links in eww, blink the linkLars Ingebrigtsen2018-04-131-1/+32
* | <label> shouldn't introduce a line breakLars Ingebrigtsen2018-04-131-4/+0
* | Merge from origin/emacs-26Glenn Morris2018-04-011-2/+6
|\ \ | |/
| * * lisp/net/shr.el (shr-browse-url): Doc fix. (Bug#30957)Eli Zaretskii2018-04-011-2/+6
* | Quieten cl-lib related compiler warningsGlenn Morris2018-03-221-1/+1
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* * lisp/net/shr.el (shr-string-pixel-width): Return pixel-width,Katsumi Yamaoka2017-12-181-4/+5
* Avoid reordering of output in 'shr-insert-document'Eli Zaretskii2017-12-161-3/+8
* Escape column-zero doc parensGlenn Morris2017-12-121-1/+1
* Allow shr to use data: URLs without encodingLars Ingebrigtsen2017-12-031-1/+2
* Avoid jumbled order in HTML rendered by shr.elEli Zaretskii2017-11-251-1/+3
* Fix the bug#24034 change (revno 9eb028f) causing infloop (bug#29047)Katsumi Yamaoka2017-10-301-3/+7
* Fix doc typosGlenn Morris2017-10-281-1/+1
* Revert last change in 'shr-descend'Eli Zaretskii2017-10-061-2/+16
* Support indirection for all shr-tag-* callsVasilij Schneidermann2017-10-051-16/+19
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Update uses of if-let and when-letMark Oteiza2017-09-121-3/+3
* Ensure that we parse images right in shr.elGrégoire Jadi2017-07-241-0/+1
* Fix image/svg+xml display in shrLars Ingebrigtsen2017-07-231-1/+1
* Split shr-copy-url dwim behavior into separate functions (Bug#26826)Noam Postavsky2017-07-021-35/+51
* * lisp/net/shr.el (shr-fill-text): Actually fill the text. (Bug#27399)Glenn Morris2017-06-221-0/+1
* * lisp/net/shr.el: Use cl-lib instead of cl.Stefan Monnier2017-05-231-14/+15
* Avoid unnecessary loading of subr-x at run-timeGlenn Morris2017-04-181-1/+1
* shr-image-fetched: Work for narrowed Gnus articleKatsumi Yamaoka2017-03-271-11/+13
* Fix issues with dedicated windows in shr.elDavid Bremner2017-03-041-0/+6
* Fix rendering of some complex SVG imagesLars Ingebrigtsen2017-01-241-5/+7