index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
frameset.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
; * lisp/frameset.el: Fix a typo in a comment.
Eli Zaretskii
2022-05-04
1
-1
/
+1
*
Fix restoring desktop from TTY-saved sessions
Eli Zaretskii
2022-05-04
1
-3
/
+8
*
Allow desktop to restore frames and windows on TTY frames
Eli Zaretskii
2022-05-03
1
-3
/
+28
*
* lisp/frame.el: Don't require 'frameset.el' (bug#51883).
Juri Linkov
2022-01-30
1
-7
/
+5
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
; Adjust overly long docstrings to fit 80 characters
Stefan Kangas
2021-09-26
1
-1
/
+2
*
Avoid cl-lib alias for cadadr and friends
Stefan Kangas
2021-09-03
1
-1
/
+1
*
Use string-search instead of string-match[-p]
Mattias Engdegård
2021-08-09
1
-1
/
+1
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Don’t attempt to modify constant conses
Paul Eggert
2020-05-16
1
-6
/
+6
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Don't save/restore font-backend in framesets (bug#38442)
Juanma Barranquero
2019-12-02
1
-0
/
+3
*
* lisp/frameset.el (frameset-restore): Make sure last-focus frame has focus.
Juri Linkov
2019-08-18
1
-0
/
+10
*
* lisp/frameset.el (frameset--minibufferless-last-p): Add comments (bug#36894)
Juri Linkov
2019-08-09
1
-2
/
+11
*
* lisp/frameset.el (frameset--minibufferless-last-p): Fix pcase-let.
Juri Linkov
2019-08-06
1
-2
/
+2
*
* lisp/frameset.el: Stop using obsolete registerv objects
Stefan Monnier
2019-05-28
1
-25
/
+25
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Replace insignificant backquotes
Michael Heerdegen
2018-11-25
1
-7
/
+7
*
|
In frameset save pixel values with frame-resize-pixelwise non-nil (Bug#30141)
Aaron Jensen
2018-03-17
1
-15
/
+10
|
/
*
Use text-pixels values only when saving framesets (Bug#30141)
Aaron Jensen
2018-01-22
1
-28
/
+34
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Save and restore text-pixel height and width of frames (Bug#28442)
Aaron Jensen
2017-12-16
1
-1
/
+27
*
Don't have frameset save the 'client' parameter (Bug#29067)
Martin Rudalics
2017-11-02
1
-0
/
+4
*
Fix handling of `border-width' in `frameset--restore-frame' (Bug#28873)
Martin Rudalics
2017-10-18
1
-0
/
+6
*
Fix last change in frameset.el
Eli Zaretskii
2017-10-09
1
-1
/
+1
*
Fix restoring in GUI sessions desktop saved in TTY sessions
Eli Zaretskii
2017-09-22
1
-1
/
+12
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Add new frame parameters and associated functions
Martin Rudalics
2017-04-12
1
-19
/
+81
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Fix semantics of 'minibuffer' frame parameter
Martin Rudalics
2016-08-21
1
-8
/
+16
|
/
*
Expunge "allow" + infinitive without direct object from source and doc.
Alan Mackenzie
2016-01-24
1
-7
/
+7
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
cl-lib.el: Partial revert of "2015-04-05 Rationalize c[ad]+r"
Stefan Monnier
2015-04-10
1
-1
/
+1
*
Rationalize use of c[ad]+r, expunging cl-c[ad]\{3,4\}r.
Alan Mackenzie
2015-04-05
1
-1
/
+1
*
Support daemon mode on MS-Windows (bug#19688)
Mark Laws
2015-02-27
1
-2
/
+2
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
* lisp/subr.el (alist-get): New accessor.
Stefan Monnier
2014-10-01
1
-4
/
+1
*
Merge from emacs-24; up to 2014-03-24T03:06:35Z!dancol@dancol.org
Juanma Barranquero
2014-03-27
1
-7
/
+1
|
\
|
*
lisp/frameset.el: Fix bug#17046.
Juanma Barranquero
2014-03-27
1
-7
/
+1
*
|
Merge from emacs-24; up to 2014-03-23T23:14:52Z!yamaoka@jpl.org
Juanma Barranquero
2014-03-26
1
-3
/
+3
|
\
|
|
*
lisp/frameset.el (frameset--initial-params): Fix typo in parameter name.
Juanma Barranquero
2014-03-24
1
-1
/
+1
|
*
lisp/frameset.el (frameset-restore): Compare display strings with equal.
Juanma Barranquero
2014-03-23
1
-2
/
+2
*
|
lisp/frameset.el: Make list-registers a bit more informative.
Juanma Barranquero
2014-03-21
1
-1
/
+12
|
/
*
lisp/frameset.el: Optimize check for visible frame.
Juanma Barranquero
2014-03-12
1
-1
/
+6
*
lisp/frameset.el (frameset--jump-to-register): Add autoload.
Juanma Barranquero
2014-03-12
1
-0
/
+1
*
lisp/frameset.el: Let-bind frameset--target-display.
Juanma Barranquero
2014-03-11
1
-23
/
+20
[next]