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
*
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
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Fix auto-revert-tail-mode for remote files
Filipp Gunbin
2014-12-29
1
-9
/
+8
*
Doc updates for buffer-stale-function now applying to file buffers too
Glenn Morris
2014-04-03
1
-1
/
+1
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Fix a thinko in last commit in autorevert.el.
Eli Zaretskii
2013-12-09
1
-1
/
+1
*
* autorevert.el (auto-revert-notify-add-watch): Do not handle symlinked files.
Michael Albinus
2013-12-09
1
-4
/
+6
*
* lisp/autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
Stefan Monnier
2013-09-12
1
-1
/
+1
*
* lisp/autorevert.el (auto-revert-notify-handler): Explicitly ignore
Stefan Monnier
2013-09-04
1
-23
/
+26
*
* lisp/files.el: Use lexical-binding.
Stefan Monnier
2013-08-01
1
-6
/
+6
*
* filenotify.el (file-notify-supported-p):
Michael Albinus
2013-07-24
1
-5
/
+2
*
* filenotify.el (file-notify--library): Renamed from
Michael Albinus
2013-07-18
1
-11
/
+11
*
* filenotify.el: New package.
Michael Albinus
2013-07-04
1
-104
/
+54
*
* lisp/autorevert.el (auto-revert-notify-handler): Use memq.
Stefan Monnier
2013-06-05
1
-5
/
+7
*
* configure.ac (file-notification): New option, replaces inotify option.
Michael Albinus
2013-06-03
1
-17
/
+36
*
* autorevert.el (auto-revert-notify-add-watch)
Michael Albinus
2013-05-22
1
-2
/
+4
*
* autorevert.el (auto-revert-mode, auto-revert-tail-mode)
Michael Albinus
2013-04-05
1
-4
/
+7
*
Fix bug #13725 with file notifications on MS-Windows.
Eli Zaretskii
2013-02-16
1
-4
/
+5
*
* autorevert.el (auto-revert-use-notify): Fix docstring.
Michael Albinus
2013-01-30
1
-1
/
+1
*
* autorevert.el (auto-revert-use-notify): Use
Michael Albinus
2013-01-29
1
-0
/
+1
*
* autorevert.el (auto-revert-handler): Notifications which result
Michael Albinus
2013-01-27
1
-11
/
+6
*
* autorevert.el (auto-revert-remote-files)
Michael Albinus
2013-01-25
1
-64
/
+114
*
* autorevert.el (auto-revert-notify-watch-descriptor): Make it
Michael Albinus
2013-01-17
1
-0
/
+1
*
* autorevert.el (auto-revert-use-notify): In the :set function, do
Michael Albinus
2013-01-17
1
-10
/
+13
*
* autorevert.el (auto-revert-notify-handler): Use `file-equal-p'.
Michael Albinus
2013-01-12
1
-10
/
+7
*
* autorevert.el (auto-revert-notify-watch-descriptor): Give it
Michael Albinus
2013-01-12
1
-1
/
+1
*
Fix filtering of file notification events in autorevert.el.
Eli Zaretskii
2013-01-12
1
-4
/
+8
[next]