aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/autorevert.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* autorevert: Use defvar-local for the -mode variablesSean Whitton2025-10-161-2/+6
* Rename variables *-in-progress-p to *-in-progressMichael Albinus2025-08-091-3/+3
* Rework autorevert-tests.elMichael Albinus2025-08-081-5/+4
* Add auto-revert-buffer-in-progress-pMichael Albinus2025-08-081-19/+23
* Handle an error of file-notify-add-watch in autorevert.elMichael Albinus2025-07-211-6/+7
* Improve autorevert-testsMichael Albinus2025-07-151-31/+31
* Merge from origin/emacs-30Eli Zaretskii2025-05-171-1/+1
|\
| * * lisp/autorevert.el (auto-revert-remote-files): Adapt docstring.Michael Albinus2025-05-111-1/+1
| * Update copyright year to 2025Stefan Kangas2025-01-021-1/+1
* | ; Use an uninterned symbol in the inhibit-auto-revert expansion.Tassilo Horn2025-02-061-15/+16
* | ; Rename internal variable in inhibit-auto-revertMichael Albinus2025-02-061-5/+6
* | * lisp/autorevert.el (defvar): Fix debug declaration.Michael Albinus2025-02-051-1/+1
* | Fix some checks in autorevert.elMichael Albinus2025-02-041-10/+9
* | Add inhibit-auto-revert macroMichael Albinus2025-02-041-9/+38
* | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* | Mark if-let and when-let obsoleteSean Whitton2024-10-241-4/+4
* | Minor changes of last commitMichael Albinus2024-10-201-6/+5
* | Enhance the auto-revert to avoid revert a buffer in short timeLin Sun2024-10-201-4/+12
|/
* Fix killing indirect buffers under auto-revert-modeEli Zaretskii2024-06-081-2/+6
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Fix typos (don't abbreviate "with" or "without")Stefan Kangas2022-12-011-2/+2
* Modernize `auto-revert-notify-exclude-dir-regexp'Michael Albinus2022-10-261-2/+3
* Merge from origin/emacs-28Stefan Kangas2022-09-211-1/+1
|\
| * ; Fix typos in Lisp symbolsStefan Kangas2022-09-201-1/+1
* | Don't end autorevert message with a periodStefan Kangas2022-08-211-1/+1
* | (with-demoted-errors): Warn on missing `format` argStefan Monnier2022-02-041-1/+1
|/
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Make global-auto-revert-non-file-buffers work betterLars Ingebrigtsen2021-09-211-4/+9
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-5/+5
* Fix documentation of a recent changesetEli Zaretskii2021-07-201-4/+3
* Improve auto-revert-mode and revert-buffer doc stringsKonstantin Kharlamov2021-07-201-0/+5
* ; Remove some useless commentsStefan Kangas2021-04-161-1/+0
* Merge from origin/emacs-27Glenn Morris2021-04-071-2/+2
|\
| * Fix broken links in autorevert.elDamien Cassou2021-04-061-2/+2
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Simplify auto-revert buffer list by watch descriptor (Bug#44639)Michael Albinus2021-01-281-58/+47
* | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Improve performance of auto-revert-notify-add-watchSpencer Baugh2020-12-031-22/+7
* | Split auto-revert-buffers into several functionsBoruch Baum2020-10-011-52/+60
* | Merge from origin/emacs-27Glenn Morris2020-07-111-1/+1
|\ \ | |/
| * Repair global-auto-revert-ignore-modes (bug#42271)Mattias Engdegård2020-07-091-1/+1
* | Make more load-hooks obsoleteGlenn Morris2020-01-161-0/+2
|/
* * lisp/autorevert.el (auto-revert-notify-handler): Fix bracketing.Mattias Engdegård2020-01-041-2/+2
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* message uses minibuffer-message in the active minibuffer (bug#17272 bug#19064)Juri Linkov2019-11-271-2/+1
* * lisp/autorevert.el: Use 'minibuffer-message' to not obscure the prompt.Juri Linkov2019-11-101-1/+2
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-211-1/+1
* Allow global-auto-revert-ignore-buffer to be a predicate functionLars Ingebrigtsen2019-07-271-2/+9
* Keep auto-revert-mode working when changing buffer file name (bug#36159)Mattias Engdegård2019-06-111-9/+10