log src/xterm.c @ 23567:5a0cdfd791a2

age author description
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.