summaryrefslogtreecommitdiff
path: root/src/frame.c
Commit message (Expand)AuthorAge
* (x_set_fullscreen): Call fullscreen_hook if set.Jan Djärv2006-11-10
* (syms_of_frame): Fix typo in docstring.Juanma Barranquero2006-11-05
* * frame.c (Qinhibit_face_set_after_frame_default): New var.Chong Yidong2006-10-05
* (Fmouse_position, Fmouse_pixel_position)Eli Zaretskii2006-08-12
* (x_set_line_spacing, x_set_screen_gamma): Use signal_error.Kim F. Storm2006-07-18
* (x_set_border_width): Remove #ifndef MAC_OS.YAMAMOTO Mitsuharu2006-05-19
* (x_set_border_width): Fix error message to say "frame", not "window".Eli Zaretskii2006-05-13
* (x_set_font): Clear f->n_tool_bar_rows and current frameKim F. Storm2006-04-23
* (x_get_arg): Clear out PARAM in ALIST also on Mac.YAMAMOTO Mitsuharu2006-02-15
* (x_get_arg): Clear out all occurrences of PARAM in ALIST.Richard M. Stallman2006-02-15
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-06
* (x_get_arg): "Clear out" the parm in ALIST if found there.Richard M. Stallman2006-01-26
* (x_frame_get_and_record_arg): Don't record Qunbound value in f->param_alist.Richard M. Stallman2006-01-18
* (Fredirect_frame_focus): Fix typos in docstring.Juanma Barranquero2005-10-10
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-07
* (Fframe_char_width): Doc fix.Juanma Barranquero2005-08-02
* Update FSF's address.Lute Kamstra2005-07-04
* (make_frame_without_minibuffer): Follow error conventions.Juanma Barranquero2005-06-23
* (Fmodify_frame_parameters):Juri Linkov2005-06-21
* (Fhandle_switch_frame, Fselect_frame): Delete unused arg no_enter.Luc Teirlinck2005-06-10
* (Fdelete_frame) [MAC_OS]: Call x_clear_frame_selections.YAMAMOTO Mitsuharu2005-04-24
* (Fignore_event): Remove.Stefan Monnier2005-03-19
* (Fignore_event): Fix ancient obscure C-u handling bug.Stefan Monnier2005-03-17
* (x_set_font): Call set_default_ascii_font if anKenichi Handa2005-03-08
* * dispextern.h: Change HAVE_CARBON to MAC_OS.Steven Tamm2004-12-27
* Avoid side-effects inside XSETFASTINT's arguments.Stefan Monnier2004-11-16
* (syms_of_frame): Fix the example in the doc string.Eli Zaretskii2004-11-06
* (Fselect_frame, Fset_frame_selected_window)Luc Teirlinck2004-07-24
* (Fdelete_frame): If we're in single_bboard_state onRichard M. Stallman2004-07-17
* Remove period at end of error message.Jan Djärv2003-11-16
* * w32term.c (w32_read_socket): Remove call to x_check_fullscreen_move,Jan Djärv2003-10-05
* Fix memory leaks (from YAMAMOTO Mitsuharu)Jan Djärv2003-10-05
* Make (modify-frame-parameters nil '((top . 0))) work for all typesJan Djärv2003-10-05
* (Vdefault_frame_scroll_bars): New variable.Kim F. Storm2003-09-20
* Add arch taglinesMiles Bader2003-09-01
* Fix some of the font/face problems.Jan Djärv2003-06-26
* * frame.c (make_frame): Condition want_fullscreen withJan Djärv2003-05-25
* Make (many) trivial substitutions for renamed andKim F. Storm2003-05-24
* (Fignore_event): Doc fix.Richard M. Stallman2003-05-19
* (Fselect_window): Add optional arg `norecord'.Stefan Monnier2003-05-17
* Fix build on Mac OS X with Carbon.Andrew Choi2003-04-01
* (display_x_get_resource): Use Display_Info argument, not x_display_info.Juanma Barranquero2003-03-31
* Fix compilation for --with-x=no.Kim F. Storm2003-03-31
* Include blockinput.h.Kim F. Storm2003-03-31
* Trailing whitespace deleted.Juanma Barranquero2003-02-04
* * frame.c (Vdelete_frame_functions): New variable.John Paul Wallington2002-10-02
* (make_terminal_frame) [CANNOT_DUMP]: InitializeKim F. Storm2002-08-26
* (Fframe_parameter): Use const for pointer to lispKen Raeburn2002-07-16
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-15
* Rename BINDING_STACK_SIZE to SPECPDL_INDEX.Juanma Barranquero2002-07-10