index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
autorevert.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve performance of auto-revert-notify-add-watch
Spencer Baugh
2020-12-03
1
-22
/
+7
*
Split auto-revert-buffers into several functions
Boruch Baum
2020-10-01
1
-52
/
+60
*
Merge from origin/emacs-27
Glenn Morris
2020-07-11
1
-1
/
+1
|
\
|
*
Repair global-auto-revert-ignore-modes (bug#42271)
Mattias Engdegård
2020-07-09
1
-1
/
+1
*
|
Make more load-hooks obsolete
Glenn Morris
2020-01-16
1
-0
/
+2
|
/
*
* lisp/autorevert.el (auto-revert-notify-handler): Fix bracketing.
Mattias Engdegård
2020-01-04
1
-2
/
+2
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
message uses minibuffer-message in the active minibuffer (bug#17272 bug#19064)
Juri Linkov
2019-11-27
1
-2
/
+1
*
* lisp/autorevert.el: Use 'minibuffer-message' to not obscure the prompt.
Juri Linkov
2019-11-10
1
-1
/
+2
*
lisp/*.el: Fix typos and other trivial doc fixes
Juanma Barranquero
2019-09-21
1
-1
/
+1
*
Allow global-auto-revert-ignore-buffer to be a predicate function
Lars Ingebrigtsen
2019-07-27
1
-2
/
+9
*
Keep auto-revert-mode working when changing buffer file name (bug#36159)
Mattias Engdegård
2019-06-11
1
-9
/
+10
*
Avoid polling in global-auto-revert-mode (bug#35418)
Mattias Engdegård
2019-05-20
1
-27
/
+97
*
Don't use file notification on non-file buffers
Mattias Engdegård
2019-05-18
1
-1
/
+5
*
Add tests for remote files in auto-revert-tests
Michael Albinus
2019-05-03
1
-2
/
+5
*
* lisp/autorevert.el (auto-revert-avoid-polling): Fix :set form.
Mattias Engdegård
2019-04-30
1
-1
/
+2
*
Don't poll auto-revert files that use notification (bug#35418)
Mattias Engdegård
2019-04-30
1
-37
/
+87
*
Rename auto-revert-notify-watch-descriptor-hash-list
Mattias Engdegård
2019-04-23
1
-10
/
+10
*
Precise handling of filenotify `stopped' events
Mattias Engdegård
2019-04-22
1
-12
/
+9
*
* autorevert.el (auto-revert-notify-rm-watch): Simplify.
Mattias Engdegård
2019-04-22
1
-12
/
+10
*
Revert "Don't remove notify descriptor that is already gone"
Mattias Engdegård
2019-04-22
1
-21
/
+10
*
Don't remove notify descriptor that is already gone
Mattias Engdegård
2019-04-15
1
-10
/
+21
*
Merge from origin/emacs-26
Glenn Morris
2019-04-10
1
-1
/
+1
|
\
|
*
Fix typo in a doc string
Mauro Aranda
2019-04-06
1
-1
/
+1
*
|
Fix Bug#34847
Michael Albinus
2019-04-06
1
-25
/
+27
*
|
Merge from origin/emacs-26
Glenn Morris
2019-03-09
1
-1
/
+1
|
\
|
|
*
Avoid errors in Auto Revert mode
Eli Zaretskii
2019-03-09
1
-1
/
+2
*
|
Fix Bug#34196
Michael Albinus
2019-02-06
1
-0
/
+10
*
|
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Fix Bug#33556
Michael Albinus
2018-11-30
1
-0
/
+1
*
|
Fix Bug#33194
Michael Albinus
2018-11-04
1
-25
/
+33
*
|
file-attributes cleanup
Paul Eggert
2018-09-23
1
-4
/
+5
*
|
Optionally add argument description in minor mode DOC (bug#10754)
John Shahid
2018-07-01
1
-9
/
+0
*
|
Fix for: "25.0.50; auto-revert-mode breaks git rebase" (Bug#21559)
Alexei Khlebnikov
2018-02-22
1
-1
/
+2
*
|
Finish changes in autorevert from commit 530bb2dc68
Michael Albinus
2018-01-22
1
-1
/
+2
*
|
Use file notification in autorevert also for recreated files
Michael Albinus
2018-01-20
1
-41
/
+31
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Fix Bug#27502
Michael Albinus
2017-07-02
1
-26
/
+30
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+10
|
\
|
|
*
Fix Bug#25162
Michael Albinus
2016-12-11
1
-1
/
+10
*
|
autorevert: Resume with polling if file is deleted
Michael Albinus
2016-04-19
1
-35
/
+50
*
|
Merge from origin/emacs-25
Paul Eggert
2016-04-18
1
-1
/
+4
|
\
|
|
*
Fix Bug#23276
Michael Albinus
2016-04-18
1
-1
/
+4
|
*
; Spelling fix and tighten up comment
Paul Eggert
2016-03-08
1
-2
/
+2
*
|
Fix Bug#22814
Michael Albinus
2016-03-04
1
-5
/
+1
|
/
*
Set auto-revert-use-notify to nil in global-auto-revert-mode. (Bug#22814)
Michael Albinus
2016-02-28
1
-1
/
+5
[next]