Use XCAR and XCDR instead of explicit member references.
[bpt/emacs.git] / src / xterm.c
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...
1999-01-24 Richard M. Stallman(same_x_server): Detect treat ":0" and "unix:0"
1998-12-21 Eli Zaretskii(dumpglyphs): Don't convert 7-bit ASCII characters via
1998-11-12 Karl Heuer(XTread_socket): Fix previous change in case F == 0.
1998-11-11 Kenichi Handa(x_list_fonts): Don't change the value of maxnames.
1998-11-05 Karl Heuer(XTread_socket): ButtonPress clears f->mouse_moved.
1998-10-29 Paul Eggert(XTread_socket): Check the returned value of XmbLookupS...
1998-10-21 Kenichi HandaInclude frame.h before fontset.h.
1998-09-01 Kenichi Handa(x_load_font): If SIZE is 0, don't use a name x_list_fo...
1998-08-31 Kenichi Handa(dumpglyphs): If Vnonascii_translation_table is non...
1998-08-27 Paul Eggert(fixup_locale): New function. For now, it resets
1998-08-26 Karl Heuer(x_calc_absolute_position): Cast argument to XFree, in
1998-08-25 Kenichi Handa(x_list_fonts): Work-around for the case XGetAtomName
1998-08-15 Richard M. Stallmanx_display_unibyte_char_with_fontset renamed to
1998-08-15 Kenichi Handa(dumpglyphs): If x_display_unibyte_char_with_fontset is
1998-08-08 Richard M. Stallman(x_term_init): Don't reset LC_TIME to "C", since we
1998-08-08 Richard M. Stallman(x_list_fonts): Fix previous change.
1998-08-05 Richard M. Stallman(x_list_fonts): Call XFreeFont after the new call to...
1998-07-19 Kenichi Handa(dumpglyphs): After calling ccl_driver, set cp->byte1 to
1998-06-27 Richard M. Stallman(x_list_fonts): Fix prev change: cast result of alloca.
1998-06-20 Karl Heuer(x_list_fonts): Keep alloca usage simple.
1998-06-20 Kenichi Handa(dumpglyphs): Check the case that FACE_FONT (face) is
1998-06-16 Kenichi Handa(x_list_fonts): If SIZE is zero and MAXNAMES is 1, use
1998-06-09 Richard M. Stallman(XTread_socket): Accept Japanese XK keysyms.
1998-05-25 Richard M. Stallman(XTread_socket): Fix second argument of x_any_window_to...
1998-05-04 Andreas SchwabInclude syssignal.h after lisp.h.
1998-05-02 Richard M. Stallman(XTwrite_glyphs): Don't advance cursor X beyond limit.
1998-04-25 Richard M. Stallman(x_display_cursor): Use FRAME_CURSOR_X_LIMIT.
1998-04-15 Kenichi Handa(x_find_ccl_program): New function.
1998-04-14 Andreas SchwabFix -Wimplicit warnings.
1998-03-21 Richard M. StallmanUse STRING_BYTES and SET_STRING_BYTES.
1998-03-02 Richard M. Stallman(XTframe_up_to_date): Check that mouse_face_mouse_frame
1998-01-09 Richard M. Stallman(x_load_font): Use string_byte.
1997-12-21 Richard M. Stallman(x_display_cursor): Abort if X or Y is out of range.
1997-11-27 Kenichi Handa(x_make_frame_visible): Give dummy arg to
1997-10-25 Karl Heuer(XTread_socket): Check for bogus (0,0) location.
1997-10-24 Karl Heuer(XTmouse_position): Handle INSIST < 0.
1997-08-22 Kenichi Handa(x_list_fonts): Adjusted for the name change of
1997-08-10 Kenichi Handa(dumpglyphs): Pay attention to
1997-08-01 Kenichi Handa(x_list_fonts): Request at least 10 fonts by XListFonts.
1997-07-31 Richard M. Stallman(x_list_fonts): Reject a font whose min_bounds.width...
1997-07-28 Richard M. Stallman(x_new_font): Follow the change in x_set_scroll_bar_wid...
1997-07-28 Richard M. Stallman(x_term_init) [! HAVE_X11R5]: Don't try to use XtCvtStr...
1997-07-26 Richard M. Stallman(dumpglyphs): Check the dimension of FONT while
1997-07-20 Richard M. Stallman(XTread_socket) <ClientMessage>:
1997-07-14 Richard M. Stallman(x_draw_box): Use scratch_cursor_gc to draw the cursor
1997-07-12 Richard M. Stallman(dumpglyphs): Declare local variable first_ch as Lisp_O...
1997-07-10 Richard M. Stallman(x_load_font): Get value of fontp->height from
1997-07-10 Richard M. Stallman(x_term_init): Don't use initializer for null_bits.
1997-07-07 Kenichi Handa(x_list_fonts): Initialize the variable LIST to Qnil.
1997-07-05 Richard M. Stallman(x_make_frame_visible): Don't move the frame
1997-07-02 Richard M. Stallman(x_make_frame_visible): Check has_been_visible
1997-06-21 Kenichi Handa(dumpglyphs): Use FS_LOAD_FONT.
1997-06-09 Richard M. Stallman(x_list_fonts): fast_c_string_match_ignore_case renamed.
1997-06-09 Kenichi Handa(dumpglyph): Shift baseline for such a font that is
1997-05-31 Richard M. Stallman(process_expose_from_menu, XTread_socket):
1997-05-31 Richard M. Stallman(x_load_font): Use macro FONT_ENCODING_NOT_DECIDED.
1997-05-28 Richard M. Stallman(XTread_socket) <ConfigureNotify>: Don't call
1997-05-27 Richard M. Stallman(XTread_socket) <UnmapNotify>: Don't make an inconify_event
1997-05-26 Richard M. Stallman(x_make_frame_visible): Call x_set_offset only after
1997-05-19 Kenichi Handa(x_load_font): Set 4 instead of -1 in fontp->encoding[1]
1997-05-16 Kenichi Handa(dumpglyphs): Draw glyphs one by one if the font for
1997-05-10 Kenichi Handa(dumpglyphs): Even if font (not fontset) is used,
1997-05-01 Richard M. Stallman(XTmouse_position, x_term_init):
1997-04-27 Richard M. StallmanFix previous change.
1997-04-27 Richard M. Stallman(x_destroy_window): Free saved_menu_event, if any.
1997-04-20 Richard M. Stallman(x_set_offset): Turn off the code that added the border...
1997-04-10 Karl Heuer(construct_menu_click, note_mouse_highlight, fast_find_...
next