aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/midnight.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (clean-buffer-list-kill-regexps): Doc fix.Karl Heuer1999-02-231-2/+2
| | | | (clean-buffer-list-kill-buffer-names): Doc fix.
* (clean-buffer-list): do not kill a buffer if it hasKarl Heuer1999-01-221-2/+3
| | | | a process associated with it.
* (clean-buffer-list): Add autoload cookie.Karl Heuer1998-10-061-0/+1
|
* (clean-buffer-list-kill-regexps): Improve custom type.Richard M. Stallman1998-09-281-4/+4
| | | | | | (clean-buffer-list-kill-buffer-names): Likewise. (clean-buffer-list-kill-never-buffer-names): Likewise. (clean-buffer-list-kill-never-regexps): Likewise.
* (clean-buffer-list-kill-regexps,Andreas Schwab1998-09-181-4/+4
| | | | | | clean-buffer-list-kill-buffer-names, clean-buffer-list-kill-never-buffer-names, clean-buffer-list-kill-never-regexps): Fix customize type.
* Require `timer' not only when compiling.Karl Heuer1998-08-261-2/+3
|
* (midnight-hook): initialize to a list.Richard M. Stallman1998-08-181-3/+3
|
* (midnight-float-time): Renamed from float-time.Richard M. Stallman1998-08-161-7/+8
| | | | | | (midnight-time-float): Renamed from time-float. (midnight-buffer-display-time): Renamed from buffer-display-time. (midnight-mode): Specify :initialize. Use nil as default value.
* (clean-buffer-list-kill-buffer-names): Add `*diff*'.Richard M. Stallman1998-08-101-18/+25
| | | | | | | | (clean-buffer-list): Check `buffer-modified-p' only when the buffer is associated with a file. (midnight-delay-set): Improve doc. (midnight-find): Don't use `find'.
* (midnight-delay-set): Use run-hooks directly.Richard M. Stallman1998-08-071-5/+1
| | | | (midnight-timer-function): Function deleted.
* (midnight-timer-function): No need to test midnight-mode.Richard M. Stallman1998-08-071-2/+1
|
* (clean-buffer-list-kill-regexps): Init to nil, as before.Richard M. Stallman1998-08-041-23/+9
| | | | | | | (clean-buffer-list-kill-buffer-names): Add *vc* and *vc-diff*. (clean-buffer-list-delay): Rename arg. (clean-buffer-list): Doc fix. (midnight-period): Doc fix.
* Require timer.Richard M. Stallman1998-07-311-15/+28
| | | | | | | (clean-buffer-list-kill-regexps): Match `*vc' buffers. (midnight-find): Use dolist, not loop. (clean-buffer-list-delay): Use assoc-default. (assoc-default): New function.
* *** empty log message ***Dan Nicolaescu1998-06-221-18/+11
|
* (midnight-mode): New variable.Richard M. Stallman1998-06-151-1/+19
| | | | | (midnight-timer-function): New function. (midnight-delay-set): Make the timer run midnight-timer-function.
* Initial revisionRichard M. Stallman1998-06-121-0/+227