summaryrefslogtreecommitdiff
path: root/lisp/fileloop.el
Commit message (Collapse)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
|
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
|
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-22
|
* Make fileloop skip missing filesDmitry Gutov2021-07-30
| | | | | * lisp/fileloop.el (fileloop-next-file): If a file doesn't exist, skip to the next one (bug#44979).
* Fix a problem with restarting 'tags-search'Eli Zaretskii2021-06-06
| | | | | | | | | | | * lisp/progmodes/etags.el (tags-search, tags-query-replace): Link to 'fileloop-continue' instead of 'tags-loop-continue', for continuing TAGS-based search/replace commands. * lisp/fileloop.el (fileloop-continue): Reset 'switch-to-buffer-preserve-window-point' to nil when switching to another buffer, so as to make sure a new search always restarts from point-min in each buffer it searches. (Bug#48628)
* Update copyright year to 2021Paul Eggert2021-01-01
| | | | Run "TZ=UTC0 admin/update-copyright".
* Merge from origin/emacs-27Glenn Morris2020-09-27
|\ | | | | | | | | | | | | 0b78785a9b (origin/emacs-27) Minor copyedits in the Emacs user manual 0dfc6fdc1f Followup to a recent change in menu-bar.el 767713682c Enable "Continue Tags Search" menu item only when it can b... 4bb7532163 Fix soap-client URL
| * Followup to a recent change in menu-bar.elEli Zaretskii2020-09-26
| | | | | | | | | | * lisp/fileloop.el (fileloop--operate-function): Mention in a comment that menu-bar.el relies on the default value.
* | ; Fix license statements.Stefan Kangas2020-08-27
| |
* | Merge from origin/emacs-27Glenn Morris2020-05-06
|\| | | | | | | | | | | | | | | 4b419083f9 Honor search-upper-case 310112fdc7 Fix eww-follow-link on URLs with #target # Conflicts: # lisp/fileloop.el
| * Honor search-upper-caseDmitry Gutov2020-05-04
| | | | | | | | | | | | | | * lisp/fileloop.el (fileloop--case-fold): Extract from existing code. Honor search-upper-case (bug#40940). (fileloop-initialize-replace, fileloop-initialize-search): Use it. Update the docstring.
* | Don't lose point during fileloop replace (Bug#38867)Noam Postavsky2020-03-31
|/ | | | | | | | Suggested by Eric Michael Timmons <etimmons@mit.edu>. * lisp/fileloop.el (fileloop-initialize-replace): Save the match-beginning position in a variable instead of the buffer's point. The point may be changed by the time perform-replace is called, e.g., due to switch-to-buffer-preserve-window-point.
* Update copyright year to 2020Paul Eggert2020-01-01
| | | | Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
* Rename multifile.el to fileloop.elDmitry Gutov2019-02-07
* lisp/multifile.el: Rename to fileloop.el as discussed in https://lists.gnu.org/archive/html/emacs-devel/2018-12/msg00475.html. Update symbol prefixes and all callers