log src/xfns.c @ 83016:1d7467694692

age author description
Mon, 12 Jan 2004 00:45:42 +0000 Karoly Lorentey Fix initialization of the window-system variable.
Sun, 11 Jan 2004 21:59:40 +0000 Karoly Lorentey Support for opening X frames from a tty session.
Mon, 05 Jan 2004 05:54:35 +0000 Karoly Lorentey Converted display hooks to be display-local. Plus many bugfixes.
Fri, 02 Jan 2004 04:22:23 +0000 Karoly Lorentey Got rid of the rif (window-based redisplay interface) global variable.
Fri, 02 Jan 2004 01:15:26 +0000 Karoly Lorentey Fixed X support, preliminary support for X-tty combo sessions.
Thu, 26 Jul 2007 05:28:10 +0000 Miles Bader Merge from emacs--rel--22
Wed, 18 Jul 2007 10:46:25 +0000 Jan Dj¸«£rv (Fx_focus_frame): Call x_ewmh_activate_frame
Wed, 13 Jun 2007 17:35:27 +0000 Chong Yidong Fix last fix.
Wed, 13 Jun 2007 17:35:14 +0000 Chong Yidong Link to xaw3d if available.
Sat, 09 Jun 2007 03:19:04 +0000 Miles Bader Merge from emacs--rel--22
Fri, 08 Jun 2007 20:01:38 +0000 Juanma Barranquero (x_default_scroll_bar_color_parameter):
Tue, 08 Jan 2008 04:30:25 +0000 Glenn Morris Add 2008 to copyright years.
Thu, 15 Nov 2007 09:24:41 +0000 Juanma Barranquero (Fx_create_frame, Fx_display_pixel_width, Fx_display_pixel_height,
Sun, 14 Oct 2007 18:51:21 +0000 Richard M. Stallman Line break fix.
Sun, 14 Oct 2007 02:50:11 +0000 Glenn Morris *** empty log message ***
Sun, 14 Oct 2007 02:45:48 +0000 Glenn Morris John Paul Wallington <jpw at pobox.com>
Fri, 12 Oct 2007 08:49:20 +0000 Martin Rudalics *** empty log message ***
Wed, 25 Jul 2007 05:16:09 +0000 Glenn Morris Switch license to GPLv3 or later.
Sat, 02 Jun 2007 04:01:51 +0000 Chong Yidong (x_set_name_internal): Undo last change.
Fri, 01 Jun 2007 12:14:34 +0000 Richard M. Stallman (x_encode_text): Add GCPRO.
Fri, 01 Jun 2007 03:58:05 +0000 Chong Yidong (x_set_name_internal): Save encoded name before x_encode_text in case
Sat, 24 Mar 2007 15:41:33 +0000 Eli Zaretskii (Fx_show_tip): Doc fix.
Sun, 21 Jan 2007 04:57:37 +0000 Glenn Morris Add 2007 to copyright years.
Tue, 31 Oct 2006 06:41:55 +0000 Kenichi Handa (xic_create_xfontset): Fix previous change.
Sat, 21 Oct 2006 01:57:16 +0000 Kenichi Handa (xic_create_fontsetname): If ADSTYLE field is not a wild
Fri, 22 Sep 2006 08:09:10 +0000 Jan Dj¸«£rv * xfns.c (syms_of_xfns): Fix typo in help text for
Mon, 18 Sep 2006 16:48:05 +0000 Jan Dj¸«£rv * xfns.c (syms_of_xfns): Rename x_gtk_show_chooser_help_text to
Mon, 18 Sep 2006 16:42:09 +0000 Jan Dj¸«£rv * xfns.c (syms_of_xfns): Rename x-use-old-gtk-file-dialog
Sat, 16 Sep 2006 17:43:35 +0000 Jan Dj¸«£rv * xfns.c (syms_of_xfns): New variable: x-gtk-show-chooser-help-text.
Sun, 10 Sep 2006 12:16:58 +0000 Jan Dj¸«£rv * xfns.c (Fx_close_connection): Call xg_display_close when USE_GTK.