Mercurial > emacs
diff lisp/ChangeLog @ 111697:ff6a7e607408
Introduce a new `browse-url-mailto-function' variable for mailto: URLs.
author | Lars Magne Ingebrigtsen <larsi@gnus.org> |
---|---|
date | Wed, 24 Nov 2010 07:29:06 +0100 |
parents | e8049570c647 |
children | b624f0531f64 |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Nov 24 06:22:51 2010 +0000 +++ b/lisp/ChangeLog Wed Nov 24 07:29:06 2010 +0100 @@ -1,3 +1,11 @@ +2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org> + + * net/browse-url.el (browse-url-browser-function): Revert the + default back to the previous value, since the new value broke + mailclient.el. + (browse-url-mailto-function): New variable for mailto: URLs. + (browse-url): Use the new variable for mailto: URLs. + 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca> * eshell/esh-cmd.el (eshell-parse-command):