log src/charset.h @ 57570:8dcad0d503c2

age author description
2004-04-04 Eli Zaretskii (SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings from GCC.
2003-09-01 Miles Bader Add arch taglines
2003-05-31 Kenichi Handa (VALID_LEADING_CODE_P): New macro.
2003-04-17 Stefan Monnier (PARSE_MULTIBYTE_SEQ): Pretend `length' is used.
2003-01-19 Stefan Monnier (Funibyte_char_to_multibyte): Export.
2003-01-16 Kenichi Handa (NEXT_CHAR_BOUNDARY, PREV_CHAR_BOUNDARY): New macros.
2002-07-19 Ken Raeburn (BCOPY_SHORT): Source pointer now points to const.
2002-07-16 Ken Raeburn (find_charset_in_text, c_string_width):
2002-07-16 Ken Raeburn (FETCH_STRING_CHAR_ADVANCE, FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTES
2002-07-16 Ken Raeburn * charset.h (FETCH_STRING_CHAR_ADVANCE,
2002-07-15 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
2002-04-01 Stefan Monnier (DEC_POS, BUF_DEC_POS): Use BEG_BYTE.
2002-01-01 Pavel Janík (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment when used as truth
2001-07-13 Gerd Moellmann (CHAR_STRING_NO_SIGNAL): New macro.
2001-02-07 Kenichi Handa (parse_str_to_multibyte): Extern it.
2001-01-22 Dave Love comment fixes
2001-01-19 Kenichi Handa (c_string_width, lisp_string_width): Extern them.
2000-10-10 Kenichi Handa (CHAR_STRING): Optimized for single byte characters.
2000-09-19 Kenichi Handa (UNIBYTE_STR_AS_MULTIBYTE_P): Fix previous change.
2000-09-07 Kenichi Handa (MIN_CHARSET_OFFICIAL_DIMENSION1): Define it as 0x80, not 0x81.
2000-09-07 Kenichi Handa (MAKE_CHAR): Be sure to set MSB of C1 to 0.
2000-07-18 Kenichi Handa (MAKE_CHAR): Return reasonable code even if CHARSET is undefined.
2000-06-11 Kenichi Handa (EMACS_CHARSET_H): Renamed from _CHARSET_H.
2000-06-10 Kenichi Handa (CHARSET_8_BIT_GRAPHIC): Define as 0x80.
2000-05-19 Kenichi Handa (LEADING_CODE_8_BIT_CONTROL, CHARSET_8_BIT_CONTROL,
2000-04-08 Ken Raeburn (CHARSET_TABLE_ENTRY): Fix comment -- argument is a C int, not a lisp integer.
2000-04-02 Stefan Monnier * regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
2000-03-14 Stefan Monnier * regex.c: Declare a new type `re_char' used throughout the code for the
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-09-11 Ken Raeburn (GET_TRANSLATION_TABLE): Use XCDR.
1999-09-07 Kenichi Handa Lots of comments fixed.
1999-09-03 Kenichi Handa (MAKE_NON_ASCII_CHAR): Handle the case that C1 or C2
1999-08-10 Karl Heuer (BCOPY_SHORT): Fix typo `unsigined'.
1999-07-21 Gerd Moellmann (CHAR_LEN): Moved here from dispextern.h.
1999-05-26 Kenichi Handa Fix previous change.
1999-05-26 Kenichi Handa (Vcharset_table): Comment fixed.
1998-12-15 Kenichi Handa (find_charset_in_str): Update declaration.
1998-12-03 Andreas Schwab Declare char_valid_p.
1998-11-26 Kenichi Handa (CHAR_BYTES): If C has modifier bits, return 1.
1998-11-16 Kenichi Handa (SINGLE_BYTE_CHAR_P): Check if C is negative or not.
1998-11-10 Kenichi Handa (cmpchar_component): Proto-type adjusted.
1998-11-06 Kenichi Handa (SPLIT_NON_ASCII_CHAR): Check dimension of an invalid
1998-11-06 Kenichi Handa (MAKE_NON_ASCII_CHAR): Check validity of CHARSET.
1998-10-19 Kenichi Handa (Vauto_fill_chars): Extern it.
1998-09-07 Kenichi Handa (STRING_CHAR_AND_LENGTH): Return correct value in
1998-08-28 Kenichi Handa (CHAR_BYTES): New macro.
1998-07-06 Kenichi Handa (MAX_CHAR_COMPOSITION): Defined as (GLYPH_MASK_CHAR -
1998-06-20 Karl Heuer Doc fixes.
1998-05-22 Kenichi Handa (STRING_CHAR_AND_CHAR_LENGTH): New macro.
1998-05-21 Kenichi Handa (find_charset_in_str): Number of arguments fixed.
1998-05-18 Kenichi Handa Change terms unify/unification to
1998-04-09 Kenichi Handa (MULTIBYTE_FORM_LENGTH): Don't check LEN here.
1998-04-08 Karl Heuer (string_to_non_ascii_char, multibyte_form_length)
1998-04-08 Karl Heuer (CHAR_STRING): Cast to unsigned char ** explicitly.
1998-03-03 Kenichi Handa (NONASCII_INSERT_OFFSET): New macro.
1998-02-20 Kenichi Handa (INC_POS): Use macro BASE_LEADING_CODE_P.
1998-02-16 Richard M. Stallman (INC_BOTH, DEC_BOTH): In unibyte mode, simply increment bytepos.
1998-01-23 Kenichi Handa Delete garbage line "int use_dialog_box".
1998-01-22 Kenichi Handa (BCOPY_SHORT): New macro.