* net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
"Close browser" menu items. Fix wrong function of "List
bookmarks".
+2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com> (tiny change)
+
+ * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
+ "Close browser" menu items. Fix wrong function of "List
+ bookmarks".
+
2013-12-11 Juri Linkov <juri@jurta.org>
* misearch.el (multi-isearch-buffers): Set the value of
(easy-menu-define nil map ""
'("Eww"
- ["Quit" eww-quit t]
+ ["Exit" eww-quit t]
+ ["Close browser" quit-window t]
["Reload" eww-reload t]
["Back to previous page" eww-back-url
:active (not (zerop (length eww-history)))]
["View page source" eww-view-source]
["Copy page URL" eww-copy-page-url t]
["Add bookmark" eww-add-bookmark t]
- ["List bookmarks" eww-copy-page-url t]
+ ["List bookmarks" eww-list-bookmarks t]
["List cookies" url-cookie-list t]))
map))