bpt/emacs.git
21 years ago(Fmap_charset_chars): Fix handling of default value for FROM_CODE
Kenichi Handa [Mon, 22 Jul 2002 12:28:14 +0000 (12:28 +0000)]
(Fmap_charset_chars): Fix handling of default value for FROM_CODE
and TO_CODE.

21 years ago*** empty log message ***
Kenichi Handa [Mon, 22 Jul 2002 12:27:56 +0000 (12:27 +0000)]
*** empty log message ***

21 years ago(Vscript_alist): New variable.
Kenichi Handa [Mon, 22 Jul 2002 06:46:17 +0000 (06:46 +0000)]
(Vscript_alist): New variable.
(string_char_with_unification): Add `const' to local variables.
(str_as_unibyte): Likewise.
(string_escape_byte8): Likewise.
(syms_of_character): Declare script-alist as a Lisp variable.

21 years ago(LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12,
Kenichi Handa [Mon, 22 Jul 2002 06:40:36 +0000 (06:40 +0000)]
(LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12,
LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Macros
deleted.  Callers changes to use
EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
(decode_coding_ccl): Add `const' to local variables.
(consume_chars): Likewise.
(Ffind_coding_systems_region_internal): Likewise.
(Fcheck_coding_systems_region): Likewise.

21 years ago(Vcharset_ordered_list): Extern it.
Kenichi Handa [Mon, 22 Jul 2002 06:36:50 +0000 (06:36 +0000)]
(Vcharset_ordered_list): Extern it.
(charset_ordered_list_tick): Extern it.
(EMACS_MULE_LEADING_CODE_PRIVATE_11,
EMACS_MULE_LEADING_CODE_PRIVATE_12,
EMACS_MULE_LEADING_CODE_PRIVATE_21,
EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros
(Funify_charset): Adjusted for the change of Funify_charset.

21 years ago(charset_ordered_list_tick): New variable.
Kenichi Handa [Mon, 22 Jul 2002 06:35:00 +0000 (06:35 +0000)]
(charset_ordered_list_tick): New variable.
(Fdefine_charset_internal): Increment charset_ordered_list_tick.
(Funify_charset): New optional arg DEUNIFY.  If it is non-nil,
deunify intead of unify a charset.
(string_xstring_p): Add `const' to local variables.
(find_charsets_in_text): Add `const' to arguemnts and local
variables.
(encode_char): Adjusted for the change of Funify_charset.  Fix
detecting of invalid code.
(Fset_charset_priority): Increment charset_ordered_list_tick.

21 years ago(TRAILING_CODE_P): New macro.
Kenichi Handa [Mon, 22 Jul 2002 06:30:30 +0000 (06:30 +0000)]
(TRAILING_CODE_P): New macro.
(MAYBE_UNIFY_CHAR): Adjusted for the change of Funify_charset.
(string_char_with_unification): Fix prototype.
(Vscript_alist): Extern it.

21 years ago(print_object): Use octal form for printing the
Kenichi Handa [Mon, 22 Jul 2002 06:27:09 +0000 (06:27 +0000)]
(print_object): Use octal form for printing the
contents of a bool vector.

21 years ago(Fload) <!load_dangerous_libraries>: Don't leak fd.
Dave Love [Thu, 18 Jul 2002 16:30:48 +0000 (16:30 +0000)]
(Fload) <!load_dangerous_libraries>: Don't leak fd.
<version == 20>: Refuse to load.

21 years ago(fancy-splash-head): Warn about status.
Dave Love [Thu, 18 Jul 2002 11:09:38 +0000 (11:09 +0000)]
(fancy-splash-head): Warn about status.
(fancy-splash-tail): Copyright up-date.

21 years ago(detect-coding-with-priority): Fix the place of using `,' marker in
Kenichi Handa [Wed, 17 Jul 2002 11:33:09 +0000 (11:33 +0000)]
(detect-coding-with-priority): Fix the place of using `,' marker in
backguote form.

21 years ago*** empty log message ***
Kenichi Handa [Wed, 17 Jul 2002 11:32:51 +0000 (11:32 +0000)]
*** empty log message ***

21 years agoMove coding.h.
Dave Love [Wed, 17 Jul 2002 10:29:18 +0000 (10:29 +0000)]
Move coding.h.
(Qcodeset, Qdays, Qmonths): New.
(concat): Use CHARACTERP instead of INTERGERP.
(Flocale_codeset): Deleted.
(Flanginfo): New function.
(syms_of_fns): Changed accordingly.

21 years ago(adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
Dave Love [Wed, 17 Jul 2002 10:21:01 +0000 (10:21 +0000)]
(adjust_coding_eol_type): Fix eol_type/eol_seen mixup.

21 years ago(print_string): Remove CHAR_VALID_P test.
Dave Love [Tue, 16 Jul 2002 22:30:36 +0000 (22:30 +0000)]
(print_string): Remove CHAR_VALID_P test.

21 years agoComments.
Dave Love [Tue, 16 Jul 2002 21:58:25 +0000 (21:58 +0000)]
Comments.

21 years ago*** empty log message ***
Dave Love [Tue, 16 Jul 2002 15:22:12 +0000 (15:22 +0000)]
*** empty log message ***

21 years agoInclude "...h", not <...h> in some cases.
Dave Love [Tue, 16 Jul 2002 15:14:22 +0000 (15:14 +0000)]
Include "...h", not <...h> in some cases.

21 years ago(fontset_ref, fontset_set, fs_load_font)
Dave Love [Tue, 16 Jul 2002 15:10:44 +0000 (15:10 +0000)]
(fontset_ref, fontset_set, fs_load_font)
(Ffontset_info): Convert Lisp types.

21 years ago(ENCODE_DESIGNATION, decode_eol)
Dave Love [Tue, 16 Jul 2002 15:10:13 +0000 (15:10 +0000)]
(ENCODE_DESIGNATION, decode_eol)
(make_conversion_work_buffer, code_conversion_restore)
(Fdefine_coding_system_internal): Convert Lisp types.
(code_conversion_restore): Use EQ, not ==.
(Fencode_coding_string): Fix code_convert_string call.

21 years ago(Fmap_charset_chars): Check args. Convert Lisp types.
Dave Love [Tue, 16 Jul 2002 15:08:53 +0000 (15:08 +0000)]
(Fmap_charset_chars): Check args.  Convert Lisp types.
(load_charset_map, Fdeclare_equiv_charset, Fencode_char)
(Fset_charset_priority, syms_of_charset): Convert Lisp types.

21 years ago(CHECK_CHARSET_GET_ID): Use XINT on AREF result.
Dave Love [Tue, 16 Jul 2002 15:00:58 +0000 (15:00 +0000)]
(CHECK_CHARSET_GET_ID): Use XINT on AREF result.

21 years ago(syms_of_character): Fix CHAR_TABLE_SET call.
Dave Love [Tue, 16 Jul 2002 14:59:03 +0000 (14:59 +0000)]
(syms_of_character): Fix CHAR_TABLE_SET call.

21 years ago(SYNTAX_ENTRY_INT): Don't use make_number.
Dave Love [Tue, 16 Jul 2002 14:58:26 +0000 (14:58 +0000)]
(SYNTAX_ENTRY_INT): Don't use make_number.

21 years ago(init_casetab_once, init_casetab_once): Fix
Dave Love [Tue, 16 Jul 2002 14:56:55 +0000 (14:56 +0000)]
(init_casetab_once, init_casetab_once): Fix
CHAR_TABLE_SET call.

21 years ago(Fmodify_category_entry): Fix CATEGORY_MEMBER call.
Dave Love [Tue, 16 Jul 2002 14:56:33 +0000 (14:56 +0000)]
(Fmodify_category_entry): Fix CATEGORY_MEMBER call.

21 years ago(note_mouse_movement): Fix call of window_from_coordinates.
Dave Love [Tue, 16 Jul 2002 14:35:32 +0000 (14:35 +0000)]
(note_mouse_movement): Fix call of window_from_coordinates.

21 years ago(code_convert_region): Fix prototype.
Dave Love [Tue, 16 Jul 2002 13:57:41 +0000 (13:57 +0000)]
(code_convert_region): Fix prototype.

21 years ago(display_mode_element): Fix call of Fset_text_properties.
Dave Love [Tue, 16 Jul 2002 13:57:00 +0000 (13:57 +0000)]
(display_mode_element): Fix call of Fset_text_properties.

21 years ago*** empty log message ***
Dave Love [Thu, 11 Jul 2002 23:16:17 +0000 (23:16 +0000)]
*** empty log message ***

21 years ago(Fset_coding_system_priority): Allow null arg list.
Dave Love [Thu, 11 Jul 2002 23:15:52 +0000 (23:15 +0000)]
(Fset_coding_system_priority): Allow null arg list.

21 years ago(set-coding-priority): Fix obsolete spec.
Dave Love [Thu, 11 Jul 2002 23:08:18 +0000 (23:08 +0000)]
(set-coding-priority): Fix obsolete spec.

21 years ago(mule-unicode-e000-ffff): Set
Dave Love [Thu, 11 Jul 2002 23:05:47 +0000 (23:05 +0000)]
(mule-unicode-e000-ffff): Set
:max-code.

21 years ago(with-coding-priority): Fix.
Dave Love [Thu, 11 Jul 2002 22:59:06 +0000 (22:59 +0000)]
(with-coding-priority): Fix.

21 years ago(mm-find-mime-charset-region): Fix :mime-charset
Dave Love [Tue, 9 Jul 2002 22:35:42 +0000 (22:35 +0000)]
(mm-find-mime-charset-region): Fix :mime-charset
part.

21 years agoComments.
Dave Love [Sat, 6 Jul 2002 16:47:15 +0000 (16:47 +0000)]
Comments.

21 years ago*** empty log message ***
Dave Love [Fri, 5 Jul 2002 22:18:13 +0000 (22:18 +0000)]
*** empty log message ***

21 years ago(leim-list-header): Add coding tag.
Dave Love [Fri, 5 Jul 2002 21:59:41 +0000 (21:59 +0000)]
(leim-list-header): Add coding tag.

21 years ago*** empty log message ***
Dave Love [Fri, 5 Jul 2002 18:41:43 +0000 (18:41 +0000)]
*** empty log message ***

21 years ago(find-coding-systems-region)
Dave Love [Thu, 4 Jul 2002 23:05:18 +0000 (23:05 +0000)]
(find-coding-systems-region)
(language-info-alist, reset-language-environment, princ-list): Doc
fix.
(input-method-verbose-flag): Fix :type.
(set-locale-environment): Revert last change.

21 years ago*** empty log message ***
Dave Love [Wed, 3 Jul 2002 22:47:08 +0000 (22:47 +0000)]
*** empty log message ***

21 years agoComment.
Dave Love [Wed, 3 Jul 2002 22:47:00 +0000 (22:47 +0000)]
Comment.

21 years ago(set-char-table-default): Make obsolete.
Dave Love [Wed, 3 Jul 2002 22:37:38 +0000 (22:37 +0000)]
(set-char-table-default): Make obsolete.

21 years ago(Fminibuffer_complete_word): Remove unused var.
Dave Love [Wed, 3 Jul 2002 22:23:44 +0000 (22:23 +0000)]
(Fminibuffer_complete_word): Remove unused var.
(Fself_insert_and_exit): Use CHARACTERP.

21 years ago(Fcall_process): Remove unused vars.
Dave Love [Wed, 3 Jul 2002 22:20:52 +0000 (22:20 +0000)]
(Fcall_process): Remove unused vars.

21 years ago(XTread_socket): Add extra dead keysyms.
Dave Love [Wed, 3 Jul 2002 22:17:37 +0000 (22:17 +0000)]
(XTread_socket): Add extra dead keysyms.

21 years ago(decode_mode_spec_coding): Use CHARACTERP.
Dave Love [Wed, 3 Jul 2002 22:14:32 +0000 (22:14 +0000)]
(decode_mode_spec_coding): Use CHARACTERP.

21 years agoRemove prototypes for redraw_frame,
Dave Love [Wed, 3 Jul 2002 22:09:46 +0000 (22:09 +0000)]
Remove prototypes for redraw_frame,
redraw_garbaged_frames.

21 years agoCopyright up-date.
Dave Love [Wed, 3 Jul 2002 22:07:58 +0000 (22:07 +0000)]
Copyright up-date.

21 years ago(Fself_insert_command): Use CHARACTERP.
Dave Love [Wed, 3 Jul 2002 22:05:12 +0000 (22:05 +0000)]
(Fself_insert_command): Use CHARACTERP.

21 years ago(make_sub_char_table): Remove unused var.
Dave Love [Wed, 3 Jul 2002 22:03:46 +0000 (22:03 +0000)]
(make_sub_char_table): Remove unused var.
(Fset_char_table_default, Fmap_char_table): Doc fix.

21 years ago(access_keymap): Remove generic char code.
Dave Love [Wed, 3 Jul 2002 22:01:54 +0000 (22:01 +0000)]
(access_keymap): Remove generic char code.
(push_key_description): Use CHARACTERP.

21 years ago*** empty log message ***
Dave Love [Mon, 1 Jul 2002 20:44:43 +0000 (20:44 +0000)]
*** empty log message ***

21 years ago("Devanagari"): Fix coding-system,
Dave Love [Mon, 1 Jul 2002 20:42:08 +0000 (20:42 +0000)]
("Devanagari"): Fix coding-system,
coding-priority.

21 years ago(describe-char-after): Modify display
Dave Love [Mon, 1 Jul 2002 20:41:34 +0000 (20:41 +0000)]
(describe-char-after): Modify display
list processing.
(unicodedata-file, unicodedata-find): New.

21 years agoDoc fixes.
Dave Love [Mon, 1 Jul 2002 20:38:35 +0000 (20:38 +0000)]
Doc fixes.
(Funify_charset): Extra checking.

21 years agoTruncate to reflect only the branch.
Dave Love [Mon, 1 Jul 2002 17:37:27 +0000 (17:37 +0000)]
Truncate to reflect only the branch.

21 years ago(batch-byte-compile-if-not-done): Add
Dave Love [Sat, 29 Jun 2002 11:10:01 +0000 (11:10 +0000)]
(batch-byte-compile-if-not-done): Add
autoload cookie.

21 years ago(skkdic-convert): Add coding tag.
Dave Love [Sat, 29 Jun 2002 11:07:55 +0000 (11:07 +0000)]
(skkdic-convert): Add coding tag.

21 years ago(detect-coding-with-priority):
Dave Love [Sat, 29 Jun 2002 10:46:39 +0000 (10:46 +0000)]
(detect-coding-with-priority):
Rewritten.

22 years ago*** empty log message ***
Dave Love [Thu, 27 Jun 2002 22:07:39 +0000 (22:07 +0000)]
*** empty log message ***

22 years ago(compose-string): Doc fix.
Dave Love [Thu, 27 Jun 2002 21:59:18 +0000 (21:59 +0000)]
(compose-string): Doc fix.

22 years ago("Georgian"): Delete code-pages feature,
Dave Love [Thu, 27 Jun 2002 21:55:53 +0000 (21:55 +0000)]
("Georgian"): Delete code-pages feature,
add nonascii-translation.

22 years ago("German", "French", "Spanish"): Add
Dave Love [Thu, 27 Jun 2002 21:54:39 +0000 (21:54 +0000)]
("German", "French", "Spanish"): Add
latin-9 as alternative coding system.
("Slovenian", "Polish"): Add windows-1250 as alternative coding
system.
("Dutch"): Add latin-9 as alternative coding system.  Add input
method.
("Turkish"): Add windows-1254 and latin-3 as alternative coding
systems.
("Lithuanian", "Latvian"): Add windows-1257 as alternative coding
system.

22 years agoDoc fixes.
Dave Love [Thu, 27 Jun 2002 21:40:53 +0000 (21:40 +0000)]
Doc fixes.

22 years ago(side-effect-free-fns): Add decode-char,
Dave Love [Thu, 27 Jun 2002 21:28:58 +0000 (21:28 +0000)]
(side-effect-free-fns): Add decode-char,
encode-char.
(side-effect-and-error-free-fns): Add charsetp, max-char,
primary-charset.

22 years ago*** empty log message ***
Dave Love [Thu, 27 Jun 2002 20:15:23 +0000 (20:15 +0000)]
*** empty log message ***

22 years agoDon't require cl when compiling.
Dave Love [Thu, 27 Jun 2002 20:15:08 +0000 (20:15 +0000)]
Don't require cl when compiling.

22 years ago(DONTCOMPILE): Fix duplicates.
Dave Love [Thu, 27 Jun 2002 19:50:34 +0000 (19:50 +0000)]
(DONTCOMPILE): Fix duplicates.

22 years ago(byte-compile-insert-header): Fix typo.
Dave Love [Thu, 27 Jun 2002 19:19:47 +0000 (19:19 +0000)]
(byte-compile-insert-header): Fix typo.

22 years ago(sort-coding-systems): Comment out
Dave Love [Thu, 27 Jun 2002 18:40:25 +0000 (18:40 +0000)]
(sort-coding-systems): Comment out
iso-2022 case.
(encoded-string-description): Fix coding-system-type test.

22 years ago(load-with-code-conversion): Simplify last change.
Dave Love [Thu, 27 Jun 2002 18:37:40 +0000 (18:37 +0000)]
(load-with-code-conversion): Simplify last change.

22 years ago(load-with-code-conversion): Fix
Dave Love [Thu, 27 Jun 2002 15:25:46 +0000 (15:25 +0000)]
(load-with-code-conversion): Fix
coding-system-type test.

22 years ago(rfc2047-encodable-p): Avoid mm-find-charset-region.
Dave Love [Wed, 26 Jun 2002 18:57:48 +0000 (18:57 +0000)]
(rfc2047-encodable-p): Avoid mm-find-charset-region.
(rfc2047-dissect-region): Don't record charsets.
(rfc2047-encode): Remove arg CHARSET.
(rfc2047-encode-region): Change rfc2047-encode call.

22 years ago*** empty log message ***
Dave Love [Wed, 26 Jun 2002 18:31:01 +0000 (18:31 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Dave Love [Mon, 24 Jun 2002 21:19:42 +0000 (21:19 +0000)]
*** empty log message ***

22 years agoRecoded to utf-8.
Dave Love [Mon, 24 Jun 2002 21:06:54 +0000 (21:06 +0000)]
Recoded to utf-8.
("latin-postfix"): New method.

22 years agoRecoded to utf-8.
Dave Love [Mon, 24 Jun 2002 21:06:21 +0000 (21:06 +0000)]
Recoded to utf-8.
("latin-alt-postfix"): New method.

22 years agoRecoded to utf-8.
Dave Love [Mon, 24 Jun 2002 19:36:17 +0000 (19:36 +0000)]
Recoded to utf-8.
("latin-1-prefix", "latin-8-prefix", "latin-9-prefix"): Add nbsp.
("latin-3-prefix"): Remove bogus Latin-3 characters and ~o -> \e,Cu\e(B,
~O -> \e,CU\e(B.
("latin-prefix"): New method.

22 years ago(utf-8-ccl-encode): Deleted.
Dave Love [Mon, 24 Jun 2002 19:26:00 +0000 (19:26 +0000)]
(utf-8-ccl-encode): Deleted.
(ucs-input-method): Modified.

22 years ago(message-forward-make-body): Use
Dave Love [Mon, 24 Jun 2002 19:07:19 +0000 (19:07 +0000)]
(message-forward-make-body): Use
mm-{en,dis}able-multibyte, not mm-{en,dis}able-multibyte-mule4.

22 years ago(gnus-summary-mode, gnus-summary-display-article)
Dave Love [Mon, 24 Jun 2002 19:07:02 +0000 (19:07 +0000)]
(gnus-summary-mode, gnus-summary-display-article)
(gnus-summary-select-article, gnus-summary-edit-article): Use
mm-{en,dis}able-multibyte, not mm-{en,dis}able-multibyte-mule4.

22 years ago(mm-mule4-p, mm-enable-multibyte-mule4)
Dave Love [Mon, 24 Jun 2002 19:06:43 +0000 (19:06 +0000)]
(mm-mule4-p, mm-enable-multibyte-mule4)
(mm-disable-multibyte-mule4)
(mm-with-unibyte-current-buffer-mule4): Deleted.

22 years ago(quoted-printable-encode-region): Avoid
Dave Love [Mon, 24 Jun 2002 19:06:00 +0000 (19:06 +0000)]
(quoted-printable-encode-region): Avoid
find-charset-region.

22 years ago(mm-body-7-or-8): Don't special-case Mule.
Dave Love [Mon, 24 Jun 2002 19:05:12 +0000 (19:05 +0000)]
(mm-body-7-or-8): Don't special-case Mule.
(mm-encode-body): Just call mm-encode-coding-region in encoding
case.

22 years ago*** empty log message ***
Dave Love [Mon, 24 Jun 2002 18:28:25 +0000 (18:28 +0000)]
*** empty log message ***

22 years agoMake korean-ksc5601 double-width.
Dave Love [Mon, 24 Jun 2002 18:25:30 +0000 (18:25 +0000)]
Make korean-ksc5601 double-width.

22 years ago(byte-recompile-directory)
Dave Love [Mon, 24 Jun 2002 18:25:16 +0000 (18:25 +0000)]
(byte-recompile-directory)
(batch-byte-recompile-directory): Update from trunk.
(byte-compile-fix-header): Adjust for use of utf-8-emacs.
(byte-compile-insert-header): Update magic number.  Add ballast.
(map-char-table): Use byte-compile-funarg-2.

22 years ago(file-coding-system-alist): Change
Dave Love [Mon, 24 Jun 2002 18:24:44 +0000 (18:24 +0000)]
(file-coding-system-alist): Change
.elc to utf-8-Emacs.

22 years ago(auto-coding-regexp-alist): Recognize
Dave Love [Mon, 24 Jun 2002 18:24:28 +0000 (18:24 +0000)]
(auto-coding-regexp-alist): Recognize
Emacs 20/1 byte-compiled files.

22 years agoRemove some unused variables.
Dave Love [Mon, 24 Jun 2002 18:23:15 +0000 (18:23 +0000)]
Remove some unused variables.
(safe_to_load_p): If safe, return the magic number version byte.
(Fload): Maybe use load-with-code-conversion.

22 years agoAdd missing code points.
Dave Love [Thu, 20 Jun 2002 14:47:50 +0000 (14:47 +0000)]
Add missing code points.

22 years agocomments
Dave Love [Sun, 16 Jun 2002 19:57:54 +0000 (19:57 +0000)]
comments

22 years ago(set-locale-environment): Use
Dave Love [Sun, 16 Jun 2002 11:44:10 +0000 (11:44 +0000)]
(set-locale-environment): Use
locale-codeset.

22 years ago(find-multibyte-characters): Doc fix.
Dave Love [Fri, 14 Jun 2002 23:23:39 +0000 (23:23 +0000)]
(find-multibyte-characters): Doc fix.
(find-multibyte-characters): Don't test for charset `unknown'.
(locale-language-names): Change or add: be, bs, cy, mk, ru.koi8,
ru, sr_YU, tg, wa, zh.gbk.
(locale-language-names): Change sp to Cyrillic.
(locale-charset-language-names): Match @euro after utf-8.

22 years ago("Belarusian"): Doc fix.
Dave Love [Fri, 14 Jun 2002 23:23:08 +0000 (23:23 +0000)]
("Belarusian"): Doc fix.
(Cp1125, koi8-t): Doc fix.

22 years ago(chinese-gbk, gbk, cp936, windows-936): New
Dave Love [Thu, 13 Jun 2002 17:32:09 +0000 (17:32 +0000)]
(chinese-gbk, gbk, cp936, windows-936): New
coding systems.
("Chinese-GBK"): New environment.

22 years ago*** empty log message ***
Dave Love [Thu, 13 Jun 2002 11:39:08 +0000 (11:39 +0000)]
*** empty log message ***

22 years agoRemove redundant unicodes in
Dave Love [Wed, 12 Jun 2002 16:46:15 +0000 (16:46 +0000)]
Remove redundant unicodes in
category-setting.

22 years ago(japanese-jisx0213-1)
Dave Love [Wed, 12 Jun 2002 11:43:30 +0000 (11:43 +0000)]
(japanese-jisx0213-1)
(japanese-jisx0213-2): Add unify-map.