- 31 May, 2004 1 commit
-
-
Lars Hansen authored
-
- 07 May, 2004 2 commits
-
-
Lars Hansen authored
-
Lars Hansen authored
-
- 27 Apr, 2004 1 commit
-
-
Juri Linkov authored
-
- 26 Apr, 2004 1 commit
-
-
Lars Hansen authored
(desktop-buffer-modes-to-save): Delete. (desktop-save-buffer-p): Use desktop-save-buffer instead of desktop-buffer-modes-to-save. (desktop-save): Rename desktop-buffer-misc-data-function to desktop-save-buffer and allow non-function value. (desktop-missing-file-warning): Correct docstring.
-
- 21 Apr, 2004 1 commit
-
-
Lars Hansen authored
of major mode specific functions to restore a desktop buffer. (desktop-buffer-handlers): Make variabel obsolete. (desktop-create-buffer): Use desktop-buffer-mode-handlers. Catch errors signaled in handlers. Update buffer count. Evaluate desktop-buffer-point. (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and move to dired.el. (desktop-buffer-info): Rename to Info-restore-desktop-buffer and move to info.el. (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and move to mail/rmail.el. (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move to mh-e/mh-e.el. (desktop-buffer-file): Rename to desktop-restore-file-buffer. An fail, print message (to message buffer) even if desktop-missing-file-warning is nil. (desktop-buffer-misc-data-function): New buffer local variable. Function returning major mode specific data. (desktop-buffer-misc-functions): Make variable obsolete. (desktop-save): Use desktop-buffer-misc-data-function. (desktop-buffer-dired-misc-data): Rename to dired-desktop-buffer-misc-data and move to dired.el. (desktop-buffer-info-misc-data): Rename to Info-desktop-buffer-misc-data and move to info.el. (desktop-read): Add message about number of buffers restored/failed.
-
- 29 Feb, 2004 1 commit
-
-
Juanma Barranquero authored
(desktop-clear-preserve-buffers): Remove redundant info in docstring already shown by the obsolescence message. (desktop-truncate, desktop-internal-v2s, desktop-value-to-string): Change argument name to match docstring.
-
- 05 Nov, 2003 1 commit
-
-
Lars Hansen authored
(desktop-buffer-file): Use saved buffer-file-coding-system for file reading. Set auto-insert to nil to prevent automatic insertion into restored empty files.
-
- 30 Sep, 2003 1 commit
-
-
Lars Hansen authored
(desktop-save-mode): Minor mode introduced. (desktop-enable, desktop-clear-preserve-buffers): Variables made obsolete. (desktop-load-default): Function made obsolete. (desktop-locals-to-save): Variable made customizable. (desktop-read): Optional parameter `dirname' added. (desktop-change-dir, desktop-revert): Parameter `dirname' in `desktop-read' used. (desktop-save-in-load-dir): Renamed to `desktop-save-in-desktop-dir'.
-
- 08 Sep, 2003 1 commit
-
-
Lars Hansen authored
* desktop.el (desktop-buffer-dired): Change name of local variable to be different from buffer local variable `dired-directory'.
-
- 01 Sep, 2003 1 commit
-
-
Miles Bader authored
-
- 29 Aug, 2003 1 commit
-
-
Richard M. Stallman authored
-
- 17 Aug, 2003 1 commit
-
-
Alex Schroeder authored
(desktop-kill): Unquoted t.
-
- 13 Jul, 2003 1 commit
-
-
Juanma Barranquero authored
being a list.
-
- 07 Jul, 2003 1 commit
-
-
Richard M. Stallman authored
-
- 04 Jun, 2003 1 commit
-
-
Juanma Barranquero authored
-
- 03 Jun, 2003 1 commit
-
-
Juanma Barranquero authored
(desktop-kill, desktop-save, desktop-remove): Use expand-directory rather than concat to construct desktop filename. (desktop-kill, desktop-read, desktop-change-dir): Ensure desktop-dirname is a directory name. (desktop-change-dir): Fix bug when DIR was relative.
-
- 01 Jun, 2003 1 commit
-
-
Michael Kifer authored
* desktop.el (desktop-create-buffer): Added (desktop-first-buffer) to the let-statement to avoid the startup error that desktop-first-buffer is undefined.
-
- 19 May, 2003 1 commit
-
-
Juanma Barranquero authored
assigning it to desktop-dirname and default-directory. (desktop-read): Put buffers existing prior to evaluating the desktop (and not reused) at the end of the buffer list. (desktop-create-buffer): Don't update desktop-first-buffer for old desktop files.
-
- 19 Apr, 2003 1 commit
-
-
Richard M. Stallman authored
it causes trouble in compilation.
-
- 14 Apr, 2003 1 commit
-
-
Richard M. Stallman authored
-
- 10 Apr, 2003 1 commit
-
-
Juanma Barranquero authored
mode.
-
- 09 Apr, 2003 1 commit
-
-
Richard M. Stallman authored
Other cleanups. Command line option --no-desktop introduced. (desktop-read): Record buffers in the desktop file in the same order as that in the buffer list, (desktop-save): Put buffers in the order given in desktop file, regardless of what handlers do. (desktop-file-version): New variable. Version number of desktop file format. (desktop-create-buffer-form): Variable deleted. (desktop-save): New customizable variable. (desktop-kill): Changed to use `desktop-save'. (desktop-file-name-format): New option: format in which desktop file names should be saved. (desktop-file-name): New function to convert a filename to the format specified in `desktop-file-name-format'. (desktop-create-buffer): Parameters renamed to descriptive systematic names. These parameters are visible to handlers. Renames: ver -> desktop-file-version mim -> desktop-buffer-minor-modes pt -> desktop-buffer-point mk -> desktop-buffer-mark ro -> desktop-buffer-read-only locals -> desktop-buffer-locals (desktop-buffer-major-mode, desktop-buffer-file-name) (desktop-buffer-name): Unused customizable variables deleted. (desktop-buffer-misc): Unused variable deleted. (desktop-save, desktop-buffer-dired-misc-data): Use `desktop-file-name'. (desktop-path): New customizable variable. List of directories in which to lookup the desktop file. Replaces hardcoded list. (desktop-globals-to-clear): New variable replaces hardcoded list. (desktop-clear-preserve-buffers-regexp): New customizable variable. (desktop-after-read-hook): New hook run after a desktop is read. (desktop-no-desktop-file-hook): New hook when no desktop file found. (desktop-change-dir): New function. (desktop-save-in-load-dir): New function. Save desktop in directory from witch it was loaded. (desktop-revert): New function. Revert to the last loaded desktop.
-
- 04 Nov, 2002 1 commit
-
-
Juanma Barranquero authored
(desktop-save): Use it.
-
- 11 Mar, 2002 1 commit
-
-
Richard M. Stallman authored
(desktop-buffer-file): Explicitly return BUF.
-
- 16 Nov, 2001 1 commit
-
-
Stefan Monnier authored
-
- 23 Oct, 2001 1 commit
-
-
Gerd Moellmann authored
(desktop-create-buffer): Set it. (desktop-read): Bind it and switch to that buffer.
-
- 13 Aug, 2001 1 commit
-
-
Eli Zaretskii authored
-
- 09 Aug, 2001 1 commit
-
-
Gerd Moellmann authored
name, use expand-file-name.
-
- 31 Jul, 2001 1 commit
-
-
Gerd Moellmann authored
`emacs-mule' for write-region.
-
- 30 Jul, 2001 1 commit
-
-
Gerd Moellmann authored
the desktop file.
-
- 13 Oct, 2000 1 commit
-
-
John Wiegley authored
ChangeLog.
-
- 10 Oct, 2000 1 commit
-
-
Stefan Monnier authored
(desktop-save-buffer-p): Use it. Also, obey desktop-buffers-not-to-save even for non-file buffers. (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
-
- 16 Aug, 2000 1 commit
-
-
Eli Zaretskii authored
member of minor-mode-alist, unless it is boundp.
-
- 26 Apr, 2000 1 commit
-
-
Gerd Moellmann authored
(desktop-create-buffer): Restore minor modes. (desktop-minor-mode-table): New user-option.
-
- 02 Feb, 2000 1 commit
-
-
Dave Love authored
-
- 11 Nov, 1998 1 commit
-
-
Karl Heuer authored
-
- 26 Oct, 1998 1 commit
-
-
Richard M. Stallman authored
-
- 22 Oct, 1998 1 commit
-
-
Thien-Thi Nguyen authored
-
- 20 Oct, 1998 1 commit
-
-
Thien-Thi Nguyen authored
-