summaryrefslogtreecommitdiff
path: root/lisp/desktop.el
Commit message (Expand)AuthorAgeFilesLines
* ; Fix 'desktop-restore-reuses-frames' customize valuesEli Zaretskii2023-08-211-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Remove some spurious references to XEmacsStefan Kangas2022-08-031-1/+1
* Merge from origin/emacs-28Stefan Kangas2022-07-281-3/+9
|\
| * Release the desktop lock in 'kill-emacs-hook'Paul Pogonyshev2022-07-281-3/+9
* | Make some additional defcustom types more restrictiveStefan Kangas2022-07-061-1/+1
* | Merge from origin/emacs-28Eli Zaretskii2022-05-251-4/+5
|\|
| * ; * lisp/desktop.el: Update the commentary. (Bug#55560)Eli Zaretskii2022-05-221-4/+5
| * * lisp/desktop.el (desktop-read): Clarify warning text.Eli Zaretskii2022-03-271-2/+4
* | * lisp/desktop.el: Enable tab-bar-mode after restoring frames with a tab bar.Juri Linkov2022-05-051-1/+10
* | Allow desktop to restore frames and windows on TTY framesEli Zaretskii2022-05-031-3/+10
* | Avoid change to desktop file formatPaul Eggert2022-04-261-6/+10
* | Be more compatible with older desktopsPaul Eggert2022-04-261-1/+1
* | Make desktop.el use local-minor-modes when savingLars Ingebrigtsen2022-04-171-9/+10
* | Improve 'desktop--emacs-pid-running-p'Eli Zaretskii2022-03-261-3/+19
* | Load desktop without prompting if process is deadStefan Kangas2022-03-241-11/+39
|/
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Avoid failing in desktop-clear due to killed buffersSergey Organov2021-07-221-2/+3
* Make desktop-kill more robustLars Ingebrigtsen2021-07-081-1/+4
* Don't have desktop-save-mode query on `M-x kill-emacs'Lars Ingebrigtsen2021-07-021-2/+3
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Avoid problems when calling desktop-read twiceLars Ingebrigtsen2020-12-071-1/+7
* Merge from origin/emacs-27Glenn Morris2020-08-181-1/+1
|\
| * ; spelling fixesPaul Eggert2020-08-131-1/+1
* | Merge from origin/emacs-27Glenn Morris2020-05-031-15/+24
|\|
| * * lisp/desktop.el (desktop-save): Doc fix. (Bug#41007)Eli Zaretskii2020-05-011-15/+24
* | Support state changing VC operations on directories in Dired (bug#34949)Juri Linkov2020-03-301-1/+1
* | Merge from origin/emacs-27Glenn Morris2020-02-011-1/+6
|\|
| * Tab-bar related fixes.Juri Linkov2020-01-301-1/+6
* | Merge from origin/emacs-27Paul Eggert2020-01-011-1/+1
|\|
| * Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* | Use regexp type for regexps in defcustom declarationsMattias EngdegÄrd2019-12-261-1/+1
|/
* New functions window-state-buffers and tab-bar-get-buffer-tab (bug#38354)Juri Linkov2019-12-031-1/+6
* * lisp/desktop.el (desktop-read): With argument, ask the user for DIRNAME.Juanma Barranquero2019-09-261-4/+7
* Fix TODO to convert defvar with leading '*' to defcustomStefan Kangas2019-06-091-1/+1
* Update author/maintainer infoPaul Eggert2019-05-261-1/+1
* * lisp/desktop.el (desktop--v2s): Add case for defstructs (bug#35131)Stefan Monnier2019-04-041-0/+13
* Avoid some double-rounding of Lisp timestampsPaul Eggert2019-02-221-4/+4
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | file-attributes cleanupPaul Eggert2018-09-231-3/+8
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-011-3/+0
* | Use text properties to save search parameters. (Bug#22479)Juri Linkov2018-04-191-4/+6
* | * lisp/desktop.el: Make use some "new" functionalityStefan Monnier2018-03-141-21/+21
* | Remove many items obsolete since Emacs 22.1Glenn Morris2018-03-101-22/+0
* | Merge from origin/emacs-26Glenn Morris2018-02-171-1/+2
|\|
| * Document 'desktop-files-not-to-save'Robert Pluim2018-02-171-1/+2
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\|
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | ; Merge from emacs-26Noam Postavsky2017-11-111-1/+7
|\|