summaryrefslogtreecommitdiff
path: root/lisp/autorevert.el
AgeCommit message (Expand)Author
2014-04-03Doc updates for buffer-stale-function now applying to file buffers tooGlenn Morris
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-12-09Fix a thinko in last commit in autorevert.el.Eli Zaretskii
2013-12-09* autorevert.el (auto-revert-notify-add-watch): Do not handle symlinked files.Michael Albinus
2013-09-12* lisp/autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since weStefan Monnier
2013-09-04* lisp/autorevert.el (auto-revert-notify-handler): Explicitly ignoreStefan Monnier
2013-08-01* lisp/files.el: Use lexical-binding.Stefan Monnier
2013-07-24* filenotify.el (file-notify-supported-p):Michael Albinus
2013-07-18* filenotify.el (file-notify--library): Renamed fromMichael Albinus
2013-07-04* filenotify.el: New package.Michael Albinus
2013-06-05* lisp/autorevert.el (auto-revert-notify-handler): Use memq.Stefan Monnier
2013-06-03* configure.ac (file-notification): New option, replaces inotify option.Michael Albinus
2013-05-22* autorevert.el (auto-revert-notify-add-watch)Michael Albinus
2013-04-05* autorevert.el (auto-revert-mode, auto-revert-tail-mode)Michael Albinus
2013-02-16Fix bug #13725 with file notifications on MS-Windows.Eli Zaretskii
2013-01-30* autorevert.el (auto-revert-use-notify): Fix docstring.Michael Albinus
2013-01-29* autorevert.el (auto-revert-use-notify): UseMichael Albinus
2013-01-27* autorevert.el (auto-revert-handler): Notifications which resultMichael Albinus
2013-01-25* autorevert.el (auto-revert-remote-files)Michael Albinus
2013-01-17* autorevert.el (auto-revert-notify-watch-descriptor): Make itMichael Albinus
2013-01-17* autorevert.el (auto-revert-use-notify): In the :set function, doMichael Albinus
2013-01-12* autorevert.el (auto-revert-notify-handler): Use `file-equal-p'.Michael Albinus
2013-01-12* autorevert.el (auto-revert-notify-watch-descriptor): Give itMichael Albinus
2013-01-12Fix filtering of file notification events in autorevert.el.Eli Zaretskii
2013-01-11* lisp/autorevert.el: Use cl-lib instead of cl.Stefan Monnier
2013-01-11Fix a scoping error.Michael Albinus
2013-01-11* autorevert.el (top): Require 'cl in order to pacify byte compiler.Michael Albinus
2013-01-11Fix last commit in autorevert.el.Eli Zaretskii
2013-01-10* autorevert.el (auto-revert-notify-enabled): Move up.Michael Albinus
2013-01-10* autorevert.el: Add file watch support.Michael Albinus
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-07-10Reduce use of (require 'cl).Stefan Monnier
2012-04-22Tweaks to Customize interface. Set custom-reset-button-menu to t.Chong Yidong
2012-03-11Fix previous patch.Michael Albinus
2012-03-11* autorevert.el (auto-revert-handler): Ensure, thatMichael Albinus
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-11-19Spelling fixes.Paul Eggert
2011-10-19Fix minor mode docstrings for the new meaning of a nil ARG.Chong Yidong
2011-04-13lisp/autorevert.el: Use `remote-file-name-inhibit-cache'.Juanma Barranquero
2011-02-19autorevert.el trivia.Glenn Morris
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-08-02* autorevert.el (auto-revert-handler): AllowMichael Albinus
2009-06-28(global-auto-revert-non-file-buffers, global-auto-revert-mode): Doc fixes.Glenn Morris
2009-01-05Add 2009 to copyright years.Glenn Morris
2008-05-06Switch to recommended form of GPLv3 permissions notice.Glenn Morris
2008-03-26(auto-revert-buffers): Use buffer-live-p.Stefan Monnier
2008-01-08Merge from emacs--rel--22Miles Bader