aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorVibhav Pant2015-03-17 05:27:23 +0530
committerVibhav Pant2015-03-17 05:27:23 +0530
commit43a847c02c3eb848cd0d55a4722bfe7f39b1112f (patch)
tree81b4b137cf471613f98b041921e44993bb20ba58 /etc
parentab4e4cc92c62051983f4ee5f1bf9c82440086451 (diff)
downloademacs-43a847c02c3eb848cd0d55a4722bfe7f39b1112f.tar.gz
emacs-43a847c02c3eb848cd0d55a4722bfe7f39b1112f.zip
Fixes: debbugs:19335
* net/browse-url.el (browse-url-browser-function): Add "Conkeror". (browse-url-conkeror-program, browse-url-conkeror-arguments) (browse-url-conkeror-new-window-is-buffer): New defcustoms. (browse-url-default-browser): Check for `browse-url-conkeror' and call `browse-url-conkeror-program'. (browse-url-conkeror): New command. (bug#19863) * etc/NEWS: Mention added support for Conkeror.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 491d0d3de54..24ed0799b2c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -560,6 +560,10 @@ command line's password prompt.
560 560
561*** The new built-in command `clear' can scroll window contents out of sight. 561*** The new built-in command `clear' can scroll window contents out of sight.
562 562
563** Browse-url
564
565*** browse-url now supports the Conkeror Web Browser.
566
563+++ 567+++
564** tar-mode: new `tar-new-entry' command, allowing for new members to 568** tar-mode: new `tar-new-entry' command, allowing for new members to
565be added to the archive. 569be added to the archive.