summaryrefslogtreecommitdiff
path: root/lisp/net/eww.el
Commit message (Expand)AuthorAgeFilesLines
* Function declaration updates prompted by 'make check-declare'Glenn Morris2015-04-301-1/+1
* Render application/xhtml+xml as HTMLIvan Shmakov2015-03-051-3/+8
* eww: Fix some docstrings/error message.RĂ¼diger Sonderfeld2015-03-041-6/+7
* Add autoload cookie for the eww-suggest-uris variable.Ivan Shmakov2015-02-161-0/+1
* Fix eww.el desktop support.Ivan Shmakov2015-02-161-2/+5
* Allow using variable-width fonts in ewwLars Magne Ingebrigtsen2015-02-101-10/+10
* * lisp/net/eww.el (eww-add-bookmark): Fix promptLars Ingebrigtsen2015-01-261-13/+12
* * lisp/net/eww.el: Use lexical-binding.Stefan Monnier2015-01-141-20/+14
* Further eww URL DWIM tweaksLars Magne Ingebrigtsen2015-01-111-1/+3
* eww title cleanup when loadingLars Magne Ingebrigtsen2015-01-101-0/+1
* (eww): Don't interpret "org/foo" as an URL.Lars Magne Ingebrigtsen2015-01-101-1/+1
* Further eww DWIM URL interpretation fixupsLars Magne Ingebrigtsen2015-01-101-1/+4
* Tweak eww DWIM URL recognitionLars Magne Ingebrigtsen2015-01-101-4/+5
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Multi-page isearch support in ewwJuri Linkov2014-12-311-0/+15
* Make eww rendering default to `window-width' againLars Ingebrigtsen2014-12-291-0/+1
* Fix eww typo in "up" handlingIvan Shmakov2014-12-281-1/+1
* Make eww mark valid/invalid https pagesLars Magne Ingebrigtsen2014-12-091-10/+36
* Commands and mode for managing multiple eww buffersAndrey Kotlarski2014-12-081-0/+130
* (eww-copy-page-url): Add doc string.Lars Magne Ingebrigtsen2014-12-071-0/+1
* Revert prefix behavior in RET to previous behaviorLars Magne Ingebrigtsen2014-12-071-3/+3
* Make `G' in eww record historyIvan Shmakov2014-12-071-11/+6
* (eww-current-buffer): Compilation fix for bug#18550 patch.Lars Magne Ingebrigtsen2014-12-071-0/+2
* Make a prefix to `eww-reload' work locallyLars Magne Ingebrigtsen2014-12-071-7/+14
* eww history restoration fixIvan Shmakov2014-12-071-2/+7
* eww bookmark display fixupLars Magne Ingebrigtsen2014-12-071-11/+10
* Make eww use mailcap when displaying PDF filesLars Magne Ingebrigtsen2014-12-051-1/+2
* Call `eww-after-render-hook' in the correct bufferIvan Shmakov2014-12-011-11/+8
* Minor eww point placement fixupLars Magne Ingebrigtsen2014-12-011-1/+2
* Fix typo in last checkinLars Magne Ingebrigtsen2014-11-271-8/+7
* * net/eww.el (eww-restore-history): Bind `inhibit-modification-hooks'Lars Magne Ingebrigtsen2014-11-271-2/+2
* (eww-process-text-input): Try to keep track of the size more reliably.Lars Magne Ingebrigtsen2014-11-271-11/+27
* (eww-mode): Revert mistanken removal of `buffer-disable-undo'.Lars Magne Ingebrigtsen2014-11-271-0/+1
* Add more sanity checks to the last eww after-change-function patchLars Magne Ingebrigtsen2014-11-271-47/+49
* (eww-process-text-input): Fix deletion at the start of the field, too.Lars Magne Ingebrigtsen2014-11-271-3/+7
* (eww-restore-history): Inhibit change functions while restoring the history.Lars Magne Ingebrigtsen2014-11-271-0/+1
* eww input field fixupLars Magne Ingebrigtsen2014-11-271-3/+4
* Record the right URL in ewwLars Magne Ingebrigtsen2014-11-271-5/+3
* Further eww dom.el cleanupsLars Magne Ingebrigtsen2014-11-261-16/+11
* * net/eww.el (eww-highest-readability): More dom.el fixes.Lars Magne Ingebrigtsen2014-11-261-6/+7
* Use the new dom.el accessors in shr and ewwLars Magne Ingebrigtsen2014-11-261-130/+110
* eww input field fixupLars Magne Ingebrigtsen2014-11-241-0/+1
* * net/eww.el (eww-set-character-encoding): Use `read-coding-system'.Lars Magne Ingebrigtsen2014-11-241-8/+5
* Allow opening eww links in a new bufferAndrey Kotlarski2014-11-231-7/+16
* (eww-follow-link): Make going to #targets in the page work again.Lars Magne Ingebrigtsen2014-11-231-4/+6
* Switch to the *eww* buffer immediately to avoid doing it asynchronouslyLars Magne Ingebrigtsen2014-11-231-57/+69
* * net/eww.el (eww-display-html): Decode the document-defined charset.Lars Magne Ingebrigtsen2014-11-231-1/+2
* Make `M-x eww' default to the URL under pointIvan Shmakov2014-11-231-1/+47
* * net/eww.el (eww-add-bookmark): Fix bookmark titles.Mark Oteiza2014-11-231-1/+1
* (eww-mode-map): Bind backtab to shr-previous-linkMark Oteiza2014-11-231-0/+1