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.
|
1998-01-21 |
Richard M. Stallman |
Update 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 Schwab |
Add 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. Stallman |
Comment changes.
|
1997-06-20 |
Richard M. Stallman |
Change 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.
|