log src/charset.c @ 35860:6ca400aa87d9

age author description
Mon, 22 Jan 2001 23:20:06 +0000 Dave Love comment fixes
Fri, 19 Jan 2001 05:22:21 +0000 Kenichi Handa (strwidth): Use c_string_width.
Tue, 02 Jan 2001 14:22:57 +0000 Eli Zaretskii (char_printable_p): Remove unused variable `chars'.
Thu, 21 Dec 2000 00:12:13 +0000 Kenichi Handa (Fmake_char_internal): If CHARSET doesn't have a
Mon, 20 Nov 2000 11:40:45 +0000 Kenichi Handa (get_new_private_charset_id): Don't limit CHARSET_ID by WIDTH.
Wed, 11 Oct 2000 14:10:28 +0000 Eli Zaretskii (Ffind_charset_string): Doc fix.
Fri, 06 Oct 2000 22:47:22 +0000 Dave Love (Ffind_charset_string): Doc fix.
Thu, 07 Sep 2000 02:35:08 +0000 Kenichi Handa Include composite.h
Sat, 26 Aug 2000 01:08:44 +0000 Kenichi Handa *** empty log message ***
Sat, 26 Aug 2000 01:07:49 +0000 Kenichi Handa (char_to_string): Check the character validity.
Tue, 08 Aug 2000 12:59:56 +0000 Kenichi Handa (Fchar_width): Doc fix.
Tue, 08 Aug 2000 12:38:01 +0000 Gerd Moellmann (Fstring_width): Doc fix.
Sun, 18 Jun 2000 20:14:37 +0000 Ken Raeburn fix up more Lisp_Object/int conversion issues
Sat, 10 Jun 2000 00:12:46 +0000 Kenichi Handa (update_charset_table): Update the table
Mon, 29 May 2000 07:52:36 +0000 Eli Zaretskii (syms_of_charset): Revert previous change.
Sun, 28 May 2000 10:43:30 +0000 Eli Zaretskii (syms_of_charset): Set width of character sets
Fri, 26 May 2000 02:32:05 +0000 Kenichi Handa (init_charset_once): Set the table bytes_by_char_head
Wed, 24 May 2000 03:17:37 +0000 Kenichi Handa (update_charset_table): Accept nil in LONG_NAME and
Tue, 23 May 2000 00:47:54 +0000 Kenichi Handa Fix previous change (typo).
Tue, 23 May 2000 00:46:13 +0000 Kenichi Handa Fix comment for find_charset_in_text.
Fri, 19 May 2000 23:52:27 +0000 Kenichi Handa (Qeight_bit_control, Qeight_bit_graphic): New
Thu, 04 May 2000 21:57:05 +0000 Dave Love (syms_of_charset) [auto-fill-chars]: Doc fix.
Sat, 08 Apr 2000 19:39:03 +0000 Ken Raeburn * charset.c (Fmake_char_internal): CHAR_COMPONENTS_VALID_P takes a
Mon, 21 Feb 2000 10:03:46 +0000 Dave Love (find_charset_in_str): Fix use of `c' instead of `c1'.
Wed, 09 Feb 2000 20:37:57 +0000 Dave Love Comment fix.
Tue, 25 Jan 2000 21:43:08 +0000 Gerd Moellmann (Fstring): If there is a multibyte char among
Mon, 27 Dec 1999 05:04:47 +0000 Kenichi Handa (char_bytes): Use ((1 << CHARACTERBITS) - 1) instead
Wed, 15 Dec 1999 00:04:59 +0000 Kenichi Handa In this entry, just `Modified' means that codes for a
Sun, 28 Nov 1999 10:20:12 +0000 Eli Zaretskii (Fmake_char_internal): Print the charset ID when
Wed, 03 Nov 1999 14:27:47 +0000 Dave Love (split_non_ascii_string): Define return value.