aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorIvan Kanis2013-06-23 20:27:58 +0200
committerLars Magne Ingebrigtsen2013-06-23 20:27:58 +0200
commitf865b4741cebe50ef8778e751c2aea7a89a0e18b (patch)
tree83311c8ab5e4956254ac1942a732bef3251374ae /lisp/ChangeLog
parenta3ca09b9fa134246fe8f180c12d3ee603696be12 (diff)
downloademacs-f865b4741cebe50ef8778e751c2aea7a89a0e18b.tar.gz
emacs-f865b4741cebe50ef8778e751c2aea7a89a0e18b.zip
eww.el: Add a command to browse using and external browser
(eww-external-browser): New variable. (eww-mode-map): New keystroke. (eww-browse-with-external-browser): New command.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 521827cb03c..6f696afbbaf 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,6 +2,9 @@
2 2
3 * net/eww.el (eww-search-prefix): New variable. 3 * net/eww.el (eww-search-prefix): New variable.
4 (eww): Use it. 4 (eww): Use it.
5 (eww-external-browser): New variable.
6 (eww-mode-map): New keystroke.
7 (eww-browse-with-external-browser): New command.
5 8
62013-06-23 Juanma Barranquero <lekktu@gmail.com> 92013-06-23 Juanma Barranquero <lekktu@gmail.com>
7 10