summaryrefslogtreecommitdiff
path: root/lisp/autorevert.el
Commit message (Expand)AuthorAgeFilesLines
* ; 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
* Avoid polling in global-auto-revert-mode (bug#35418)Mattias Engdegård2019-05-201-27/+97
* Don't use file notification on non-file buffersMattias Engdegård2019-05-181-1/+5
* Add tests for remote files in auto-revert-testsMichael Albinus2019-05-031-2/+5
* * lisp/autorevert.el (auto-revert-avoid-polling): Fix :set form.Mattias Engdegård2019-04-301-1/+2
* Don't poll auto-revert files that use notification (bug#35418)Mattias Engdegård2019-04-301-37/+87
* Rename auto-revert-notify-watch-descriptor-hash-listMattias Engdegård2019-04-231-10/+10
* Precise handling of filenotify `stopped' eventsMattias Engdegård2019-04-221-12/+9
* * autorevert.el (auto-revert-notify-rm-watch): Simplify.Mattias Engdegård2019-04-221-12/+10
* Revert "Don't remove notify descriptor that is already gone"Mattias Engdegård2019-04-221-21/+10
* Don't remove notify descriptor that is already goneMattias Engdegård2019-04-151-10/+21
* Merge from origin/emacs-26Glenn Morris2019-04-101-1/+1
|\
| * Fix typo in a doc stringMauro Aranda2019-04-061-1/+1
* | Fix Bug#34847Michael Albinus2019-04-061-25/+27
* | Merge from origin/emacs-26Glenn Morris2019-03-091-1/+1
|\ \ | |/
| * Avoid errors in Auto Revert modeEli Zaretskii2019-03-091-1/+2
* | Fix Bug#34196Michael Albinus2019-02-061-0/+10
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Fix Bug#33556Michael Albinus2018-11-301-0/+1
* | Fix Bug#33194Michael Albinus2018-11-041-25/+33