index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
frame.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix handling of nil device names
Po Lu
2022-09-21
1
-0
/
+1
*
Merge from origin/emacs-28
Stefan Kangas
2022-09-21
1
-1
/
+1
|
\
|
*
; Fix typos in Lisp symbols
Stefan Kangas
2022-09-20
1
-1
/
+1
*
|
Merge from origin/emacs-28
Stefan Kangas
2022-09-19
1
-1
/
+1
|
\
|
|
*
; Minor copyedits of *-frame-alist doc strings
Eli Zaretskii
2022-09-18
1
-1
/
+1
*
|
Improve the initial-frame-alist doc string
Lars Ingebrigtsen
2022-09-18
1
-8
/
+11
*
|
Delete variable window-system-version obsolete since 24.3
Stefan Kangas
2022-09-09
1
-4
/
+0
*
|
Delete many items obsolete since 24.3
Stefan Kangas
2022-09-09
1
-4
/
+0
*
|
Make some defcustom types more restrictive
Stefan Kangas
2022-07-05
1
-1
/
+1
*
|
Fix last tty-select-active-regions change
Basil L. Contovounesios
2022-06-18
1
-0
/
+2
*
|
Fix test failures due to 'xterm-select-active-regions'
Eli Zaretskii
2022-06-18
1
-3
/
+9
*
|
Support `select-active-regions' with xterm
Duncan Findlay
2022-06-18
1
-0
/
+6
*
|
Compute frame workareas on Haiku
Po Lu
2022-05-21
1
-0
/
+4
*
|
; Fix PGTK declare-function mistakes
Po Lu
2022-05-14
1
-2
/
+5
*
|
; Fix mistakes in 'declare function' forms
Eli Zaretskii
2022-05-14
1
-2
/
+2
*
|
Add helper function to remove title bar when maximizing frames
Lars Ingebrigtsen
2022-04-29
1
-0
/
+13
*
|
Audit quoting the quote character in doc strings
Lars Ingebrigtsen
2022-04-22
1
-1
/
+1
*
|
Implement support for reporting device names on PGTK
Po Lu
2022-04-08
1
-0
/
+3
*
|
Add code for determining the type of an input device
Po Lu
2022-04-08
1
-0
/
+61
*
|
Improve make-frame-on-display initial values
Robert Pluim
2022-02-08
1
-1
/
+3
*
|
Improve handling of frame-inherited-parameters
martin rudalics
2022-02-08
1
-9
/
+6
*
|
Remove misleading "in current buffer" message from auto-raise-mode
Po Lu
2022-02-04
1
-0
/
+5
*
|
* lisp/frame.el (undelete-frame--save-deleted-frame): Handle initial frame.
Juri Linkov
2022-01-30
1
-5
/
+5
*
|
* lisp/frame.el: Don't require 'frameset.el' (bug#51883).
Juri Linkov
2022-01-30
1
-26
/
+23
*
|
Merge from origin/emacs-28
Stefan Kangas
2022-01-28
1
-2
/
+3
|
\
|
|
*
* lisp/frame.el (clone-frame): Filter out 'parent-id' (bug#51883).
Juri Linkov
2022-01-27
1
-2
/
+3
*
|
Revert "Add undelete-frame-max instead of undelete-frame-mode (bug#51883)"
Eli Zaretskii
2022-01-17
1
-39
/
+41
*
|
Add undelete-frame-max instead of undelete-frame-mode (bug#51883)
Juri Linkov
2022-01-16
1
-41
/
+39
*
|
Undelete deleted frames.
Gregory Heytings
2022-01-13
1
-0
/
+75
*
|
Find a way to make restacking frames work on Haiku
Po Lu
2022-01-04
1
-0
/
+3
*
|
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/master' into feature/pgtk
Po Lu
2021-12-08
1
-2
/
+6
|
\
\
|
*
|
Improve before-make-frame-hook and after-make-frame-functions docs.
Eli Zaretskii
2021-12-07
1
-2
/
+6
*
|
|
Merge remote-tracking branch 'origin/master' into feature/pgtk
Po Lu
2021-12-06
1
-9
/
+2
|
\
|
|
|
*
|
Revert "Improve before-make-frame-hook and after-make-frame-functions docs"
Lars Ingebrigtsen
2021-12-05
1
-9
/
+2
*
|
|
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtk
Yuuki Harano
2021-12-06
1
-2
/
+9
|
\
|
|
|
*
|
Improve before-make-frame-hook and after-make-frame-functions docs
Lars Ingebrigtsen
2021-12-05
1
-2
/
+9
*
|
|
* lisp/frame.el (display-graphic-p): Fix typo.
Po Lu
2021-11-30
1
-1
/
+1
*
|
|
Merge remote-tracking branch 'origin/master' into feature/pgtk
Po Lu
2021-11-30
1
-15
/
+30
|
\
|
|
|
*
|
Add support for the Haiku operating system and its window system
Po Lu
2021-11-20
1
-15
/
+30
*
|
|
Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs into feature/pgtk
Yuuki Harano
2021-11-11
1
-5
/
+26
|
\
|
|
|
*
|
; Revert parts of previous commit
Stefan Kangas
2021-10-22
1
-5
/
+5
|
*
|
Remove redundant #' before lambda
Stefan Kangas
2021-10-21
1
-5
/
+5
|
|
/
|
*
Clone the frame window configuration in 'clone-frame'
Juri Linkov
2021-10-06
1
-15
/
+16
|
*
Don't use `format' on strings without % format directives
Lars Ingebrigtsen
2021-09-21
1
-3
/
+2
|
*
Filter out the `name' parameter in clone-frame
Lars Ingebrigtsen
2021-09-01
1
-1
/
+4
|
*
Add new command `clone-frame'
Drew Adams
2021-09-01
1
-0
/
+18
|
*
Make set-foreground-color display completions using foreground colors
Glenn Morris
2021-09-01
1
-1
/
+1
|
*
* lisp/emacs-lisp/cl-generic.el (cl-generic-generalizers): Don't emit warning
Stefan Monnier
2021-08-03
1
-5
/
+1
[next]