log src/frame.c @ 36810:a9485f8e43d6

age author description
Wed, 14 Mar 2001 16:36:44 +0000 Gerd Moellmann (do_switch_frame): Remove unused parameter NO_EVENT, add
Wed, 14 Mar 2001 14:40:22 +0000 Gerd Moellmann (Fframe_parameters): In the `buffer-list' frame
Wed, 28 Feb 2001 13:28:35 +0000 Gerd Moellmann (make_frame): Use allocate_frame.
Thu, 01 Feb 2001 14:09:27 +0000 Eli Zaretskii (Fmodify_frame_parameters): Doc fix.
Sun, 28 Jan 2001 11:23:07 +0000 Andrew Choi * alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Fri, 26 Jan 2001 14:37:17 +0000 Gerd Moellmann (do_switch_frame): If selected frame has a mini-window,
Sat, 20 Jan 2001 13:56:49 +0000 Andrew Innes (Qw32_console): Remove variable.
Tue, 02 Jan 2001 22:50:34 +0000 Andrew Innes (make_terminal_frame) [WINDOWSNT]: Make terminal frames
Wed, 22 Nov 2000 16:28:38 +0000 Gerd Moellmann (make_frame): Change initialization of tool bar
Wed, 15 Nov 2000 20:01:04 +0000 Dave Love Fix spurion.
Wed, 15 Nov 2000 19:24:52 +0000 Gerd Moellmann (syms_of_frame_1): Removed; code moved to syms_of_frame.
Sat, 28 Oct 2000 17:07:51 +0000 Eli Zaretskii (Fframe_parameters): Fix the change from 2000-10-16:
Thu, 26 Oct 2000 12:07:17 +0000 Gerd Moellmann (Fdelete_frame): Doc fix. Move running the hook
Thu, 26 Oct 2000 11:59:18 +0000 Gerd Moellmann (Fdelete_frame): Run delete-frame-hook.
Sun, 22 Oct 2000 16:50:16 +0000 Andrew Choi Initial check-in: changes for building Emacs under Mac OS.
Mon, 16 Oct 2000 19:15:09 +0000 Eli Zaretskii (Fframe_parameters): If a tty's frame's param_alist says
Sat, 07 Oct 2000 18:57:36 +0000 Eli Zaretskii (Fframe_parameter): For non-windowed frames, if
Thu, 07 Sep 2000 17:12:48 +0000 Eli Zaretskii (make_terminal_frame): Initialize frame foreground and
Thu, 07 Sep 2000 11:37:29 +0000 Gerd Moellmann (Fframe_parameter): Handle `name' and `background-mode'
Thu, 07 Sep 2000 10:39:35 +0000 Gerd Moellmann (Fframe_parameter): Handle `name' specially.
Tue, 05 Sep 2000 15:53:29 +0000 Gerd Moellmann (Qdisplay_type): New variable.
Tue, 22 Aug 2000 22:41:00 +0000 Andrew Innes Include keyboard.h before frame.h.
Mon, 03 Jul 2000 07:51:18 +0000 Gerd Moellmann (next_frame, prev_frame): If MINIBUF is a window,
Fri, 30 Jun 2000 19:20:25 +0000 Gerd Moellmann (next_frame): Don't check frame-focus redirection in
Tue, 13 Jun 2000 13:21:16 +0000 Gerd Moellmann (Fmodify_frame_parameters): Doc fix.
Tue, 16 May 2000 11:46:52 +0000 Gerd Moellmann (frames_bury_buffer): Don't add a buffer to the frame's
Tue, 21 Mar 2000 00:39:10 +0000 Kenichi Handa (make_frame): Don't allocate f->fontset_data.
Mon, 06 Mar 2000 12:07:15 +0000 Gerd Moellmann (x_set_menu_bar_lines_1): Adjust window's orig_top and
Tue, 22 Feb 2000 10:25:24 +0000 Eli Zaretskii (Fdelete_frame): Don't let echo_area_window to remain on a deleted frame.
Mon, 21 Feb 2000 16:17:24 +0000 Gerd Moellmann (Fmouse_position): GCPRO retval instead of x and y.