summaryrefslogtreecommitdiff
path: root/lisp/ffap.el
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Further ffap-read-file-or-url tweaksLars Ingebrigtsen2022-09-20
* Make ffap-file-finder work againLars Ingebrigtsen2022-09-06
* Make point-at-eol and point-at-bol obsoleteStefan Kangas2022-08-23
* ; * lisp/ffap.el: Comment cleanup.Stefan Kangas2022-07-30
* Make ffap-newfile-prompt obsoleteStefan Kangas2022-07-30
* * lisp/ffap.el (ffap-url-regexp): Add gemini.Stefan Kangas2022-07-30
* Convert ffap comments to testsStefan Kangas2022-07-28
* New test ffap-replace-file-componentStefan Kangas2022-07-28
* Minor doc fixes in ffap.elStefan Kangas2022-07-28
* Drop support for obsolete "Lisp Code Directory" from ffapStefan Kangas2022-07-28
* ; * lisp/ffap.el: Delete code commented out since 1997.Stefan Kangas2022-07-28
* Drop support for XEmacs package EFSStefan Kangas2022-07-28
* Make ffap-file-suffix obsoleteStefan Kangas2022-07-27
* Drop support for the dead third-party w3 packageStefan Kangas2022-07-09
* ; Rename 'ffap--accept-or-reject-p'Eli Zaretskii2022-07-09
* Stop ffap-machine-at-point from pinging random hostsStefan Kangas2022-07-08
* Add :safe property to ffap-machine-p-* variablesStefan Kangas2022-07-08
* Make net-utils-url at point funs obsolete in favor of ffapStefan Kangas2022-07-07
* Audit symbol quoting in Lisp doc stringsLars Ingebrigtsen2022-05-24
* Fix URL-related typos in comments and messagesLars Ingebrigtsen2022-04-06
* Don't have ffap interpret ":/bin" as the current directoryLars Ingebrigtsen2022-01-14
* Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Make `dired-split' obsoleteLars Ingebrigtsen2021-11-09
|/
* Mention ffap-file-name-with-spaces in the ffap doc strinLars Ingebrigtsen2021-10-04
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-22
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-16
* Fix URL entry in ffap after previous changeStephen Berman2021-08-11
* Make ffap-read-file-or-url put point at the correct place for URLsLars Ingebrigtsen2021-08-09
* Use string-search instead of string-match[-p]Mattias EngdegÄrd2021-08-09
* ffap ido accommodationdickmao2021-08-04
* Make `ffap-read-file-or-url' work again (to read URLs)Lars Ingebrigtsen2021-07-31
* Make ido-mode override ffap-file-finderLars Ingebrigtsen2021-07-08
* Prefer defvar-local in remaining librariesStefan Kangas2021-02-02
* Update copyright year to 2021Paul Eggert2021-01-01
* Remove some compat code from ffap.elStefan Kangas2020-11-19
* Remove redundant 'function's around lambdasStefan Kangas2020-11-17
* Use lexical binding in ffap.elMattias EngdegÄrd2020-10-23
* ; fix docstring typo in last commitRobert Pluim2020-10-22
* Use HTTP instead of Tramp for the ffap rfc path (and also fix it)Lars Ingebrigtsen2020-10-22
* `ffap-gopher-at-point' interminable without newlinesdickmao2020-10-19
* Merge from origin/emacs-27Glenn Morris2020-10-02
|\
| * ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-02
* | Add new tab command `C-x t C-r'Earl2020-09-20
* | Use `format-prompt' when prompting with default valuesLars Ingebrigtsen2020-09-06
* | Remove many items obsolete since Emacs 23.2 and 23.3Stefan Kangas2020-08-24
* | Add support for ffap guessing at file names containing spacesJari Aalto2020-08-15
* | Remove many items obsolete since Emacs 23.1Stefan Kangas2020-08-14
* | Add command ffap-other-tab (Bug#41410)ej32u@protonmail.com2020-05-24