summaryrefslogtreecommitdiff
path: root/lisp/autorevert.el
Commit message (Collapse)AuthorAgeFilesLines
* (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.
* (auto-revert-handler): Print revert message before, rather than after,Luc Teirlinck2004-03-271-19/+6
| | | | | reverting. (buffer-stale-function): Move to files.el.
* (global-auto-revert-non-file-buffers): Expand doc string.Luc Teirlinck2004-03-231-76/+39
| | | | | | | | (buffer-stale-function): New variable. (auto-revert-list-diff, auto-revert-dired-file-list) (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete. (auto-revert-handler): Take over some functionality of deleted functions. (auto-revert-buffers): Delete call to auto-revert-buffer-p.
* (auto-revert-interval): Make new value take effect immediately whenLuc Teirlinck2004-03-211-7/+19
| | | | | set through Custom. (auto-revert-set-timer): Add interactive declaration.
* (auto-revert-buffer-p): Only revert dired buffers if one ofLuc Teirlinck2004-02-171-2/+5
| | | | global-auto-revert-non-file-buffers or autorevert-mode is non-nil.
* Autorevert: Add support for VC controlled files.Eli Zaretskii2004-02-161-9/+73
| | | | | | (eval-when-compile): Defvar dired-directory and vc-mode. (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p) (auto-revert-handler-vc): New functions.
* (auto-revert-dired-file-list): added missing variable `file' to `let'.Eli Zaretskii2004-02-161-3/+7
| | | | | (top level): Byte compiler fixes: defvar `dired-directory' added, autoload `dired-get-filename' added.
* Added support to detect changed dired buffers.Eli Zaretskii2004-02-161-18/+79
| | | | | | | | | | | (auto-revert-active-p): New. (auto-revert-list-diff): New. (auto-revert-dired-file-list): New. (auto-revert-dired-changed-p): New. (auto-revert-handler): New. (auto-revert-active-p): New. (auto-revert-buffers): Moved logic to `auto-revert-handler' and `auto-revert-active-p'
* (auto-revert-interval): Doc fix.Eli Zaretskii2003-12-291-1/+4
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (auto-revert-mode, global-auto-revert-mode):Stefan Monnier2002-04-081-67/+23
| | | | | | Use define-minor-mode. (auto-revert-buffers): Use with-current-buffer. Avoid changing the minor modes.
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-2/+2
|
* (global-auto-revert-non-file-buffers): RemoveGerd Moellmann2001-03-261-11/+1
| | | | duplicate defcustom.
* (global-auto-revert-mode): Add autoload cookie.Dave Love2000-02-021-0/+1
|
* (auto-revert-mode): Return value of auto-revert-mode.Gerd Moellmann2000-01-041-1/+2
|
* (auto-revert-buffers): Auto-revert mode was turnedGerd Moellmann1999-12-011-5/+5
| | | | | | off when reverting buffers that contained mode specifiers. `revert-buffer' is now called with non-nil PRESERVE-MODES argument.
* (auto-revert-mode): Make auto-revert-mode permanent-local.Gerd Moellmann1999-10-191-0/+1
|
* (auto-revert-mode): Add autoload cookie.Dave Love1999-08-101-0/+2
|
* Comment change.Richard M. Stallman1998-06-071-1/+1
|
* *** empty log message ***Dan Nicolaescu1998-05-261-1/+3
|