log src/xterm.c @ 25269:621067279f19

age author description
Sun, 15 Aug 1999 22:01:01 +0000 Gerd Moellmann (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
Fri, 06 Aug 1999 15:05:34 +0000 Gerd Moellmann (x_display_and_set_cursor): If cursor_in_echo_area,
Fri, 06 Aug 1999 13:59:59 +0000 Gerd Moellmann (x_draw_phys_cursor_glyph): Redraw overlaps.
Mon, 02 Aug 1999 00:00:14 +0000 Richard M. Stallman (x_set_window_size): When calling change_frame_size, specify 1 for DELAY.
Thu, 29 Jul 1999 15:09:42 +0000 Gerd Moellmann (x_set_toolkit_scroll_bar_thumb): Fix previous change.
Tue, 27 Jul 1999 23:55:28 +0000 Gerd Moellmann (x_set_toolkit_scroll_bar_thumb): Don't call
Tue, 27 Jul 1999 01:32:50 +0000 Kenichi Handa (x_find_ccl_program): Add casting.
Tue, 27 Jul 1999 00:02:50 +0000 Gerd Moellmann (x_setup_relief_color): Don't try smart color allocation
Mon, 26 Jul 1999 21:23:07 +0000 Gerd Moellmann (x_get_glyph_string_clip_rect): Take internal border
Mon, 26 Jul 1999 11:57:35 +0000 Kenichi Handa (x_find_ccl_program): Get compiled CCL code by just
Wed, 21 Jul 1999 21:43:52 +0000 Gerd Moellmann Display-related functions implemented from scratch. Add toolkit
Sat, 10 Jul 1999 20:45:46 +0000 Richard M. Stallman (x_display_bar_cursor): Use the cursor-color
Tue, 04 May 1999 05:45:36 +0000 Kenichi Handa (x_load_font): Fix typo (`>' -> `=').
Mon, 26 Apr 1999 06:02:19 +0000 Karl Heuer (x_list_fonts): Fix previous change.
Tue, 13 Apr 1999 00:51:52 +0000 Kenichi Handa Trap X errors so that Emacs doesn't die
Mon, 05 Apr 1999 06:47:41 +0000 Kenichi Handa (dumpglyphs): Be sure to fill the whole background of
Mon, 15 Mar 1999 19:53:32 +0000 Karl Heuer (XTread_socket) <ConfigureNotify>:
Mon, 15 Mar 1999 00:11:22 +0000 Kenichi Handa (x_list_fonts): Trap X errors so that Emacs doesn't die
Sat, 30 Jan 1999 02:37:14 +0000 Kenichi Handa (x_load_font): For the height of font, if normarl ascent and
Sat, 30 Jan 1999 01:46:35 +0000 Kenichi Handa (x_new_fontset): For ASCII font, don't use the font name
Sun, 24 Jan 1999 20:07:05 +0000 Richard M. Stallman (same_x_server): Detect treat ":0" and "unix:0"
Mon, 21 Dec 1998 16:09:29 +0000 Eli Zaretskii (dumpglyphs): Don't convert 7-bit ASCII characters via
Thu, 12 Nov 1998 01:57:30 +0000 Karl Heuer (XTread_socket): Fix previous change in case F == 0.
Wed, 11 Nov 1998 03:36:15 +0000 Kenichi Handa (x_list_fonts): Don't change the value of maxnames.
Thu, 05 Nov 1998 19:17:42 +0000 Karl Heuer (XTread_socket): ButtonPress clears f->mouse_moved.
Thu, 29 Oct 1998 00:16:49 +0000 Paul Eggert (XTread_socket): Check the returned value of XmbLookupString more carefully.
Wed, 21 Oct 1998 11:50:56 +0000 Kenichi Handa Include frame.h before fontset.h.
Tue, 01 Sep 1998 02:25:57 +0000 Kenichi Handa (x_load_font): If SIZE is 0, don't use a name x_list_font returns.
Mon, 31 Aug 1998 03:50:17 +0000 Kenichi Handa (dumpglyphs): If Vnonascii_translation_table is non-nil, try
Thu, 27 Aug 1998 02:00:35 +0000 Paul Eggert (fixup_locale): New function. For now, it resets
Wed, 26 Aug 1998 20:29:59 +0000 Karl Heuer (x_calc_absolute_position): Cast argument to XFree, in
Tue, 25 Aug 1998 03:59:40 +0000 Kenichi Handa (x_list_fonts): Work-around for the case XGetAtomName
Sat, 15 Aug 1998 23:00:07 +0000 Richard M. Stallman x_display_unibyte_char_with_fontset renamed to
Sat, 15 Aug 1998 01:28:14 +0000 Kenichi Handa (dumpglyphs): If x_display_unibyte_char_with_fontset is
Sat, 08 Aug 1998 22:11:22 +0000 Richard M. Stallman (x_term_init): Don't reset LC_TIME to "C", since we
Sat, 08 Aug 1998 02:39:50 +0000 Richard M. Stallman (x_list_fonts): Fix previous change.
Wed, 05 Aug 1998 01:42:24 +0000 Richard M. Stallman (x_list_fonts): Call XFreeFont after the new call to XLoadQueryFont.
Sun, 19 Jul 1998 05:17:35 +0000 Kenichi Handa (dumpglyphs): After calling ccl_driver, set cp->byte1 to
Sat, 27 Jun 1998 04:52:31 +0000 Richard M. Stallman (x_list_fonts): Fix prev change: cast result of alloca.
Sat, 20 Jun 1998 22:17:48 +0000 Karl Heuer (x_list_fonts): Keep alloca usage simple.
Sat, 20 Jun 1998 03:01:00 +0000 Kenichi Handa (dumpglyphs): Check the case that FACE_FONT (face) is
Tue, 16 Jun 1998 07:32:05 +0000 Kenichi Handa (x_list_fonts): If SIZE is zero and MAXNAMES is 1, use
Tue, 09 Jun 1998 01:55:49 +0000 Richard M. Stallman (XTread_socket): Accept Japanese XK keysyms.
Mon, 25 May 1998 16:03:58 +0000 Richard M. Stallman (XTread_socket): Fix second argument of x_any_window_to_frame.
Mon, 04 May 1998 09:25:21 +0000 Andreas Schwab Include syssignal.h after lisp.h.
Sat, 02 May 1998 06:39:39 +0000 Richard M. Stallman (XTwrite_glyphs): Don't advance cursor X beyond limit.
Sat, 25 Apr 1998 23:08:24 +0000 Richard M. Stallman (x_display_cursor): Use FRAME_CURSOR_X_LIMIT.
Wed, 15 Apr 1998 07:12:49 +0000 Kenichi Handa (x_find_ccl_program): New function.
Tue, 14 Apr 1998 12:25:56 +0000 Andreas Schwab Fix -Wimplicit warnings.
Sat, 21 Mar 1998 07:06:14 +0000 Richard M. Stallman Use STRING_BYTES and SET_STRING_BYTES.
Mon, 02 Mar 1998 18:53:21 +0000 Richard M. Stallman (XTframe_up_to_date): Check that mouse_face_mouse_frame
Fri, 09 Jan 1998 23:22:56 +0000 Richard M. Stallman (x_load_font): Use string_byte.
Sun, 21 Dec 1997 01:59:49 +0000 Richard M. Stallman (x_display_cursor): Abort if X or Y is out of range.
Thu, 27 Nov 1997 08:32:40 +0000 Kenichi Handa (x_make_frame_visible): Give dummy arg to
Sat, 25 Oct 1997 03:12:31 +0000 Karl Heuer (XTread_socket): Check for bogus (0,0) location.
Fri, 24 Oct 1997 19:58:39 +0000 Karl Heuer (XTmouse_position): Handle INSIST < 0.
Fri, 22 Aug 1997 01:19:27 +0000 Kenichi Handa (x_list_fonts): Adjusted for the name change of
Sun, 10 Aug 1997 04:13:19 +0000 Kenichi Handa (dumpglyphs): Pay attention to
Fri, 01 Aug 1997 00:29:34 +0000 Kenichi Handa (x_list_fonts): Request at least 10 fonts by XListFonts.
Thu, 31 Jul 1997 16:44:49 +0000 Richard M. Stallman (x_list_fonts): Reject a font whose min_bounds.width is 0.
Mon, 28 Jul 1997 18:33:11 +0000 Richard M. Stallman (x_new_font): Follow the change in x_set_scroll_bar_width and make the
Mon, 28 Jul 1997 15:10:21 +0000 Richard M. Stallman (x_term_init) [! HAVE_X11R5]: Don't try to use XtCvtStringToFont.
Sat, 26 Jul 1997 01:43:07 +0000 Richard M. Stallman (dumpglyphs): Check the dimension of FONT while
Sun, 20 Jul 1997 17:44:22 +0000 Richard M. Stallman (XTread_socket) <ClientMessage>:
Mon, 14 Jul 1997 04:24:24 +0000 Richard M. Stallman (x_draw_box): Use scratch_cursor_gc to draw the cursor
Sat, 12 Jul 1997 06:35:22 +0000 Richard M. Stallman (dumpglyphs): Declare local variable first_ch as Lisp_Object, not int.
Thu, 10 Jul 1997 02:15:40 +0000 Richard M. Stallman (x_load_font): Get value of fontp->height from
Thu, 10 Jul 1997 02:13:26 +0000 Richard M. Stallman (x_term_init): Don't use initializer for null_bits.
Mon, 07 Jul 1997 00:59:44 +0000 Kenichi Handa (x_list_fonts): Initialize the variable LIST to Qnil.
Sat, 05 Jul 1997 08:23:34 +0000 Richard M. Stallman (x_make_frame_visible): Don't move the frame
Wed, 02 Jul 1997 04:41:00 +0000 Richard M. Stallman (x_make_frame_visible): Check has_been_visible
Sat, 21 Jun 1997 00:45:44 +0000 Kenichi Handa (dumpglyphs): Use FS_LOAD_FONT.
Mon, 09 Jun 1997 17:58:49 +0000 Richard M. Stallman (x_list_fonts): fast_c_string_match_ignore_case renamed.
Mon, 09 Jun 1997 13:00:24 +0000 Kenichi Handa (dumpglyph): Shift baseline for such a font that is
Sat, 31 May 1997 07:37:09 +0000 Richard M. Stallman (process_expose_from_menu, XTread_socket):
Sat, 31 May 1997 02:03:43 +0000 Richard M. Stallman (x_load_font): Use macro FONT_ENCODING_NOT_DECIDED.
Wed, 28 May 1997 04:54:48 +0000 Richard M. Stallman (XTread_socket) <ConfigureNotify>: Don't call
Tue, 27 May 1997 03:09:37 +0000 Richard M. Stallman (XTread_socket) <UnmapNotify>: Don't make an inconify_event
Mon, 26 May 1997 06:22:15 +0000 Richard M. Stallman (x_make_frame_visible): Call x_set_offset only after
Mon, 19 May 1997 03:33:50 +0000 Kenichi Handa (x_load_font): Set 4 instead of -1 in fontp->encoding[1]
Fri, 16 May 1997 00:42:53 +0000 Kenichi Handa (dumpglyphs): Draw glyphs one by one if the font for
Sat, 10 May 1997 03:37:01 +0000 Kenichi Handa (dumpglyphs): Even if font (not fontset) is used,
Thu, 01 May 1997 01:57:25 +0000 Richard M. Stallman (XTmouse_position, x_term_init):
Sun, 27 Apr 1997 16:34:19 +0000 Richard M. Stallman Fix previous change.
Sun, 27 Apr 1997 03:32:14 +0000 Richard M. Stallman (x_destroy_window): Free saved_menu_event, if any.
Sun, 20 Apr 1997 22:14:53 +0000 Richard M. Stallman (x_set_offset): Turn off the code that added the border_width
Thu, 10 Apr 1997 22:25:45 +0000 Karl Heuer (construct_menu_click, note_mouse_highlight, fast_find_position):
Mon, 07 Apr 1997 07:12:13 +0000 Kenichi Handa (dumpglyphs): Clip and highlight glyphs displayed with
Sat, 22 Mar 1997 23:59:53 +0000 Richard M. Stallman (XTread_socket): Accept XK_ISO_* keys.
Sat, 22 Mar 1997 04:21:00 +0000 Richard M. Stallman (XTread_socket): Handle ISO_Left_Tab.
Wed, 19 Mar 1997 16:33:48 +0000 Kenichi Handa (dumpglyphs): Set a clipping region when we draw glyphs
Tue, 18 Mar 1997 23:31:34 +0000 Kenichi Handa (x_list_fonts): Comment about cached font list added.
Thu, 27 Feb 1997 06:53:04 +0000 Kenichi Handa (dumpglyphs): Pay attention to characters registered in
Thu, 20 Feb 1997 06:59:25 +0000 Karl Heuer Include charset.h, ccl.h, and fontset.h.
Mon, 20 Jan 1997 08:08:13 +0000 Richard M. Stallman (dumpglyphs): Declare g as GLYPH.
Thu, 26 Dec 1996 21:07:30 +0000 Richard M. Stallman (x_iconify_frame): Clear visible when we set iconified.
Thu, 31 Oct 1996 22:05:51 +0000 Richard M. Stallman (cancel_mouse_face): New function. Code copied from
Wed, 30 Oct 1996 05:09:38 +0000 Richard M. Stallman (XTread_socket, KeyPress case): Clear compose_status
Sat, 12 Oct 1996 16:06:40 +0000 Richard M. Stallman (XTwrite_glyphs, XTclear_end_of_line, XTclear_frame)
Sun, 29 Sep 1996 01:29:41 +0000 Richard M. Stallman (show_mouse_face): Undo 1996-08-30 change.
Fri, 27 Sep 1996 07:46:54 +0000 Richard M. Stallman (XTflash): Don't flash in the internal borders.
Wed, 25 Sep 1996 08:00:39 +0000 Richard M. Stallman (XTread_socket): Delete WAITP arg.
Mon, 23 Sep 1996 04:44:15 +0000 Richard M. Stallman (x_scroll_bar_create, x_scroll_bar_move):
Sat, 21 Sep 1996 00:57:20 +0000 Richard M. Stallman Pass frame arg in calls to VERTICAL_SCROLL_BAR_INSIDE_HEIGHT
Tue, 17 Sep 1996 03:43:54 +0000 Karl Heuer Replaced symbol BSD with BSD_SYSTEM.
Mon, 16 Sep 1996 06:31:10 +0000 Richard M. Stallman (note_mouse_highlight): Test last_overlay_modified field.
Fri, 13 Sep 1996 17:03:29 +0000 Richard M. Stallman (x_connection_closed): Call XtCloseDisplay.
Wed, 04 Sep 1996 03:38:40 +0000 Richard M. Stallman (note_mouse_highlight): Pass POS argument to fast_find_position as int.
Sun, 01 Sep 1996 20:49:29 +0000 Richard M. Stallman (x_term_init): Initialize Xatom_FONT member.
Sat, 31 Aug 1996 02:44:14 +0000 Richard M. Stallman (XTupdate_end): Always clear mouse_face_defer flag.
Fri, 30 Aug 1996 18:49:07 +0000 Richard M. Stallman (do_line_dance, dumprectangle): Use x_update_cursor.
Thu, 29 Aug 1996 06:22:28 +0000 Richard M. Stallman (XTread_socket): Call XFilterEvent on all events,
Sun, 25 Aug 1996 23:31:20 +0000 Richard M. Stallman (fast_find_position): Fix previous change.
Sun, 25 Aug 1996 17:48:32 +0000 Richard M. Stallman (fast_find_position): Minor fix in handling maybe_next_line.
Sat, 24 Aug 1996 00:03:22 +0000 Richard M. Stallman (x_term_init): If the default Xt font does not exist on
Wed, 31 Jul 1996 17:18:54 +0000 Richard M. Stallman (XTread_socket): Delete the code to pass menu bar keys
Wed, 31 Jul 1996 16:52:52 +0000 Richard M. Stallman (XTread_socket): Delete the code to pass menu bar keys
Tue, 30 Jul 1996 21:10:40 +0000 Richard M. Stallman (XTread_socket): Pass keys in menu bar to toolkit alone
Sun, 28 Jul 1996 00:42:14 +0000 Richard M. Stallman Fix previous change.
Sat, 27 Jul 1996 20:30:31 +0000 Richard M. Stallman (last_mouse_press_frame): New variable.