]> code.delx.au - gnu-emacs/history - src/charset.h
(Text): Replace inforef to emacs-xtra by conditional xref's, depending on
[gnu-emacs] / src / charset.h
2006-02-06 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-12-19 Kenichi HandaCopyright fixed
2005-10-24 Kenichi Handa(charset_mule_unicode_0100_24ff)
2005-08-07 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-07-04 Lute KamstraUpdate FSF's address.
2004-04-04 Eli Zaretskii(SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings from...
2003-09-01 Miles BaderAdd 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_N...
2002-07-16 Ken Raeburn* charset.h (FETCH_STRING_CHAR_ADVANCE,
2002-07-15 Ken RaeburnMost uses of XSTRING combined with STRING_BYTES or...
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...
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 Lovecomment 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...
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...
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...
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...
1999-12-27 Kenichi Handa(CHAR_BYTES): Use ((1 << CHARACTERBITS) - 1) instead
1999-12-15 Kenichi HandaIn this entry, just `Modified' means that codes for a
1999-09-11 Ken Raeburn(GET_TRANSLATION_TABLE): Use XCDR.
1999-09-07 Kenichi HandaLots 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 HandaFix 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 SchwabDeclare 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 HeuerDoc 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 HandaChange 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...
1998-01-23 Kenichi HandaDelete garbage line "int use_dialog_box".
1998-01-22 Kenichi Handa(BCOPY_SHORT): New macro.
1998-01-21 Richard M. StallmanUpdate copyright year.
1998-01-05 Richard M. Stallman(FETCH_STRING_CHAR_ADVANCE): New macro.
1997-12-31 Richard M. Stallman(CHAR_HEAD_P): Take char, not pointer, as arg.
1997-11-25 Andreas Schwab(SPLIT_STRING): Remove extra argument to
1997-11-21 Andreas SchwabAdd more prototypes and function declarations.
1997-11-15 Karl Heuer(ASCII_BYTE_P): New macro.
1997-10-23 Kenichi Handa(CHAR_VALID_P): Renamed from VALID_CHAR_P, new
1997-09-01 Kenichi Handa(LEADING_CODE_PRIVATE_22): Comment fixed.
1997-08-12 Richard M. StallmanComment changes.
1997-06-20 Richard M. StallmanChange copyright notices.
1997-05-16 Kenichi Handa(VALID_CHAR_P): New macro.
1997-05-10 Kenichi Handa(unify_char): Extern it.
1997-04-07 Kenichi Handa(CHARSET_TABLE_ENTRY): Handle ASCII charset correctly.
1997-03-18 Kenichi Handa(MAX_CHARSET): Definition changed to the actual
1997-02-27 Kenichi Handa(INC_POS, DEC_POS): Don't increase or decrease too
1997-02-23 Karl HeuerFix FSF address in comment.
1997-02-20 Karl HeuerInitial revision