log src/charset.c @ 65753:3d159a94747e

age author description
2005-08-07 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-07-04 Lute Kamstra Update FSF's address.
2005-05-02 Luc Teirlinck (syms_of_charset): Delete defsubr for Schars_in_region.
2005-05-01 Nick Roberts (Fchars_in_region): Remove as obsolete.
2004-10-26 Kim F. Storm Fix SAFE_FREE calls. Replace SAFE_FREE_LISP calls.
2004-06-21 Kim F. Storm (Fstring): Use SAFE_ALLOCA.
2004-05-10 Juanma Barranquero (Fget_unused_iso_final_char): Fix typos in docstring.
2004-01-07 Kenichi Handa (Fdeclare_equiv_charset): Fix docstring.
2003-09-01 Miles Bader Add arch taglines
2003-02-04 Juanma Barranquero Trailing whitespace deleted.
2002-11-14 Dave Love Declare all args (per C99).
2002-07-16 Ken Raeburn (find_charset_in_text, c_string_width):
2002-07-15 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
2002-06-27 Juanma Barranquero (Fchar_bytes): Remove obsolescence info from docstring.
2002-05-20 Ken Raeburn * charset.c (Fdefine_charset, Fdeclare_equiv_charset): Use XSTRING
2002-04-26 Eli Zaretskii (CHAR_COMPONENTS_VALID_P): Tell in a comment that some invalid pairs are
2002-04-01 Stefan Monnier (Fstring): Allow 0 arguments.
2002-03-04 Stefan Monnier Change defvar_int def and vars to use EMACS_INT instead of just int.
2002-02-06 Eli Zaretskii (get_charset_id): Use if-else instead of ?:.
2001-12-18 Richard M. Stallman (Fdefine_charset): Call Fupdate_coding_systems_internal.
2001-12-09 Pavel Janík (char_to_string_1, translate_char, Fdefine_charset): Add parentheses around
2001-11-02 Pavel Janík Update usage of CHECK_ macros (remove unused second argument).
2001-10-21 Miles Bader (Fstring): Add usage: string to doc string.
2001-10-20 Pavel Janík Change doc-string comments to `new style' [w/`doc:' keyword].
2001-10-08 Gerd Moellmann Don't define min/max.
2001-07-13 Gerd Moellmann (char_to_string_1): Extracted from char_to_string.
2001-03-05 Kenichi Handa (char_to_string): If a single byte char has modifier
2001-02-09 ShengHuo ZHU 2001-02-09 ShengHuo ZHU <zsh@cs.rochester.edu>
2001-02-09 Kenichi Handa (Fstring): If all arguments are less than 256, return a unibyte
2001-02-07 Kenichi Handa (parse_str_to_multibyte): New function.
2001-01-22 Dave Love comment fixes
2001-01-19 Kenichi Handa (strwidth): Use c_string_width.
2001-01-02 Eli Zaretskii (char_printable_p): Remove unused variable `chars'.
2000-12-21 Kenichi Handa (Fmake_char_internal): If CHARSET doesn't have a
2000-11-20 Kenichi Handa (get_new_private_charset_id): Don't limit CHARSET_ID by WIDTH.
2000-10-11 Eli Zaretskii (Ffind_charset_string): Doc fix.
2000-10-06 Dave Love (Ffind_charset_string): Doc fix.
2000-09-07 Kenichi Handa Include composite.h
2000-08-26 Kenichi Handa *** empty log message ***
2000-08-26 Kenichi Handa (char_to_string): Check the character validity.
2000-08-08 Kenichi Handa (Fchar_width): Doc fix.
2000-08-08 Gerd Moellmann (Fstring_width): Doc fix.
2000-06-18 Ken Raeburn fix up more Lisp_Object/int conversion issues
2000-06-10 Kenichi Handa (update_charset_table): Update the table
2000-05-29 Eli Zaretskii (syms_of_charset): Revert previous change.
2000-05-28 Eli Zaretskii (syms_of_charset): Set width of character sets
2000-05-26 Kenichi Handa (init_charset_once): Set the table bytes_by_char_head
2000-05-24 Kenichi Handa (update_charset_table): Accept nil in LONG_NAME and
2000-05-23 Kenichi Handa Fix previous change (typo).
2000-05-23 Kenichi Handa Fix comment for find_charset_in_text.
2000-05-19 Kenichi Handa (Qeight_bit_control, Qeight_bit_graphic): New
2000-05-04 Dave Love (syms_of_charset) [auto-fill-chars]: Doc fix.
2000-04-08 Ken Raeburn * charset.c (Fmake_char_internal): CHAR_COMPONENTS_VALID_P takes a
2000-02-21 Dave Love (find_charset_in_str): Fix use of `c' instead of `c1'.
2000-02-09 Dave Love Comment fix.
2000-01-25 Gerd Moellmann (Fstring): If there is a multibyte char among
1999-12-27 Kenichi Handa (char_bytes): Use ((1 << CHARACTERBITS) - 1) instead
1999-12-15 Kenichi Handa In this entry, just `Modified' means that codes for a
1999-11-28 Eli Zaretskii (Fmake_char_internal): Print the charset ID when
1999-11-03 Dave Love (split_non_ascii_string): Define return value.