summaryrefslogtreecommitdiff
path: root/lisp/autorevert.el
Commit message (Collapse)AuthorAgeFilesLines
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* * autorevert.el (auto-revert-handler): AllowMichael Albinus2009-08-021-6/+12
| | | | `auto-revert-tail-mode' for remote files.
* (global-auto-revert-non-file-buffers, global-auto-revert-mode): Doc fixes.Glenn Morris2009-06-281-9/+24
|
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* (auto-revert-buffers): Use buffer-live-p.Stefan Monnier2008-03-261-1/+1
|
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
* | (auto-revert-handler): In `auto-revert-tail-mode',David Kastrup2007-09-301-8/+14
| | | | | | | | | | | | | | check only for changed size. (auto-revert-tail-handler): Get size from caller. If the file has shrunk, tail the whole file again (the file presumably has been rewritten).
* | Merge from emacs--rel--22Miles Bader2007-08-131-1/+1
|\| | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
| * Replace `iff' in doc-strings and comments.Glenn Morris2007-08-081-1/+1
| |
| * (auto-revert-tail-mode): auto-revert-tail-pos is zero, not nil, whenGlenn Morris2007-08-041-0/+16
| | | | | | | | | | the library is first loaded. Check for a file that has been modified on disk.
* | (auto-revert-tail-mode): auto-revert-tail-pos is zero, not nil, whenGlenn Morris2007-08-041-4/+20
| | | | | | | | | | the library is first loaded. Check for a file that has been modified on disk.
* | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 70-73) - Update from CVS 2007-07-25 Glenn Morris <rgm@gnu.org> * Relicense all FSF files to GPLv3 or later. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| |
* | (auto-revert-tail-handler): Use inhibit-read-only.Stefan Monnier2007-07-061-5/+6
|/ | | | | Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>. Use run-hooks rather than run-mode-hooks.
* (find-file-hook, auto-revert-tail-mode):Jason Rumney2007-03-241-2/+2
| | | | Use file size in bytes for auto-revert-tail-pos not characters.
* (auto-revert-tail-handler): Call after-revert-hook.Chong Yidong2007-03-171-0/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (global-auto-revert-non-file-buffers): Point Info links to the main manual,Eli Zaretskii2006-05-061-2/+2
| | | | not to emacs-xtra.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (auto-revert-tail-mode): Use make-local-variable,Richard M. Stallman2005-08-091-1/+1
| | | | not make-variable-buffer-local.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (auto-revert-buffers): Use save-match-data.Luc Teirlinck2005-06-011-40/+41
|
* (auto-revert-mode): Specify :group.Lute Kamstra2005-04-041-2/+2
|
* (auto-revert-check-vc-info): Minor doc fix.Luc Teirlinck2005-03-271-1/+1
|
* (auto-revert-stop-on-user-input): Doc fix.Luc Teirlinck2005-02-181-1/+1
|
* (auto-revert-stop-on-user-input): Further doc fix.Luc Teirlinck2005-02-171-2/+2
|
* (auto-revert-stop-on-user-input): Doc fix.Luc Teirlinck2005-02-161-3/+6
|
* (auto-revert-stop-on-user-input, auto-revert-verbose): Doc fixes.Luc Teirlinck2005-02-161-2/+5
|
* Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-091-2/+2
| | | | Change development version from 21.3.50 to 22.0.50.
* (auto-revert-tail-handler): Put in undo boundaries.Luc Teirlinck2004-12-301-0/+2
|
* (auto-revert-tail-mode): Doc fix for defvar.Luc Teirlinck2004-12-301-1/+2
|
* (auto-revert-tail-mode-text): Add :version keyword.Luc Teirlinck2004-10-301-1/+2
|
* Comment change.Richard M. Stallman2004-10-191-0/+3
|
* (auto-revert-handler): Bind `buffer-read-only' locally around the callLuc Teirlinck2004-09-031-1/+2
| | | | to `revert-buffer'.
* Add 2004 Copyright.Luc Teirlinck2004-07-241-1/+1
|
* Describe `Auto Revert Tail Mode' in `Commentary' section.Luc Teirlinck2004-07-171-2/+10
| | | | | (auto-revert-handler): Do not check `auto-revert-tail-mode' for non-file buffers. We know it is nil.
* (auto-revert-tail-mode, auto-revert-tail-mode-text, auto-revert-tail-pos): ↵Daniel Pfeiffer2004-07-141-25/+115
| | | | | | | | | New vars. (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not in both at the same time. (auto-revert-tail-mode): New command. (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs. (auto-revert-handler): Revert only either tail or whole file.
* (global-auto-revert-non-file-buffers): Doc fix.Richard M. Stallman2004-06-211-1/+2
|
* (global-auto-revert-non-file-buffers): Update docstring.Luc Teirlinck2004-06-191-10/+6
|
* (global-auto-revert-non-file-buffers): Add hyperlink to emacs-xtraLuc Teirlinck2004-06-151-2/+6
| | | | manual to docstring, as well as an info-link.
* Update `Commentary' section.Luc Teirlinck2004-05-301-2/+6
|
* (auto-revert-handler): Disable auto-reverting of remote files.Luc Teirlinck2004-05-271-0/+1
|
* (auto-revert-handler): If point (or a window point) is at the end ofLuc Teirlinck2004-04-051-5/+31
| | | | | the buffer, keep it there after reverting. This allows to tail a file. Mention this in the `Commentary'.
* Delete obsolete autoload's and defvar's.Luc Teirlinck2004-04-011-81/+38
| | | | | | | | (auto-revert-check-vc-info): New variable. (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p) (auto-revert-handler-vc): Delete. (auto-revert-handler): Treat return value `fast' of buffer-stale-function specially. Check `auto-revert-check-vc-info'.
* (auto-revert-set-timer): Minor doc fix.Luc Teirlinck2004-03-281-1/+1
|
* (auto-revert-verbose, global-auto-revert-non-file-buffers)Luc Teirlinck2004-03-281-11/+16
| | | | | (global-auto-revert-mode, auto-revert-set-timer) (auto-revert-handler, auto-revert-buffers): Doc fixes.
* (auto-revert-handler): Handle auto-revert-mode.Luc Teirlinck2004-03-281-6/+5
| | | | | Call vc-find-file-hook here instead of in auto-revert-buffers. (auto-revert-buffers): Delete call to vc-find-file-hook.