summaryrefslogtreecommitdiff
path: root/lisp/frameset.el
AgeCommit message (Expand)Author
2026-03-26Add predicate for initial_terminalBasil L. Contovounesios
2026-02-01Fix desktop saving and restoring in daemon sessionsEli Zaretskii
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-04-30(register-type, register--type): Delete functionsStefan Monnier
2025-04-30register.el: Fix some inconsistencies in the codeStefan Monnier
2025-04-29register.el: Remove bogus deftypes and fix associated methodsStefan Monnier
2025-01-01Update copyright year to 2025Paul Eggert
2024-07-25Standardize possessive apostrophe usage in manuals, docs, and commentsStefan Kangas
2024-06-29; Fix typos in symbolsStefan Kangas
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-05-04; * lisp/frameset.el: Fix a typo in a comment.Eli Zaretskii
2022-05-04Fix restoring desktop from TTY-saved sessionsEli Zaretskii
2022-05-03Allow desktop to restore frames and windows on TTY framesEli Zaretskii
2022-01-30* lisp/frame.el: Don't require 'frameset.el' (bug#51883).Juri Linkov
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-09-26; Adjust overly long docstrings to fit 80 charactersStefan Kangas
2021-09-03Avoid cl-lib alias for cadadr and friendsStefan Kangas
2021-08-09Use string-search instead of string-match[-p]Mattias Engdegård
2021-01-01Update copyright year to 2021Paul Eggert
2020-05-16Don’t attempt to modify constant consesPaul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-12-02Don't save/restore font-backend in framesets (bug#38442)Juanma Barranquero
2019-08-18* lisp/frameset.el (frameset-restore): Make sure last-focus frame has focus.Juri Linkov
2019-08-09* lisp/frameset.el (frameset--minibufferless-last-p): Add comments (bug#36894)Juri Linkov
2019-08-06* lisp/frameset.el (frameset--minibufferless-last-p): Fix pcase-let.Juri Linkov
2019-05-28* lisp/frameset.el: Stop using obsolete registerv objectsStefan Monnier
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-11-25Replace insignificant backquotesMichael Heerdegen
2018-03-17In frameset save pixel values with frame-resize-pixelwise non-nil (Bug#30141)Aaron Jensen
2018-01-22Use text-pixels values only when saving framesets (Bug#30141)Aaron Jensen
2018-01-01Update copyright year to 2018Paul Eggert
2017-12-16Save and restore text-pixel height and width of frames (Bug#28442)Aaron Jensen
2017-11-02Don't have frameset save the 'client' parameter (Bug#29067)Martin Rudalics
2017-10-18Fix handling of `border-width' in `frameset--restore-frame' (Bug#28873)Martin Rudalics
2017-10-09Fix last change in frameset.elEli Zaretskii
2017-09-22Fix restoring in GUI sessions desktop saved in TTY sessionsEli Zaretskii
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-04-12Add new frame parameters and associated functionsMartin Rudalics
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-08-21Fix semantics of 'minibuffer' frame parameterMartin Rudalics
2016-01-24Expunge "allow" + infinitive without direct object from source and doc.Alan Mackenzie
2016-01-01Update copyright year to 2016Paul Eggert
2015-04-10cl-lib.el: Partial revert of "2015-04-05 Rationalize c[ad]+r"Stefan Monnier
2015-04-05Rationalize use of c[ad]+r, expunging cl-c[ad]\{3,4\}r.Alan Mackenzie
2015-02-27Support daemon mode on MS-Windows (bug#19688)Mark Laws
2015-01-01Update copyright year to 2015Paul Eggert
2014-10-01* lisp/subr.el (alist-get): New accessor.Stefan Monnier