Mercurial > emacs
changeset 32247:0e0c214fd5b7
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Sat, 07 Oct 2000 18:05:28 +0000 |
parents | 851690316add |
children | 086aff3bf8ca |
files | lisp/ChangeLog |
diffstat | 1 files changed, 12 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Oct 07 18:02:27 2000 +0000 +++ b/lisp/ChangeLog Sat Oct 07 18:05:28 2000 +0000 @@ -1,11 +1,18 @@ +2000-10-07 Dave Love <fx@gnu.org> + + * net/browse-url.el (browse-url-gnome-moz-arguments): New option. + (browse-url-gnome-moz): New function. + (browse-url-browser-function): Use it. + Suggested by Colin Walters <walters@cis.ohio-state.edu>. + 2000-10-07 Peter Breton <pbreton@ne.mediaone.net> - * net/net-utils.el (nslookup-font-lock-keywords, ftp-font-lock-keywords, - smbclient-font-lock-keywords): Do not require font-lock. - Doc cleanups throughout (incorporate changes by Dave Love). + * net/net-utils.el (nslookup-font-lock-keywords) + (ftp-font-lock-keywords, smbclient-font-lock-keywords): Do not + require font-lock. Doc cleanups throughout (incorporate changes + by Dave Love). (network-connection-mode-setup): Comment out network-abbrev-table - variable. - Incorporate doc cleanups throughout. + variable. Incorporate doc cleanups throughout. 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>