summaryrefslogtreecommitdiff
path: root/lisp/net/eww.el
Commit message (Expand)AuthorAgeFilesLines
* * lisp/net/eww.el (eww-retrieve): Fix args of eww-render for sync (bug#68336).Juri Linkov2024-01-161-1/+1
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* Make image-map bindings available on image linksAndreas Schwab2023-04-151-1/+1
* Preserve peer information for web page in eww-readableEshel Yaron2023-04-021-1/+1
* ; Fix last changeEli Zaretskii2023-03-291-1/+1
* ; Fix last changeEli Zaretskii2023-03-291-1/+1
* Fix duplicate defcustom in eww.elEli Zaretskii2023-03-291-4/+5
* ; Fix :version of the new defcustomEli Zaretskii2023-03-261-1/+1
* ; Fix last changeEli Zaretskii2023-03-261-9/+10
* Add 'eww-default-download-directory'.Xi Lu2023-03-261-7/+12
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Better support for 'textarea' and 'select' tags in EWWNicolas Graner2022-11-101-2/+4
* Simplify eww--rescale-images codeLars Ingebrigtsen2022-09-281-9/+8
* Follow #target links in eww without re-renderingVisuwesh2022-09-281-5/+12
* Fix (thing-at-point 'url) in eww formsLars Ingebrigtsen2022-09-261-1/+1
* Rescale images along with text in eww with `C-x C-+'Lars Ingebrigtsen2022-09-261-0/+20
* Keep point in eww after hitting `g'Lars Ingebrigtsen2022-09-261-5/+3
* Also use eww URL transformers in the actual linksLars Ingebrigtsen2022-09-141-0/+1
* Enable undo in eww buffersLars Ingebrigtsen2022-09-131-2/+6
* * eww.el (eww-browse): Raise error if there are no argumentsPhilip Kaludercic2022-08-041-0/+2
* Revert "Fix about:protocols in EWW"Lars Ingebrigtsen2022-08-041-3/+0
* Fix eww--download-directory namingLars Ingebrigtsen2022-08-041-2/+2
* Fix about:protocols in EWWPo Lu2022-08-041-0/+3
* * lisp/net/eww.el (eww): Improve docstring.Stefan Kangas2022-07-091-1/+3
* * lisp/net/eww.el (eww-browse-url): Add 'browser-kind' property.Stefan Kangas2022-07-071-0/+2
* Exclude radio buttons when suggesting URI in ewwVisuwesh2022-07-041-3/+3
* Speed up shr-string-pixel-widthLars Ingebrigtsen2022-06-171-4/+4
* Further audits of single quotes in Lisp doc stringsLars Ingebrigtsen2022-05-241-1/+1
* ; Fix typosStefan Kangas2022-05-151-1/+1
* Audit quoting the quote character in doc stringsLars Ingebrigtsen2022-04-221-1/+1
* Fix eww bookmark writingThomas Fitzsimmons2022-03-291-1/+3
* Make eww work better on Tramp HTMLLars Ingebrigtsen2022-02-201-10/+8
* Make `g' work in eww buffers displaying Tramp filesLars Ingebrigtsen2022-02-201-11/+21
* Extend bookmark menu with with handler type columnMatthias Meulien2022-02-171-0/+2
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Rework how shr sets <span id='foo'> targets to make it more reliableLars Ingebrigtsen2021-12-191-1/+1
* | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-11-301-46/+46
|\ \
| * | Add support for the Haiku operating system and its window systemPo Lu2021-11-201-4/+4
| * | Adjust `defvar-keymap' and `define-keymap' to the new syntaxLars Ingebrigtsen2021-11-161-42/+42
* | | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-11-111-199/+325
|\| |
| * | Add back/forward mouse button bindings in ewwStefan Kangas2021-11-091-0/+3
| * | Add new user option eww-url-transformersLars Ingebrigtsen2021-11-071-2/+22
| * | Tweak `eww' new-buffer parametersLars Ingebrigtsen2021-11-061-5/+5
| * | Change the with-delayed-message syntax to allow future extensibilityLars Ingebrigtsen2021-10-251-1/+1
| * | Display a message if HMTL rendering takes a long timeLars Ingebrigtsen2021-10-241-1/+2
| * | Merge from origin/emacs-28Glenn Morris2021-10-221-4/+4
| |\|
| | * * lisp/net/eww.el (eww-retrieve-command): Add :tag.Robert Pluim2021-10-221-4/+4
| * | Add sample user function in eww-auto-rename-bufferProtesilaos Stavrou2021-10-181-1/+8
| * | Add new option to rename eww buffersProtesilaos Stavrou2021-10-151-5/+60