summaryrefslogtreecommitdiff
path: root/src/frame.c
Commit message (Expand)AuthorAge
* * alloc.c (allocate_string) [macintosh]: Call check_string_bytesAndrew Choi2001-01-28
* (do_switch_frame): If selected frame has a mini-window,Gerd Moellmann2001-01-26
* (Qw32_console): Remove variable.Andrew Innes2001-01-20
* (make_terminal_frame) [WINDOWSNT]: Make terminal framesAndrew Innes2001-01-02
* (make_frame): Change initialization of tool barGerd Moellmann2000-11-22
* Fix spurion.Dave Love2000-11-15
* (syms_of_frame_1): Removed; code moved to syms_of_frame.Gerd Moellmann2000-11-15
* (Fframe_parameters): Fix the change from 2000-10-16:Eli Zaretskii2000-10-28
* (Fdelete_frame): Doc fix. Move running the hookGerd Moellmann2000-10-26
* (Fdelete_frame): Run delete-frame-hook.Gerd Moellmann2000-10-26
* Initial check-in: changes for building Emacs under Mac OS.Andrew Choi2000-10-22
* (Fframe_parameters): If a tty's frame's param_alist saysEli Zaretskii2000-10-16
* (Fframe_parameter): For non-windowed frames, ifEli Zaretskii2000-10-07
* (make_terminal_frame): Initialize frame foreground andEli Zaretskii2000-09-07
* (Fframe_parameter): Handle `name' and `background-mode'Gerd Moellmann2000-09-07
* (Fframe_parameter): Handle `name' specially.Gerd Moellmann2000-09-07
* (Qdisplay_type): New variable.Gerd Moellmann2000-09-05
* Include keyboard.h before frame.h.Andrew Innes2000-08-22
* (next_frame, prev_frame): If MINIBUF is a window,Gerd Moellmann2000-07-03
* (next_frame): Don't check frame-focus redirection inGerd Moellmann2000-06-30
* (Fmodify_frame_parameters): Doc fix.Gerd Moellmann2000-06-13
* (frames_bury_buffer): Don't add a buffer to the frame'sGerd Moellmann2000-05-16
* (make_frame): Don't allocate f->fontset_data.Kenichi Handa2000-03-21
* (x_set_menu_bar_lines_1): Adjust window's orig_top andGerd Moellmann2000-03-06
* (Fdelete_frame): Don't let echo_area_window to remain on a deleted frame.Eli Zaretskii2000-02-22
* (Fmouse_position): GCPRO retval instead of x and y.Gerd Moellmann2000-02-21
* (Vmouse_position_function): New variable.Dave Love2000-02-21
* (make_frame): Set frame initiallly to `garbaged'.Gerd Moellmann2000-02-17
* [WINDOWSNT]: Include w32term.h.Andrew Innes2000-02-06
* (Fframe_parameters): Add GCPRO because tty_color_name can GC.Gerd Moellmann2000-02-02
* Changes for automatic remapping of X colors on terminal frames:Eli Zaretskii1999-12-06
* more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engineKen Raeburn1999-10-25
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-19
* (frame_name_fnn_p): Fix previous change.Eli Zaretskii1999-09-21
* (Fdelete_frame): Correct local variable pointing toGerd Moellmann1999-09-16
* (Fnext_frame): Remove unused variable(s).Gerd Moellmann1999-09-14
* (Fmake_terminal_frame): Use SELECTED_FRAME.Gerd Moellmann1999-09-13
* Change spelling of `toolbar' to `tool_bar' or `tool-bar'.Gerd Moellmann1999-09-05
* (Fframep) [macintosh]: Handle mac frame type.Richard M. Stallman1999-09-03
* Call change_frame_size and do_pending_window_change withGerd Moellmann1999-08-21
* (Fframe_parameters): Swap foreground and backgroundEli Zaretskii1999-08-10
* (make_terminal_frame): Don't call init_frame_faces ifEli Zaretskii1999-08-02
* (Fset_frame_height): Call do_pending_window_change.Richard M. Stallman1999-08-02
* (make_terminal_frame) [MSDOS]: Don't callEli Zaretskii1999-07-30
* (make_frame): Set n_current_toolbar_items to 0.Gerd Moellmann1999-07-21
* (Fset_mouse_position): Doc fix.Richard M. Stallman1998-11-22
* (do_switch_frame): Cancel previous change.Kenichi Handa1998-11-04
* (do_switch_frame): Update minibuf_window if necessary.Kenichi Handa1998-10-31
* Include frame.h before fontset.h.Kenichi Handa1998-10-21
* (frame_buffer_predicate): New arg FRAME.Richard M. Stallman1998-05-22