log src/charset.c @ 84887:786766804015

age author description
Wed, 08 Aug 2007 07:49:21 +0000 Glenn Morris Replace `iff' in comments.
Wed, 25 Jul 2007 07:49:39 +0000 Glenn Morris Remove license from trivial file.
Sun, 21 Jan 2007 04:57:37 +0000 Glenn Morris Add 2007 to copyright years.
Wed, 13 Dec 2006 01:13:58 +0000 Kenichi Handa Update AIST copyright years.
Mon, 06 Feb 2006 15:23:23 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Tue, 27 Dec 2005 05:47:21 +0000 Kenichi Handa (lisp_string_width): Check multibyteness of STRING.
Mon, 19 Dec 2005 07:04:44 +0000 Kenichi Handa Copyright fixed
Sun, 20 Nov 2005 07:52:40 +0000 Juri Linkov (invalid_character): Use Lisp-readable syntax
Mon, 24 Oct 2005 08:03:17 +0000 Kenichi Handa (charset_mule_unicode_0100_24ff)
Sun, 07 Aug 2005 12:33:19 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Mon, 04 Jul 2005 16:49:24 +0000 Lute Kamstra Update FSF's address.
Mon, 02 May 2005 00:37:18 +0000 Luc Teirlinck (syms_of_charset): Delete defsubr for Schars_in_region.
Sun, 01 May 2005 22:19:14 +0000 Nick Roberts (Fchars_in_region): Remove as obsolete.
Tue, 26 Oct 2004 22:38:50 +0000 Kim F. Storm Fix SAFE_FREE calls. Replace SAFE_FREE_LISP calls.
Mon, 21 Jun 2004 21:52:46 +0000 Kim F. Storm (Fstring): Use SAFE_ALLOCA.
Mon, 10 May 2004 17:51:27 +0000 Juanma Barranquero (Fget_unused_iso_final_char): Fix typos in docstring.
Wed, 07 Jan 2004 12:50:03 +0000 Kenichi Handa (Fdeclare_equiv_charset): Fix docstring.
Mon, 01 Sep 2003 15:45:59 +0000 Miles Bader Add arch taglines
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