aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/frame.el
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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 [email protected]Karoly Lorentey2007-01-291-1/+1
|\|
| * Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* | Merged from [email protected].Karoly Lorentey2007-01-011-2/+2
|\|
| * (other-frame): Doc fix.Juanma Barranquero2006-12-081-2/+2
* | Merged from [email protected]Karoly 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 [email protected]Karoly 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 [email protected]Karoly 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 [email protected]Karoly 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 [email protected] (patch 169-173, 671-676)Karoly Lorentey2005-12-191-13/+10
|\|
| * (display-hourglass): Doc fix.Richard M. Stallman2005-12-121-1/+3
| * (set-background-color, set-foreground-color)Juri Linkov2005-12-111-13/+8
* | Merged in changes from CVS trunk.Karoly Lorentey2005-12-101-0/+3
|\|
| * (set-frame-parameter): Add doc string.Károly Lőrentey2005-12-061-0/+3
* | Store client's environment in terminal parameters, not server parameters.Karoly Lorentey2005-11-191-0/+54
* | Update frames-on-display-list to accept terminal id numbers.Karoly Lorentey2005-11-071-11/+22
* | Merged from [email protected] (patch 610-614)Karoly Lorentey2005-10-231-3/+3
|\|
| * (display-screens): Use x-display-screens also on Mac.YAMAMOTO Mitsuharu2005-10-211-2/+2
| * (blink-cursor-mode): Add `mac' to the list of window-system's thatEli Zaretskii2005-10-201-1/+1
* | Fix Delete key on X by adapting normal-erase-is-backspace-mode for multi-tty....Karoly Lorentey2005-10-231-1/+12
* | Apply settings in `window-system-default-frame-alist' to the initial frame as...Karoly Lorentey2005-09-071-2/+11
* | Merged in changes from CVS trunk. Plus added lisp/term tweaks.Karoly Lorentey2005-09-041-25/+16
|\|
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-2/+2
| * (set-frame-font, cursor-in-non-selected-windows): Fix typo in docstring.Juanma Barranquero2005-07-201-18/+12
| * (blink-cursor-mode): Use `custom-initialize-safe-default' and simplifyLuc Teirlinck2005-07-141-6/+2
| * (blink-cursor-mode): Revert to previous implementation of its defcustom.Luc Teirlinck2005-07-121-2/+6
| * (blink-cursor-mode): Use `custom-initialize-safe-default' and simplifyLuc Teirlinck2005-07-101-5/+2
* | Don't let window-system-default-frame-alist override parameters specified man...Karoly Lorentey2005-07-221-3/+1
* | Rename `struct display' to `struct device'. Update function, parameter and v...Karoly Lorentey2005-07-111-4/+4
* | Handle and document that `delete-frame' may call functions in `delete-frame-f...Karoly Lorentey2005-07-061-1/+2
* | Implement rudimentary Lisp-level terminal parameters.Karoly Lorentey2005-07-061-0/+63
* | Merged from [email protected] (patch 469)Karoly Lorentey2005-07-051-2/+2
|\|
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
* | Merged from [email protected] (patch 80-82, 350-422)Karoly Lorentey2005-06-151-2/+2
|\|