summaryrefslogtreecommitdiff
path: root/lisp/frameset.el
AgeCommit message (Expand)Author
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
2014-03-27Merge from emacs-24; up to 2014-03-24T03:06:35Z!dancol@dancol.orgJuanma Barranquero
2014-03-27lisp/frameset.el: Fix bug#17046.Juanma Barranquero
2014-03-26Merge from emacs-24; up to 2014-03-23T23:14:52Z!yamaoka@jpl.orgJuanma Barranquero
2014-03-24lisp/frameset.el (frameset--initial-params): Fix typo in parameter name.Juanma Barranquero
2014-03-23lisp/frameset.el (frameset-restore): Compare display strings with equal.Juanma Barranquero
2014-03-21lisp/frameset.el: Make list-registers a bit more informative.Juanma Barranquero
2014-03-12lisp/frameset.el: Optimize check for visible frame.Juanma Barranquero
2014-03-12lisp/frameset.el (frameset--jump-to-register): Add autoload.Juanma Barranquero
2014-03-11lisp/frameset.el: Let-bind frameset--target-display.Juanma Barranquero
2014-03-11lisp/frameset.el: Separate frame reusing from cleaning up.Juanma Barranquero
2014-03-08lisp/frameset.el: Avoid computing frame-list unnecessarily.Juanma Barranquero
2014-03-05lisp/frameset.el (frameset--initial-params): Filter out null entries.Juanma Barranquero
2014-02-19lisp/frameset.el (frameset-restore): Remove duplicate ids only when needed.Juanma Barranquero
2014-02-19lisp/frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.Juanma Barranquero