aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.c
Commit message (Expand)AuthorAgeFilesLines
* (Qleft_fringe, Qright_fringe): New vars.Kim F. Storm2001-12-011-0/+6
* Don't include keymap.h any more.Stefan Monnier2001-11-191-10/+0
* (Fframe_live_p): Doc fix.Pavel Janík2001-11-181-1/+1
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-46/+46
* (Fframe_live_p): Doc fix.Pavel Janík2001-10-311-2/+2
* Resurrect a comment lost in the previous commit.Eli Zaretskii2001-10-251-0/+1
* (Fframe_parameter): Fix last change.Eli Zaretskii2001-10-251-1/+2
* (Fframe_parameter): Fix a bug whereby someGerd Moellmann2001-10-251-7/+8
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-10-211-263/+264
* Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn2001-10-161-1/+1
* (Fset_mouse_position): Improve style of comment to follow other comments.Pavel Janík2001-10-141-7/+7
* Include keymap.h.Stefan Monnier2001-10-101-0/+1
* Use SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of accessingGerd Moellmann2001-10-051-1/+1
* (syms_of_frame): Doc fix.Eli Zaretskii2001-09-301-1/+3
* Doc fix.Richard M. Stallman2001-09-101-2/+4
* Doc fix.Richard M. Stallman2001-09-101-2/+3
* (Fframe_list): Don't reference tip_frame if HAVE_WINDOW_SYSTEM is not defined.Eli Zaretskii2001-03-251-0/+2
* (Fframe_list): Don't return a tooltip frame.Gerd Moellmann2001-03-251-1/+5
* (do_switch_frame): Remove unused parameter NO_EVENT, addGerd Moellmann2001-03-141-9/+23
* (Fframe_parameters): In the `buffer-list' frameGerd Moellmann2001-03-141-3/+2
* (make_frame): Use allocate_frame.Gerd Moellmann2001-02-281-9/+4
* (Fmodify_frame_parameters): Doc fix.Eli Zaretskii2001-02-011-0/+1
* * alloc.c (allocate_string) [macintosh]: Call check_string_bytesAndrew Choi2001-01-281-1/+7
* (do_switch_frame): If selected frame has a mini-window,Gerd Moellmann2001-01-261-0/+3
* (Qw32_console): Remove variable.Andrew Innes2001-01-201-7/+1
* (make_terminal_frame) [WINDOWSNT]: Make terminal framesAndrew Innes2001-01-021-1/+13
* (make_frame): Change initialization of tool barGerd Moellmann2000-11-221-2/+2
* Fix spurion.Dave Love2000-11-151-2/+0
* (syms_of_frame_1): Removed; code moved to syms_of_frame.Gerd Moellmann2000-11-151-98/+73
* (Fframe_parameters): Fix the change from 2000-10-16:Eli Zaretskii2000-10-281-12/+22
* (Fdelete_frame): Doc fix. Move running the hookGerd Moellmann2000-10-261-9/+13
* (Fdelete_frame): Run delete-frame-hook.Gerd Moellmann2000-10-261-0/+8
* Initial check-in: changes for building Emacs under Mac OS.Andrew Choi2000-10-221-32/+7
* (Fframe_parameters): If a tty's frame's param_alist saysEli Zaretskii2000-10-161-18/+44
* (Fframe_parameter): For non-windowed frames, ifEli Zaretskii2000-10-071-1/+23
* (make_terminal_frame): Initialize frame foreground andEli Zaretskii2000-09-071-1/+17
* (Fframe_parameter): Handle `name' and `background-mode'Gerd Moellmann2000-09-071-2/+10
* (Fframe_parameter): Handle `name' specially.Gerd Moellmann2000-09-071-7/+12
* (Qdisplay_type): New variable.Gerd Moellmann2000-09-051-0/+39
* Include keyboard.h before frame.h.Andrew Innes2000-08-221-6/+4
* (next_frame, prev_frame): If MINIBUF is a window,Gerd Moellmann2000-07-031-19/+6
* (next_frame): Don't check frame-focus redirection inGerd Moellmann2000-06-301-1/+10
* (Fmodify_frame_parameters): Doc fix.Gerd Moellmann2000-06-131-5/+30
* (frames_bury_buffer): Don't add a buffer to the frame'sGerd Moellmann2000-05-161-3/+7
* (make_frame): Don't allocate f->fontset_data.Kenichi Handa2000-03-211-9/+0
* (x_set_menu_bar_lines_1): Adjust window's orig_top andGerd Moellmann2000-03-061-0/+5
* (Fdelete_frame): Don't let echo_area_window to remain on a deleted frame.Eli Zaretskii2000-02-221-0/+4
* (Fmouse_position): GCPRO retval instead of x and y.Gerd Moellmann2000-02-211-6/+4
* (Vmouse_position_function): New variable.Dave Love2000-02-211-4/+20
* (make_frame): Set frame initiallly to `garbaged'.Gerd Moellmann2000-02-171-1/+1