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.
|
1999-10-19 |
Paul Eggert |
Add support for large files, 64-bit Solaris, system locale codings.
|
1999-09-08 |
Kenichi Handa |
(CHAR_COMPONENTS_VALID_P): Fix for ASCII.
|
1999-09-08 |
Kenichi Handa |
Reset MSBs of arguments of MAKE_CHAR.
|
1999-09-07 |
Kenichi Handa |
Lots of comments fixed.
|
1999-09-03 |
Kenichi Handa |
(SPLIT_COMPOSITE_SEQ): New macro.
|
1999-08-13 |
Kenichi Handa |
(non_ascii_char_to_string): Handle modifier bits as
|
1999-01-02 |
Richard M. Stallman |
(Ffind_charset_region): Fix doc typo.
|
1998-12-22 |
Kenichi Handa |
(Fcharset_after): Check range. If POS is out of
|
1998-12-21 |
Eli Zaretskii |
(unibyte_char_to_multibyte): Don't convert 7-bit ASCII characters via
|
1998-12-15 |
Kenichi Handa |
(Qunknown): New variable.
|
1998-11-26 |
Kenichi Handa |
(non_ascii_char_to_string): If C has modifier bits,
|