log src/frame.c @ 46015:3988483dc2b7

age author description
Wed, 26 Jun 2002 08:34:29 +0000 Richard M. Stallman (frames_bury_buffer): Function deleted.
Fri, 26 Apr 2002 23:39:06 +0000 Andrew Choi Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Tue, 05 Mar 2002 10:10:21 +0000 Juanma Barranquero Fix typo.
Tue, 05 Mar 2002 08:36:32 +0000 Per Abrahamsen 2002-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
Wed, 20 Feb 2002 23:44:18 +0000 Kim F. Storm (syms_of_frame): Change mouse-highlight default to t.
Sat, 16 Feb 2002 23:53:22 +0000 Kim F. Storm (Vmouse_highlight): New variable.
Mon, 14 Jan 2002 13:47:02 +0000 Eli Zaretskii (store_frame_param): Call set_tty_color_mode for termcap
Sat, 01 Dec 2001 01:14:55 +0000 Kim F. Storm (Qleft_fringe, Qright_fringe): New vars.
Mon, 19 Nov 2001 06:46:41 +0000 Stefan Monnier Don't include keymap.h any more.
Sun, 18 Nov 2001 10:00:57 +0000 Pavel Jank (Fframe_live_p): Doc fix.
Fri, 02 Nov 2001 20:46:55 +0000 Pavel Jank Update usage of CHECK_ macros (remove unused second argument).
Wed, 31 Oct 2001 15:05:48 +0000 Pavel Jank (Fframe_live_p): Doc fix.
Thu, 25 Oct 2001 21:08:32 +0000 Eli Zaretskii Resurrect a comment lost in the previous commit.
Thu, 25 Oct 2001 20:46:57 +0000 Eli Zaretskii (Fframe_parameter): Fix last change.
Thu, 25 Oct 2001 15:44:11 +0000 Gerd Moellmann (Fframe_parameter): Fix a bug whereby some
Sun, 21 Oct 2001 07:27:56 +0000 Pavel Jank Change doc-string comments to `new style' [w/`doc:' keyword].
Tue, 16 Oct 2001 09:09:51 +0000 Ken Raeburn Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
Sun, 14 Oct 2001 15:56:57 +0000 Pavel Jank (Fset_mouse_position): Improve style of comment to follow other comments.
Wed, 10 Oct 2001 16:05:21 +0000 Stefan Monnier Include keymap.h.
Fri, 05 Oct 2001 09:49:39 +0000 Gerd Moellmann Use SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of accessing
Sun, 30 Sep 2001 10:13:00 +0000 Eli Zaretskii (syms_of_frame): Doc fix.
Mon, 10 Sep 2001 05:18:29 +0000 Richard M. Stallman Doc fix.
Mon, 10 Sep 2001 05:13:27 +0000 Richard M. Stallman Doc fix.
Mon, 21 May 2001 12:34:11 +0000 Gerd Moellmann Use SYMBOL_VALUE/ SET_SYMBOL_VALUE macros instead of accessing
Sun, 25 Mar 2001 18:35:52 +0000 Eli Zaretskii (Fframe_list): Don't reference tip_frame if HAVE_WINDOW_SYSTEM is not defined.
Sun, 25 Mar 2001 11:37:11 +0000 Gerd Moellmann (Fframe_list): Don't return a tooltip frame.
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.
Mon, 21 Feb 2000 13:49:00 +0000 Dave Love (Vmouse_position_function): New variable.
Thu, 17 Feb 2000 09:17:56 +0000 Gerd Moellmann (make_frame): Set frame initiallly to `garbaged'.
Sun, 06 Feb 2000 23:37:49 +0000 Andrew Innes [WINDOWSNT]: Include w32term.h.
Wed, 02 Feb 2000 14:00:00 +0000 Gerd Moellmann (Fframe_parameters): Add GCPRO because tty_color_name can GC.