aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/desktop.el
Commit message (Collapse)AuthorAgeFilesLines
* (desktop-save, desktop-create-buffer): Undo 10-22 change.Karl Heuer1998-11-111-10/+3
|
* (desktop-buffer-dired): Use dired-maybe-insert-subdir.Richard M. Stallman1998-10-261-1/+1
|
* (desktop-create-buffer): Handle old (broken) minor mode support.Thien-Thi Nguyen1998-10-221-2/+4
|
* (desktop-save, desktop-create-buffer): Handle all minor modes.Thien-Thi Nguyen1998-10-201-3/+8
|
* *** empty log message ***Dan Nicolaescu1998-04-201-1/+2
|
* (desktop-buffer-info, desktop-buffer-rmail)Richard M. Stallman1998-03-301-31/+33
| | | | | | (desktop-buffer-mh, desktop-buffer-dired, desktop-buffer-file): Return the buffer produced. (desktop-create-buffer): Use the buffer that was returned.
* (desktop-load-default): Add autoload cookie.Richard M. Stallman1998-03-281-2/+3
| | | | (desktop-read): Likewise.
* (desktop-clear): Don't kill dead buffers.Richard M. Stallman1998-01-261-0/+1
|
* (desktop-enable): New variable.Richard M. Stallman1997-12-291-5/+26
| | | | | (after-init-hook): Add a hook to test desktop-enable. (desktop-save-hook): Doc fix.
* (desktop-clear-preserve-buffers): New variable.Richard M. Stallman1997-07-041-3/+18
| | | | | (desktop-clear): Kill all buffers except internal ones and those listed in desktop-clear-preserve-buffers.
* (desktop-clear): Don't kill buffers here.Richard M. Stallman1997-07-021-1/+2
|
* Add defgroup's; use defcustom for user vars.Richard M. Stallman1997-04-121-16/+37
|
* (desktop-missing-file-warning): Make the default nil.Richard M. Stallman1997-03-221-1/+1
|
* (desktop-basefilename): Use convert-standard-filename.Richard M. Stallman1996-09-011-3/+1
|
* Global var `misc' renamed.Richard M. Stallman1996-03-051-8/+13
| | | | (desktop-buffer-misc): Renamed from misc. Add defvar.
* Global vars mam, fn, bn renamed.Richard M. Stallman1996-03-051-20/+34
| | | | | | | (desktop-buffer-major-mode): Renamed from mam. Add defvar. (desktop-buffer-file-name): Renamed from fn. Add defvar. (desktop-buffer-name): Renamed from bn. Add defvar. (desktop-create-buffer, desktop-buffer): Use new names.
* (desktop-list*): New function.Richard M. Stallman1996-03-051-13/+18
| | | | (desktop-internal-v2s): Generate output using desktop-list*.
* (desktop-read): Do nothing in batch mode.Richard M. Stallman1996-01-141-13/+20
| | | | Clear desktop-delay-hook after use. Simplify.
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* Comment fixes.Karl Heuer1996-01-051-1/+1
|
* (desktop-outvar): Support truncation.Richard M. Stallman1995-10-081-10/+26
| | | | (desktop-globals-to-save): Doc fix.
* (desktop-save): Use dired-directory as nameRichard M. Stallman1995-04-061-11/+13
| | | | | | | of top-level in order to capture wildcards used. (desktop-buffer-dired): Skip possible wildcard when checking for directory existance. Use dired-insert-subdir, not dired-maybe-insert-subdir.
* (desktop-internal-v2s): Don't use format to eliminate text properties.Richard M. Stallman1995-02-171-2/+4
|
* Many doc fixes.Richard M. Stallman1995-01-301-18/+20
|
* (desktop-basefilename): Use emacs.dsk on windows-nt.Richard M. Stallman1994-11-011-1/+1
|
* (desktop-internal-v2s): Remove all text properties from strings.Richard M. Stallman1994-10-131-5/+8
|
* (desktop-buffer-rmail): Handle the situationRichard M. Stallman1994-07-061-1/+5
| | | | | where the RMAIL file is locked, mail is waiting, and the user selects `quit' gracefully.
* (desktop-files-not-to-save): New variable to exclude certain files -- magicKarl Heuer1994-05-011-26/+61
| | | | | | | | | | | | | | | | | | | | ftp names by default -- from being put into desktop files. (desktop-save-buffer-p): Check file name also. (desktop-save-buffer-p): For directories loaded by dired consider the directory to be the file name. (desktop-locals-to-save): Add line-number-mode to be saved when local. (desktop-remove): In case the desktop file cannot be deleted make sure that the desktop system is still inactivated. (desktop-kill): In case an error occurs when saving the desktop, offer to quit regardless. (desktop-save-buffer-p): Disregard case when testing file and buffer names against regexps. (desktop-buffer-dired): Display a warning if a directory no longer exists. (desktop-save-hook): New variable. (desktop-save): Run desktop-save-hook. (desktop-clear): Clear search history. (desktop-internal-v2s): Be more explicit when encountering an unprintable value.
* (desktop-internal-v2s): Default case fixed to return correct quote flag.Richard M. Stallman1994-04-291-18/+38
| | | | Fix cons cell handling to avoid recursion in the cdr part.
* (desktop-internal-v2s): Make structure match docstring.Karl Heuer1994-04-251-6/+6
|
* (desktop-bug-report): Command deleted.Richard M. Stallman1994-02-071-20/+0
|
* (desktop-internal-v2s): Allow saving of markers and subrs.Richard M. Stallman1994-02-051-67/+127
| | | | | | | | | | | | | | | | | | (desktop-delay-hook): New variable. (desktop-read): Run desktop-delay-hook. (desktop-globals-to-save): Save register-alist. Always make desktop-locals-to-save local. (desktop-value-to-string): Make sure floating point numbers are output with maximum accuracy. (desktop-bug-report): New function. (desktop-internal-v2s): New function. (desktop-value-to-string): Use above function. (desktop-buffers-not-to-save): Add regexp for "nn" temporary files. (desktop-save, <top-level>): Remove support for Emacs 18, because it's not worth the effort and didn't work anymore, anyway. (desktop-save): Needn't bind `print-escape-newlines' anymore.
* (desktop-buffer-mh): New function for mh mail system.Richard M. Stallman1994-01-061-81/+157
| | | | | | | | | | | | | | | | | (desktop-buffer-handlers): Add desktop-buffer-mh. (desktop-buffer): Correct setting of auto-fill-mode. Make the compilation silent using (eval-when-compile ...) (old-kill-emacs): New explicit variable (for Emacs 18 comp.) (desktop-globals-to-save): Add the history rings for interactive searches. (postv18): Remove. (desktop-create-buffer-form): New variable. (desktop-save): Use desktop-create-buffer-form. (desktop-value-to-string): New function. (desktop-outvar): Clean-up using desktop-value-to-string. (desktop-save): clean-up Using desktop-value-to-string. (desktop-save): Decide Emacs version at compile time. (desktop-locals-to-save): New variable. (desktop-truncate): New function.
* Add keywords.Richard M. Stallman1993-12-231-32/+40
| | | | | | | | | | | (desktop-outvar): clean-up output using fewer quotes and \n for newlines. (desktop-save): print buffer information using \n for newlines. (desktop-save-buffer-p): doc fix. (desktop-save): bug in mark-activity saving. (desktop-buffer-rmail): doc fix. (desktop-buffer-rmail, desktop-buffer-dired, desktop-buffer): Use `eq' instead of `equal'. (desktop-clear): end up with one window.
* Internal clean-up. Save information about currentRichard M. Stallman1993-10-071-137/+142
| | | | | | | tags files, don't save the tags buffers (to save reload time). Don't save desktop-globals-to-save (desktop files must be erased for this to take effect, sorry.) Save "mark-activity" and allow multi-dir direds.
* entered into RCSRichard M. Stallman1993-06-011-1/+1
|
* Initial revisionRichard M. Stallman1993-06-011-0/+344