aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.c
Commit message (Expand)AuthorAgeFilesLines
* Make `window-system' into a keyboard-local variable (rather thanStefan Monnier2007-10-251-4/+1
* * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.Stefan Monnier2007-10-161-2/+1
* Merge from emacs--rel--22Miles Bader2007-10-151-0/+4
|\
| * (Qexplicit_name): New variable.Martin Rudalics2007-10-121-0/+4
* | * frame.c (Qenvironment): Remove.Stefan Monnier2007-10-101-21/+0
* | * frame.c (Fframe_with_environment): Remove.Stefan Monnier2007-10-101-38/+0
* | Merge from emacs--rel--22Miles Bader2007-10-091-0/+17
|\|
| * (focus_follows_mouse): Moved here from frame.el to allowMartin Rudalics2007-10-061-0/+17
* | (Fframe_parameters): Minor simplification.Stefan Monnier2007-10-021-2/+2
* | (make_terminal_frame): Remove special case for WINDOWSNT.Jason Rumney2007-09-251-7/+0
* | (Qdisplay_environment_variable): Delete.Stefan Monnier2007-09-211-4/+0
* | (make_terminal_frame): Use terminal->name as liveness status.Stefan Monnier2007-09-201-2/+2
* | (x_set_frame_parameters): Check number is positive before using XFASTINT.Stefan Monnier2007-09-071-2/+2
* | (Qterm_environment_variable): Remove.Stefan Monnier2007-08-311-3/+0
* | (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.Stefan Monnier2007-08-291-1/+2
* | Merge from emacs--devo--0Miles Bader2007-07-311-1/+1
|\ \
| * | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
| |\|
| | * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* | | * server.el (server-process-filter): Likewise.Dan Nicolaescu2007-07-031-1/+8
* | | Merge from emacs--devo--0Miles Bader2007-06-111-2/+9
|\| |
| * | (Fmouse_position, Fmouse_pixel_position):Nick Roberts2007-06-031-2/+9
* | | Merge from emacs--devo--0Miles Bader2007-05-301-0/+7
|\| |
| * | (Fset_mouse_pixel_position): Add call toNick Roberts2007-05-301-0/+7
| |/
* | * loadup.el: Load mac-win on a Mac. Avoid loading both x-win andDan Nicolaescu2007-05-191-1/+3
* | (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.Jason Rumney2007-05-151-1/+5
* | Fix compilation errors. Regenerate ldefs-boot.el.Karoly Lorentey2007-02-241-5/+3
* | Merged from [email protected]Karoly Lorentey2007-02-241-17/+18
|\|
| * * frame.c (x_set_screen_gamma): Apply gamma value to the frame's bgcolor.Chong Yidong2007-02-201-6/+18
| * (Fmodify_frame_parameters): Return a value.Andreas Schwab2007-02-161-0/+2
| * (x_set_screen_gamma): Clear face cache.Chong Yidong2007-02-121-2/+5
| * (Fmodify_frame_parameters): Don't bindChong Yidong2007-02-061-16/+0
* | 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]. Last-minute emacsclient rewrites be damned!Karoly Lorentey2006-12-031-2/+5
|\|
| * (x_set_fullscreen): Call fullscreen_hook if set.Jan Djärv2006-11-101-0/+3
| * (syms_of_frame): Fix typo in docstring.Juanma Barranquero2006-11-051-2/+2
* | Merged from [email protected]Karoly Lorentey2006-10-141-0/+14
|\|
| * * frame.c (Qinhibit_face_set_after_frame_default): New var.Chong Yidong2006-10-051-0/+15
* | Merged from [email protected]Karoly Lorentey2006-10-141-2/+11
|\|
| * (Fmouse_position, Fmouse_pixel_position)Eli Zaretskii2006-08-121-2/+11
* | Merged from [email protected]Karoly Lorentey2006-07-291-4/+2
|\|
| * (x_set_line_spacing, x_set_screen_gamma): Use signal_error.Kim F. Storm2006-07-181-4/+2
* | Fix C-x 5 2 on the controlling tty; fix some possible crash conditions and a ...Karoly Lorentey2006-05-201-1/+4
* | Merged from [email protected]Karoly Lorentey2006-05-201-2/+0
|\|
| * (x_set_border_width): Remove #ifndef MAC_OS.YAMAMOTO Mitsuharu2006-05-191-2/+0
* | Merged from [email protected]Karoly Lorentey2006-05-171-1/+1
|\|
| * (x_set_border_width): Fix error message to say "frame", not "window".Eli Zaretskii2006-05-131-1/+1
* | Merged from [email protected]Karoly Lorentey2006-04-281-0/+5
|\|
| * (x_set_font): Clear f->n_tool_bar_rows and current frameKim F. Storm2006-04-231-0/+5
* | Fix previous commit.Karoly Lorentey2006-04-011-4/+4