summaryrefslogtreecommitdiff
path: root/lisp/desktop.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* Document 'desktop-files-not-to-save'Robert Pluim2018-02-171-1/+2
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Fix desktop auto-save timer when linum-mode is usedEli Zaretskii2017-11-111-1/+7
* Fix doc strings in desktop.elEli Zaretskii2017-10-281-5/+7
* Avoid unnecessary rounding errors in timestampsPaul Eggert2017-10-221-1/+2
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Replace some uses of evalMark Oteiza2017-08-081-2/+2
* * lisp/desktop.el (desktop-clear): Skip the daemon's frame (Bug#26912).Noam Postavsky2017-06-051-0/+4
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Merge from origin/emacs-25Paul Eggert2017-01-011-1/+4
|\ \ | |/
| * * lisp/desktop.el (desktop-buffers-not-to-save): Doc fix.Eli Zaretskii2016-12-231-1/+4
* | Merge from origin/emacs-25Paul Eggert2017-01-011-2/+2
|\ \ | |/
| * Repair desktop restoration on text terminalsEli Zaretskii2016-12-171-2/+2
* | Save and restore buffer-display-timeSam Steingold2016-10-151-1/+15
* | Avoid repeated warnings while restoring desktopKaushal Modi2016-07-221-1/+1
|/
* Restore frames into the current display by defaultPaul Eggert2016-05-291-1/+1
* * lisp/desktop.el: Disable restore frameset if in non-graphic display.Jun Hao2016-05-211-10/+3
* Improve the custom type of some user options.Glenn Morris2016-01-301-1/+3
* Desktop: protect users against inadvertant upgrading of desktop file.Alan Mackenzie2016-01-181-48/+103
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-171-4/+4
* ; Remove extraneous "coding: utf-8" specifications in Elisp filesDmitry Gutov2015-09-291-4/+0
* Avoid hard-coding "M-x command" in docstringsPaul Eggert2015-08-211-2/+2
* * lisp/desktop.el: If modes aren't autoloaded, try simple guesswork.Glenn Morris2015-05-251-10/+22
* cl-lib.el: Partial revert of "2015-04-05 Rationalize c[ad]+r"Stefan Monnier2015-04-101-1/+1
* Rationalize use of c[ad]+r, expunging cl-c[ad]\{3,4\}r.Alan Mackenzie2015-04-051-1/+1
* desktop.el (desktop-buffer-info): Use `pushnew'.Artur Malabarba2015-03-051-10/+7
* desktop.el (desktop-buffer-info): Write docstring.Artur Malabarba2015-03-051-0/+18
* desktop.el: Conditionally re-enable desktop autosaveKelly Dean2015-02-171-2/+5
* desktop.el: Save mark-ring less verbosely.Kelly Dean2015-02-091-4/+30
* Do not clear the session when trying to read a non-existent desktop file.Ivan Shmakov2015-01-171-1/+0
* Update copyright year to 2015Paul Eggert2015-01-011-1/+2
* system-name's returned value can varyPaul Eggert2014-12-291-1/+1
* * lisp/desktop.el (desktop-create-buffer): Use activate-mark to setStefan Monnier2014-11-211-2/+2
* * lisp/desktop.el (desktop-create-buffer): Check that buffers are still liveIvan Shmakov2014-09-091-1/+3
* * lisp/desktop.el (after-init-hook): Disable startup frame restorationGlenn Morris2014-07-151-2/+9
* * lisp/desktop.el (desktop-minor-mode-table): Add `defining-kbd-macro'Juri Linkov2014-07-041-0/+2
* * lisp/desktop.el (desktop-save): Rename arg `auto-save' to `only-if-changed'.Juri Linkov2014-07-031-4/+5
* * lisp/desktop.el (desktop-auto-save-enable)Juri Linkov2014-06-251-8/+18
* * lisp/desktop.el: Activate auto-saving on window configuration changes.Juri Linkov2014-06-071-3/+11
* * lisp/desktop.el (desktop-value-to-string): Let-bind `print-length' and `pri...Juri Linkov2014-04-271-3/+4
* Some doc edits related to desktop-restore-framesGlenn Morris2014-03-121-11/+16
* lisp/frameset.el: Separate frame reusing from cleaning up.Juanma Barranquero2014-03-111-5/+6
* * lisp/desktop.el (desktop-create-buffer): Don't run activate-mark-hook.Stefan Monnier2014-03-091-23/+24
* lisp/desktop.el: Do not fail when desktop-files-not-to-save is nil.Juanma Barranquero2014-02-221-17/+19
* Some desktop docGlenn Morris2014-02-171-8/+20
* * lisp/desktop.el (desktop-read): Claim the lock when the owner is not the cu...Juri Linkov2014-02-071-1/+1
* * lisp/desktop.el (desktop-buffers-not-to-save): Change default from nil to "...Juri Linkov2014-02-071-2/+2