log src/charset.c @ 51380:0254c3b1ede8

age author description
Tue, 04 Feb 2003 14:56:31 +0000 Juanma Barranquero Trailing whitespace deleted.
Thu, 14 Nov 2002 14:12:30 +0000 Dave Love Declare all args (per C99).
Tue, 16 Jul 2002 19:47:56 +0000 Ken Raeburn (find_charset_in_text, c_string_width):
Mon, 15 Jul 2002 00:00:41 +0000 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
Thu, 27 Jun 2002 16:13:17 +0000 Juanma Barranquero (Fchar_bytes): Remove obsolescence info from docstring.
Mon, 20 May 2002 08:05:09 +0000 Ken Raeburn * charset.c (Fdefine_charset, Fdeclare_equiv_charset): Use XSTRING
Fri, 26 Apr 2002 12:03:20 +0000 Eli Zaretskii (CHAR_COMPONENTS_VALID_P): Tell in a comment that some invalid pairs are
Mon, 01 Apr 2002 22:54:03 +0000 Stefan Monnier (Fstring): Allow 0 arguments.
Mon, 04 Mar 2002 23:41:00 +0000 Stefan Monnier Change defvar_int def and vars to use EMACS_INT instead of just int.
Wed, 06 Feb 2002 19:12:14 +0000 Eli Zaretskii (get_charset_id): Use if-else instead of ?:.
Tue, 18 Dec 2001 19:38:18 +0000 Richard M. Stallman (Fdefine_charset): Call Fupdate_coding_systems_internal.
Sun, 09 Dec 2001 00:55:19 +0000 Pavel Jank (char_to_string_1, translate_char, Fdefine_charset): Add parentheses around
Fri, 02 Nov 2001 20:46:55 +0000 Pavel Jank Update usage of CHECK_ macros (remove unused second argument).
Sun, 21 Oct 2001 09:59:56 +0000 Miles Bader (Fstring): Add usage: string to doc string.
Sat, 20 Oct 2001 20:54:39 +0000 Pavel Jank Change doc-string comments to `new style' [w/`doc:' keyword].
Mon, 08 Oct 2001 08:07:49 +0000 Gerd Moellmann Don't define min/max.
Fri, 13 Jul 2001 09:30:42 +0000 Gerd Moellmann (char_to_string_1): Extracted from char_to_string.
Mon, 05 Mar 2001 06:41:40 +0000 Kenichi Handa (char_to_string): If a single byte char has modifier
Fri, 09 Feb 2001 06:13:57 +0000 ShengHuo ZHU 2001-02-09 ShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 09 Feb 2001 05:32:24 +0000 Kenichi Handa (Fstring): If all arguments are less than 256, return a unibyte
Wed, 07 Feb 2001 04:24:49 +0000 Kenichi Handa (parse_str_to_multibyte): New function.
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.
Tue, 19 Oct 1999 07:25:11 +0000 Paul Eggert Add support for large files, 64-bit Solaris, system locale codings.
Wed, 08 Sep 1999 11:49:34 +0000 Kenichi Handa (CHAR_COMPONENTS_VALID_P): Fix for ASCII.
Wed, 08 Sep 1999 11:16:02 +0000 Kenichi Handa Reset MSBs of arguments of MAKE_CHAR.
Tue, 07 Sep 1999 12:19:26 +0000 Kenichi Handa Lots of comments fixed.
Fri, 03 Sep 1999 01:28:42 +0000 Kenichi Handa (SPLIT_COMPOSITE_SEQ): New macro.
Fri, 13 Aug 1999 12:54:08 +0000 Kenichi Handa (non_ascii_char_to_string): Handle modifier bits as
Sat, 02 Jan 1999 20:00:29 +0000 Richard M. Stallman (Ffind_charset_region): Fix doc typo.
Tue, 22 Dec 1998 06:06:48 +0000 Kenichi Handa (Fcharset_after): Check range. If POS is out of
Mon, 21 Dec 1998 16:12:53 +0000 Eli Zaretskii (unibyte_char_to_multibyte): Don't convert 7-bit ASCII characters via