Separate frame-local, tty-dependent parameters from tty-local parameters.
[bpt/emacs.git] / src / frame.c
2004-01-01 Karoly LorenteySeparate frame-local, tty-dependent parameters from...
2003-12-30 Karoly LorenteyMajor bugfixes and slight enhancements.
2003-12-30 Karoly LorenteyMerged in changes from CVS head
2003-12-29 Karoly LorenteyMerged in changes from CVS head
2003-12-29 Karoly LorenteyBugfix festival.
2003-12-28 Karoly LorenteyMerged in changes from CVS HEAD
2003-12-28 Karoly LorenteyMerged in changes from CVS HEAD
2003-12-27 Karoly LorenteyImplemented automatic deletion of terminals.
2003-12-27 Karoly LorenteyFully eliminated global tty state variables.
2003-12-27 Karoly LorenteyFull support for multiple terminal I/O (with some rough...
2003-12-26 Karoly Lorenteylib-src/emacsclient.c: Implemented --here option ...
2003-12-25 Karoly LorenteyImplemented multiple tty support.
2003-11-16 Jan DjärvRemove period at end of error message.
2003-10-05 Jan Djärv* w32term.c (w32_read_socket): Remove call to x_check_f...
2003-10-05 Jan DjärvFix memory leaks (from YAMAMOTO Mitsuharu)
2003-10-05 Jan DjärvMake (modify-frame-parameters nil '((top . 0))) work...
2003-09-20 Kim F. Storm(Vdefault_frame_scroll_bars): New variable.
2003-09-01 Miles BaderAdd arch taglines
2003-06-26 Jan DjärvFix some of the font/face problems.
2003-05-25 Jan Djärv* frame.c (make_frame): Condition want_fullscreen with
2003-05-24 Kim F. StormMake (many) trivial substitutions for renamed and
2003-05-19 Richard M. Stallman(Fignore_event): Doc fix.
2003-05-17 Stefan Monnier(Fselect_window): Add optional arg `norecord'.
2003-04-01 Andrew ChoiFix build on Mac OS X with Carbon.
2003-03-31 Juanma Barranquero(display_x_get_resource): Use Display_Info argument...
2003-03-31 Kim F. StormFix compilation for --with-x=no.
2003-03-31 Kim F. StormInclude blockinput.h.
2003-02-04 Juanma BarranqueroTrailing whitespace deleted.
2002-10-02 John Paul Wallington* frame.c (Vdelete_frame_functions): New variable.
2002-08-26 Kim F. Storm(make_terminal_frame) [CANNOT_DUMP]: Initialize
2002-07-16 Ken Raeburn(Fframe_parameter): Use const for pointer to lisp
2002-07-15 Ken RaeburnMost uses of XSTRING combined with STRING_BYTES or...
2002-07-10 Juanma BarranqueroRename BINDING_STACK_SIZE to SPECPDL_INDEX.
2002-06-26 Richard M. Stallman(frames_bury_buffer): Function deleted.
2002-04-26 Andrew ChoiPatch for building Emacs on Mac OS X. April 26, 2002...
2002-03-05 Juanma BarranqueroFix typo.
2002-03-05 Per Abrahamsen2002-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
2002-02-20 Kim F. Storm(syms_of_frame): Change mouse-highlight default to t.
2002-02-16 Kim F. Storm(Vmouse_highlight): New variable.
2002-01-14 Eli Zaretskii(store_frame_param): Call set_tty_color_mode for termcap
2001-12-01 Kim F. Storm(Qleft_fringe, Qright_fringe): New vars.
2001-11-19 Stefan MonnierDon't include keymap.h any more.
2001-11-18 Pavel Janík(Fframe_live_p): Doc fix.
2001-11-02 Pavel JaníkUpdate usage of CHECK_ macros (remove unused second...
2001-10-31 Pavel Janík(Fframe_live_p): Doc fix.
2001-10-25 Eli ZaretskiiResurrect a comment lost in the previous commit.
2001-10-25 Eli Zaretskii(Fframe_parameter): Fix last change.
2001-10-25 Gerd Moellmann(Fframe_parameter): Fix a bug whereby some
2001-10-21 Pavel JaníkChange doc-string comments to `new style' [w/`doc:...
2001-10-16 Ken RaeburnAvoid (most) uses of XCAR/XCDR as lvalues, for flexibil...
2001-10-14 Pavel Janík(Fset_mouse_position): Improve style of comment to...
2001-10-10 Stefan MonnierInclude keymap.h.
2001-10-05 Gerd MoellmannUse SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of...
2001-09-30 Eli Zaretskii(syms_of_frame): Doc fix.
2001-09-10 Richard M. StallmanDoc fix.
2001-09-10 Richard M. StallmanDoc fix.
2001-03-25 Eli Zaretskii(Fframe_list): Don't reference tip_frame if HAVE_WINDOW...
2001-03-25 Gerd Moellmann(Fframe_list): Don't return a tooltip frame.
2001-03-14 Gerd Moellmann(do_switch_frame): Remove unused parameter NO_EVENT...
2001-03-14 Gerd Moellmann(Fframe_parameters): In the `buffer-list' frame
2001-02-28 Gerd Moellmann(make_frame): Use allocate_frame.
2001-02-01 Eli Zaretskii(Fmodify_frame_parameters): Doc fix.
2001-01-28 Andrew Choi* alloc.c (allocate_string) [macintosh]: Call check_str...
2001-01-26 Gerd Moellmann(do_switch_frame): If selected frame has a mini-window,
2001-01-20 Andrew Innes(Qw32_console): Remove variable.
2001-01-02 Andrew Innes(make_terminal_frame) [WINDOWSNT]: Make terminal frames
2000-11-22 Gerd Moellmann(make_frame): Change initialization of tool bar
2000-11-15 Dave LoveFix spurion.
2000-11-15 Gerd Moellmann(syms_of_frame_1): Removed; code moved to syms_of_frame.
2000-10-28 Eli Zaretskii(Fframe_parameters): Fix the change from 2000-10-16:
2000-10-26 Gerd Moellmann(Fdelete_frame): Doc fix. Move running the hook
2000-10-26 Gerd Moellmann(Fdelete_frame): Run delete-frame-hook.
2000-10-22 Andrew ChoiInitial check-in: changes for building Emacs under...
2000-10-16 Eli Zaretskii(Fframe_parameters): If a tty's frame's param_alist...
2000-10-07 Eli Zaretskii(Fframe_parameter): For non-windowed frames, if
2000-09-07 Eli Zaretskii(make_terminal_frame): Initialize frame foreground and
2000-09-07 Gerd Moellmann(Fframe_parameter): Handle `name' and `background-mode'
2000-09-07 Gerd Moellmann(Fframe_parameter): Handle `name' specially.
2000-09-05 Gerd Moellmann(Qdisplay_type): New variable.
2000-08-22 Andrew InnesInclude keyboard.h before frame.h.
2000-07-03 Gerd Moellmann(next_frame, prev_frame): If MINIBUF is a window,
2000-06-30 Gerd Moellmann(next_frame): Don't check frame-focus redirection in
2000-06-13 Gerd Moellmann(Fmodify_frame_parameters): Doc fix.
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...
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...
1999-12-06 Eli ZaretskiiChanges for automatic remapping of X colors on terminal...
1999-10-25 Ken Raeburnmore XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp...
1999-10-19 Paul EggertAdd support for large files, 64-bit Solaris, system...
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 MoellmannChange spelling of `toolbar' to `tool_bar' or `tool...
next