diff options
| author | Vibhav Pant | 2015-03-17 05:27:23 +0530 |
|---|---|---|
| committer | Vibhav Pant | 2015-03-17 05:27:23 +0530 |
| commit | 43a847c02c3eb848cd0d55a4722bfe7f39b1112f (patch) | |
| tree | 81b4b137cf471613f98b041921e44993bb20ba58 /etc | |
| parent | ab4e4cc92c62051983f4ee5f1bf9c82440086451 (diff) | |
| download | emacs-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -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 |
| 565 | be added to the archive. | 569 | be added to the archive. |