]> code.delx.au - gnu-emacs/history - src/frame.c
(Text): Replace inforef to emacs-xtra by conditional xref's, depending on
[gnu-emacs] / src / frame.c
2006-04-23 Kim F. Storm(x_set_font): Clear f->n_tool_bar_rows and current...
2006-02-15 YAMAMOTO Mitsuharu(x_get_arg): Clear out PARAM in ALIST also on Mac.
2006-02-15 Richard M. Stallman(x_get_arg): Clear out all occurrences of PARAM in...
2006-02-06 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2006-01-26 Richard M. Stallman(x_get_arg): "Clear out" the parm in ALIST if found...
2006-01-18 Richard M. Stallman(x_frame_get_and_record_arg): Don't record Qunbound...
2005-10-10 Juanma Barranquero(Fredirect_frame_focus): Fix typos in docstring.
2005-08-07 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-08-02 Juanma Barranquero(Fframe_char_width): Doc fix.
2005-07-04 Lute KamstraUpdate FSF's address.
2005-06-23 Juanma Barranquero(make_frame_without_minibuffer): Follow error conventions.
2005-06-21 Juri Linkov(Fmodify_frame_parameters):
2005-06-10 Luc Teirlinck(Fhandle_switch_frame, Fselect_frame): Delete unused...
2005-04-24 YAMAMOTO Mitsuharu(Fdelete_frame) [MAC_OS]: Call x_clear_frame_selections.
2005-03-19 Stefan Monnier(Fignore_event): Remove.
2005-03-17 Stefan Monnier(Fignore_event): Fix ancient obscure C-u handling bug.
2005-03-08 Kenichi Handa(x_set_font): Call set_default_ascii_font if an
2004-12-27 Steven Tamm* dispextern.h: Change HAVE_CARBON to MAC_OS.
2004-11-16 Stefan MonnierAvoid side-effects inside XSETFASTINT's arguments.
2004-11-06 Eli Zaretskii(syms_of_frame): Fix the example in the doc string.
2004-07-24 Luc Teirlinck(Fselect_frame, Fset_frame_selected_window)
2004-07-17 Richard M. Stallman(Fdelete_frame): If we're in single_bboard_state on
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'.
next