Commit graph

34 commits

Author SHA1 Message Date
Glenn Morris
874a927a02 Switch to recommended form of GPLv3 permissions notice. 2008-05-06 07:31:51 +00:00
Glenn Morris
8b026efe10 (goto-address-prog-mode): Declare for compiler. 2008-04-24 06:06:53 +00:00
Glenn Morris
2cbee4c59c Tom Tromey <tromey at redhat.com>
(goto-address-unfontify): New function.
(goto-address-fontify): Use it.	 Respect goto-address-prog-mode.
(goto-address-fontify-region, goto-address-mode)
(goto-address-prog-mode): New functions.
2008-04-24 05:48:08 +00:00
Glenn Morris
2f043267ee Add 2008 to copyright years. 2008-01-07 02:00:47 +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
Chong Yidong
0d61de903d * net/goto-addr.el (goto-address): Mark as safe for local evals. 2006-07-05 12:35:22 +00:00
Thien-Thi Nguyen
ceb4c4d303 Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
Juri Linkov
79c4a646be (goto-address-highlight-keymap): Fix docstring.
(goto-address): Fix docstring.
2005-12-30 05:57:48 +00:00
John Paul Wallington
43fb082deb (goto-address-fontify): Put `follow-link' property on mail and url overlays.
(goto-address-at-point): Use `posn-set-point' instead of `mouse-set-point'
because the latter is not fbound when configured without X.
2005-11-22 22:08:11 +00:00
Eli Zaretskii
98945794d5 (goto-address-url-regexp): Remove `data:' URLs from goto-address-url-regexp. 2005-11-04 14:32:58 +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
Stefan Monnier
649811160d Paren typo again. 2005-05-06 21:25:39 +00:00
Stefan Monnier
9fd6c528c8 (goto-address-fontify): Make sure the overlays
evaporate if their text is deleted.
(goto-address-at-point): Make it work as a mouse binding as well.
(goto-address-at-mouse): Obsolete it.  Update users.
2005-05-06 21:24:09 +00:00
Richard M. Stallman
02b6dbd871 (goto-address-mail-regexp): Allow = in username. 2004-12-27 16:10:48 +00:00
Luc Teirlinck
655f2a083e (goto-address-fontify): Fix help-echo text. 2004-06-23 14:39:11 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Richard M. Stallman
3e61755b3d (goto-address-fontify-maximum-size): Value t means no limit.
(goto-address-fontify): Implement that feature.
2003-05-19 14:49:25 +00:00
Juanma Barranquero
a1506d2977 Trailing whitepace deleted. 2003-02-04 13:24:35 +00:00
Richard M. Stallman
019f8c1e2e (goto-address-url-regexp): Don't match `mailto'. 2002-10-29 18:12:33 +00:00
Stefan Monnier
138399e684 (goto-address-mail-regexp): Allow + in username. 2001-10-11 23:40:35 +00:00
Gerd Moellmann
d8754ce528 Change ;;; to ;; for outline-minor-mode. 2001-10-05 09:36:02 +00:00
Pavel Janík
5553563924 Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
Gerd Moellmann
1c66d9fb23 (goto-address-at-point): Deal with URLs
part of which look like email addresses.
2001-05-18 12:50:27 +00:00
Gerd Moellmann
67ac0f7ae4 Instead of defining line-beginning-position and
line-end-position a defalias is used for point-at-bol and
point-at-eol.

Added XEmacs compatibility code.
(goto-address-highlight-keymap): Made keybindings XEmacs
compatible.
2001-04-23 10:16:54 +00:00
Dave Love
f79538c951 Don't require browse-url. Require thingatpt.
(goto-address-fontify-p, goto-address-highlight-p)
(goto-address-url-face, goto-address-url-mouse-face)
(goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
(goto-address-url-regexp): Use thing-at-point-url-regexp.
(goto-address-fontify, goto-address-at-mouse): Simplify,
(goto-address-at-point): browse-url-url-at-point,
goto-address-find-address-at-point can return nil.
(goto-address-find-address-at-point): Return nil on failure.
2000-08-16 21:28:35 +00:00
Dave Love
51107a70f5 (goto-address-fontify): Don't bother with buffer-modified and read-only
stuff -- irrelevant with overlays.  Put an extra property on the
overlays and use it to clean up in case goto-address is re-run.
2000-07-20 17:29:46 +00:00
Gerd Moellmann
12c74386d9 Change maintainer to FSF. 2000-07-18 12:58:36 +00:00
Dave Love
cf6936a48f Change maintainer address. 2000-07-13 19:01:10 +00:00
Dave Love
28223a7ebc (goto-address-fontify): Use keymap property, not local-map. 2000-06-15 11:43:01 +00:00
Gerd Moellmann
e38427c587 (goto-address): Don't bind C-c RET locally.
(goto-address-highlight-keymap): Bind C-c RET.
2000-06-14 13:37:44 +00:00
Dave Love
fa59072afd (goto-address-fontify): Add help-echo property. 2000-05-25 18:15:44 +00:00
Gerd Moellmann
8749abea43 Moved here from lisp. 2000-03-20 13:12:14 +00:00