(read_char_minibuf_menu_prompt): Add new parameter
[bpt/emacs.git] / src / xterm.c
2000-07-21 Gerd Moellmann(note_mouse_highlight): Process overlays in the right
2000-07-21 Gerd Moellmann(note_mouse_highlight): If help-echo was found in an
2000-07-19 Gerd MoellmannAdd some more prototypes.
2000-07-18 Gerd Moellmann(help_echo_window): New variable.
2000-07-14 Gerd Moellmann(help_echo_object, help_echo_pos): New variables.
2000-07-13 Gerd Moellmann(construct_mouse_click, x_scroll_bar_to_input_event)
2000-07-13 Gerd Moellmann(x_handle_tool_bar_click): Store the frame in the
2000-07-12 Gerd Moellmann(x_update_window_end): Add parameter
2000-07-11 Gerd Moellmann(x_update_window_begin): No need to turn off the mouse
2000-07-10 Gerd Moellmann(x_fill_stretch_glyph_string): Consume runs of stretch
2000-07-05 Gerd Moellmann(XTread_socket): Increment handling_signal at the start,
2000-07-05 Stefan Monnier* xterm.c (note_mode_line_highlight, note_mouse_highlight)
2000-07-05 Gerd Moellmann(x_append_glyph, x_append_composite_glyph)
2000-06-26 Gerd Moellmann(xim_initialize) [!USE_XIM]: Don't set up the
2000-06-23 Dave LoveDon't include sys/types.h unconditionally. Don't prote...
2000-06-19 Dave Love(x_frame_of_widget): Add `static' to declaration (for...
2000-06-19 Gerd Moellmann(XTread_socket) <KeyPress>: In case XmbLookupString
2000-06-18 Ken Raeburnfix up more Lisp_Object/int conversion issues
2000-06-13 Gerd Moellmann(x_check_font) [GLYPH_DEBUG]: Add prototype.
2000-06-12 Gerd Moellmann(x_frame_of_widget): New function.
2000-06-09 Ken Raeburn* xterm.c (x_connection_closed): If dpyinfo is NULL...
2000-06-08 Gerd Moellmann(XTread_socket) <FocusIn>: Queue a FOCUS_IN_EVENT which
2000-06-06 Gerd Moellmann(x_produce_glyphs): Don't xassert `it->descent > 0';
2000-06-05 Dave Love(x_calc_absolute_position): Declare nchildren unsigned.
2000-06-02 Gerd Moellmann(x_set_mouse_face_gc): If first glyph isn't a character
2000-05-03 Gerd Moellmann(x_produce_glyphs) <composite chars>: Handle case
2000-05-02 Gerd Moellmann(x_produce_image_glyph, x_draw_image_foreground)
2000-04-24 Gerd Moellmann(x_produce_glyphs): Remove reference to struct it's
2000-04-18 Gerd Moellmann(x_produce_glyphs) <ASCII chars>: Take into account
2000-03-31 Gerd Moellmann(x_produce_glyphs): When displaying unibyte text
2000-03-30 Ken Raeburn* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS...
2000-03-27 Gerd Moellmann(x_copy_color): New function.
2000-03-26 Gerd Moellmann(x_display_and_set_cursor): Choose cursor depending
2000-03-24 Gerd Moellmann(x_term_init): Unblock input around call1.
2000-03-23 Gerd Moellmann(fast_find_position): Make sure not to consider rows
2000-03-21 Kenichi HandaInclude fontset.h after dispextern.h.
2000-03-17 Gerd Moellmann(x_update_window_cursor): Don't update in frames
2000-03-14 Gerd Moellmann(xim_close_dpy, xim_initialize): Use X11R6-style XIM
2000-03-14 Gerd Moellmann*** empty log message ***
2000-03-07 Gerd Moellmann(x_connection_closed) [USE_X_TOOLKIT]: Don't try to
2000-03-05 Gerd Moellmann(x_term_init): Create a colormap if not using the
2000-03-04 Gerd Moellmann(x_term_init): Set Colormap member of x_display_info
2000-03-03 Gerd Moellmann(PER_CHAR_METRIC): Removed.
2000-03-02 Gerd Moellmann(note_mouse_highlight): Return quickly if frame's
2000-03-02 Gerd Moellmann(x_alloc_lighter_color, x_setup_relief_color): Use
2000-02-25 Gerd Moellmann(XTread_socket): Remove busy-cursor code.
2000-02-24 Gerd Moellmann(x_display_and_set_cursor): Display cursor of
2000-02-05 Gerd Moellmann* xterm.c (x_display_and_set_cursor): Set pre-edit...
2000-01-31 Gerd Moellmann(xim_open_dpy): Remove unused local variable.
2000-01-30 Gerd Moellmann(x_delete_display): Update next_noop_dpyinfo to ensure
2000-01-29 Gerd Moellmann(x_display_cursor): Set XIC pre-edit area only if window
2000-01-25 Gerd Moellmann(toplevel): Include atimer.h.
1999-12-30 Gerd Moellmann(x_make_frame_visible): Wait for frame becoming visible
1999-12-27 Kenichi HandaAll codes adjusted for the change of struct glyph.
1999-12-22 Gerd Moellmann(XTread_socket): At the beginning of the loop, pass the
1999-12-15 Dave Love(BUILD_GLYPH_STRINGS): For pcc, remove continuation...
1999-12-15 Kenichi Handa(x_append_glyph): Setup members of struct glyph properly
1999-12-14 Gerd Moellmann(show_mouse_face): Don't use updated_area, use TEXT_AREA.
1999-12-10 Stefan Monnier(x_initialize): only setup xaw3d_* if they've been...
1999-12-10 Stefan Monnier(#includes): Allow compilation with only Xaw.
1999-11-28 Gerd Moellmann(XTread_socket) <ClientMessage, Xatom_Scrollbar>:
1999-10-19 Paul EggertAdd support for large files, 64-bit Solaris, system...
1999-10-08 Gerd Moellmann(XTread_socket) <ClientMessage, WM_TAKE_FOCUS>:
1999-09-23 Gerd Moellmann(XTread_socket) <MotionNotify>: Change #ifdef
1999-09-14 Gerd Moellmann(x_scroll_bar_handle_click): Compile only if
1999-09-13 Dave LoveDon't continue #define args for benefit of old cc.
1999-09-13 Gerd Moellmann(XTcursor_to): Change for Lisp_Object selected_frame.
1999-09-12 Ken RaeburnUse XCAR and XCDR instead of explicit member references.
1999-09-11 Richard M. Stallman(XTread_socket): In XSetInputFocus, use RevertToParent,
1999-09-05 Gerd MoellmannChange
1999-09-05 Gerd MoellmannChange spelling of `toolbar' to `tool_bar' or `tool...
1999-09-05 Gerd Moellmann(XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
1999-09-03 Gerd Moellmann(XTset_vertical_scroll_bar): Block input when clearing
1999-09-03 Gerd Moellmann(x_scroll_bar_create): Don't clear under scroll bar
1999-08-30 Gerd MoellmannRemove unused bitmaps.
1999-08-24 Gerd Moellmann(expose_window_tree): Fix typo CANON_Y_UNIT to
1999-08-21 Gerd MoellmannCall change_frame_size and do_pending_window_change...
1999-08-19 Gerd Moellmann(XTset_vertical_scroll_bar): Fix previous change. ...
1999-08-17 Gerd Moellmann(expose_area): If row extends face to end of line,
1999-08-17 Gerd Moellmann(x_draw_glyph_string_box): Use the background width
1999-08-15 Gerd Moellmann(XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
1999-08-06 Gerd Moellmann(x_display_and_set_cursor): If cursor_in_echo_area,
1999-08-06 Gerd Moellmann(x_draw_phys_cursor_glyph): Redraw overlaps.
1999-08-02 Richard M. Stallman(x_set_window_size): When calling change_frame_size...
1999-07-29 Gerd Moellmann(x_set_toolkit_scroll_bar_thumb): Fix previous change.
1999-07-27 Gerd Moellmann(x_set_toolkit_scroll_bar_thumb): Don't call
1999-07-27 Kenichi Handa(x_find_ccl_program): Add casting.
1999-07-27 Gerd Moellmann(x_setup_relief_color): Don't try smart color allocation
1999-07-26 Gerd Moellmann(x_get_glyph_string_clip_rect): Take internal border
1999-07-26 Kenichi Handa(x_find_ccl_program): Get compiled CCL code by just
1999-07-21 Gerd MoellmannDisplay-related functions implemented from scratch...
1999-07-10 Richard M. Stallman(x_display_bar_cursor): Use the cursor-color
1999-05-04 Kenichi Handa(x_load_font): Fix typo (`>' -> `=').
1999-04-26 Karl Heuer(x_list_fonts): Fix previous change.
1999-04-13 Kenichi HandaTrap X errors so that Emacs doesn't die
1999-04-05 Kenichi Handa(dumpglyphs): Be sure to fill the whole background of
1999-03-15 Karl Heuer(XTread_socket) <ConfigureNotify>:
1999-03-15 Kenichi Handa(x_list_fonts): Trap X errors so that Emacs doesn't die
1999-01-30 Kenichi Handa(x_load_font): For the height of font, if normarl ascen...
1999-01-30 Kenichi Handa(x_new_fontset): For ASCII font, don't use the font...
next