summaryrefslogtreecommitdiff
path: root/lisp/net/shr.el
AgeCommit message (Expand)Author
2026-05-21Merge from origin/emacs-31João Távora
2026-05-20Fix 'shr-outline-search' (bug#81073)Juri Linkov
2026-05-18shr.el: Don't insert image at outdated destination (bug#80945)Stefan Monnier
2026-04-27Fix defining a few faces as emptyJonas Bernoulli
2026-02-14Escape attribute values and string DOMs when inserting themVisuwesh
2026-02-12Avoid errors in shr.el due to fractional colspan attributeArto Jantunen
2026-01-20Call browser functions via `browse-url'Daniel Mendler
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-09-14* lisp/net/shr.el (shr-tag-sub): Handle BOB (bug#79448).Eli Zaretskii
2025-02-04Improve calculation of indent prefixes when using text scalingJim Porter
2025-01-05; Fix warnings in a tty-only build on MS-WindowsEli Zaretskii
2025-01-01Update copyright year to 2025Paul Eggert
2024-10-31shr.el: Define rendering rule for math tagAugusto Stoffel
2024-10-24Mark if-let and when-let obsoleteSean Whitton
2024-10-11shr: handle anonymous documents with an empty baseAndreas Schwab
2024-08-25Improve computation of indent depth in SHR and 'visual-wrap-prefix-mode'Jim Porter
2024-08-18Improve SHR/EWW support for 'visual-wrap-prefix-mode'Jim Porter
2024-07-13Treat SVG images like other image types in 'shr-put-image'Jim Porter
2024-07-09; * lisp/net/shr.el (shr-image-zoom-levels): Fix wrong type.Mattias Engdegård
2024-07-07Merge from savannah/emacs-30Po Lu
2024-07-06Fix formatting of tables with thead/tfoot but no tbodyJD Smith
2024-07-04In SHR, load from URL cache if possible when zooming imagesJim Porter
2024-07-04Fix the different image zoom levels in SHR to work as expectedJim Porter
2024-07-04In SHR, keep track of image sizes as specified by the HTMLJim Porter
2024-07-04Slice images based on their height in SHR, not their zoom levelJim Porter
2024-06-22Fix zooming images in SHRJim Porter
2024-04-29Fix errors in 'shr-correct-dom-case'Visuwesh
2024-03-15Keep indenting text when 'shr-fill-text' is nil (bug#69555)Kévin Le Gouguec
2024-02-01shr: Correct SVG attribute caseSacha Chua
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-16; * lisp/net/shr.el (shr-put-image): No more need to test for nil ALT.Eli Zaretskii
2023-12-16Fix 'shr-put-image' with nil value for ALTVisuwesh
2023-12-10; Fix typosStefan Kangas
2023-11-25Don't insert subscript on a newlineRahguzar
2023-11-25Outline support for shr rendered documentsRahguzar
2023-11-25Allow displaying images inlineRahguzar
2023-11-25Make some aspects of shr rendering customizableRahguzar
2023-09-04Revert use of seq-count in shr-countStefan Kangas
2023-09-04; * lisp/net/shr.el (shr-count): Fix typo.Stefan Kangas
2023-09-04Use seq-count in three functionsStefan Kangas
2023-07-20; Fix previous changeRobert Pluim
2023-07-20Fix defface's with no customization dataEli Zaretskii
2023-05-31* lisp/net/shr.el (shr-dom-max-natural-width): Rewrite muddled code.Mattias Engdegård
2023-05-22shr: allow moving between adjacent anchorsAndreas Schwab
2023-04-15Make image-map bindings available on image linksAndreas Schwab
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-09-26Fix (thing-at-point 'url) in eww formsLars Ingebrigtsen
2022-09-19Abolish max-specpdl-size (bug#57911)Mattias Engdegård
2022-09-14Also use eww URL transformers in the actual linksLars Ingebrigtsen