summaryrefslogtreecommitdiff
path: root/lisp/ffap.el
AgeCommit message (Collapse)Author
2007-07-02(dired-at-point-prompter): Improve prompt inMartin Rudalics
list-directory case.
2007-04-07(ffap-file-at-point): Lower the priority of theGlenn Morris
ffap-ftp-sans-slash-regexp check.
2007-01-10(ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)Stefan Monnier
(ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist) (ffap-url-at-point): Use char-classes rather than "a-z".
2006-12-05Update copyright years.Glenn Morris
2006-11-06No maintainer now.Richard M. Stallman
2006-10-01(ffap-rfc-path): Change the address of the RFC repository toEli Zaretskii
ftp.rfc-editor.org, as ds.internic.net seems to be gone.
2006-02-19(ffap-read-file-or-url): Bind `completion-ignore-case' to value ofJohn Paul Wallington
`read-file-name-completion-ignore-case'. From Ryan Yeske.
2006-02-17(ffap) <defface>: Add explicit face declaration.Juri Linkov
(ffap-highlight): Use face `ffap' directly instead of checking for its existence.
2006-02-12Comment changes.Richard M. Stallman
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-11-19(ffap-menu-rescan): Use inhibit-read-only instead of bindingEli Zaretskii
buffer-read-only to nil.
2005-10-18(find-file-at-point): Doc fix.Romain Francoise
2005-08-09(gnus-summary-buffer, gnus-article-buffer): Add defvars.Richard M. Stallman
2005-08-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-07-04Update FSF's address.Lute Kamstra
2005-04-07(ffap-pass-wildcards-to-dired): New user option toJuri Linkov
ensure dired always handles wildcards passed to ffap. (find-file-at-point): Use it. (ffap-dired-wildcards): Doc fix.
2004-12-27(ffap-string-at-point-mode-alist): Add "*" to url chars,Richard M. Stallman
it can appear unencoded and has been seen from yahoo.
2004-12-13(ffap-dired-wildcards): Set default to "[*?][^/]*\\'". Doc fix.Juri Linkov
(ffap-directory-finder): New variable. (ffap-string-at-point-mode-alist): Add * and ? to `file'. (ffap-file-at-point): Add /* to immediately rejected names. Return absolute file names matching ffap-dired-wildcards. (ffap-read-file-or-url): Set default value for `completing-read' to `buffer-file-name'. (find-file-at-point): When filename matches ffap-dired-wildcards, call ffap-file-finder with t arg `wildcards', instead of dired. (ffap-other-window, ffap-other-frame): Return visited buffers. (ffap-read-only, ffap-read-only-other-window) (ffap-read-only-other-frame, ffap-alternate-file): New commands. (dired-at-point): Call ffap-directory-finder instead of dired. (ffap-dired-other-window, ffap-dired-other-frame) (ffap-list-directory): New commands. (ffap-bindings): New keybindings for new commands.
2004-06-09Fix for url mode alist to recognize patterns such as &<str>; as validRajesh Vaidheeswarran
2004-02-28(dired-at-point): Additional writability test for relative directory names.Juri Linkov
(dired-at-point-prompter): Treat directories as a directory, get the directory component from files. (ffap-string-at-point): Return string from region if region is active. (ffap-file-at-point): Remove redundant code.
2004-02-21(ffap-file-at-point): Try parent directories.Eli Zaretskii
2003-12-25(ffap-read-file-or-url): Revert previous change.Luc Teirlinck
2003-12-24(ffap-read-file-or-url): Eliminate reliance of the call toLuc Teirlinck
`completing-read' on a recently fixed bug.
2003-10-02removed defadvice related code from ffapRajesh Vaidheeswarran
2003-09-30Change maintainer.Richard M. Stallman
2003-09-29whitespace.el now takes user customizable variable to display cleanliness ofRajesh Vaidheeswarran
files. ffap.el - bugfix.
2003-09-01Add arch taglinesMiles Bader
2003-03-06(dired-at-point): Check whether the user can create a directory before askingJuanma Barranquero
about creating it.
2003-02-15Many doc fixes.Richard M. Stallman
(ffap-replace-file-component): Renamed from ffap-replace-path-component. Callers changed. (ffap-host-to-filename): Renamed from ffap-host-to-path. Callers chgd.
2003-02-10(ffap-complete-as-file-p): Use minibuffer-completing-file-name.Stefan Monnier
2003-02-04Trailing whitespace deleted.Juanma Barranquero
2002-11-18Comment change.Richard M. Stallman
2002-05-07(ffap): Don't hide it behind the autoload-cookie.Markus Rost
2002-02-07(ffap-newsgroup-p): Test for non-nil symbol-value of htb.Richard M. Stallman
2001-06-17(ffap-machine-p): Always return nil ifEli Zaretskii
open-network-stream is not fboundp.
2001-01-06(ffap-bindings): Doc fix.Eli Zaretskii
2000-12-27(ffap-bindings): Make interactive and add an autoload cookie.Eli Zaretskii
(ffap-bindings): Doc fix, to reflect the above change.
2000-08-08(ffap-read-file-or-url-internal): Handle case theGerd Moellmann
DIR or STRING are nil.
2000-05-25(ffap-menu-text-plist): Use display-mouse-p, not window-system.Eli Zaretskii
(ffap-highlight): Always default to t.
2000-05-23(ffap-highlight): Use facep rather than internal-find-face.Stefan Monnier
2000-05-23(ffap-url-regexp): Add `https'.Gerd Moellmann
1999-12-06Autoload the ffap alias directly.Dave Love
1999-02-13(ffap-file-at-point): Test local file namesRichard M. Stallman
immediately. Strip off line numbers.
1998-10-13(ffap-machine-p-local): Fix editing error.Richard M. Stallman
1998-09-30Doc fixes.Karl Heuer
1998-07-02(ffap-read-file-or-url): Bind minibuffer-completing-file-name to t.Richard M. Stallman
1998-05-30(ffap-bindings): Fix the dired-at-point binding.Karl Heuer
1998-05-26*** empty log message ***Dan Nicolaescu
1998-05-24(dired-at-point): Eliminate var dired-function; use `dired'.Richard M. Stallman
(ffap-bindings): Include a binding for C-x d.
1998-04-28Comment change.Richard M. Stallman