log src/frame.c @ 29257:dd053bd4d5ca

age author description
2000-05-16 Gerd Moellmann (frames_bury_buffer): Don't add a buffer to the frame's
2000-03-21 Kenichi Handa (make_frame): Don't allocate f->fontset_data.
2000-03-06 Gerd Moellmann (x_set_menu_bar_lines_1): Adjust window's orig_top and
2000-02-22 Eli Zaretskii (Fdelete_frame): Don't let echo_area_window to remain on a deleted frame.
2000-02-21 Gerd Moellmann (Fmouse_position): GCPRO retval instead of x and y.
2000-02-21 Dave Love (Vmouse_position_function): New variable.
2000-02-17 Gerd Moellmann (make_frame): Set frame initiallly to `garbaged'.
2000-02-06 Andrew Innes [WINDOWSNT]: Include w32term.h.
2000-02-02 Gerd Moellmann (Fframe_parameters): Add GCPRO because tty_color_name can GC.
1999-12-06 Eli Zaretskii Changes for automatic remapping of X colors on terminal frames:
1999-10-25 Ken Raeburn more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engine
1999-10-19 Paul Eggert Add support for large files, 64-bit Solaris, system locale codings.
1999-09-21 Eli Zaretskii (frame_name_fnn_p): Fix previous change.
1999-09-16 Gerd Moellmann (Fdelete_frame): Correct local variable pointing to
1999-09-14 Gerd Moellmann (Fnext_frame): Remove unused variable(s).
1999-09-13 Gerd Moellmann (Fmake_terminal_frame): Use SELECTED_FRAME.
1999-09-05 Gerd Moellmann Change spelling of `toolbar' to `tool_bar' or `tool-bar'.
1999-09-03 Richard M. Stallman (Fframep) [macintosh]: Handle mac frame type.
1999-08-21 Gerd Moellmann Call change_frame_size and do_pending_window_change with
1999-08-10 Eli Zaretskii (Fframe_parameters): Swap foreground and background
1999-08-02 Eli Zaretskii (make_terminal_frame): Don't call init_frame_faces if
1999-08-02 Richard M. Stallman (Fset_frame_height): Call do_pending_window_change.
1999-07-30 Eli Zaretskii (make_terminal_frame) [MSDOS]: Don't call
1999-07-21 Gerd Moellmann (make_frame): Set n_current_toolbar_items to 0.
1998-11-22 Richard M. Stallman (Fset_mouse_position): Doc fix.
1998-11-04 Kenichi Handa (do_switch_frame): Cancel previous change.
1998-10-31 Kenichi Handa (do_switch_frame): Update minibuf_window if necessary.
1998-10-21 Kenichi Handa Include frame.h before fontset.h.
1998-05-22 Richard M. Stallman (frame_buffer_predicate): New arg FRAME.
1998-04-29 Geoff Voelker Conditionally include xterm.h using HAVE_X_WINDOWS.
1998-04-14 Andreas Schwab (Fset_mouse_position, Fset_mouse_pixel_position): Fix
1998-04-14 Andreas Schwab Fix -Wimplicit warnings.
1998-04-04 Richard M. Stallman (make_frame_without_minibuffer): Conditionalize on HAVE_WINDOW_SYSTEM.
1998-03-21 Richard M. Stallman Use STRING_BYTES and SET_STRING_BYTES.
1998-01-09 Richard M. Stallman (set_term_frame_name): Use size_byte.
1997-11-20 Eli Zaretskii (frame_name_fnn_p, set_term_frame_name): New functions.
1997-10-24 Karl Heuer (Fmouse_pixel_position, Fmouse_position):
1997-10-13 Eli Zaretskii (set_menu_bar_lines): Make the function external instead
1997-08-26 Richard M. Stallman (Fframe_pixel_height): Doc fix.
1997-07-24 Richard M. Stallman (Fdelete_frame): Undo previous change.
1997-07-09 Richard M. Stallman (Fdelete_frame): Always err for deleting the only frame.
1997-06-22 Richard M. Stallman (Fdelete_frame): Clear echo_area_glyphs if it was in this frame.
1997-05-17 Richard M. Stallman (make_terminal_frame): Don't add `Emacs' to frame name.
1997-04-27 Richard M. Stallman (Fdelete_frame): Free FRAME_MESSAGE_BUF.
1997-03-23 Richard M. Stallman (frames_bury_buffer): New function.
1997-03-22 Richard M. Stallman (frame_buffer_list, set_frame_buffer_list): New functions.
1997-02-20 Karl Heuer Include "charset.h"
1996-11-19 Geoff Voelker Change identifiers of the form win32* to w32*.
1996-11-12 Richard M. Stallman (Fmodify_frame_parameters): Use alist in reverse order.
1996-11-07 Richard M. Stallman (Fmodify_frame_parameters): Doc fix.
1996-10-02 Karl Heuer (store_frame_param): Allow setting a frame's minibuffer
1996-09-22 Richard M. Stallman (Fdelete_frame): Set update_mode_lines.
1996-09-21 Richard M. Stallman (make_frame): Switch from boolean `has_vertical_scrollbars' integer to
1996-09-13 Richard M. Stallman (Fmake_terminal_frame): Use Vdefault_frame_alist.
1996-09-04 Richard M. Stallman (Fredirect_frame_focus): Don't call Ffocus_frame.
1996-09-01 Karl Heuer Removed support for !MULTI_FRAME.
1996-07-16 Karl Heuer (Qmouse_leave_buffer_hook): Delete redundant definition.
1996-06-28 Richard M. Stallman (make_frame_without_minibuffer): GCPRO the frame f.
1996-06-10 Richard M. Stallman Whitespace changes.
1996-06-10 Richard M. Stallman (Fmake_terminal_frame): Test MSDOS, not __MSDOS__.