summaryrefslogtreecommitdiff
path: root/lisp/frame.el
Commit message (Expand)AuthorAgeFilesLines
* * lisp/select.el: Use lexical-binding.Stefan Monnier2014-10-221-1/+1
* Get rid of backend-dependent selection-handling functions for kill/yankStefan Monnier2014-10-211-19/+18
* Merge from emacs-24; up to 2014-07-22T06:37:31Z!yamaoka@jpl.orgGlenn Morris2014-10-081-2/+24
|\
| * Doc tweaksGlenn Morris2014-10-081-5/+14
| * * lisp/frame.el: Fix doc typo in previousGlenn Morris2014-10-081-1/+1
| * Fix bug #18636 with documentation of multi-monitor displays.Eli Zaretskii2014-10-081-3/+16
* | * lisp/frame.el (make-frame): Use t rather than nil for `w'.Stefan Monnier2014-10-081-15/+18
* | Add documentation for horizontal scroll bars and fix some minor issues.Martin Rudalics2014-10-041-10/+12
* | Merge from emacs-24; up to 2014-07-20T16:14:58Z!dmantipov@yandex.ruGlenn Morris2014-10-041-12/+10
|\ \ | |/
| * Doc tweaks re multi-monitorGlenn Morris2014-10-031-12/+10
* | Merge from emacs-24; up to 2014-07-16T17:06:12Z!rgm@gnu.orgGlenn Morris2014-10-031-0/+10
|\ \ | |/
| * Mention `frame-resize-pixelwise' to make frames truly fullscreen or maximized.Martin Rudalics2014-10-031-0/+10
* | * lisp/frame.el: Use lexical-binding.Stefan Monnier2014-10-021-2/+2
* | Consolidate x-select-text.Stefan Monnier2014-10-011-17/+32
* | Clean up initialization and customization of horizontal scroll bars.Martin Rudalics2014-09-031-4/+0
* | Refer to MS-DOS using the same name everywhere.Reuben Thomas2014-08-071-2/+2
* | Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics2014-07-271-47/+30
* | * frame.el: Remove old comment.Glenn Morris2014-06-131-8/+1
|/
* Fix bug #17532 with unclear docs of setting frame's font.Eli Zaretskii2014-05-211-4/+4
* * lisp/emacs-lisp/timer.el (timer-event-handler): Don't run if canceled.Stefan Monnier2014-05-181-3/+1
* Improve documentation of blink-cursor-mode and its customization variables.Eli Zaretskii2014-04-131-2/+8
* lisp/frame.el (make-frame): Don't quote display name in error message.Juanma Barranquero2014-03-231-1/+1
* Minor doc tweaks for display-*-width, heightGlenn Morris2014-03-021-18/+28
* lisp/frame.el: Remove a couple of obsolete FIXME comments.Juanma Barranquero2014-03-011-2/+1
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Fix bug #14739 with creation of GUI frames from TTY session on Windows.Eli Zaretskii2013-12-281-4/+8
* Support resizing frames and windows pixelwise.Martin Rudalics2013-11-301-0/+2
* * lisp/frame.el (handle-focus-in, handle-focus-out): Add missingStefan Monnier2013-11-251-0/+2
* * lisp/frame.el (handle-focus-in, handle-focus-out): Move from frame.c.Stefan Monnier2013-11-241-15/+30
* Mention the optional ‘display’ argument in doc strings.Xue Fuqiao2013-10-221-11/+22
* Fix display-mouse-p and display-popup-menus-p for TTYs; menus in Custom work.Eli Zaretskii2013-10-021-5/+5
* * frame.el (x-display-name): Declare.Glenn Morris2013-09-171-0/+2
* Silence some --without-x compilation warningsGlenn Morris2013-09-171-0/+3
* Unify Fx_focus_frame between all ports.Dmitry Antipov2013-09-131-1/+1
* Further tweak previous changeGlenn Morris2013-08-311-1/+2
* Tweak previous changeGlenn Morris2013-08-311-2/+2
* * lisp/frame.el (frame-background-mode): Doc fix.Glenn Morris2013-08-311-2/+4
* * doc/lispref/frames.texi (Display Feature Testing): Add indexes.Xue Fuqiao2013-08-131-0/+2
* * frame.el (get-other-frame): Tiny cleanup.Dmitry Antipov2013-08-061-4/+1
* Do not call to `selected-frame' where it is assumed by default.Dmitry Antipov2013-08-051-3/+0
* Fix infloop on MS-Windows when initial frame lacks minibuffer.Eli Zaretskii2013-07-291-0/+3
* Spelling fixes.Paul Eggert2013-07-201-1/+1
* Followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se.Juanma Barranquero2013-07-181-3/+3
* Stop cursor blink after blink-cursor-blinks (10), stop timers when not blinking.Jan Djärv2013-07-161-1/+43
* Add multi-monitor support on W32.YAMAMOTO Mitsuharu2013-07-041-4/+24
* Fix some declarationsGlenn Morris2013-05-101-1/+1
* Implement display-monitor-attributes-list for NS.Jan Djärv2013-05-091-0/+4
* Add multi-monitor support on X11.YAMAMOTO Mitsuharu2013-05-071-0/+61
* Do not set x-display-name until X connection is established.Dmitry Antipov2013-04-061-3/+2