bpt/emacs.git
2002-11-06 Dave Love*** empty log message ***
2002-11-06 Kenichi Handa(decode_coding_utf_8): When eol_type is Qdos, handle
2002-11-06 Kenichi Handa*** empty log message ***
2002-11-01 Dave Love(unicode-data): Find unicodedata-file
2002-10-31 Dave Love*** empty log message ***
2002-10-31 Dave LoveDoc fixes.
2002-10-31 Dave Love(XTread_socket): Fix changes for defined keysyms. Add
2002-10-30 Kenichi Handa*** empty log message ***
2002-10-30 Kenichi HandaChange indian-2-column chars of Hindi line to Unicode...
2002-10-30 Kenichi Handa*** empty log message ***
2002-10-30 Kenichi Handa("fontset-default"): Add an entry for `indian-is13194...
2002-10-30 Kenichi Handa(indian-is13194): Delete :unify-map
2002-10-30 Kenichi Handa*** empty log message ***
2002-10-30 Kenichi HandaDelete the superfluous autoload cookie
2002-10-30 Kenichi Handa(Fset_charset_priority): Fix previous change.
2002-10-30 Kenichi Handa(indian-2-column-to-ucs-region): Add autoload cookie.
2002-10-30 Kenichi Handa(Fset_charset_priority): Update Viso_2022_charset_list.
2002-10-29 Kenichi Handa(font_resizing_ratio): Fix last change.
2002-10-29 Kenichi Handa*** empty log message ***
2002-10-29 Kenichi Handa("fontset-default"): Add an entry for
2002-10-29 Kenichi Handa(malayalam-glyph): New charset.
2002-10-29 Kenichi Handa(Vface_resizing_fonts): New variable.
2002-10-29 Dave Love(xaw_scroll_callback): Cast correctly.
2002-10-28 Dave Love*** empty log message ***
2002-10-28 Dave Love(XTread_socket): Only consider keysym>=32 for ASCII.
2002-10-28 Dave Love(lispy_accent_codes, lispy_accent_keys): Extend.
2002-10-28 Dave LoveComment.
2002-10-28 Dave Love*** empty log message ***
2002-10-28 Dave Love*** empty log message ***
2002-10-28 Dave Love(xaw_scroll_callback): Cast call_data.
2002-10-28 Dave LoveFix typo in loop setting x-keysym-table.
2002-10-27 Dave Love*** empty log message ***
2002-10-27 Dave Love(utf-8-emacs): Delete :mime-charset.
2002-10-27 Dave Love(Vx_keysym_table): New.
2002-10-27 Dave Love(wid-edit): Require when compiling.
2002-10-27 Dave LoveRemove some ancient compatibility code. Populate
2002-10-25 Kenichi Handa(in-is13194-devanagari): Fix
2002-10-25 Kenichi Handa*** empty log message ***
2002-10-17 Dave LoveRedundant with ibm866.map.
2002-10-16 Dave Love("turkish-latin-3-alt-postfix"): Make it
2002-10-16 Dave Love("turkish-latin-3-postfix"): Make it
2002-10-16 Dave Love*** empty log message ***
2002-10-16 Dave Love(charset): Supply doc, :tag.
2002-10-16 Dave LoveFix mode line.
2002-10-16 Dave Love(mm-encode-body): Doc fix.
2002-10-16 Dave Love(quoted-printable-encode-region): Fix non-Emacs 22...
2002-10-16 Kenichi Handa(Fdefine_coding_system_internal): Fix previous change.
2002-10-16 Kenichi Handa(detect_coding_charset): If only ASCII bytes are found...
2002-10-16 Kenichi Handa*** empty log message ***
2002-10-16 Kenichi Handa(set-locale-environment): Delete superfluous ')'s at...
2002-10-16 Kenichi Handa(byte-compile-lapcode): Be sure to return a unibyte...
2002-10-16 Kenichi Handa(detect_coding): Fix previous change.
2002-10-15 Dave Love*** empty log message ***
2002-10-15 Dave Love*** empty log message ***
2002-10-15 Dave Love(Fcheck_coding_system): Doc fix.
2002-10-15 Dave Love(Finsert_byte): Return a proper value.
2002-10-15 Kenichi Handa(set-locale-environment): Delete superfluous ')'s at...
2002-10-15 Kenichi Handa*** empty log message ***
2002-10-15 Kenichi Handa(define-coding-system): Fix typo; "docode" -> "decode".
2002-10-15 Kenichi Handa(Freplace_match): Check C by ASCII_CHAR_P, not by
2002-10-15 Kenichi Handa(Ftext_char_description): Check C by ASCII_CHAR_P, not
2002-10-15 Kenichi Handa(copy_text): Check C by ASCII_CHAR_P, not by
2002-10-15 Kenichi Handa(concat): Check CH by ASCII_CHAR_P, not by
2002-10-15 Kenichi Handa(general_insert_function): Check VAL by ASCII_CHAR_P,
2002-10-15 Kenichi Handa(Faset): Check NEWELT by ASCII_CHAR_P, not by
2002-10-15 Kenichi Handa(decode_coding): Fix args to translate_chars. Pay
2002-10-14 Dave Love*** empty log message ***
2002-10-14 Dave Love(side-effect-free-fns): Add
2002-10-14 Dave Love(cyrillic-alternativnyj): Remove
2002-10-14 Dave Love(Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
2002-10-11 Dave Love*** empty log message ***
2002-10-11 Dave Love*** empty log message ***
2002-10-11 Dave Love(alternativnyj): Use new table.
2002-10-11 Dave Love(ibm1047, cp1047): New.
2002-10-11 Dave LoveNew.
2002-10-10 Dave Love*** empty log message ***
2002-10-10 Dave Love(Flanginfo): Fix typo.
2002-10-10 Dave Love*** empty log message ***
2002-10-10 Dave Love(unexec): Make last change conditional on Irix 6.5.
2002-10-10 Kenichi Handa(detect_coding_utf_8): Check incomplete byte sequence.
2002-10-10 Kenichi Handa*** empty log message ***
2002-10-09 Dave Love*** empty log message ***
2002-10-09 Dave Love(quoted-printable-encode-region): Fix non-multibyte...
2002-10-09 Dave LoveComment.
2002-10-09 Dave Love(describe-language-environment): Be
2002-10-09 Dave Love("Bulgarian"): Fix input method and
2002-10-09 Dave Love("Latin-2", "Latin-5"): Doc fix.
2002-10-09 Dave Love(decode_coding_utf_8): Treat surrogates as invalid.
2002-10-09 Kenichi Handa*** empty log message ***
2002-10-09 Kenichi Handa(select-safe-coding-system): If
2002-10-09 Kenichi Handa(char_string): Renamed from
2002-10-09 Kenichi Handa(CHAR_STRING): Call char_string if C is greater than
2002-10-07 Dave Love*** empty log message ***
2002-10-07 Dave Love(quoted-printable-encode-region): Go to start of range
2002-10-07 Kenichi Handa(re_search_2): Fix for the case of unibyte buffer.
2002-10-07 Kenichi Handa(push_key_description): Pay attention to force_multibyte.
2002-10-06 Dave Love*** empty log message ***
2002-10-06 Dave LoveCopyright up-date.
2002-10-06 Dave LoveComment fix.
2002-10-06 Dave Love(define_charset_internal): Rename `supprementary'.
next