diff options
| author | Lars Magne Ingebrigtsen | 2013-06-26 18:54:48 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2013-06-26 18:54:48 +0200 |
| commit | 2b4f050643e66bbbe681a7e7e82dbdc5bf80fc7e (patch) | |
| tree | 227f432ee9277902d7f2bf465515e3e5b96ed05f /lisp/url/ChangeLog | |
| parent | bace80138586ec3d166baaa511eced3fb54d040b (diff) | |
| download | emacs-2b4f050643e66bbbe681a7e7e82dbdc5bf80fc7e.tar.gz emacs-2b4f050643e66bbbe681a7e7e82dbdc5bf80fc7e.zip | |
Add bookmark support to eww
* net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
probably.
(eww-mode-map): Add a menu bar.
(eww-add-bookmark): New command.
(eww-bookmark-mode): New mode and commands.
Diffstat (limited to 'lisp/url/ChangeLog')
| -rw-r--r-- | lisp/url/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 7b64b4cb3eb..43a14985ae2 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | * url-cookie.el: Implement a command and mode for displaying and | 3 | * url-cookie.el: Implement a command and mode for displaying and |
| 4 | editing cookies. | 4 | editing cookies. |
| 5 | (url-cookie-mode): Fix mode name. | ||
| 5 | 6 | ||
| 6 | 2013-06-21 Glenn Morris <rgm@gnu.org> | 7 | 2013-06-21 Glenn Morris <rgm@gnu.org> |
| 7 | 8 | ||