log src/xterm.c @ 26581:b679911f6f28

age author description
Tue, 19 Oct 1999 07:25:11 +0000 Paul Eggert Add support for large files, 64-bit Solaris, system locale codings.
Fri, 08 Oct 1999 11:32:09 +0000 Gerd Moellmann (XTread_socket) <ClientMessage, WM_TAKE_FOCUS>:
Thu, 23 Sep 1999 11:58:49 +0000 Gerd Moellmann (XTread_socket) <MotionNotify>: Change #ifdef
Tue, 14 Sep 1999 13:09:49 +0000 Gerd Moellmann (x_scroll_bar_handle_click): Compile only if
Mon, 13 Sep 1999 19:10:19 +0000 Dave Love Don't continue #define args for benefit of old cc.
Mon, 13 Sep 1999 11:14:29 +0000 Gerd Moellmann (XTcursor_to): Change for Lisp_Object selected_frame.
Sun, 12 Sep 1999 07:05:34 +0000 Ken Raeburn Use XCAR and XCDR instead of explicit member references.
Sat, 11 Sep 1999 01:15:25 +0000 Richard M. Stallman (XTread_socket): In XSetInputFocus, use RevertToParent,
Sun, 05 Sep 1999 16:39:19 +0000 Gerd Moellmann Change
Sun, 05 Sep 1999 15:49:07 +0000 Gerd Moellmann Change spelling of `toolbar' to `tool_bar' or `tool-bar'.
Sun, 05 Sep 1999 12:13:41 +0000 Gerd Moellmann (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
Fri, 03 Sep 1999 18:50:00 +0000 Gerd Moellmann (XTset_vertical_scroll_bar): Block input when clearing
Fri, 03 Sep 1999 12:43:32 +0000 Gerd Moellmann (x_scroll_bar_create): Don't clear under scroll bar
Mon, 30 Aug 1999 23:14:36 +0000 Gerd Moellmann Remove unused bitmaps.
Tue, 24 Aug 1999 19:25:11 +0000 Gerd Moellmann (expose_window_tree): Fix typo CANON_Y_UNIT to
Sat, 21 Aug 1999 19:31:13 +0000 Gerd Moellmann Call change_frame_size and do_pending_window_change with
Thu, 19 Aug 1999 13:56:14 +0000 Gerd Moellmann (XTset_vertical_scroll_bar): Fix previous change. Clear
Tue, 17 Aug 1999 13:02:04 +0000 Gerd Moellmann (expose_area): If row extends face to end of line,
Tue, 17 Aug 1999 00:38:28 +0000 Gerd Moellmann (x_draw_glyph_string_box): Use the background width
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