Michaël Cadilhac
a38de16e85
(browse-url-elinks-new-window): New function.
...
(browse-url-elinks): Use browse-url-elinks-new-window. Accept
optional second argument `new-window'. Fix typo in doc-string.
(browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
Improve error message.
2007-09-19 11:26:57 +00:00
Michaël Cadilhac
59c4e1dad9
(browse-url-url-encode-chars): Use the right parameter name in the function body.
...
Reported by Johannes Weiner.
2007-09-19 11:22:03 +00:00
Michaël Cadilhac
6eddc3bb42
(browse-url-url-encode-chars): New function.
...
URL-encode some chars in a string.
(browse-url-encode-url): Rewrite using the previous function.
(browse-url-file-url): Use `browse-url-url-encode-chars'.
(browse-url-elinks-sentinel): Fix typo.
(browse-url-new-window-flag): Doc change.
2007-09-17 15:59:55 +00:00
Michaël Cadilhac
ad56e18b1f
(browse-url-encode-url): Fix an infinite loop.
...
New argument `filename-p' to use one set of confusing chars or another.
(browse-url-file-url): Use the argument.
Suggested by Johannes Weiner.
2007-09-12 11:48:34 +00:00
Thien-Thi Nguyen
2842194587
(browse-url-encode-url): Use copy-sequence.
2007-09-10 18:24:38 +00:00
Eli Zaretskii
5edcabcbc6
(browse-url-galeon): Fix last change.
...
(top-level): Require cl when compiling.
2007-09-08 09:53:34 +00:00
Glenn Morris
8c22c51a1b
Johannes Weiner <hannes at saeurebad.de>
...
(browse-url-browser-function): Add elinks.
(browse-url-elinks-wrapper): New option.
(browse-url-encode-url, browse-url-elinks)
(browse-url-elinks-sentinel): New functions.
(browse-url-file-url, browse-url-netscape, browse-url-mozilla)
(browse-url-firefox, browse-url-galeon, browse-url-epiphany): Use
new function browse-url-encode-url.
2007-09-07 04:37:01 +00:00
Stefan Monnier
5e835c9f55
Remove spurious * in custom docstrings.
...
(browse-url-filename-alist): Use new-style backquote.
2007-08-23 18:41:14 +00:00
Stefan Monnier
378f9937f1
(browse-url-emacs): New function.
2007-08-22 18:52:59 +00:00
Glenn Morris
ceaeecb0c9
Switch license to GPLv3 or later.
2007-07-25 04:27:24 +00:00
Glenn Morris
d7a0267c8d
Add 2007 to copyright years.
2007-01-21 03:53:13 +00:00
Stefan Monnier
addc252e94
(browse-url): Set DISPLAY to the one of the
...
current frame, in case we're connected to several displays.
2006-12-08 03:17:10 +00:00
YAMAMOTO Mitsuharu
59b715013e
(browse-url-file-url): Encode file name on conversion to URL.
2006-05-20 04:29:38 +00:00
Thien-Thi Nguyen
ceb4c4d303
Update years in copyright notice; nfc.
2006-02-06 12:31:40 +00:00
Romain Francoise
f0f98146d2
(browse-url-default-browser): Signal an error if no usable browser can
...
be found, rather than try to load w3.
2005-11-19 15:57:20 +00:00
Reiner Steib
2e167dc4e3
(browse-url-of-buffer): Add ".html" to filename.
2005-10-25 13:18:52 +00:00
Thien-Thi Nguyen
5fd6d89f46
Update years in copyright notice; nfc.
2005-08-01 15:47:19 +00:00
Lute Kamstra
3a35cf56e7
Update FSF's address.
2005-07-04 17:55:18 +00:00
Richard M. Stallman
14a06a2d78
(dos-windows-version): Add defvar.
2005-07-03 16:31:40 +00:00
Juanma Barranquero
84c2714c5f
(browse-url-mosaic): Fix spellings.
2005-06-21 13:45:53 +00:00
Eli Zaretskii
49866ff8d4
(browse-url-browser-function)
...
(browse-url-default-browser): Add firefox.
(browse-url-firefox-program, browse-url-firefox-arguments)
(browse-url-firefox-startup-arguments)
(browse-url-firefox-new-window-is-tab): New defcustoms.
(browse-url-firefox, browse-url-firefox-sentinel): New functions.
2005-06-18 10:36:11 +00:00
Juanma Barranquero
028f45d230
(browse-url-xterm-program): Fix spellings in docstrings.
2005-06-10 14:13:42 +00:00
Thien-Thi Nguyen
aa1e26d477
Update years in copyright notice; nfc.
2005-05-17 16:24:37 +00:00
Simon Josefsson
e62ecf8543
2005-03-09 Simon Josefsson <jas@extundo.com>
...
* net/browse-url.el (browse-url-default-browser): Doc fix.
2005-03-09 11:27:46 +00:00
Simon Josefsson
fe77c061ab
(browse-url-netscape-new-window-is-tab): New variable.
...
(browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
Oskarsson" <myrkraverk@users.sourceforget.net>.
2005-02-22 14:11:48 +00:00
Richard M. Stallman
6be44fbf5d
(browse-url-url-at-point): Add autoload.
2004-12-13 19:33:51 +00:00
Richard M. Stallman
db32470656
(browse-url-gnome-moz-program)
...
(browse-url-gnome-moz-arguments): Move up before first use.
2004-11-07 04:00:18 +00:00
Richard M. Stallman
2de9d0c3be
(browse-url-maybe-new-window): Use called-interactively-p.
2004-11-04 10:15:37 +00:00
Richard M. Stallman
657962fc48
(browse-url-interactive-arg): Doc fix.
2004-05-29 15:34:50 +00:00
Juanma Barranquero
4c4939993a
(browse-url-interactive-arg): Enable user to explicitly select the text to
...
be taken as URL.
2004-05-23 22:38:30 +00:00
Eli Zaretskii
7844257c6e
(browse-url-netscape-sentinel)
...
(browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
(browse-url-epiphany-sentinel, browse-url-mosaic): Use
browse-url-*-program instead of a literal program name.
2004-04-27 14:03:10 +00:00
David Kastrup
78cfc6adfc
(browse-url-generic): Use call-process
...
instead of start-process to allow browsers that fork and detach.
2004-04-02 14:33:08 +00:00
Eli Zaretskii
1abcd08819
(rfc2368-parse-mailto-url): Autoload.
...
(browse-url-mail): Use it.
2004-03-07 19:59:15 +00:00
Juri Linkov
26f7657a37
(browse-url-netscape, browse-url-mozilla, browse-url-galeon,
...
browse-url-epiphany): Encode dollar signs in URL to prevent their
substitution with the environment variable values by browsers.
2004-03-02 14:55:32 +00:00
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
John Paul Wallington
674dd916f1
(browse-url-epiphany): Doc fix.
2003-08-01 00:32:34 +00:00
Richard M. Stallman
654805e39d
(browse-url-browser-function): Add alternative for Epiphany.
...
(browse-url-epiphany-program, browse-url-epiphany-arguments)
(browse-url-epiphany-startup-arguments)
(browse-url-epiphany-new-window-is-tab): New variables.
(browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
2003-07-07 20:54:56 +00:00
Richard M. Stallman
c29cf9a4c9
(browse-url-mozilla): Correct the conditionals for using ,new-window.
2003-05-28 11:24:00 +00:00
Stefan Monnier
662871dd95
Don't autoload all these defcustoms.
...
(browse-url-default-macosx-browser): New fun.
(browse-url-browser-function): Use it for system-type = darwin.
(browse-url-usr1-signal): Remove.
(browse-url-mosaic): Use SIGUSR1 directly instead.
(browse-url-gnome-moz-program): New var.
(browse-url-gnome-moz, browse-url-default-browser): Use it.
2003-04-12 22:21:18 +00:00
Juanma Barranquero
c60ee5e70f
Cygwin support patch.
2003-01-31 15:24:20 +00:00
Kim F. Storm
4dd14ef043
(browse-url-filename-alist): Doc fix.
2003-01-14 22:34:20 +00:00
Pavel Janík
85d30d29aa
Fix URLs.
2002-12-11 06:56:22 +00:00
Simon Josefsson
d6da15ec7b
* browse-url.el (browse-url-mozilla): Doc fix.
...
* browse-url.el (browse-url-mozilla-new-window-is-tab): New.
(browse-url-mozilla): Use it.
2002-10-11 17:17:10 +00:00
Richard M. Stallman
64f6f48618
(browse-url-lynx-input-attempts): Use defcustom.
...
(browse-url-lynx-input-delay): Add custom type and group.
2002-07-22 15:21:41 +00:00
Richard M. Stallman
857356cb69
(browse-url-at-mouse): Don't pass an arg to browse-url-at-point.
2002-06-21 09:58:32 +00:00
Richard M. Stallman
1665be4714
Put * in user option doc strings.
...
(browse-url-mosaic-pidfile): New variable.
(browse-url-mosaic): Use it.
(browse-url-filename-alist): Don't begin docstring with *, you don't
want to set this one with M-x set-variable.
2002-03-18 04:24:09 +00:00
Richard M. Stallman
b77784f7d9
(browse-url-galeon): Specify --existing for an existing window.
...
Use --noraise rather than --no-raise. Don't use -x.
2002-03-08 09:56:30 +00:00
Eli Zaretskii
f1ec000756
(browse-url-maybe-new-window): Reverse the sense of the comparison,
...
to match the doc strings of functions that use this macro.
2002-02-19 11:16:06 +00:00
Richard M. Stallman
0deef26e9a
(browse-url-grail): Use browse-url-maybe-new-window.
2002-01-13 04:57:24 +00:00
Richard M. Stallman
1d5d41231f
(browse-url-galeon-new-window-is-tab): New var.
...
(browse-url-galeon): Use that variable.
2001-11-25 00:04:41 +00:00