log src/xterm.c @ 14830:34db919835d3

age author description
Mon, 18 Mar 1996 03:20:06 +0000 Richard M. Stallman (x_destroy_window) [HAVE_X_I18N]: Free xic and xim of frame.
Sun, 17 Mar 1996 18:14:52 +0000 Richard M. Stallman Comment/whitespace change.
Sat, 09 Mar 1996 16:30:38 +0000 Richard M. Stallman (x_calc_absolute_position): Don't explicitly subtract
Wed, 06 Mar 1996 19:14:34 +0000 Richard M. Stallman (x_connection_closed): Don't unblock input until the end.
Fri, 01 Mar 1996 20:11:19 +0000 Richard M. Stallman [X_CONNECTION_LOCK_FLAG] (abort, exit): New definitions.
Tue, 27 Feb 1996 02:33:15 +0000 Richard M. Stallman (X_CONNECTION_LOCK_FLAG): New macro.
Tue, 27 Feb 1996 01:16:35 +0000 Richard M. Stallman (x_set_window_size): Clear out the mouse-highlighting data
Mon, 12 Feb 1996 20:48:35 +0000 Richard M. Stallman (x_error_quitter): Add newline to error message.
Thu, 08 Feb 1996 21:58:53 +0000 Richard M. Stallman (min, max): Don't define if already defined.
Sun, 04 Feb 1996 20:24:09 +0000 Richard M. Stallman (x_connection_signal): Call x_connection_closed properly.
Mon, 29 Jan 1996 19:28:11 +0000 Richard M. Stallman (XTframe_raise_lower): Rename arg `raise' to `raise_flag'.
Wed, 24 Jan 1996 23:43:22 +0000 Karl Heuer (x_connection_signal): Explicitly check the thread interlock
Mon, 15 Jan 1996 09:18:04 +0000 Erik Naggum Update FSF's address in the preamble.
Fri, 12 Jan 1996 21:51:46 +0000 Richard M. Stallman (XTread_socket): For selection_clear_event and
Sun, 31 Dec 1995 19:10:03 +0000 Richard M. Stallman (XTread_socket): Pass KeyPress events to the toolkit.
Thu, 28 Dec 1995 23:58:12 +0000 Richard M. Stallman (x_find_modifier_meanings): Fix !X11R4 code to use dpyinfo.
Thu, 21 Dec 1995 17:16:13 +0000 Karl Heuer (x_connection_signal): Set an alarm around XNoOp call.
Wed, 13 Dec 1995 20:08:11 +0000 Karl Heuer (x_connection_closed): Don't delete dpyinfo if it's null.
Wed, 22 Nov 1995 22:23:32 +0000 Richard M. Stallman (XTframe_up_to_date): Block and unblock input.
Wed, 22 Nov 1995 12:38:53 +0000 Richard M. Stallman (XTmouse_position): Exit the loop if child == win.
Mon, 20 Nov 1995 04:46:08 +0000 Richard M. Stallman (show_mouse_face): When clearing cursor, use proper column range.
Wed, 15 Nov 1995 23:15:49 +0000 Richard M. Stallman (XTread_socket): Verify a ButtonPress was actually in the
Sat, 11 Nov 1995 07:13:06 +0000 Richard M. Stallman (HACK_EDITRES): Define here as in xfns.c.
Tue, 31 Oct 1995 02:34:16 +0000 Karl Heuer (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):
Tue, 17 Oct 1995 17:12:20 +0000 Richard M. Stallman (x_term_init, XTread_socket): Add HAVE_X_I18N support.
Thu, 12 Oct 1995 22:58:04 +0000 Richard M. Stallman (x_connection_signal_1): New function.
Tue, 29 Aug 1995 04:36:12 +0000 Richard M. Stallman (x_wm_set_icon_pixmap): If trying to turn off icon pixmap, do nothing.
Sat, 05 Aug 1995 00:57:17 +0000 Richard M. Stallman (x_delete_display) [AIX]: Don't call XRmDestroyDatabase.
Wed, 02 Aug 1995 18:32:39 +0000 Richard M. Stallman (XTread_socket): For UnmapNotify, use x_top_window_to_frame.
Tue, 25 Jul 1995 21:55:50 +0000 Richard M. Stallman Renamings: frame->display => frame->output, struct x_display -> sruct x_output.