(free_frame_menubar) [USE_X_TOOLKIT]. New function to destroy the X Widget
[bpt/emacs.git] / src / xterm.c
1994-02-09 Karl Heuer(x_display_cursor, process_expose_from_menu): Block...
1994-02-07 Fred Pierresteguy(x_make_frame_invisible): Add USE_X_TOOLKIT conditional.
1994-02-02 Richard M. Stallman(XTread_socket): Add X_IO_BUG conditional.
1994-02-02 Karl Heuer(x_iconify_frame): Fix misbalanced BLOCK_INPUT/UNBLOCK_...
1994-02-02 Karl Heuer(x_term_init): Use get_system_name instead of gethostname.
1994-02-01 Richard M. Stallman(dumpglyphs): Don't crash for invalid face code.
1994-01-28 Fred Pierresteguy(x_set_window_size): Add USE_X_TOOLKIT conditional...
1994-01-28 Fred Pierresteguy* xterm.c (x_term_init): Cast to (char **) before assig...
1994-01-26 Richard M. Stallman(x_set_mouse_position): Don't raise the frame.
1994-01-26 Richard M. Stallman(x_wm_set_size_hint): Swap southeast and northwest.
1993-12-26 Richard M. Stallman(XTflush): FIx typo in last change.
1993-12-26 Richard M. Stallman(XTread_socket): Make proper junk values to pass to...
1993-12-26 Richard M. Stallman(XTflash): Use EMACS_GET_TIME.
1993-12-23 Richard M. Stallman(XTread_socket): Don't offset keysym here.
1993-11-24 Richard M. Stallman(XTread_socket): Really handle Xatom_wm_window_moved...
1993-11-15 Richard M. Stallman(XTread_socket): Increase length of copy_buffer to 81.
1993-11-11 Richard M. Stallman(XTmouse_position): Undo roland's change.
1993-11-10 Roland McGrath(XTmouse_position): First arg is FRAME_PTR, not FRAME_P...
1993-11-10 Richard M. Stallman(Tmouse_position): If the passed in frame is not an
1993-11-10 Richard M. Stallman(syms_of_xterm): Initialize last_mouse_scroll_bar.
1993-11-03 Richard M. Stallman(x_new_font): xmalloc arg was 1 too small.
1993-09-22 Brian Fox(w_wn_set_size_hint): Make recent window gravity addition
1993-09-10 Roland McGrathInclude <config.h> instead of "config.h".
1993-09-08 Richard M. Stallman(x_term_init): Call change_keyboard_wait_descriptor,
1993-08-14 Richard M. Stallman(x_wm_set_size_hint): New args spec_x and spec_y.
1993-08-08 Richard M. Stallman(struct font_info): New structure.
1993-08-06 Richard M. Stallman(x_term_init): Set the hooks before we call Fset_input_...
1993-07-27 Richard M. Stallman(x_iconify_frame): Handle case where frame was invisible.
1993-07-25 Richard M. Stallman(redraw_previous_char): New function.
1993-07-23 Richard M. Stallman(XTread_socket) [! HAVE_X11R5]:
1993-07-18 Jim Blandy* xterm.c (x_term_init): Adjust message printed when...
1993-07-02 Jim Blandy* xterm.c (XTread_socket): When handing non-synthetic
1993-07-01 Jim Blandy* xterm.c (frame_highlight, frame_unhighlight): Don...
1993-06-30 Jim Blandy* xterm.c (XTread_socket): Initialize event_found to...
1993-06-29 Jim Blandy* xterm.c: Add CPP tangle from process.c to get definit...
1993-06-24 Jim Blandy* xterm.c (XTread_socket): Remove #if 0''s around code...
1993-06-22 Jim BlandySeparate parameter faces (those created and modified...
1993-06-19 Jim Blandy* xterm.c (XTread_socket): Never treat a modifier key...
1993-06-13 Richard M. Stallman(x_connection_closed): Pass new arg to shut_down_emacs.
1993-06-12 Jim Blandy* xterm.c (XTset_vertical_scroll_bar): Use double type for
1993-06-12 Jim Blandy* xterm.c (x_error_quitter, x_io_error_quitter): Remove...
1993-06-11 Richard M. Stallman(XTmouse_position): Don't set *f at all unless we win.
1993-06-11 Jim Blandy* xterm.c (x_new_font): If font_names is zero, that...
1993-06-09 Jim BlandyApply typo patches from Paul Eggert.
1993-06-09 Jim Blandy* xterm.c (x_is_vendor_fkey): New function.
1993-06-07 Richard M. Stallman(x_caught_error_message): Change type to char* from...
1993-06-06 Richard M. Stallman(x_new_font): Don't give up right away if XListFontsWit...
1993-06-04 Richard M. Stallman(x_catch_errors): Fill in missing array size in cast.
1993-06-03 Richard M. Stallman(x_wm_set_size_hint): Handle XGetNormalHints returning 0.
1993-05-31 Richard M. StallmanComment change.
1993-05-31 Richard M. Stallman(XTread_socket, case KeyPress) [HPUX]: Test IsModifiedKey.
1993-05-30 Richard M. Stallman(XTread_socket): For UnmapNotify, if frame was visible,
1993-05-30 Richard M. Stallman(x_bitmap_icon): Don't free icon_bitmap;
1993-05-29 Richard M. Stallman(x_connection_closed): Pass new arg.
1993-05-29 Jim Blandy* sysdep.c (sys_siglist): Comment out #endif trailer.
1993-05-29 Richard M. Stallman(XTring_bell): Do nothing if x_current_connection is 0.
1993-05-28 Richard M. Stallman(XTread_socket, case KeyPress) [HPUX]:
1993-05-26 Richard M. Stallman(x_wm_set_size_hint): Don't set hints for max size.
1993-05-25 Jim BlandyArrange for font names to get fully resolved - no wildc...
1993-05-25 Jim Blandy* xfaces.c (merge_faces): You can't tell if a font...
1993-05-25 Richard M. Stallman(XTread_socket, ConfigureNotify case):
1993-05-24 Richard M. Stallman(XTread_socket): For ConfigureNotify event,
1993-05-24 Jim Blandy* xterm.c (x_new_font): Reject fonts with varying spaci...
1993-05-23 Jim Blandy* xterm.c (x_scroll_bar_report_motion): Set *TIME wheth...
1993-05-23 Richard M. StallmanMove signal.h and stdio.h before config.h.
1993-05-22 Jim Blandy* xterm.c (x_scroll_bar_handle_click): Never grab the...
1993-05-22 Jim Blandy* xterm.c (x_scroll_bar_handle_click): Never grab the...
1993-05-20 Richard M. Stallman(x_find_modifier_meanings): If some keys are meta and...
1993-05-19 Jim Blandy* xterm.c (x_new_font): Tell the frame display faces...
1993-05-19 Jim Blandy* xterm.c (XTread_socket): Turn off ControlMask for...
1993-05-16 Richard M. Stallman(dumpglyphs): Create a temporary merged gc
1993-05-14 Jim Blandy* xterm.c (dumpglyphs): Give the cursor higher priority...
1993-05-10 Jim Blandy* xdisp.c (display_text_line): Apply faces to characters
1993-05-04 Jim BlandyImplement extra_keyboard_modifiers properly.
1993-04-07 Richard M. StallmanFix typo in comment delimiter.
1993-04-07 Jim Blandy* xterm.c (updating_frame): Declare this extern instead...
1993-03-31 Jim BlandyPut interrupt input blocking in a separate file from...
1993-03-25 Jim Blandy* xterm.c [VMS]: Don't #include <sys/termio.h> and...
1993-03-20 Jim Blandy* xterm.c (x_term_init): If the X connection is already...
1993-03-20 Jim Blandy* emacs.c (Finvocation_name): New function.
1993-03-17 Jim Blandy* xterm.c (x_display_box_cursor, x_display_bar_cursor...
1993-03-15 Richard M. Stallman(Xatom_wm_change_state): Define here.
1993-03-11 Jim Blandy* xterm.c (x_find_modifier_meanings): XDisplayKeycodes...
1993-03-08 Richard M. Stallman(XTread_socket):
1993-03-07 Richard M. Stallman(x_alt_mod_mask, x_super_mod_mask, x_hyper_mod_mask...
1993-03-05 Richard M. Stallman(XTread_socket): Set bufp->modifiers for all kinds...
1993-03-02 Jim BlandyUse the term `scroll bar', instead of `scrollbar'.
1993-02-22 Jim Blandy* xterm.c (XTread_socket): Pass the proper number of...
1993-02-14 Jim Blandy* xterm.c (x_set_window_size): Call change_frame_size...
1993-02-07 Richard M. Stallman(XTread_socket): Support extra_keyboard_modifiers.
1993-01-26 Jim BlandyJimB's changes since January 18th
1993-01-22 Jim Blandy* xterm.c (x_scrollbar_create): Set the scrollbars...
1993-01-16 Jim Blandy* xterm.c (x_window_to_scrollbar): Search frames'
1993-01-14 Jim Blandy* xterm.c (x_scrollbar_create): Include PointerMotionHi...
1993-01-14 Jim BlandyMake scrollbar structures into lisp objects, so that...
1993-01-07 Jim BlandySmall changes to keep people from running Emacs under X.
1992-12-24 Jim Blandy* frame.h (struct frame): New fields `can_have_scrollba...
1992-12-06 Jim Blandy* xterm.c (XTread_socket): When we get MapNotify, Unmap...
1992-10-31 Jim Blandy* xterm.c (x_convert_modifiers): Declare this to return an
1992-10-19 Jim Blandy* xterm.c (compose_status): New variable.
next