log src/xterm.c @ 8290:f95e050e272f

age author description
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