summaryrefslogtreecommitdiff
path: root/lisp/frame.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs--rel--22Miles Bader2007-10-151-2/+9
|\
| * (set-frame-configuration): Assign name parameter onlyMartin Rudalics2007-10-121-2/+9
* | Do not use a single clause cond.Dan Nicolaescu2007-10-131-3/+3
* | * frame.el (select-frame-set-input-focus): Fix typoDan Nicolaescu2007-10-131-2/+2
* | (frame-inherited-parameters): Remove unused `environment'Stefan Monnier2007-10-101-1/+1
* | (frame-inherited-parameters): New var.Stefan Monnier2007-10-101-9/+9
* | Merge from emacs--rel--22Miles Bader2007-10-091-11/+0
|\ \ | |/
| * (focus-follows-mouse): Moved to frame.c.Martin Rudalics2007-10-061-9/+0
| * (cursor-in-non-selected-windows): Doc fix.Richard M. Stallman2007-10-021-0/+3
| * (focus-follows-mouse): Doc-fix. Change default on w32.Jason Rumney2007-09-051-4/+2
* | (cursor-in-non-selected-windows): Doc fix.Richard M. Stallman2007-10-021-0/+3
* | (suspend-frame): Call `iconify-or-deiconify-frame' also on w32 frames.Juanma Barranquero2007-09-211-1/+1
* | Don't set display-environment-variable.Stefan Monnier2007-09-211-6/+1
* | (get-device-terminal): New function. Moved from termdev.el.Stefan Monnier2007-09-201-10/+28
* | (frames-on-display-list): Docstring fix.Stefan Monnier2007-09-201-1/+1
* | (select-frame-set-input-focus, select-frame-by-name): Use x-focus-frame for w32.Jason Rumney2007-09-181-8/+4
* | (frame-initialize, make-frame): Don't setStefan Monnier2007-08-311-5/+0
* | Merge from emacs--devo--0Miles Bader2007-08-131-3/+3
|\ \
| * \ Merge from emacs--rel--22Miles Bader2007-08-131-3/+3
| |\ \ | | |/
| | * Replace `iff' in doc-strings and comments.Glenn Morris2007-08-081-3/+3
* | | Merge from emacs--devo--0Miles Bader2007-07-311-54/+77
|\ \ \ | |/ /
| * | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
| |\ \ | | |/
| | * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| * | Use mapc and dolist instead of mapcar where possible.Stefan Monnier2007-07-251-57/+79
| |/
* | * server.el (server-process-filter): Likewise.Dan Nicolaescu2007-07-031-1/+11
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2007-01-291-1/+1
|\ \ | |/
| * Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* | Merged from emacs@sv.gnu.org.Karoly Lorentey2007-01-011-2/+2
|\ \ | |/
| * (other-frame): Doc fix.Juanma Barranquero2006-12-081-2/+2
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-10-141-3/+29
|\ \ | |/
| * (focus-follows-mouse): Set default to nil on Mac.YAMAMOTO Mitsuharu2006-09-231-1/+1
| * (display-mm-dimensions-alist): New defcustom.Kim F. Storm2006-09-061-2/+28
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-10-141-37/+35
|\ \ | |/
| * (blink-cursor-end): Only ignore the error we care about.Stefan Monnier2006-08-221-36/+31
| * * frame.el (blink-cursor-start): Set timer first.Chong Yidong2006-08-201-5/+8
* | Let frames on new terminals inherit 'environment and 'client.Karoly Lorentey2006-07-291-10/+9
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-07-291-1/+3
|\ \ | |/
| * (focus-follows-mouse): Document that it doesn't have any effect on MS-Windows.Eli Zaretskii2006-07-211-1/+3
| * (select-frame-by-name): Call x-focus-frame also whenYAMAMOTO Mitsuharu2006-03-251-1/+1
* | Rework environment variable support. (Reported by Kalle Olavi Niemitalo and ...Karoly Lorentey2006-05-261-0/+3
* | Fix toolbars on X frames when Emacs is started on a tty. (Reported by Richard...Karoly Lorentey2006-03-261-19/+33
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-02-121-2/+2
|\ \ | |/
| * (select-frame-set-input-focus): Call x-focus-frame alsoYAMAMOTO Mitsuharu2006-02-101-1/+1
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* | Make all frames created in an emacsclient session belong to that client.Karoly Lorentey2006-01-021-4/+7
* | Rename `struct device' to `struct terminal'. Rename some terminal-related fu...Karoly Lorentey2005-12-291-11/+11
* | Store local environment in frame (not terminal) parameters.Karoly Lorentey2005-12-291-0/+8
* | Reimplement and extend support for terminal-local environment variables.Karoly Lorentey2005-12-221-157/+19
* | Merged from miles@gnu.org--gnu-2005 (patch 169-173, 671-676)Karoly Lorentey2005-12-191-13/+10
|\ \ | |/
| * (display-hourglass): Doc fix.Richard M. Stallman2005-12-121-1/+3