log src/xterm.c @ 15417:4b19cdee5567

age author description
Mon, 10 Jun 1996 17:32:13 +0000 Richard M. Stallman (XTread_socket): Use XtAppNextEvent when using toolkit configurations.
Sat, 25 May 1996 23:37:13 +0000 Karl Heuer [SOLARIS2]: Include string.h.
Fri, 10 May 1996 16:05:26 +0000 Richard M. Stallman (x_connection_signal_1): Call x_connection_closed properly.
Tue, 30 Apr 1996 19:40:56 +0000 Richard M. Stallman [USE_X_TOOLKIT]: Include X11/Shell.h.
Fri, 26 Apr 1996 16:38:03 +0000 Richard M. Stallman (x_scroll_bar_clear): Do nothing if frame now has no scroll bars.
Wed, 24 Apr 1996 22:29:57 +0000 Richard M. Stallman (x_connection_signal): Call sigunblock properly.
Thu, 18 Apr 1996 04:03:16 +0000 Richard M. Stallman (note_mouse_movement): Don't call XQueryPointer.
Mon, 08 Apr 1996 23:12:25 +0000 Richard M. Stallman Include locale.h if HAVE_SETLOCALE.
Fri, 05 Apr 1996 18:17:07 +0000 Richard M. Stallman (x_term_init): Respecify LC_NUMERIC locale.
Fri, 05 Apr 1996 16:03:20 +0000 Richard M. Stallman (x_destroy_window): Do call XCloseIM if X11R6.
Tue, 02 Apr 1996 00:34:57 +0000 Richard M. Stallman (x_destroy_window) [SOLARIS2]: Don't free the IC or IM.
Wed, 27 Mar 1996 19:11:10 +0000 Richard M. Stallman (x_connection_closed): Don't check _Xdebug.
Wed, 27 Mar 1996 03:54:10 +0000 Richard M. Stallman (XTread_socket, MapNotify case):
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.
Tue, 25 Jul 1995 20:13:23 +0000 Richard M. Stallman (next_noop_dpyinfo): New variable.
Mon, 17 Jul 1995 22:12:45 +0000 Karl Heuer [HAVE_X11XTR6]: Include locale.h
Fri, 07 Jul 1995 13:35:48 +0000 Richard M. Stallman (x_initialize) [USE_X_TOOLKIT]: Set fallback resources.
Thu, 29 Jun 1995 17:32:59 +0000 Richard M. Stallman (XTread_socket): Turn off meta, super, hyper and alt bits
Sun, 11 Jun 1995 20:48:19 +0000 Karl Heuer (x_make_frame_visible): Test and set asked_for_visible.
Sun, 11 Jun 1995 20:27:12 +0000 Karl Heuer Include widget.h.
Fri, 09 Jun 1995 19:15:28 +0000 Karl Heuer (x_get_keysym_name): New function.
Mon, 05 Jun 1995 17:39:17 +0000 Karl Heuer (x_wm_set_icon_pixmap): Set IconPixmapHint in both cases.
Mon, 05 Jun 1995 12:38:46 +0000 Karl Heuer (x_text_icon): Do call XSetIconName or XSetWMIconName.
Mon, 29 May 1995 20:04:22 +0000 Karl Heuer (XTread_socket) [USE_X_TOOLKIT]: Do pass MotionNotify events
Mon, 29 May 1995 19:49:52 +0000 Karl Heuer (x_term_init): Block input during this function.
Mon, 29 May 1995 19:41:18 +0000 Karl Heuer (x_term_init): Call init_sigio only if interrupt_input.
Mon, 29 May 1995 07:27:09 +0000 Karl Heuer (x_set_offset): Distinguish CHANGE_GRAVITY < 0 case.
Fri, 26 May 1995 22:46:36 +0000 Karl Heuer (XTread_socket): Don't call popup_get_selection here.
Thu, 25 May 1995 17:07:37 +0000 Karl Heuer (XTread_socket): For MapNotify, call record_asynch_buffer_change.
Thu, 25 May 1995 15:18:16 +0000 Karl Heuer (XTflash): Use pointers as args to select.
Wed, 24 May 1995 20:37:08 +0000 Karl Heuer (x_connection_closed): Unblock input, first thing.
Wed, 24 May 1995 04:54:34 +0000 Karl Heuer (x_set_offset): Add border_width when calling XMoveWindow.
Wed, 24 May 1995 04:41:16 +0000 Karl Heuer (x_calc_absolute_position): Use menubar_height field.
Sat, 13 May 1995 00:13:02 +0000 Karl Heuer (Qvendor_specific_keysyms): New var.
Sat, 29 Apr 1995 04:17:56 +0000 Karl Heuer (x_term_init): Add stub to initialize Vsystem_key_alist.
Mon, 24 Apr 1995 22:34:27 +0000 Karl Heuer (x_term_init): If the previous kboard was the dummy one,
Mon, 24 Apr 1995 18:27:33 +0000 Karl Heuer (x_focus_frame, x_focus_event_frame, x_highlight_frame):
Fri, 14 Apr 1995 03:58:51 +0000 Richard M. Stallman (x_term_init): Call XtSetLanguageProc only if HAVE_X11XTR6.
Tue, 11 Apr 1995 20:33:52 +0000 Richard M. Stallman (XTread_socket): Pass dpyinfo to popup_get_selection.
Mon, 10 Apr 1995 07:32:16 +0000 Richard M. Stallman (XTread_socket): Make deiconify event only if frame was iconified.
Fri, 07 Apr 1995 18:33:16 +0000 Richard M. Stallman (dumpglyphs): Cast FACE_DEFAULT to (XFontStruct *)
Fri, 07 Apr 1995 02:21:52 +0000 Karl Heuer Update copyright.
Mon, 03 Apr 1995 23:37:17 +0000 Karl Heuer New arg DPYINFO to all callers of x_window_to_frame, x_any_window_to_frame,
Fri, 31 Mar 1995 03:57:05 +0000 Karl Heuer (x_delete_display): Extract kboard deletion, for modularity.
Fri, 31 Mar 1995 03:40:24 +0000 Karl Heuer (x_term_init): Initialize cut_buffers_initialized.
Sun, 26 Mar 1995 21:12:11 +0000 Richard M. Stallman (XTmouse_position): New arg `insist'.
Wed, 15 Mar 1995 01:54:19 +0000 Karl Heuer (get_perdisplay): Deleted.
Mon, 06 Mar 1995 04:35:33 +0000 Richard M. Stallman (x_connection_closed): Ignore non-X frames.
Tue, 14 Feb 1995 21:48:14 +0000 Paul Reilly (x_bitmap_icon): Fix test for unallocated icon bitmap.
Tue, 14 Feb 1995 14:22:29 +0000 Richard M. Stallman (x_display_bar_cursor): Use frame's cursor_width.
Sat, 04 Feb 1995 00:12:17 +0000 Karl Heuer [MULTI_PERDISPLAY] (x_term_init): Initialize perdisplay.
Thu, 02 Feb 1995 18:54:47 +0000 Richard M. Stallman (x_unqueue_events): Arg is now a Display *.
Tue, 31 Jan 1995 01:53:12 +0000 Karl Heuer [MULTI_PERDISPLAY] (get_perdisplay): Define this as an exported function.
Wed, 25 Jan 1995 00:44:32 +0000 Richard M. Stallman (x_destroy_window): Don't let frame being destroyed remain in
Sun, 08 Jan 1995 20:19:47 +0000 Richard M. Stallman Don't include param.h.
Fri, 30 Dec 1994 01:37:53 +0000 Richard M. Stallman (x_scroll_bar_handle_click): Use GC_WINDOWP.
Tue, 27 Dec 1994 21:45:06 +0000 Richard M. Stallman (XTupdate_begin): Fix backward test in previous change.
Fri, 23 Dec 1994 05:12:32 +0000 Richard M. Stallman (XTupdate_begin): Discard records of prior mouse highlight
Fri, 04 Nov 1994 04:00:50 +0000 Karl Heuer (XTread_socket): Generate iconify and deiconify events.
Tue, 01 Nov 1994 00:26:36 +0000 Karl Heuer (XTclear_end_of_line): Finish the line dance here too, just as was done in
Tue, 01 Nov 1994 00:07:34 +0000 Richard M. Stallman (fast_find_position): Special case if POS is end of buffer.
Sat, 29 Oct 1994 09:43:07 +0000 Richard M. Stallman (x_delete_display): Call XrmDestroyDatabase.
Wed, 26 Oct 1994 09:26:40 +0000 Richard M. Stallman (x_catch_errors, x_check_errors, x_had_errors_p)
Sat, 22 Oct 1994 04:34:16 +0000 Richard M. Stallman Use FRAME_X_DISPLAY instead of x_current_display and XDISPLAY.
Tue, 18 Oct 1994 01:29:09 +0000 Karl Heuer (do_line_dance): Decrement index only once per loop.
Mon, 17 Oct 1994 08:42:36 +0000 Morten Welinder *** empty log message ***
Mon, 17 Oct 1994 07:24:58 +0000 Richard M. Stallman (dumpglyphs): Explicitly draw background stipple.
Sat, 15 Oct 1994 22:01:22 +0000 Richard M. Stallman (x_bitmap_icon): Allow bitmap to come from file.
Sat, 15 Oct 1994 04:49:14 +0000 Karl Heuer (stuffline, scraplines): Functions deleted.
Fri, 14 Oct 1994 04:45:04 +0000 Richard M. Stallman (x_new_font): Don't keep looping after the FONT property.
Tue, 11 Oct 1994 09:27:47 +0000 Richard M. Stallman (x_term_init): Call XtSetLanguageProc or XSetLocaleModifiers.
Tue, 04 Oct 1994 19:48:36 +0000 Karl Heuer (construct_mouse_click): Don't use XFASTINT as an lvalue.
Tue, 04 Oct 1994 19:46:12 +0000 Karl Heuer (x_new_focus_frame, construct_mouse_click, construct_menu_click,
Tue, 04 Oct 1994 19:38:53 +0000 Richard M. Stallman (input_signal_count): New variable.
Sun, 02 Oct 1994 13:37:59 +0000 Paul Reilly (XTread_socket): Use popup_get_selection() for X11 menubar event handling.
Wed, 28 Sep 1994 00:59:24 +0000 Karl Heuer (x_new_font): New rule for computing column width. Factored out common code.
Tue, 27 Sep 1994 00:24:27 +0000 Karl Heuer (x_scroll_bar_clear): Use type test macros.
Fri, 23 Sep 1994 04:54:46 +0000 Richard M. Stallman (x_destroy_window): Decrement ref count of x_screen struct.
Wed, 21 Sep 1994 06:44:59 +0000 Richard M. Stallman (note_mouse_highlight): Pass new arg to overlays_at.
Tue, 20 Sep 1994 05:05:02 +0000 Karl Heuer * xterm.c (x_new_font): Compute number of scrollbar columns.
Sat, 17 Sep 1994 03:15:29 +0000 Karl Heuer Add #include "intervals.h"
Fri, 16 Sep 1994 09:23:15 +0000 Richard M. Stallman Delete X11 conditionals.
Sat, 10 Sep 1994 20:06:02 +0000 Richard M. Stallman Comment fix.
Thu, 01 Sep 1994 20:32:44 +0000 Richard M. Stallman (x_make_frame_visible): Call input_polling_used.
Sun, 28 Aug 1994 19:57:51 +0000 Richard M. Stallman Include keyboard.h.
Fri, 26 Aug 1994 05:18:31 +0000 Karl Heuer (x_make_frame_visible): Call signal handler directly.
Wed, 24 Aug 1994 06:28:41 +0000 Karl Heuer (x_make_frame_visible): Raise a signal to cause the pending X I/O to be read.
Fri, 19 Aug 1994 05:38:55 +0000 Richard M. Stallman (x_make_frame_visible): Quit if requested, in loop at end.
Fri, 12 Aug 1994 05:23:38 +0000 Richard M. Stallman (x_new_font): Don't set filename = full_name if that's null.
Mon, 08 Aug 1994 10:13:24 +0000 Richard M. Stallman (XTread_socket): Don't test X_IO_BUG; make that code unconditional.
Wed, 03 Aug 1994 23:20:26 +0000 Richard M. Stallman (x_make_frame_visible): Start one_in_four at 1.
Wed, 03 Aug 1994 07:35:50 +0000 Richard M. Stallman (construct_mouse_click, construct_menu_click):
Wed, 27 Jul 1994 00:12:34 +0000 Richard M. Stallman (x_queue_event, x_unqueue_events): New functions.
Tue, 19 Jul 1994 23:54:02 +0000 Richard M. Stallman (struct font_info): New field full_name.
Mon, 18 Jul 1994 18:15:06 +0000 Richard M. Stallman (note_mouse_movement): Use proper data type for window
Thu, 07 Jul 1994 03:03:34 +0000 Richard M. Stallman (XTread_socket, construct_menu_click) [USE_X_TOOLKIT]:
Fri, 01 Jul 1994 00:32:05 +0000 Richard M. Stallman (x_draw_box): Use curs_x and curs_y, not f->cursor_[xy].
Thu, 23 Jun 1994 23:56:06 +0000 Richard M. Stallman Don't include string.h or strings.h.
Tue, 21 Jun 1994 17:13:39 +0000 Richard M. Stallman (show_mouse_face): Set endcolumn ok in side-by-side windows.
Sat, 18 Jun 1994 18:57:39 +0000 Richard M. Stallman (make_frame_visible): At end, wait till Emacs sees frame is visible.
Fri, 17 Jun 1994 13:35:53 +0000 Richard M. Stallman (scratch_cursor_gc): New variable.
Wed, 15 Jun 1994 20:15:59 +0000 Richard M. Stallman (x_noop_count): New variable.
Wed, 15 Jun 1994 04:48:02 +0000 Karl Heuer (x_term_init): Don't call get_system_name.
Wed, 15 Jun 1994 04:01:33 +0000 Richard M. Stallman Put stdio.h after config.h.
Mon, 13 Jun 1994 20:41:21 +0000 Richard M. Stallman (XTread_socket): Handle Xatom_wm_save_yourself by calling XSetCommand.
Sun, 05 Jun 1994 18:17:53 +0000 Richard M. Stallman (x_wm_set_icon_position, x_wm_set_icon_pixmap):
Sun, 05 Jun 1994 17:42:38 +0000 Richard M. Stallman (x_term_init): New args xrm_option and resource_string.
Sat, 28 May 1994 18:37:06 +0000 Richard M. Stallman (x_iconify_frame): Call x_set_offset,
Fri, 27 May 1994 22:18:39 +0000 Richard M. Stallman (x_is_vendor_fkey): Function deleted.
Wed, 25 May 1994 09:20:45 +0000 Richard M. Stallman (note_mouse_movement): Use frame's window in XQueryPointer.
Mon, 23 May 1994 06:47:51 +0000 Richard M. Stallman (x_set_window_size): If cursor outside new size, mark it off.
Sat, 21 May 1994 05:36:07 +0000 Richard M. Stallman (x_wm_set_window_state) [USE_X_TOOLKIT]: Use XtSetValues.
Sun, 15 May 1994 21:39:38 +0000 Richard M. Stallman (x_display_box_cursor): Preserve mouse highlight if the old cursor was in it.
Sat, 14 May 1994 22:17:13 +0000 Richard M. Stallman (XTread_socket): For button events, clear compose_status.
Thu, 12 May 1994 08:46:03 +0000 Richard M. Stallman (dumpglyphs): For cursor foreground, try the
Mon, 09 May 1994 05:08:06 +0000 Richard M. Stallman (x_set_window_size) [USE_X_TOOLKIT]:
Sun, 08 May 1994 21:06:13 +0000 Richard M. Stallman (x_set_offset): Set gravity and size hint
Fri, 06 May 1994 00:59:24 +0000 Richard M. Stallman (x_set_offset): Update XNegative and YNegative for new pos.
Mon, 02 May 1994 21:24:16 +0000 Karl Heuer (note_mouse_highlight, show_mouse_face, clear_mouse_face, x_destroy_window):
Mon, 02 May 1994 21:09:28 +0000 Karl Heuer (show_mouse_face): Fix test for cursor in highlighted area.
Mon, 02 May 1994 00:46:44 +0000 Richard M. Stallman (x_calc_absolute_position): Use size_hint_flags.
Sun, 01 May 1994 23:29:27 +0000 Richard M. Stallman (x_wm_set_size_hint): Don't try to handle negative positions.
Sat, 30 Apr 1994 00:15:20 +0000 Richard M. Stallman (x_wm_set_size_hint): Always set PWinGravity.
Fri, 29 Apr 1994 04:04:51 +0000 Richard M. Stallman (x_wm_set_size_hint): Don't set PMaxSize.
Thu, 28 Apr 1994 07:59:17 +0000 Karl Heuer (XTread_socket): Only top window cares about LeaveNotify.
Thu, 28 Apr 1994 07:46:27 +0000 Richard M. Stallman (x_make_frame_visible): Use XtMapWidget, not XtPopup.
Wed, 27 Apr 1994 08:27:00 +0000 Richard M. Stallman (XTread_socket, case ClientMessage): Don't call
Wed, 27 Apr 1994 05:03:51 +0000 Richard M. Stallman (x_wm_set_size_hint): Do set max_height, max_width, and PMaxSize flag.
Wed, 27 Apr 1994 04:47:29 +0000 Richard M. Stallman (XTread_socket) [USE_X_TOOLKIT]: Undo previous change.
Mon, 25 Apr 1994 22:55:33 +0000 Karl Heuer (XTmouse_position, XTread_socket): Don't use last_mouse_frame if it's dead.
Mon, 25 Apr 1994 22:32:24 +0000 Karl Heuer (x_term_init): Add explicit cast.
Mon, 25 Apr 1994 22:06:13 +0000 Richard M. Stallman (XTread_socket) [USE_X_TOOLKIT]: Let toolkit handle menu bar click.
Fri, 22 Apr 1994 21:46:12 +0000 Richard M. Stallman (x_set_mouse_pixel_position): New function.
Thu, 21 Apr 1994 08:33:48 +0000 Richard M. Stallman (x_make_frame_visible): Args to x_set_offset were swapped.
Wed, 20 Apr 1994 09:01:18 +0000 Richard M. Stallman (XTread_socket): Delete the non-NEW_SELECTIONS code
Wed, 20 Apr 1994 08:51:06 +0000 Richard M. Stallman (XTread_socket, case ClientMessage): Use x_window_to_frame unconditionally.
Sun, 17 Apr 1994 23:46:08 +0000 Richard M. Stallman (Xatom_editres_name): Variable defined.
Sun, 17 Apr 1994 19:30:06 +0000 Richard M. Stallman (dumpglyphs): When HL=2, check explicitly for using
Thu, 14 Apr 1994 17:31:06 +0000 Richard M. Stallman (x_make_frame_visible): Don't call XMapSubwindows.
Sun, 10 Apr 1994 06:06:51 +0000 Richard M. Stallman (dumpglyphs): Clear any extra pixel rows below the text.
Sat, 09 Apr 1994 06:33:24 +0000 Richard M. Stallman (stufflines, scraplines, dumprectangle, x_do_pending_expose)
Fri, 08 Apr 1994 15:57:24 +0000 Fred Pierresteguy (show_mouse_face): Change the mouse cursor accordingly.
Tue, 05 Apr 1994 07:41:09 +0000 Richard M. Stallman (note_mouse_highlight): Temporarily widen the buffer.
Mon, 04 Apr 1994 00:43:13 +0000 Richard M. Stallman (note_mouse_highlight): Do nothing if gc_in_progress.
Sun, 03 Apr 1994 08:09:45 +0000 Richard M. Stallman (note_mouse_highlight): Reject out-of-range pos value
Sun, 03 Apr 1994 02:04:04 +0000 Richard M. Stallman (fast_find_position): Always return coords within the window.
Fri, 01 Apr 1994 13:53:31 +0000 Fred Pierresteguy (x_wm_set_size_hint): Add USE_X_TOOLKIT conditional and call
Fri, 01 Apr 1994 10:12:10 +0000 Richard M. Stallman (construct_menu_click, construct_mouse_click):
Thu, 31 Mar 1994 23:17:23 +0000 Richard M. Stallman [INCLUDED_FCNTL]: Don't include fcntl.h again.
Mon, 28 Mar 1994 23:03:07 +0000 Karl Heuer (x_find_modifier_meanings): Skip zero entries.
Fri, 25 Mar 1994 00:42:47 +0000 Karl Heuer (x_window_to_scroll_bar, x_new_font): Use assignment, not initialization.
Sat, 19 Mar 1994 02:51:37 +0000 Karl Heuer (dumpglyphs): Use the fast macros.
Tue, 15 Mar 1994 01:25:19 +0000 Karl Heuer (x_scroll_bar_expose): Don't make the right border thicker.
Mon, 28 Feb 1994 12:57:12 +0000 Fred Pierresteguy (XTread_socket): For case ClientMessage and Xatom_wm_delete_window, use
Fri, 25 Feb 1994 09:29:20 +0000 Fred Pierresteguy (XTread_socket): For case ConfigureNotify, call x_any_window_to_frame.
Thu, 24 Feb 1994 06:22:23 +0000 Richard M. Stallman (construct_mouse_click): Don't convert to glyph units.
Tue, 22 Feb 1994 00:43:04 +0000 Richard M. Stallman (construct_menu_click): Undo previous change.
Mon, 21 Feb 1994 21:54:33 +0000 Richard M. Stallman (x_had_errors_p): New function.
Sat, 19 Feb 1994 22:56:21 +0000 Richard M. Stallman (XTread_socket--cases KeyPress, EnterNotify, LeaveNotify)
Fri, 18 Feb 1994 01:01:51 +0000 Richard M. Stallman (dumpglyphs): Try various alternatives for foreground color
Thu, 17 Feb 1994 23:33:02 +0000 Richard M. Stallman Comment changes.
Tue, 15 Feb 1994 16:17:25 +0000 Richard M. Stallman (XTread_socket): Do not assume that select returning
Fri, 11 Feb 1994 23:35:47 +0000 Karl Heuer (x_scroll_bar_create): Fix indentation.
Fri, 11 Feb 1994 13:25:11 +0000 Fred Pierresteguy (x_destroy_window) [USE_X_TOOLKIT]: Call free_frame_menubar.
Wed, 09 Feb 1994 23:31:54 +0000 Karl Heuer (x_display_cursor, process_expose_from_menu): Block input.
Mon, 07 Feb 1994 18:25:41 +0000 Fred Pierresteguy (x_make_frame_invisible): Add USE_X_TOOLKIT conditional.
Wed, 02 Feb 1994 23:47:57 +0000 Richard M. Stallman (XTread_socket): Add X_IO_BUG conditional.
Wed, 02 Feb 1994 07:34:08 +0000 Karl Heuer (x_iconify_frame): Fix misbalanced BLOCK_INPUT/UNBLOCK_INPUT.
Wed, 02 Feb 1994 06:32:28 +0000 Karl Heuer (x_term_init): Use get_system_name instead of gethostname.
Tue, 01 Feb 1994 06:49:18 +0000 Richard M. Stallman (dumpglyphs): Don't crash for invalid face code.
Fri, 28 Jan 1994 17:34:46 +0000 Fred Pierresteguy (x_set_window_size): Add USE_X_TOOLKIT conditional. Call EmacsFrameSetCharSize and return.
Fri, 28 Jan 1994 14:28:51 +0000 Fred Pierresteguy * xterm.c (x_term_init): Cast to (char **) before assignment to argv.
Wed, 26 Jan 1994 21:09:54 +0000 Richard M. Stallman (x_set_mouse_position): Don't raise the frame.
Wed, 26 Jan 1994 05:25:06 +0000 Richard M. Stallman (x_wm_set_size_hint): Swap southeast and northwest.
Sun, 26 Dec 1993 09:06:44 +0000 Richard M. Stallman (XTflush): FIx typo in last change.
Sun, 26 Dec 1993 07:08:08 +0000 Richard M. Stallman (XTread_socket): Make proper junk values to pass to select.
Sun, 26 Dec 1993 06:00:04 +0000 Richard M. Stallman (XTflash): Use EMACS_GET_TIME.
Thu, 23 Dec 1993 00:57:11 +0000 Richard M. Stallman (XTread_socket): Don't offset keysym here.
Wed, 24 Nov 1993 06:39:54 +0000 Richard M. Stallman (XTread_socket): Really handle Xatom_wm_window_moved events.
Mon, 15 Nov 1993 06:30:31 +0000 Richard M. Stallman (XTread_socket): Increase length of copy_buffer to 81.
Thu, 11 Nov 1993 02:33:43 +0000 Richard M. Stallman (XTmouse_position): Undo roland's change.
Wed, 10 Nov 1993 22:56:45 +0000 Roland McGrath (XTmouse_position): First arg is FRAME_PTR, not FRAME_PTR *.
Wed, 10 Nov 1993 20:07:07 +0000 Richard M. Stallman (Tmouse_position): If the passed in frame is not an
Wed, 10 Nov 1993 06:10:27 +0000 Richard M. Stallman (syms_of_xterm): Initialize last_mouse_scroll_bar.
Wed, 03 Nov 1993 20:31:49 +0000 Richard M. Stallman (x_new_font): xmalloc arg was 1 too small.
Wed, 22 Sep 1993 18:16:37 +0000 Brian Fox (w_wn_set_size_hint): Make recent window gravity addition
Fri, 10 Sep 1993 06:15:46 +0000 Roland McGrath Include <config.h> instead of "config.h".
Wed, 08 Sep 1993 17:53:49 +0000 Richard M. Stallman (x_term_init): Call change_keyboard_wait_descriptor,
Sat, 14 Aug 1993 11:00:54 +0000 Richard M. Stallman (x_wm_set_size_hint): New args spec_x and spec_y.
Sun, 08 Aug 1993 22:38:31 +0000 Richard M. Stallman (struct font_info): New structure.
Fri, 06 Aug 1993 23:37:41 +0000 Richard M. Stallman (x_term_init): Set the hooks before we call Fset_input_mode.
Tue, 27 Jul 1993 08:33:44 +0000 Richard M. Stallman (x_iconify_frame): Handle case where frame was invisible.
Sun, 25 Jul 1993 21:50:16 +0000 Richard M. Stallman (redraw_previous_char): New function.
Fri, 23 Jul 1993 08:04:52 +0000 Richard M. Stallman (XTread_socket) [! HAVE_X11R5]:
Sun, 18 Jul 1993 06:29:55 +0000 Jim Blandy * xterm.c (x_term_init): Adjust message printed when we can't
Fri, 02 Jul 1993 04:00:38 +0000 Jim Blandy * xterm.c (XTread_socket): When handing non-synthetic
Thu, 01 Jul 1993 04:04:32 +0000 Jim Blandy * xterm.c (frame_highlight, frame_unhighlight): Don't test
Wed, 30 Jun 1993 21:35:22 +0000 Jim Blandy * xterm.c (XTread_socket): Initialize event_found to zero, and
Tue, 29 Jun 1993 23:07:22 +0000 Jim Blandy * xterm.c: Add CPP tangle from process.c to get definitions for
Thu, 24 Jun 1993 01:34:33 +0000 Jim Blandy * xterm.c (XTread_socket): Remove #if 0''s around code which tests
Tue, 22 Jun 1993 07:26:44 +0000 Jim Blandy Separate parameter faces (those created and modified by the user)
Sat, 19 Jun 1993 21:01:38 +0000 Jim Blandy * xterm.c (XTread_socket): Never treat a modifier key as a
Sun, 13 Jun 1993 02:06:17 +0000 Richard M. Stallman (x_connection_closed): Pass new arg to shut_down_emacs.
Sat, 12 Jun 1993 17:00:45 +0000 Jim Blandy * xterm.c (XTset_vertical_scroll_bar): Use double type for
Sat, 12 Jun 1993 16:52:03 +0000 Jim Blandy * xterm.c (x_error_quitter, x_io_error_quitter): Remove calls to
Fri, 11 Jun 1993 23:43:54 +0000 Richard M. Stallman (XTmouse_position): Don't set *f at all unless we win.
Fri, 11 Jun 1993 07:02:36 +0000 Jim Blandy * xterm.c (x_new_font): If font_names is zero, that's all the
Wed, 09 Jun 1993 11:59:12 +0000 Jim Blandy Apply typo patches from Paul Eggert.
Wed, 09 Jun 1993 04:56:47 +0000 Jim Blandy * xterm.c (x_is_vendor_fkey): New function.
Mon, 07 Jun 1993 23:52:45 +0000 Richard M. Stallman (x_caught_error_message): Change type to char* from char*[].
Sun, 06 Jun 1993 03:27:43 +0000 Richard M. Stallman (x_new_font): Don't give up right away if XListFontsWithInfo