summaryrefslogtreecommitdiff
path: root/lisp/fileloop.el
AgeCommit message (Collapse)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-09-02fileloop-next-file: Convert file-error to warningsSean Whitton
* lisp/fileloop.el (fileloop-next-file): Catch file-error and convert to a delayed warning (bug#79356).
2025-01-01Update copyright year to 2025Paul Eggert
Run "TZ=UTC0 admin/update-copyright".
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-09-22; More minor stylistic fixes found by checkdocStefan Kangas
2021-07-30Make fileloop skip missing filesDmitry Gutov
* lisp/fileloop.el (fileloop-next-file): If a file doesn't exist, skip to the next one (bug#44979).
2021-06-06Fix a problem with restarting 'tags-search'Eli Zaretskii
* 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)
2021-01-01Update copyright year to 2021Paul Eggert
Run "TZ=UTC0 admin/update-copyright".
2020-09-27Merge from origin/emacs-27Glenn Morris
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
2020-09-26Followup to a recent change in menu-bar.elEli Zaretskii
* lisp/fileloop.el (fileloop--operate-function): Mention in a comment that menu-bar.el relies on the default value.
2020-08-27; Fix license statements.Stefan Kangas
2020-05-06Merge from origin/emacs-27Glenn Morris
4b419083f9 Honor search-upper-case 310112fdc7 Fix eww-follow-link on URLs with #target # Conflicts: # lisp/fileloop.el
2020-05-04Honor search-upper-caseDmitry Gutov
* 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.
2020-03-31Don't lose point during fileloop replace (Bug#38867)Noam Postavsky
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.
2020-01-01Update copyright year to 2020Paul Eggert
Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
2019-02-07Rename multifile.el to fileloop.elDmitry Gutov
* 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