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
*
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
*
Expunge "allow" + infinitive without direct object from source and doc.
Alan Mackenzie
2016-01-24
1
-2
/
+2
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
; Cleanup of change log. Removed obsolete email addresses.
Anders Lindgren
2015-11-15
1
-1
/
+1
*
* lisp/autorevert.el (auto-revert-handler): Use vc-refresh-state.
Stefan Monnier
2015-10-28
1
-1
/
+1
*
Fall back to polling in autorevert when needed
Michael Albinus
2015-10-27
1
-31
/
+48
*
Prefer directed to neutral quotes
Paul Eggert
2015-08-24
1
-2
/
+2
*
Fix Bug#20943.
Michael Albinus
2015-07-16
1
-58
/
+57
*
* lisp/autorevert.el: Use lexical-binding. Fix hook usage.
Stefan Monnier
2015-05-22
1
-20
/
+17
*
* autorevert.el (auto-revert-notify-add-watch): fix handler installation
Filipp Gunbin
2015-03-04
1
-29
/
+30
*
Support file notifications for dired auto-revert
Michael Albinus
2015-02-21
1
-39
/
+45
*
Install notification handlers when enabling the auto-revert modes.
Dima Kogan
2015-02-21
1
-7
/
+4
*
auto-revert-mode can now revert immediately in response to a change event
Dima Kogan
2015-02-19
1
-0
/
+36
[next]