bpt/emacs.git
21 years ago(Fset_charset_priority): Update Viso_2022_charset_list.
Kenichi Handa [Wed, 30 Oct 2002 00:38:43 +0000 (00:38 +0000)]
(Fset_charset_priority): Update Viso_2022_charset_list.

21 years ago(font_resizing_ratio): Fix last change.
Kenichi Handa [Tue, 29 Oct 2002 12:14:44 +0000 (12:14 +0000)]
(font_resizing_ratio): Fix last change.

21 years ago*** empty log message ***
Kenichi Handa [Tue, 29 Oct 2002 12:11:48 +0000 (12:11 +0000)]
*** empty log message ***

21 years ago("fontset-default"): Add an entry for
Kenichi Handa [Tue, 29 Oct 2002 12:11:24 +0000 (12:11 +0000)]
("fontset-default"): Add an entry for
`devanagari' script and `malayalam-glyph' charset.
(face-resizing-fonts): Register CDAC fonts.

21 years ago(malayalam-glyph): New charset.
Kenichi Handa [Tue, 29 Oct 2002 12:09:37 +0000 (12:09 +0000)]
(malayalam-glyph): New charset.

21 years ago(Vface_resizing_fonts): New variable.
Kenichi Handa [Tue, 29 Oct 2002 12:02:20 +0000 (12:02 +0000)]
(Vface_resizing_fonts): New variable.
(struct font_name): New member `resizing_ratio'.
(font_resizing_ratio): New function.
(split_font_name): Set font->resizing_ratio.
(better_font_p): Pay attention to font->resizing_ratio.
(build_scalable_font_name): Likewise.  Don't change POINT_SIZE,
RESX, and RESY fields.
(try_alternative_families): Try scalable fonts if
Vscalable_fonts_allowed is not Qt.
(syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.

21 years ago(xaw_scroll_callback): Cast correctly.
Dave Love [Tue, 29 Oct 2002 11:39:06 +0000 (11:39 +0000)]
(xaw_scroll_callback): Cast correctly.

21 years ago*** empty log message ***
Dave Love [Mon, 28 Oct 2002 23:11:26 +0000 (23:11 +0000)]
*** empty log message ***

21 years ago(XTread_socket): Only consider keysym>=32 for ASCII.
Dave Love [Mon, 28 Oct 2002 22:57:17 +0000 (22:57 +0000)]
(XTread_socket): Only consider keysym>=32 for ASCII.

21 years ago(lispy_accent_codes, lispy_accent_keys): Extend.
Dave Love [Mon, 28 Oct 2002 22:50:00 +0000 (22:50 +0000)]
(lispy_accent_codes, lispy_accent_keys): Extend.
(lispy_kana_keys): Comment out.
(make_lispy_event) [XK_kana_A]: Comment out.

21 years agoComment.
Dave Love [Mon, 28 Oct 2002 22:48:53 +0000 (22:48 +0000)]
Comment.

21 years ago*** empty log message ***
Dave Love [Mon, 28 Oct 2002 20:18:17 +0000 (20:18 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Dave Love [Mon, 28 Oct 2002 15:36:19 +0000 (15:36 +0000)]
*** empty log message ***

21 years ago(xaw_scroll_callback): Cast call_data.
Dave Love [Mon, 28 Oct 2002 15:35:53 +0000 (15:35 +0000)]
(xaw_scroll_callback): Cast call_data.
(XTread_socket): Deal with ASCII keysyms.
(syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.

21 years agoFix typo in loop setting x-keysym-table.
Dave Love [Mon, 28 Oct 2002 14:46:01 +0000 (14:46 +0000)]
Fix typo in loop setting x-keysym-table.

21 years ago*** empty log message ***
Dave Love [Sun, 27 Oct 2002 21:29:08 +0000 (21:29 +0000)]
*** empty log message ***

21 years ago(utf-8-emacs): Delete :mime-charset.
Dave Love [Sun, 27 Oct 2002 21:26:52 +0000 (21:26 +0000)]
(utf-8-emacs): Delete :mime-charset.

21 years ago(Vx_keysym_table): New.
Dave Love [Sun, 27 Oct 2002 21:13:06 +0000 (21:13 +0000)]
(Vx_keysym_table): New.
(syms_of_xterm): Initialize it.
(XTread_socket): Use it.
From head: Eliminate incorrect optimization that tried to avoid
decoding the output of X*LookupString.
(x_get_font_repertory): Delete charset declaration.

21 years ago(wid-edit): Require when compiling.
Dave Love [Sun, 27 Oct 2002 21:10:54 +0000 (21:10 +0000)]
(wid-edit): Require when compiling.
(set-locale-environment): Check locale against coding system
aliases too.

21 years agoRemove some ancient compatibility code. Populate
Dave Love [Sun, 27 Oct 2002 21:10:00 +0000 (21:10 +0000)]
Remove some ancient compatibility code.  Populate
x-keysym-table.

21 years ago(in-is13194-devanagari): Fix
Kenichi Handa [Fri, 25 Oct 2002 07:05:14 +0000 (07:05 +0000)]
(in-is13194-devanagari): Fix
:post-read-conversion and :pre-write-conversion.

21 years ago*** empty log message ***
Kenichi Handa [Fri, 25 Oct 2002 07:04:59 +0000 (07:04 +0000)]
*** empty log message ***

21 years agoRedundant with ibm866.map.
Dave Love [Thu, 17 Oct 2002 15:16:49 +0000 (15:16 +0000)]
Redundant with ibm866.map.

21 years ago("turkish-latin-3-alt-postfix"): Make it
Dave Love [Wed, 16 Oct 2002 23:09:41 +0000 (23:09 +0000)]
("turkish-latin-3-alt-postfix"): Make it
just an alias for turkish-alt-postfix.

21 years ago("turkish-latin-3-postfix"): Make it
Dave Love [Wed, 16 Oct 2002 23:08:09 +0000 (23:08 +0000)]
("turkish-latin-3-postfix"): Make it
just an alias for turkish-postfix.

21 years ago*** empty log message ***
Dave Love [Wed, 16 Oct 2002 23:02:26 +0000 (23:02 +0000)]
*** empty log message ***

21 years ago(charset): Supply doc, :tag.
Dave Love [Wed, 16 Oct 2002 22:54:04 +0000 (22:54 +0000)]
(charset): Supply doc, :tag.

21 years agoFix mode line.
Dave Love [Wed, 16 Oct 2002 16:36:57 +0000 (16:36 +0000)]
Fix mode line.

21 years ago(mm-encode-body): Doc fix.
Dave Love [Wed, 16 Oct 2002 16:25:57 +0000 (16:25 +0000)]
(mm-encode-body): Doc fix.

21 years ago(quoted-printable-encode-region): Fix non-Emacs 22 case.
Dave Love [Wed, 16 Oct 2002 16:24:19 +0000 (16:24 +0000)]
(quoted-printable-encode-region): Fix non-Emacs 22 case.

21 years ago(Fdefine_coding_system_internal): Fix previous change.
Kenichi Handa [Wed, 16 Oct 2002 09:12:55 +0000 (09:12 +0000)]
(Fdefine_coding_system_internal): Fix previous change.

21 years ago(detect_coding_charset): If only ASCII bytes are found, return 0.
Kenichi Handa [Wed, 16 Oct 2002 05:04:10 +0000 (05:04 +0000)]
(detect_coding_charset): If only ASCII bytes are found, return 0.
(detect_coding_system): Fix previous change.
(Fdefine_coding_system_internal): Setup CODING_ATTR_ASCII_COMPAT
(attrs) correctly.

21 years ago*** empty log message ***
Kenichi Handa [Wed, 16 Oct 2002 02:19:07 +0000 (02:19 +0000)]
*** empty log message ***

21 years ago(set-locale-environment): Delete superfluous ')'s at the tail.
Kenichi Handa [Wed, 16 Oct 2002 02:18:25 +0000 (02:18 +0000)]
(set-locale-environment): Delete superfluous ')'s at the tail.

21 years ago(byte-compile-lapcode): Be sure to return a unibyte string.
Kenichi Handa [Wed, 16 Oct 2002 02:16:02 +0000 (02:16 +0000)]
(byte-compile-lapcode): Be sure to return a unibyte string.

21 years ago(detect_coding): Fix previous change.
Kenichi Handa [Wed, 16 Oct 2002 02:14:49 +0000 (02:14 +0000)]
(detect_coding): Fix previous change.

21 years ago*** empty log message ***
Dave Love [Tue, 15 Oct 2002 17:21:18 +0000 (17:21 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Dave Love [Tue, 15 Oct 2002 13:04:55 +0000 (13:04 +0000)]
*** empty log message ***

21 years ago(Fcheck_coding_system): Doc fix.
Dave Love [Tue, 15 Oct 2002 13:03:30 +0000 (13:03 +0000)]
(Fcheck_coding_system): Doc fix.

21 years ago(Finsert_byte): Return a proper value.
Dave Love [Tue, 15 Oct 2002 13:01:50 +0000 (13:01 +0000)]
(Finsert_byte): Return a proper value.

21 years ago(set-locale-environment): Delete superfluous ')'s at the tail.
Kenichi Handa [Tue, 15 Oct 2002 01:48:51 +0000 (01:48 +0000)]
(set-locale-environment): Delete superfluous ')'s at the tail.

21 years ago*** empty log message ***
Kenichi Handa [Tue, 15 Oct 2002 01:20:31 +0000 (01:20 +0000)]
*** empty log message ***

21 years ago(define-coding-system): Fix typo; "docode" -> "decode".
Kenichi Handa [Tue, 15 Oct 2002 01:19:59 +0000 (01:19 +0000)]
(define-coding-system): Fix typo; "docode" -> "decode".

21 years ago(Freplace_match): Check C by ASCII_CHAR_P, not by
Kenichi Handa [Tue, 15 Oct 2002 01:19:20 +0000 (01:19 +0000)]
(Freplace_match): Check C by ASCII_CHAR_P, not by
SINGLE_BYTE_CHAR_P.

21 years ago(Ftext_char_description): Check C by ASCII_CHAR_P, not
Kenichi Handa [Tue, 15 Oct 2002 01:19:04 +0000 (01:19 +0000)]
(Ftext_char_description): Check C by ASCII_CHAR_P, not
by SINGLE_BYTE_CHAR_P.

21 years ago(copy_text): Check C by ASCII_CHAR_P, not by
Kenichi Handa [Tue, 15 Oct 2002 01:18:45 +0000 (01:18 +0000)]
(copy_text): Check C by ASCII_CHAR_P, not by
SINGLE_BYTE_CHAR_P.

21 years ago(concat): Check CH by ASCII_CHAR_P, not by
Kenichi Handa [Tue, 15 Oct 2002 01:18:25 +0000 (01:18 +0000)]
(concat): Check CH by ASCII_CHAR_P, not by
SINGLE_BYTE_CHAR_P.

21 years ago(general_insert_function): Check VAL by ASCII_CHAR_P,
Kenichi Handa [Tue, 15 Oct 2002 01:18:09 +0000 (01:18 +0000)]
(general_insert_function): Check VAL by ASCII_CHAR_P,
not by SINGLE_BYTE_CHAR_P.

21 years ago(Faset): Check NEWELT by ASCII_CHAR_P, not by
Kenichi Handa [Tue, 15 Oct 2002 01:17:51 +0000 (01:17 +0000)]
(Faset): Check NEWELT by ASCII_CHAR_P, not by
SINGLE_BYTE_CHAR_P.

21 years ago(decode_coding): Fix args to translate_chars. Pay
Kenichi Handa [Tue, 15 Oct 2002 01:15:52 +0000 (01:15 +0000)]
(decode_coding): Fix args to translate_chars.  Pay
attention to Vstandard_translation_table_for_decode.
(encode_coding): Fix args to translate_chars.  Pay attention to
Vstandard_translation_table_for_encode.

21 years ago*** empty log message ***
Dave Love [Mon, 14 Oct 2002 17:30:06 +0000 (17:30 +0000)]
*** empty log message ***

21 years ago(side-effect-free-fns): Add
Dave Love [Mon, 14 Oct 2002 17:29:54 +0000 (17:29 +0000)]
(side-effect-free-fns): Add
 string-make-unibyte string-make-multibyte string-to-multibyte
 string-as-multibyte string-as-unibyte.

21 years ago(cyrillic-alternativnyj): Remove
Dave Love [Mon, 14 Oct 2002 17:29:27 +0000 (17:29 +0000)]
(cyrillic-alternativnyj): Remove
mime-charset.  Use alternativnj charset.
(cp866): Remove alias.  Define standalone.

21 years ago(Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
Dave Love [Mon, 14 Oct 2002 17:13:49 +0000 (17:13 +0000)]
(Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.

21 years ago*** empty log message ***
Dave Love [Fri, 11 Oct 2002 20:57:12 +0000 (20:57 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Dave Love [Fri, 11 Oct 2002 17:54:00 +0000 (17:54 +0000)]
*** empty log message ***

21 years ago(alternativnyj): Use new table.
Dave Love [Fri, 11 Oct 2002 17:52:53 +0000 (17:52 +0000)]
(alternativnyj): Use new table.
(cp866): Define standalone, not as alias.
(ibm866): Change alias.
(ibm1047): New.

21 years ago(ibm1047, cp1047): New.
Dave Love [Fri, 11 Oct 2002 17:51:33 +0000 (17:51 +0000)]
(ibm1047, cp1047): New.

21 years agoNew.
Dave Love [Fri, 11 Oct 2002 17:48:56 +0000 (17:48 +0000)]
New.

21 years ago*** empty log message ***
Dave Love [Thu, 10 Oct 2002 23:06:03 +0000 (23:06 +0000)]
*** empty log message ***

21 years ago(Flanginfo): Fix typo.
Dave Love [Thu, 10 Oct 2002 23:03:13 +0000 (23:03 +0000)]
(Flanginfo): Fix typo.

21 years ago*** empty log message ***
Dave Love [Thu, 10 Oct 2002 22:36:24 +0000 (22:36 +0000)]
*** empty log message ***

21 years ago(unexec): Make last change conditional on Irix 6.5.
Dave Love [Thu, 10 Oct 2002 22:28:48 +0000 (22:28 +0000)]
(unexec): Make last change conditional on Irix 6.5.

21 years ago(detect_coding_utf_8): Check incomplete byte sequence.
Kenichi Handa [Thu, 10 Oct 2002 09:05:37 +0000 (09:05 +0000)]
(detect_coding_utf_8): Check incomplete byte sequence.
Don't update *mask when correctly detected.
(detect_coding_utf_16): Likewise.
(detect_coding_emacs_mule): Likewise.
(detect_coding_iso_2022): Likewise.
(detect_coding_sjis): Likewise.
(detect_coding_big5): Likewise.
(detect_coding_ccl): Likewise.
(decode_coding_sjis): Fix decoding of katakana-jisx0201.
(detect_eol): Delete the argument CODING, and add the argument
CATEGORY.
(detect_coding): Adjusted for the changes above.
(detect_coding_system): Likewise.

21 years ago*** empty log message ***
Kenichi Handa [Thu, 10 Oct 2002 09:03:52 +0000 (09:03 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Dave Love [Wed, 9 Oct 2002 22:51:44 +0000 (22:51 +0000)]
*** empty log message ***

21 years ago(quoted-printable-encode-region): Fix non-multibyte search
Dave Love [Wed, 9 Oct 2002 22:51:01 +0000 (22:51 +0000)]
(quoted-printable-encode-region): Fix non-multibyte search
for Emacs 22.

21 years agoComment.
Dave Love [Wed, 9 Oct 2002 22:20:36 +0000 (22:20 +0000)]
Comment.

21 years ago(describe-language-environment): Be
Dave Love [Wed, 9 Oct 2002 22:19:25 +0000 (22:19 +0000)]
(describe-language-environment): Be
case-insensitive when looking for input methods.
(locale-name-match): Doc fix.
(locale-charset-match-p): New.
(set-locale-environment): Warn if coding system doesn't agree
with system locale.

21 years ago("Bulgarian"): Fix input method and
Dave Love [Wed, 9 Oct 2002 22:16:47 +0000 (22:16 +0000)]
("Bulgarian"): Fix input method and
charset.
("Tajik", "Belarusian"): Fix charset.

21 years ago("Latin-2", "Latin-5"): Doc fix.
Dave Love [Wed, 9 Oct 2002 22:12:56 +0000 (22:12 +0000)]
("Latin-2", "Latin-5"): Doc fix.

21 years ago(decode_coding_utf_8): Treat surrogates as invalid.
Dave Love [Wed, 9 Oct 2002 22:00:36 +0000 (22:00 +0000)]
(decode_coding_utf_8): Treat surrogates as invalid.

21 years ago*** empty log message ***
Kenichi Handa [Wed, 9 Oct 2002 06:14:14 +0000 (06:14 +0000)]
*** empty log message ***

21 years ago(select-safe-coding-system): If
Kenichi Handa [Wed, 9 Oct 2002 06:13:57 +0000 (06:13 +0000)]
(select-safe-coding-system): If
:mime-charset property of a coding system is not equal to that
coding system, don't show that :mime-charset name.

21 years ago(char_string): Renamed from
Kenichi Handa [Wed, 9 Oct 2002 05:24:48 +0000 (05:24 +0000)]
(char_string): Renamed from
char_string_with_unification.  Pay attention to
CHAR_MODIFIER_MASK.
(string_char): Renamed from string_char.

21 years ago(CHAR_STRING): Call char_string if C is greater than
Kenichi Handa [Wed, 9 Oct 2002 05:16:05 +0000 (05:16 +0000)]
(CHAR_STRING): Call char_string if C is greater than
MAX_3_BYTE_CHAR.
(CHAR_STRING_ADVANCE): Likewise.
(STRING_CHAR): Call string_char instead of
string_char_with_unification.
(STRING_CHAR_AND_LENGTH): Likewise.
(STRING_CHAR_ADVANCE): Likewise.

21 years ago*** empty log message ***
Dave Love [Mon, 7 Oct 2002 17:50:19 +0000 (17:50 +0000)]
*** empty log message ***

21 years ago(quoted-printable-encode-region): Go to start of range
Dave Love [Mon, 7 Oct 2002 17:39:34 +0000 (17:39 +0000)]
(quoted-printable-encode-region): Go to start of range
before searching.
(quoted-printable-encode-region): Use multibyte-char-to-unibyte.

21 years ago(re_search_2): Fix for the case of unibyte buffer.
Kenichi Handa [Mon, 7 Oct 2002 12:59:21 +0000 (12:59 +0000)]
(re_search_2): Fix for the case of unibyte buffer.

21 years ago(push_key_description): Pay attention to force_multibyte.
Kenichi Handa [Mon, 7 Oct 2002 12:57:40 +0000 (12:57 +0000)]
(push_key_description): Pay attention to force_multibyte.

21 years ago*** empty log message ***
Dave Love [Sun, 6 Oct 2002 21:18:39 +0000 (21:18 +0000)]
*** empty log message ***

21 years agoCopyright up-date.
Dave Love [Sun, 6 Oct 2002 21:16:50 +0000 (21:16 +0000)]
Copyright up-date.

21 years agoComment fix.
Dave Love [Sun, 6 Oct 2002 21:16:08 +0000 (21:16 +0000)]
Comment fix.

21 years ago(define_charset_internal): Rename `supprementary'.
Dave Love [Sun, 6 Oct 2002 21:15:08 +0000 (21:15 +0000)]
(define_charset_internal): Rename `supprementary'.

21 years ago(quail-help): Fix underlining.
Dave Love [Sun, 6 Oct 2002 21:05:42 +0000 (21:05 +0000)]
(quail-help): Fix underlining.

21 years ago(quail-indian-preceding-char-position)
Dave Love [Sun, 6 Oct 2002 20:53:43 +0000 (20:53 +0000)]
(quail-indian-preceding-char-position)
(quail-indian-update-translation, quail-define-inscript-package):
Use characterp, not char-valid-p.

21 years ago("Chinese-GB18030"): Fix more.
Dave Love [Sun, 6 Oct 2002 17:36:27 +0000 (17:36 +0000)]
("Chinese-GB18030"): Fix more.

21 years ago(chinese-gb18030): Fix last change.
Dave Love [Sun, 6 Oct 2002 17:08:15 +0000 (17:08 +0000)]
(chinese-gb18030): Fix last change.

21 years ago*** empty log message ***
Dave Love [Sun, 6 Oct 2002 16:55:31 +0000 (16:55 +0000)]
*** empty log message ***

21 years ago(lisp, shortlisp): Remove latin-N.
Dave Love [Sun, 6 Oct 2002 16:55:14 +0000 (16:55 +0000)]
(lisp, shortlisp): Remove latin-N.

21 years ago(locale-language-names): Add GB18030.
Dave Love [Sun, 6 Oct 2002 16:23:09 +0000 (16:23 +0000)]
(locale-language-names): Add GB18030.

21 years ago(chinese-gb18030, gb18030)
Dave Love [Sun, 6 Oct 2002 16:22:40 +0000 (16:22 +0000)]
(chinese-gb18030, gb18030)
("Chinese-GB18030"): New.

21 years agoDon't require latin-1.
Dave Love [Sun, 6 Oct 2002 16:12:56 +0000 (16:12 +0000)]
Don't require latin-1.

21 years ago(use_xim): Initialize.
Dave Love [Sun, 6 Oct 2002 13:29:21 +0000 (13:29 +0000)]
(use_xim): Initialize.
(xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
(x_term_init): Maybe set use_xim.

21 years ago(use_xim) [HAVE_X_I18N]: Declare.
Dave Love [Sat, 5 Oct 2002 23:19:04 +0000 (23:19 +0000)]
(use_xim) [HAVE_X_I18N]: Declare.

21 years ago*** empty log message ***
Dave Love [Sat, 5 Oct 2002 19:23:48 +0000 (19:23 +0000)]
*** empty log message ***

21 years ago(language-info-alist): Doc fix.
Dave Love [Sat, 5 Oct 2002 19:23:04 +0000 (19:23 +0000)]
(language-info-alist): Doc fix.

21 years ago("Czech"): Remove unibyte-syntax property.
Dave Love [Sat, 5 Oct 2002 19:21:53 +0000 (19:21 +0000)]
("Czech"): Remove unibyte-syntax property.

21 years ago("Slovak"): Remove unibyte-syntax property.
Dave Love [Sat, 5 Oct 2002 19:19:14 +0000 (19:19 +0000)]
("Slovak"): Remove unibyte-syntax property.

21 years ago("Romanian"): Remove unibyte-syntax property.
Dave Love [Sat, 5 Oct 2002 19:18:47 +0000 (19:18 +0000)]
("Romanian"): Remove unibyte-syntax property.