Update FSF's address in the preamble.
[bpt/emacs.git] / src / xterm.c
1996-01-15 Erik NaggumUpdate FSF's address in the preamble.
1996-01-12 Richard M. Stallman(XTread_socket): For selection_clear_event and
1995-12-31 Richard M. Stallman(XTread_socket): Pass KeyPress events to the toolkit.
1995-12-28 Richard M. Stallman(x_find_modifier_meanings): Fix !X11R4 code to use...
1995-12-21 Karl Heuer(x_connection_signal): Set an alarm around XNoOp call.
1995-12-13 Karl Heuer(x_connection_closed): Don't delete dpyinfo if it's...
1995-11-22 Richard M. Stallman(XTframe_up_to_date): Block and unblock input.
1995-11-22 Richard M. Stallman(XTmouse_position): Exit the loop if child == win.
1995-11-20 Richard M. Stallman(show_mouse_face): When clearing cursor, use proper...
1995-11-15 Richard M. Stallman(XTread_socket): Verify a ButtonPress was actually...
1995-11-11 Richard M. Stallman(HACK_EDITRES): Define here as in xfns.c.
1995-10-31 Karl Heuer(BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):
1995-10-17 Richard M. Stallman(x_term_init, XTread_socket): Add HAVE_X_I18N support.
1995-10-12 Richard M. Stallman(x_connection_signal_1): New function.
1995-08-29 Richard M. Stallman(x_wm_set_icon_pixmap): If trying to turn off icon...
1995-08-05 Richard M. Stallman(x_delete_display) [AIX]: Don't call XRmDestroyDatabase.
1995-08-02 Richard M. Stallman(XTread_socket): For UnmapNotify, use x_top_window_to_f...
1995-07-25 Richard M. StallmanRenamings: frame->display => frame->output, struct...
1995-07-25 Richard M. Stallman(next_noop_dpyinfo): New variable.
1995-07-17 Karl Heuer[HAVE_X11XTR6]: Include locale.h
1995-07-07 Richard M. Stallman(x_initialize) [USE_X_TOOLKIT]: Set fallback resources.
1995-06-29 Richard M. Stallman(XTread_socket): Turn off meta, super, hyper and alt...
1995-06-11 Karl Heuer(x_make_frame_visible): Test and set asked_for_visible.
1995-06-11 Karl HeuerInclude widget.h.
1995-06-09 Karl Heuer(x_get_keysym_name): New function.
1995-06-05 Karl Heuer(x_wm_set_icon_pixmap): Set IconPixmapHint in both...
1995-06-05 Karl Heuer(x_text_icon): Do call XSetIconName or XSetWMIconName.
1995-05-29 Karl Heuer(XTread_socket) [USE_X_TOOLKIT]: Do pass MotionNotify...
1995-05-29 Karl Heuer(x_term_init): Block input during this function.
1995-05-29 Karl Heuer(x_term_init): Call init_sigio only if interrupt_input.
1995-05-29 Karl Heuer(x_set_offset): Distinguish CHANGE_GRAVITY < 0 case.
1995-05-26 Karl Heuer(XTread_socket): Don't call popup_get_selection here.
1995-05-25 Karl Heuer(XTread_socket): For MapNotify, call record_asynch_buff...
1995-05-25 Karl Heuer(XTflash): Use pointers as args to select.
1995-05-24 Karl Heuer(x_connection_closed): Unblock input, first thing.
1995-05-24 Karl Heuer(x_set_offset): Add border_width when calling XMoveWindow.
1995-05-24 Karl Heuer(x_calc_absolute_position): Use menubar_height field.
1995-05-13 Karl Heuer(Qvendor_specific_keysyms): New var.
1995-04-29 Karl Heuer(x_term_init): Add stub to initialize Vsystem_key_alist.
1995-04-24 Karl Heuer(x_term_init): If the previous kboard was the dummy...
1995-04-24 Karl Heuer(x_focus_frame, x_focus_event_frame, x_highlight_frame):
1995-04-14 Richard M. Stallman(x_term_init): Call XtSetLanguageProc only if HAVE_X11XTR6.
1995-04-11 Richard M. Stallman(XTread_socket): Pass dpyinfo to popup_get_selection.
1995-04-10 Richard M. Stallman(XTread_socket): Make deiconify event only if frame...
1995-04-07 Richard M. Stallman(dumpglyphs): Cast FACE_DEFAULT to (XFontStruct *)
1995-04-07 Karl HeuerUpdate copyright.
1995-04-03 Karl HeuerNew arg DPYINFO to all callers of x_window_to_frame...
1995-03-31 Karl Heuer(x_delete_display): Extract kboard deletion, for modula...
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...
1995-01-25 Richard M. Stallman(x_destroy_window): Don't let frame being destroyed...
1995-01-08 Richard M. StallmanDon'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...
1994-11-01 Richard M. Stallman(fast_find_position): Special case if POS is end of...
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. StallmanUse FRAME_X_DISPLAY instead of x_current_display and...
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 XSetLocaleModi...
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_me...
1994-10-04 Richard M. Stallman(input_signal_count): New variable.
1994-10-02 Paul Reilly(XTread_socket): Use popup_get_selection() for X11...
1994-09-28 Karl Heuer(x_new_font): New rule for computing column width....
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...
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...
1994-09-17 Karl HeuerAdd #include "intervals.h"
1994-09-16 Richard M. StallmanDelete X11 conditionals.
1994-09-10 Richard M. StallmanComment fix.
1994-09-01 Richard M. Stallman(x_make_frame_visible): Call input_polling_used.
1994-08-28 Richard M. StallmanInclude 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...
1994-08-19 Richard M. Stallman(x_make_frame_visible): Quit if requested, in loop...
1994-08-12 Richard M. Stallman(x_new_font): Don't set filename = full_name if that...
1994-08-08 Richard M. Stallman(XTread_socket): Don't test X_IO_BUG; make that code...
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]:
next