aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net/shr.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a new face shr-codeLars Ingebrigtsen2022-03-211-1/+5
* Fix compilation warning introduced by previous shr.el changeLars Ingebrigtsen2022-02-201-0/+1
* Make eww work better on Tramp HTMLLars Ingebrigtsen2022-02-201-2/+4
* Fix HTML target marking in shrLars Ingebrigtsen2022-01-221-2/+2
* Rename the textsec-check function to textsec-suspicious-pLars Ingebrigtsen2022-01-201-6/+7
* Add text for suspicious linksLars Ingebrigtsen2022-01-191-1/+6
* Don't overwrite the link text in shr-tag-a for suspicious URLsLars Ingebrigtsen2022-01-191-3/+3
* Make shr mark links with suspicious URLsLars Ingebrigtsen2022-01-191-1/+6
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Simplify whitespace stripping in shr-expand-urlLars Ingebrigtsen2021-12-241-5/+3
* | Merge from origin/emacs-28Stefan Kangas2021-12-241-1/+3
|\ \ | |/
| * * lisp/net/shr.el (shr-expand-url): Also strip trailingAndreas Schwab2021-12-231-1/+3
* | Rework how shr sets <span id='foo'> targets to make it more reliableLars Ingebrigtsen2021-12-191-33/+22
* | Add a shr-allowed-images user optionLdBeth2021-12-191-6/+17
* | Merge from origin/emacs-28Stefan Kangas2021-12-111-1/+1
|\ \ | |/
| * Don't bug out on certain empty elements with idsLars Ingebrigtsen2021-12-101-1/+1
* | Fix previous shr-parse-style changeLars Ingebrigtsen2021-12-061-3/+1
* | Audit `string-match' usage in shr.elLars Ingebrigtsen2021-12-061-9/+9
* | Add new face `variable-pitch-text'Lars Ingebrigtsen2021-12-011-1/+1
* | Use pixel-fill-width in shr.elLars Ingebrigtsen2021-11-301-26/+14
* | Add new package pixel-fill.elLars Ingebrigtsen2021-11-301-103/+5
* | Define a face for shr textLars Ingebrigtsen2021-11-251-1/+5
* | Make shr render text with superscripts prettierLars Ingebrigtsen2021-11-201-2/+9
* | String backslash correctionsMattias Engdegård2021-11-181-1/+1
* | Adjust `defvar-keymap' and `define-keymap' to the new syntaxLars Ingebrigtsen2021-11-161-6/+6
* | Fix image-animate declarationLars Ingebrigtsen2021-11-121-1/+1
* | Allow stopping animations automatically when the image disappearsLars Ingebrigtsen2021-11-121-7/+8
* | Fix the look of the <video> elements in shrLars Ingebrigtsen2021-11-101-1/+1
* | Fix compiler warning building net/shr.el without xwidget supportPo Lu2021-11-091-0/+3
* | Don't create temporary files for <video>Lars Ingebrigtsen2021-11-091-13/+6
* | Fix typo in last shr changeLars Ingebrigtsen2021-11-091-1/+1
* | Fix shr-tag-video startup issueLars Ingebrigtsen2021-11-091-0/+1
* | Optionally use use xwidgets to display <video> elements in shrLars Ingebrigtsen2021-11-091-4/+38
* | Merge from origin/emacs-28Eli Zaretskii2021-10-311-7/+6
|\ \ | |/
| * Fix rendering of title-less <abbr> tags in shrLars Ingebrigtsen2021-10-311-7/+6
* | Change the call convention for `defvar-keymap'Lars Ingebrigtsen2021-10-051-1/+1
* | Convert some keymaps to defvar-keymapLars Ingebrigtsen2021-10-041-17/+15
|/
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-1/+1
* Add faces for shr heading elements (bug#49433)Protesilaos Stavrou2021-07-061-8/+33
* * lisp/net/shr.el (shr-image-displayer): Use proper closuresStefan Monnier2021-05-181-14/+14
* Add command in eww to toggle imagesRalph Schleicher2021-04-121-2/+4
* ; * lisp/net/shr.el (shr-insert-document): Fix last change.Eli Zaretskii2021-04-111-2/+3
* * lisp/net/shr.el (shr-insert-document): Explain why bidi-display-reorderingStefan Monnier2021-04-101-0/+5
* * lisp/net/*.el: Use lexical-bindingStefan Monnier2021-03-081-13/+13
* ; Finish recent rename of completion-* predicates.Basil L. Contovounesios2021-02-171-1/+1
* Make the button completion predicate be more usefulLars Ingebrigtsen2021-02-151-1/+1
* Add a possible completion predicate for buttonsLars Ingebrigtsen2021-02-141-0/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Handle gracefully href="" in base tags in shrŁukasz Stelmach2020-12-231-2/+3