log src/xfns.c @ 76615:5479380913c9 EMACS_PRETEST_22_0_96

age author description
2007-01-21 Glenn Morris Add 2007 to copyright years.
2006-10-31 Kenichi Handa (xic_create_xfontset): Fix previous change.
2006-10-21 Kenichi Handa (xic_create_fontsetname): If ADSTYLE field is not a wild
2006-09-22 Jan Djärv * xfns.c (syms_of_xfns): Fix typo in help text for
2006-09-18 Jan Djärv * xfns.c (syms_of_xfns): Rename x_gtk_show_chooser_help_text to
2006-09-18 Jan Djärv * xfns.c (syms_of_xfns): Rename x-use-old-gtk-file-dialog
2006-09-16 Jan Djärv * xfns.c (syms_of_xfns): New variable: x-gtk-show-chooser-help-text.
2006-09-10 Jan Djärv * xfns.c (Fx_close_connection): Call xg_display_close when USE_GTK.
2006-09-10 YAMAMOTO Mitsuharu (Fx_file_dialog): Call check_x.
2006-08-25 Kim F. Storm (Fxw_color_values): Simplify; use list3.
2006-07-18 Kim F. Storm (x_decode_color): Use signal_error.
2006-07-03 Richard M. Stallman (Fx_create_frame): Move unwind_create_frame setup down.
2006-06-24 Chong Yidong * xfns.c (Fx_create_frame): Set font parameter directly instead of
2006-06-02 John Paul Wallington (x_set_name_internal): Set icon to `text', derived from name, when
2006-06-02 Chong Yidong * xfns.c (x_set_icon_name): No-op if arg is non-nil and not a
2006-03-31 Kenichi Handa (xg_set_icon): Delete superfluous UNGCPRO.
2006-03-20 Kenichi Handa (xg_set_icon): Remove unnecessary GCPRO.
2006-03-12 Károly Lőrentey (x_icon): Disable redundant call to `x_wm_set_window_state'.
2006-03-11 Eli Zaretskii (x_create_tip_frame): Preserve received parms by copying them.
2006-02-27 Chong Yidong * xterm.h, xterm.c (x_uncatch_errors): Delete unneccessary
2006-02-25 Chong Yidong * xterm.h (x_catch_errors) Return value changed to void.
2006-02-21 Jan Djärv * xfns.c (Fx_file_dialog, Motif and GTK): DECODE_FILE before
2006-02-14 Jan Djärv * xfns.c (syms_of_xfns): New variable: x-gtk-whole-detached-tool-bar.
2006-02-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2006-01-26 Richard M. Stallman (Fx_create_frame): Put all specified parms into f->param_alist
2005-12-27 Jan Djärv * xfns.c: x_show_hidden_files, new variable.
2005-12-23 Jan Djärv * xfns.c (Fx_uses_old_gtk_dialog): New function.
2005-12-19 Dan Nicolaescu (Fx_backspace_delete_keys_p): In case we cannot determine
2005-12-14 Jan Djärv * xfns.c (compute_tip_xy): Handle negative dx and dy.
2005-12-12 Jan Djärv * (compute_tip_xy): Calculate root_y the same way as root_x,