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 typos.
Juanma Barranquero
2011-11-15
1
-1
/
+1
*
Fix minor mode docstrings for the new meaning of a nil ARG.
Chong Yidong
2011-10-19
1
-10
/
+15
*
* frame.el (delete-other-frames): Doc fix.
Chong Yidong
2011-09-11
1
-1
/
+1
*
To fixes wrt window selection and buffer list.
Martin Rudalics
2011-07-16
1
-3
/
+6
*
Fix how custom themes handle faces, so the multi-tty/multi-frame case works.
Chong Yidong
2011-07-03
1
-0
/
+110
*
Remove preset entries for pop-up-frame-alist from window.el defaults.
Martin Rudalics
2011-06-22
1
-90
/
+0
*
lisp/*.el: Lexical-binding cleanup.
Juanma Barranquero
2011-04-19
1
-2
/
+2
*
Convert consecutive FSF copyright years to ranges.
Glenn Morris
2011-01-24
1
-2
/
+1
*
Refill some copyright headers.
Glenn Morris
2011-01-15
1
-1
/
+2
*
Merge from emacs-23
Stefan Monnier
2011-01-14
1
-2
/
+1
|
\
|
*
Add 2011 to FSF/AIST copyright years.
Glenn Morris
2011-01-02
1
-1
/
+1
*
|
Merge from emacs-23
Stefan Monnier
2010-12-13
1
-1
/
+1
|
\
|
|
*
* frame.el (blink-cursor-mode): Make default t for ns.
Jan Djärv
2010-12-06
1
-1
/
+1
*
|
Fix background-color setting in initial frame (Bug#7373).
Chong Yidong
2010-11-13
1
-28
/
+28
*
|
Merge read-color and facemenu-read-color (Bug#7242).
Chong Yidong
2010-10-24
1
-5
/
+5
*
|
Avoid redefining some C defcustoms.
Glenn Morris
2010-10-23
1
-44
/
+0
*
|
Sync docs of cursor-in-non-selected-windows between Lisp and C.
Glenn Morris
2010-10-23
1
-5
/
+5
*
|
Sync docs of C and Lisp version of auto-hscroll-mode.
Glenn Morris
2010-10-23
1
-3
/
+3
*
|
* lisp/frame.el (make-frame-names-alist): Don't list frames on other displays.
Stefan Monnier
2010-09-19
1
-3
/
+4
*
|
Remove cut buffer from documentation.
Jan Djärv
2010-09-02
1
-2
/
+1
*
|
Add "Package:" file headers to denote built-in packages.
Chong Yidong
2010-08-29
1
-0
/
+1
*
|
* lisp/frame.el (screen-height, screen-width, set-screen-width)
Stefan Monnier
2010-08-03
1
-20
/
+0
*
|
* lisp/frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
Chong Yidong
2010-07-13
1
-2
/
+2
*
|
Fix application of default-frame-alist (Bug#5378).
Chong Yidong
2010-06-30
1
-15
/
+26
*
|
Change default-frame-alist and menu/tool-bar-mode interaction (Bug#2249).
Chong Yidong
2010-06-26
1
-37
/
+0
*
|
Revert last change.
Chong Yidong
2010-06-25
1
-2
/
+1
*
|
Change initial-frame-alist and default-frame-alist defaults (Bug#2249).
Chong Yidong
2010-06-25
1
-1
/
+2
*
|
Use define-minor-mode for less obvious cases.
Stefan Monnier
2010-05-04
1
-18
/
+8
|
/
*
(show-trailing-whitespace): Safe if boolean. (Bug#5312)
Glenn Morris
2010-01-13
1
-0
/
+1
*
Add 2010 to copyright years.
Glenn Morris
2010-01-13
1
-1
/
+1
*
(frame-height): Doc fix.
Glenn Morris
2009-10-10
1
-2
/
+11
*
* mail/sendmail.el (send-mail-function):
Stefan Monnier
2009-09-13
1
-1
/
+1
*
Docstring cleanup: use "mouse pointer" instead of "mouse cursor".
Bastien Guerry
2009-07-26
1
-1
/
+1
*
(delete-other-frames): Only delete frames on the
Stefan Monnier
2009-06-04
1
-0
/
+4
*
* frame.el (minibuffer-frame-alist): Doc fix (Bug#3276).
Chong Yidong
2009-05-14
1
-3
/
+8
*
(pop-up-frame-function): Remove choice nil since it
Martin Rudalics
2009-05-02
1
-1
/
+1
*
* frame.el (make-frame): Doc fix.
Chong Yidong
2009-04-04
1
-1
/
+1
*
* frame.el (make-frame-on-tty): Remove function, inline contents
Dan Nicolaescu
2009-01-22
1
-17
/
+0
*
(special-display-popup-frame): Rewrite doc-string and simplify code.
Martin Rudalics
2009-01-14
1
-15
/
+21
*
Revert previous change (commit mistake).
Chong Yidong
2009-01-10
1
-0
/
+17
*
* gs.el: File removed.
Chong Yidong
2009-01-10
1
-17
/
+0
*
Add 2009 to copyright years.
Glenn Morris
2009-01-05
1
-1
/
+1
*
(window-system-default-frame-alist)
Martin Rudalics
2009-01-02
1
-31
/
+51
*
* frame.el (make-frame-on-display): Use `string-match-p'.
Juanma Barranquero
2008-11-07
1
-1
/
+1
*
(make-frame-on-display): Ignore DISPLAY argument on Windows.
Chong Yidong
2008-11-04
1
-15
/
+19
*
Fix typos in docstrings.
Juanma Barranquero
2008-11-01
1
-14
/
+14
*
(make-frame-command): Doc fix. Use display-graphic-p.
Chong Yidong
2008-10-22
1
-2
/
+4
*
(make-frame-on-tty): Fix comment to the `interactive' spec.
Eli Zaretskii
2008-10-09
1
-2
/
+2
*
(make-frame-on-tty): Use "F" inside interactive. Support `pc'
Eli Zaretskii
2008-10-09
1
-2
/
+6
*
(set-default-font): Make obsolete.
Glenn Morris
2008-10-03
1
-1
/
+1
[next]