log src/xterm.c @ 11238:747eeabdbbcb

age author description
1995-04-07 Karl Heuer Update copyright.
1995-04-03 Karl Heuer New arg DPYINFO to all callers of x_window_to_frame, x_any_window_to_frame,
1995-03-31 Karl Heuer (x_delete_display): Extract kboard deletion, for modularity.
1995-03-31 Karl Heuer (x_term_init): Initialize cut_buffers_initialized.
1995-03-26 Richard M. Stallman (XTmouse_position): New arg `insist'.
1995-03-15 Karl Heuer (get_perdisplay): Deleted.
1995-03-06 Richard M. Stallman (x_connection_closed): Ignore non-X frames.
1995-02-14 Paul Reilly (x_bitmap_icon): Fix test for unallocated icon bitmap.
1995-02-14 Richard M. Stallman (x_display_bar_cursor): Use frame's cursor_width.
1995-02-04 Karl Heuer [MULTI_PERDISPLAY] (x_term_init): Initialize perdisplay.
1995-02-02 Richard M. Stallman (x_unqueue_events): Arg is now a Display *.
1995-01-31 Karl Heuer [MULTI_PERDISPLAY] (get_perdisplay): Define this as an exported function.
1995-01-25 Richard M. Stallman (x_destroy_window): Don't let frame being destroyed remain in
1995-01-08 Richard M. Stallman Don't include param.h.
1994-12-30 Richard M. Stallman (x_scroll_bar_handle_click): Use GC_WINDOWP.
1994-12-27 Richard M. Stallman (XTupdate_begin): Fix backward test in previous change.
1994-12-23 Richard M. Stallman (XTupdate_begin): Discard records of prior mouse highlight
1994-11-04 Karl Heuer (XTread_socket): Generate iconify and deiconify events.
1994-11-01 Karl Heuer (XTclear_end_of_line): Finish the line dance here too, just as was done in
1994-11-01 Richard M. Stallman (fast_find_position): Special case if POS is end of buffer.
1994-10-29 Richard M. Stallman (x_delete_display): Call XrmDestroyDatabase.
1994-10-26 Richard M. Stallman (x_catch_errors, x_check_errors, x_had_errors_p)
1994-10-22 Richard M. Stallman Use FRAME_X_DISPLAY instead of x_current_display and XDISPLAY.
1994-10-18 Karl Heuer (do_line_dance): Decrement index only once per loop.
1994-10-17 Morten Welinder *** empty log message ***
1994-10-17 Richard M. Stallman (dumpglyphs): Explicitly draw background stipple.
1994-10-15 Richard M. Stallman (x_bitmap_icon): Allow bitmap to come from file.
1994-10-15 Karl Heuer (stuffline, scraplines): Functions deleted.
1994-10-14 Richard M. Stallman (x_new_font): Don't keep looping after the FONT property.
1994-10-11 Richard M. Stallman (x_term_init): Call XtSetLanguageProc or XSetLocaleModifiers.
1994-10-04 Karl Heuer (construct_mouse_click): Don't use XFASTINT as an lvalue.
1994-10-04 Karl Heuer (x_new_focus_frame, construct_mouse_click, construct_menu_click,
1994-10-04 Richard M. Stallman (input_signal_count): New variable.
1994-10-02 Paul Reilly (XTread_socket): Use popup_get_selection() for X11 menubar event handling.
1994-09-28 Karl Heuer (x_new_font): New rule for computing column width. Factored out common code.
1994-09-27 Karl Heuer (x_scroll_bar_clear): Use type test macros.
1994-09-23 Richard M. Stallman (x_destroy_window): Decrement ref count of x_screen struct.
1994-09-21 Richard M. Stallman (note_mouse_highlight): Pass new arg to overlays_at.
1994-09-20 Karl Heuer * xterm.c (x_new_font): Compute number of scrollbar columns.
1994-09-17 Karl Heuer Add #include "intervals.h"
1994-09-16 Richard M. Stallman Delete X11 conditionals.
1994-09-10 Richard M. Stallman Comment fix.
1994-09-01 Richard M. Stallman (x_make_frame_visible): Call input_polling_used.
1994-08-28 Richard M. Stallman Include keyboard.h.
1994-08-26 Karl Heuer (x_make_frame_visible): Call signal handler directly.
1994-08-24 Karl Heuer (x_make_frame_visible): Raise a signal to cause the pending X I/O to be read.
1994-08-19 Richard M. Stallman (x_make_frame_visible): Quit if requested, in loop at end.
1994-08-12 Richard M. Stallman (x_new_font): Don't set filename = full_name if that's null.
1994-08-08 Richard M. Stallman (XTread_socket): Don't test X_IO_BUG; make that code unconditional.
1994-08-03 Richard M. Stallman (x_make_frame_visible): Start one_in_four at 1.
1994-08-03 Richard M. Stallman (construct_mouse_click, construct_menu_click):
1994-07-27 Richard M. Stallman (x_queue_event, x_unqueue_events): New functions.
1994-07-19 Richard M. Stallman (struct font_info): New field full_name.
1994-07-18 Richard M. Stallman (note_mouse_movement): Use proper data type for window
1994-07-07 Richard M. Stallman (XTread_socket, construct_menu_click) [USE_X_TOOLKIT]:
1994-07-01 Richard M. Stallman (x_draw_box): Use curs_x and curs_y, not f->cursor_[xy].
1994-06-23 Richard M. Stallman Don't include string.h or strings.h.
1994-06-21 Richard M. Stallman (show_mouse_face): Set endcolumn ok in side-by-side windows.
1994-06-18 Richard M. Stallman (make_frame_visible): At end, wait till Emacs sees frame is visible.
1994-06-17 Richard M. Stallman (scratch_cursor_gc): New variable.