aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/midnight.el
Commit message (Collapse)AuthorAgeFilesLines
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update copyright years.Glenn Morris2006-12-051-1/+1
|
* (midnight-buffer-display-time): Doc fix.Juanma Barranquero2006-10-251-5/+4
| | | | (clean-buffer-list-kill-never-buffer-names): Add "*server*".
* (clean-buffer-list): Handle case where base-buffer of indirect buffer getsEli Zaretskii2006-03-031-14/+15
| | | | killed before indirect buffer. Use dolist.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+2
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+1
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (midnight-timer): Move defvar up.Richard M. Stallman2005-04-231-5/+5
|
* * midnight.el: Replace `illegal' with `invalid'.Werner LEMBERG2005-03-251-2/+2
|
* (midnight-delay-set): Remove extra format stringAndreas Schwab2004-02-081-2/+2
| | | | argument.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Some fixes to follow coding conventions.Pavel Janík2001-07-151-5/+5
|
* (clean-buffer-list-kill-never-regexps): CorrectlyGerd Moellmann2000-07-271-2/+2
| | | | | | escape `*' in regexps. (midnight-find): Reverse order of arguments in the funcall of TEST.
* use float-timeSam Steingold2000-07-261-7/+2
|
* midnight-buffer-display-time: use with-current-bufferSam Steingold2000-07-251-2/+1
|
* (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