index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
net
/
eww.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Multi-page isearch support in eww
Juri Linkov
2014-12-31
1
-0
/
+15
*
Make eww rendering default to `window-width' again
Lars Ingebrigtsen
2014-12-29
1
-0
/
+1
*
Fix eww typo in "up" handling
Ivan Shmakov
2014-12-28
1
-1
/
+1
*
Make eww mark valid/invalid https pages
Lars Magne Ingebrigtsen
2014-12-09
1
-10
/
+36
*
Commands and mode for managing multiple eww buffers
Andrey Kotlarski
2014-12-08
1
-0
/
+130
*
(eww-copy-page-url): Add doc string.
Lars Magne Ingebrigtsen
2014-12-07
1
-0
/
+1
*
Revert prefix behavior in RET to previous behavior
Lars Magne Ingebrigtsen
2014-12-07
1
-3
/
+3
*
Make `G' in eww record history
Ivan Shmakov
2014-12-07
1
-11
/
+6
*
(eww-current-buffer): Compilation fix for bug#18550 patch.
Lars Magne Ingebrigtsen
2014-12-07
1
-0
/
+2
*
Make a prefix to `eww-reload' work locally
Lars Magne Ingebrigtsen
2014-12-07
1
-7
/
+14
*
eww history restoration fix
Ivan Shmakov
2014-12-07
1
-2
/
+7
*
eww bookmark display fixup
Lars Magne Ingebrigtsen
2014-12-07
1
-11
/
+10
*
Make eww use mailcap when displaying PDF files
Lars Magne Ingebrigtsen
2014-12-05
1
-1
/
+2
*
Call `eww-after-render-hook' in the correct buffer
Ivan Shmakov
2014-12-01
1
-11
/
+8
*
Minor eww point placement fixup
Lars Magne Ingebrigtsen
2014-12-01
1
-1
/
+2
*
Fix typo in last checkin
Lars Magne Ingebrigtsen
2014-11-27
1
-8
/
+7
*
* net/eww.el (eww-restore-history): Bind `inhibit-modification-hooks'
Lars Magne Ingebrigtsen
2014-11-27
1
-2
/
+2
*
(eww-process-text-input): Try to keep track of the size more reliably.
Lars Magne Ingebrigtsen
2014-11-27
1
-11
/
+27
*
(eww-mode): Revert mistanken removal of `buffer-disable-undo'.
Lars Magne Ingebrigtsen
2014-11-27
1
-0
/
+1
*
Add more sanity checks to the last eww after-change-function patch
Lars Magne Ingebrigtsen
2014-11-27
1
-47
/
+49
*
(eww-process-text-input): Fix deletion at the start of the field, too.
Lars Magne Ingebrigtsen
2014-11-27
1
-3
/
+7
*
(eww-restore-history): Inhibit change functions while restoring the history.
Lars Magne Ingebrigtsen
2014-11-27
1
-0
/
+1
*
eww input field fixup
Lars Magne Ingebrigtsen
2014-11-27
1
-3
/
+4
*
Record the right URL in eww
Lars Magne Ingebrigtsen
2014-11-27
1
-5
/
+3
*
Further eww dom.el cleanups
Lars Magne Ingebrigtsen
2014-11-26
1
-16
/
+11
*
* net/eww.el (eww-highest-readability): More dom.el fixes.
Lars Magne Ingebrigtsen
2014-11-26
1
-6
/
+7
*
Use the new dom.el accessors in shr and eww
Lars Magne Ingebrigtsen
2014-11-26
1
-130
/
+110
*
eww input field fixup
Lars Magne Ingebrigtsen
2014-11-24
1
-0
/
+1
*
* net/eww.el (eww-set-character-encoding): Use `read-coding-system'.
Lars Magne Ingebrigtsen
2014-11-24
1
-8
/
+5
*
Allow opening eww links in a new buffer
Andrey Kotlarski
2014-11-23
1
-7
/
+16
*
(eww-follow-link): Make going to #targets in the page work again.
Lars Magne Ingebrigtsen
2014-11-23
1
-4
/
+6
*
Switch to the *eww* buffer immediately to avoid doing it asynchronously
Lars Magne Ingebrigtsen
2014-11-23
1
-57
/
+69
*
* net/eww.el (eww-display-html): Decode the document-defined charset.
Lars Magne Ingebrigtsen
2014-11-23
1
-1
/
+2
*
Make `M-x eww' default to the URL under point
Ivan Shmakov
2014-11-23
1
-1
/
+47
*
* net/eww.el (eww-add-bookmark): Fix bookmark titles.
Mark Oteiza
2014-11-23
1
-1
/
+1
*
(eww-mode-map): Bind backtab to shr-previous-link
Mark Oteiza
2014-11-23
1
-0
/
+1
*
Allow setting the charset in eww
Kenjiro Nakayama
2014-11-23
1
-12
/
+29
*
* net/eww.el (eww-render): Remove a no-op :title setting.
Lars Magne Ingebrigtsen
2014-11-19
1
-1
/
+0
*
(eww-reload): Reload the page in the right buffer.
Ivan Shmakov
2014-11-19
1
-1
/
+2
*
(eww-history-limit): New variable.
Ivan Shmakov
2014-11-19
1
-1
/
+8
*
* net/eww.el (eww-desktop-misc-data): Use `cl-remove-duplicates'.
Lars Magne Ingebrigtsen
2014-11-19
1
-1
/
+1
*
Add desktop support to eww
Ivan Shmakov
2014-11-19
1
-5
/
+116
*
Make the eww buffers read-only
Lars Magne Ingebrigtsen
2014-11-16
1
-2
/
+3
*
Move eww and shr to customization group `web'
Lars Magne Ingebrigtsen
2014-11-16
1
-2
/
+2
*
* net/eww.el (eww-search-words): Mention `eww-search-prefix'.
Lars Magne Ingebrigtsen
2014-11-15
1
-1
/
+2
*
* net/eww.el (eww-render): Don't set the title to the URL.
Lars Magne Ingebrigtsen
2014-11-14
1
-1
/
+1
*
Bind `M-s M-s' globally to `eww-search-words'
Kenjiro NAKAYAMA
2014-11-14
1
-0
/
+6
*
Add a hook to be run after eww has rendered a page
Lars Magne Ingebrigtsen
2014-11-13
1
-1
/
+8
*
* net/eww.el (eww): Add comment to clarify.
Lars Magne Ingebrigtsen
2014-11-13
1
-0
/
+1
*
Display SVG images in external <object> files
Lars Magne Ingebrigtsen
2014-11-13
1
-5
/
+6
[next]