- 06 Feb, 2006 1 commit
-
-
Thien-Thi Nguyen authored
-
- 23 Jan, 2006 1 commit
-
-
Juri Linkov authored
-
- 14 Dec, 2005 1 commit
-
-
Juri Linkov authored
-
- 21 Oct, 2005 1 commit
-
-
Juri Linkov authored
(desktop-modes-not-to-save): Add tags-table-mode to the default value.
-
- 12 Oct, 2005 1 commit
-
-
Lars Hansen authored
-
- 18 Sep, 2005 1 commit
-
-
Deepak Goel authored
-
- 14 Aug, 2005 1 commit
-
-
Andreas Schwab authored
-
- 10 Aug, 2005 1 commit
-
-
Lars Hansen authored
non-customizable. Add autoload cookie. Change initial value to nil; add elements in respective modules instead. Fix doc string. (desktop-load-file): New function. (desktop-minor-mode-handlers): New autoloaded variable. (desktop-create-buffer): Call minor mode handlers. Use desktop-load-file to load major and minor mode modules prior to checking for a handler. (desktop-save): Don't add nil to desktop-minor-modes for minor modes with nil function in desktop-minor-mode-table. Don't delete desktop file before rewriting it. (desktop-locals-to-save): Add autoload cookie. Don't make automatically buffer-local. Add variables column-number-mode, size-indication-mode, indent-tabs-mode, indicate-buffer-boundaries, indicate-empty-lines and show-trailing-whitespace. (desktop-clear): Allow desktop-clear-preserve-buffers to contain regexps. Don't use desktop-clear-preserve-buffers-regexp. (desktop-clear-preserve-buffers-regexp): Delete. (desktop-clear-preserve-buffers): Update initial value and docstring. (desktop-save-buffer): Fix doc string.
-
- 06 Aug, 2005 1 commit
-
-
Thien-Thi Nguyen authored
-
- 29 Jul, 2005 1 commit
-
-
Juanma Barranquero authored
(desktop-load-default): Simplify.
-
- 21 Jul, 2005 1 commit
-
-
Juanma Barranquero authored
-
- 19 Jul, 2005 2 commits
-
-
Juanma Barranquero authored
`define-obsolete-variable-alias'. (desktop-internal-v2s): Don't quote keywords. (desktop-clear): "?\ " -> "?\s".
-
Juanma Barranquero authored
desktop-buffer-handlers, desktop-load-default): Add release to obsolescence info. (desktop-globals-to-clear, desktop-buffer-mode-handlers, desktop-append-buffer-args, desktop-read): Fix typos in docstrings. (desktop-kill): Fix typo in message. (desktop-save): Doc fix.
-
- 12 Jul, 2005 1 commit
-
-
Lars Hansen authored
-
- 04 Jul, 2005 1 commit
-
-
Lute Kamstra authored
-
- 18 Apr, 2005 1 commit
-
-
Lars Hansen authored
-
- 03 Apr, 2005 1 commit
-
-
Lute Kamstra authored
-
- 09 Feb, 2005 1 commit
-
-
Kim F. Storm authored
Change development version from 21.3.50 to 22.0.50.
-
- 12 Jan, 2005 1 commit
-
-
Juri Linkov authored
variables line in desktop files.
-
- 09 Jan, 2005 1 commit
-
-
David Kastrup authored
-
- 07 Jan, 2005 1 commit
-
-
Lars Hansen authored
New customizable variables. (desktop-buffer-args-list): New variable. (desktop-append-buffer-args): New function. (desktop-save): Call desktop-append-buffer-args for some buffers. (desktop-lazy-create-buffer): New function. (desktop-idle-create-buffers): New function. (desktop-read): Add message about buffers to restore lazily. (desktop-lazy-abort): New command. (desktop-clear): Call desktop-lazy-abort. (desktop-lazy-complete): New command.
-
- 26 Nov, 2004 1 commit
-
-
Lars Hansen authored
(desktop-create-buffer): Replace mapcar with mapc. Remove redundant piece of code.
-
- 12 Nov, 2004 1 commit
-
-
Eli Zaretskii authored
instead of mapcar.
-
- 11 Nov, 2004 1 commit
-
-
Lars Hansen authored
desktop-clear-preserve-buffers-regexp, desktop-file-name-format, desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path, desktop-save): Add :version.
-
- 09 Sep, 2004 1 commit
-
-
Lars Hansen authored
-
- 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
-