Commit graph

22 commits

Author SHA1 Message Date
Richard M. Stallman
6debdec51c Require thingatpt when compiling.
(browse-url-url-at-point): Use `thing-at-point' (with URL code
moved from here).
(browse-url-looking-at): Moved to thingatpt.el, renamed and changed.
1997-07-04 20:00:43 +00:00
Richard M. Stallman
5db5751426 Update keywords to show up in finder.
(browse-url-gnudoit-args, browse-url-generic-program)
(browse-url-gnudoit-program, browse-url-generic-args): New variables.
(browse-url-w3-gnudoit): New procedure.
(browse-url-mmm): New location of `remote' file for MMM 0.4.
(browse-url-generic): New procedure.

(browse-url-netscape): Test for w32.

(browse-url-url-at-point): Assume mailto: if URL contains @.
Don't use thingatpt; find the URL here to do it correctly.

(browse-url-at-point, browse-url-of-file, browse-url-at-mouse):
Call browse-url.
(browse-url): Check for list browse-url-browser-function.
(browse-url-choose-browser): New procedure.
(browse-url-browser-function): Allow list value.

(browse-url-process-environment): Call browse-url-emacs-display.
(browse-url-emacs-display): New procedure.
(browse-url-netscape-display): New variable.

(browse-url-of-region): New procedure.
(browse-url-of-buffer): Check for narrowed buffer.

(browse-url-url-at-point): Rewrite to not use cl.el delete-if.
Fix multi-line URL matching.

(browse-url-markedup-regexp): New variable.
(browse-url-xterm-program): New variable.
(browse-url-xterm-args): New variable.
(browse-url-lynx-xterm): Use the above two vars.
(browse-url-url-at-point): Use buffer-substring-no-properties.
(browse-url-grail): Add missing optional arg.
(browse-url-mmm): New procedure.

(browse-url-netscape-startup-arguments): New variable.
1997-06-15 02:49:03 +00:00
Richard M. Stallman
b70a6198cf Comment change. 1997-06-12 00:50:08 +00:00
Richard M. Stallman
6be23be638 (browse-url-netscape, browse-url-netscape-sentinel)
(browse-url-netscape-send): Use browse-url-netscape-program,
renamed from browse-url-netscape-command.
1997-05-27 17:06:24 +00:00
Richard M. Stallman
ca05f195e8 (browse-url): Make `applicatations' the parent. 1997-05-18 20:06:12 +00:00
Richard M. Stallman
b7064fbe24 Don't include term.el. 1997-05-14 19:51:33 +00:00
Richard M. Stallman
78c11a9cce (browse-url-event-buffer):
Function renamed from event-buffer.  Callers changed.
(browse-url-event-point): Likewise.
1997-05-14 19:47:48 +00:00
Karl Heuer
1341d237b4 (browse-url-browser-function): Fix syntax error. 1997-04-14 19:15:42 +00:00
Richard M. Stallman
0a3fc8a2de Add defgroup; use defcustom for user vars. 1997-04-14 03:00:06 +00:00
Richard M. Stallman
31c8acc065 Fix previous change. 1996-12-11 21:06:53 +00:00
Richard M. Stallman
0f995be681 (browse-url-url-at-point): Use thing-at-point.
(browse-url-looking-at): Function deleted.
1996-12-11 21:06:18 +00:00
Richard M. Stallman
8941c0cf18 (browse-url-at-point): Add autoload cookie.
(browse-url-at-mouse, browse-url-of-buffer, browse-url-of-file)
(browse-url-of-dired-file): Likewise.
1996-10-11 02:34:27 +00:00
Richard M. Stallman
96adeb99c9 (browse-url): New function.
(browse-url-CCI-host): New variable.
(browse-url-at-mouse): Added event-buffer and event-point
functions for XEmacs compatibility.
(browse-url-file-url): Check for EFS after alist, URL-encode
special chars.
(browse-url-grail): New function.
(browse-url-interactive-arg): Add new-window logic.
(browse-url-looking-at): Fixed.
(browse-url-lynx-xterm): New function.
(browse-url-lynx-emacs): Use term.el instead of terminal.el.
(browse-url-netscape): Contact/start Netscape in the
background.  Multi-display support.  Renamed
browse-url-netscape-send.  URL-encode comma.
(browse-url-netscape-command): New variable.
(browse-url-netscape-startup-arguments): New variable.
(browse-url-url-at-point): Improved matching to supply missing
"http://".
Other fixes for byte-compilation.
1996-10-11 02:32:17 +00:00
Richard M. Stallman
8bc9b4f136 (browse-url-choose-browser): New function.
(browse-url-browser-function): Use browse-url-choose-browser
as the initial value.
1996-07-24 16:11:21 +00:00
Karl Heuer
1f0c496bc5 (browse-url-netscape-program): New variable.
(browse-url-mosaic-program): New variable.
(browse-url-mosaic, browse-url-netscape): Use them.
1996-07-13 00:52:08 +00:00
Richard M. Stallman
9596811a3d Comment change. 1996-03-02 06:37:35 +00:00
Richard M. Stallman
b20d527dec (browse-url-netscape): Check for call-process returning a string. 1996-01-25 20:14:38 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Karl Heuer
00232ce398 (browse-url-usr1-signal): Doc fix. 1996-01-04 22:53:41 +00:00
Richard M. Stallman
a5f6b207ff (browse-url-mosaic): Print "done" message
after starting mosaic.  Change the message about sending a signal.
(browse-url-netscape): Print "done" message after starting.
(browse-url-usr1-signal): Use SIGUSR1 in upper case.
(browse-url-at-point, browse-url-at-mouse, browse-url-of-buffer)
(browse-url-of-file, browse-url-of-dired-file): Add autoload cookies.
1996-01-04 08:32:49 +00:00
Erik Naggum
0521259a33 Repair line wrapping damage. 1995-10-15 03:09:16 +00:00
Richard M. Stallman
a69315a1b9 Initial revision 1995-10-13 19:18:29 +00:00