summaryrefslogtreecommitdiff
path: root/lisp/frame.el
Commit message (Expand)AuthorAgeFilesLines
* Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-011-12/+0
* Ignore focus events for dead framesDaniel Colascione2018-06-121-7/+9
* ; Assorted documentation fixes in recent changesEli Zaretskii2018-06-121-2/+3
* Add after-delete-frame-functionsDaniel Colascione2018-06-111-17/+10
* Make blink-cursor-mode use new focus functionsDaniel Colascione2018-06-111-12/+38
* New focus management interfaceDaniel Colascione2018-06-111-12/+94
* Support terminal focus notificationsDaniel Colascione2018-06-081-3/+4
* Merge from origin/emacs-26Glenn Morris2018-06-021-0/+3
|\
| * Add commentary for subtle aspect of frame.elEli Zaretskii2018-06-011-0/+3
* | Remove many items obsolete since Emacs 22.1Glenn Morris2018-03-101-11/+0
* | Merge from origin/emacs-26Paul Eggert2018-03-041-1/+1
|\ \ | |/
| * ; Spelling fixesPaul Eggert2018-03-041-1/+1
* | * lisp/frame.el (toggle-frame-maximized/fullscreen): Add frame arg.Juri Linkov2018-01-121-17/+16
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Small fixes prompted by make check-declareGlenn Morris2017-12-141-2/+2
* maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert2017-11-251-1/+1
* Let select-frame-by-name choose any frame when called from lisp (Bug#25521)Noam Postavsky2017-10-151-6/+10
* Change pause in fullscreen toggling for NS port (bug#28496)Alan Third2017-10-081-1/+1
* Fix fullscreen crash on macOS (bug#28496)Alan Third2017-10-071-1/+5
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-10-011-1/+1
* Fix documentation of `make-frame' and related variables and hooksMartin Rudalics2017-09-251-11/+9
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Fix two customization types in frame.elMartin Rudalics2017-07-261-2/+2
* Add missing declare-function for new functionAlan Third2017-07-161-0/+1
* Fix some frame handling issues on NSAlan Third2017-07-151-0/+2
* Minor tweaks of new line number display variablesMartin Rudalics2017-07-121-1/+1
* Commentary enhancement in frame.elEli Zaretskii2017-07-081-1/+7
* Support display of line numbers nativelyEli Zaretskii2017-07-081-0/+4
|\
| * Implement line numbers that disregard narrowingEli Zaretskii2017-07-061-0/+3
| * Fix problems with line-number updates in Follow modeEli Zaretskii2017-06-241-0/+1
* | Provide additional support for child framesMartin Rudalics2017-06-251-0/+32
|/
* ; Spelling fixesPaul Eggert2017-06-101-1/+1
* Fix the placement of GTK menus on multi-monitor systemsAlexander Gramiak2017-06-101-0/+69
* Fix macOS mouse movementCharles A. Roelli2017-05-211-0/+3
* Fix `delete-frame' behavior including Bug#26682Martin Rudalics2017-04-301-5/+2
* Add no-accept-focus and frame-list-z-order to NS portAlan Third2017-04-211-1/+5
* Add new frame functionality to NS portAlan Third2017-04-191-1/+3
* Add new frame parameters and associated functionsMartin Rudalics2017-04-121-22/+95
* Frame movement, focus and hook related changesMartin Rudalics2017-04-111-0/+30
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Ensure redisplay using variable watcherNoam Postavsky2016-12-021-2/+1
* | Merge from origin/emacs-25Paul Eggert2016-10-101-1/+2
|\ \ | |/
| * * lisp/frame.el (blink-cursor-delay): Doc fix. (Bug#24372)Eli Zaretskii2016-10-011-1/+2
* | ; Fix build by reordering definitionsPhilipp Stephani2016-10-021-9/+9
* | Restart blink cursor timers on interval changesPhilipp Stephani2016-10-021-19/+30
* | Use a simple keyword for a non-nil argumentPhilipp Stephani2016-10-011-4/+2
* | Merge from origin/emacs-25Paul Eggert2016-09-261-2/+10
|\ \ | |/
| * Fix display of cursor when 'blink-cursor-delay' has small valueEli Zaretskii2016-09-231-2/+10
* | Some fixes around `delete-other-frames' and `next-frame'Martin Rudalics2016-08-251-21/+20
|/