bpt/emacs.git
22 years ago(describe-character-set): Account for
Dave Love [Fri, 31 May 2002 21:53:21 +0000 (21:53 +0000)]
(describe-character-set): Account for
more than two dimensions of possibly different size.

22 years ago(charset-chars): Add optional dimension arg.
Dave Love [Fri, 31 May 2002 21:53:07 +0000 (21:53 +0000)]
(charset-chars): Add optional dimension arg.
(unify-8859-on-encoding-mode, unify-8859-on-decoding-mode): Moved
to mule-cmds.el.

22 years ago*** empty log message ***
Dave Love [Fri, 31 May 2002 13:04:49 +0000 (13:04 +0000)]
*** empty log message ***

22 years ago(unify-8859-on-encoding-mode)
Dave Love [Fri, 31 May 2002 13:04:33 +0000 (13:04 +0000)]
(unify-8859-on-encoding-mode)
(unify-8859-on-decoding-mode): Remove :init-value.

22 years ago(lisp, shortlisp): Change indian.elc to indian.el.
Dave Love [Fri, 31 May 2002 12:47:06 +0000 (12:47 +0000)]
(lisp, shortlisp): Change indian.elc to indian.el.

22 years ago(load_charset_map): Handle the case that from < to correctly.
Kenichi Handa [Fri, 31 May 2002 10:47:52 +0000 (10:47 +0000)]
(load_charset_map): Handle the case that from < to correctly.

22 years ago*** empty log message ***
Kenichi Handa [Fri, 31 May 2002 10:47:26 +0000 (10:47 +0000)]
*** empty log message ***

22 years agoChange registry for japanese-jisx0208
Kenichi Handa [Fri, 31 May 2002 03:42:01 +0000 (03:42 +0000)]
Change registry for japanese-jisx0208
to "JISX0208*" in the default fontset.
(font-encoding-alist): Add an entry for "JISX0208.1983" and
"ISO10646.indian-1".

22 years ago*** empty log message ***
Kenichi Handa [Fri, 31 May 2002 03:41:42 +0000 (03:41 +0000)]
*** empty log message ***

22 years agoReplace commented-out lines with a condition
Kenichi Handa [Fri, 31 May 2002 01:22:25 +0000 (01:22 +0000)]
Replace commented-out lines with a condition
that is always false.  The same change by Eli on 2002-04-19 in
the HEAD trunk.

22 years ago*** empty log message ***
Kenichi Handa [Fri, 31 May 2002 01:22:02 +0000 (01:22 +0000)]
*** empty log message ***

22 years ago(encode_coding_emacs_mule): Pay attention to raw-8-bit chars.
Kenichi Handa [Fri, 31 May 2002 01:03:50 +0000 (01:03 +0000)]
(encode_coding_emacs_mule): Pay attention to raw-8-bit chars.
(encode_coding_iso_2022): Likewise.
(encode_coding_sjis): Likewise.
(encode_coding_big5): Likewise.
(encode_coding_charset): Likewise.

22 years agoFix description of ranges.
Dave Love [Thu, 30 May 2002 21:52:50 +0000 (21:52 +0000)]
Fix description of ranges.

22 years ago*** empty log message ***
Kenichi Handa [Thu, 30 May 2002 11:11:09 +0000 (11:11 +0000)]
*** empty log message ***

22 years ago(lisp): Change chienese.elc to chinese.el. They are
Kenichi Handa [Thu, 30 May 2002 11:10:55 +0000 (11:10 +0000)]
(lisp): Change chienese.elc to chinese.el.  They are
not bytecompiled now.
(shortlisp): Likewise.

22 years ago(japanese-iso-7bit-1978-irv): Add
Kenichi Handa [Thu, 30 May 2002 11:07:27 +0000 (11:07 +0000)]
(japanese-iso-7bit-1978-irv): Add
`designation' to :flags, `ascii' to :charset-list.

22 years ago(coding-system-iso-2022-flags): Add use-roman, use-oldjis.
Kenichi Handa [Thu, 30 May 2002 11:05:50 +0000 (11:05 +0000)]
(coding-system-iso-2022-flags): Add use-roman, use-oldjis.

22 years ago(charset_jisx0201_roman, charset_jisx0208_1978,
Kenichi Handa [Thu, 30 May 2002 11:04:58 +0000 (11:04 +0000)]
(charset_jisx0201_roman, charset_jisx0208_1978,
charset_jisx0208): New variables.
(Fdefine_charset_internal): Setup them if appropriate.
(init_charset_once): Initialize them to -1.

22 years ago(charset_jisx0201_roman, charset_jisx0208_1978,
Kenichi Handa [Thu, 30 May 2002 11:03:06 +0000 (11:03 +0000)]
(charset_jisx0201_roman, charset_jisx0208_1978,
charset_jisx0208): Extern them.

22 years ago(CODING_ISO_FLAG_USE_ROMAN): New macro
Kenichi Handa [Thu, 30 May 2002 11:02:01 +0000 (11:02 +0000)]
(CODING_ISO_FLAG_USE_ROMAN): New macro
(CODING_ISO_FLAG_USE_OLDJIS): New macro.
(CODING_ISO_FLAG_FULL_SUPPORT): Macro definition changed.
(setup_iso_safe_charsets): Fix arguemtns to Fassq.
(DECODE_DESIGNATION): Pay attention to CODING_ISO_FLAG_USE_ROMAN
and CODING_ISO_FLAG_USE_OLDJIS.
(ENCODE_ISO_CHARACTER_DIMENSION1): Likewise.
(ENCODE_ISO_CHARACTER_DIMENSION2): Likewise.
(encode_coding_iso_2022): Change the 1st arg to
ENCODE_ISO_CHARACTER to a variable.

22 years ago(define-charset): New args :min-code and :max-code.
Kenichi Handa [Thu, 30 May 2002 00:32:34 +0000 (00:32 +0000)]
(define-charset): New args :min-code and :max-code.

22 years ago*** empty log message ***
Kenichi Handa [Thu, 30 May 2002 00:32:05 +0000 (00:32 +0000)]
*** empty log message ***

22 years ago(CODE_POINT_TO_INDEX): Take charset->char_index_offset
Kenichi Handa [Thu, 30 May 2002 00:27:27 +0000 (00:27 +0000)]
(CODE_POINT_TO_INDEX): Take charset->char_index_offset
into account.
(INDEX_TO_CODE_POINT): Likewise.
(Fdefine_charset_internal): Handle args[charset_arg_min_code] and
args[charset_arg_max_code].  Setup charset.char_index_offset.
(syms_of_charset): Fix args to Fdefine_charset_internal.

22 years ago(sturct define_charset_arg_index): New enums charset_arg_min_code and
Kenichi Handa [Thu, 30 May 2002 00:26:21 +0000 (00:26 +0000)]
(sturct define_charset_arg_index): New enums charset_arg_min_code and
charset_arg_max_code.
(struct charset): New member char_index_offset.

22 years ago*** empty log message ***
Kenichi Handa [Thu, 30 May 2002 00:25:31 +0000 (00:25 +0000)]
*** empty log message ***

22 years ago(chinese-gbk): Change :code-offset to
Kenichi Handa [Thu, 30 May 2002 00:25:01 +0000 (00:25 +0000)]
(chinese-gbk): Change :code-offset to
#x160000.
(gb18030-2-byte, gb18030-4-byte-bmp, gb18030-4-byte-smp,
gb18030-4-byte-ext-1, gb18030-4-byte-ext-2, gb18030): New
charsets.

22 years agoNew file.
Kenichi Handa [Thu, 30 May 2002 00:21:40 +0000 (00:21 +0000)]
New file.

22 years ago*** empty log message ***
Dave Love [Wed, 29 May 2002 22:46:50 +0000 (22:46 +0000)]
*** empty log message ***

22 years ago(iso-8859-11): New coding system.
Dave Love [Wed, 29 May 2002 22:45:23 +0000 (22:45 +0000)]
(iso-8859-11): New coding system.

22 years agoDoc fixes.
Dave Love [Wed, 29 May 2002 22:44:56 +0000 (22:44 +0000)]
Doc fixes.
(iso-8859-11): New.

22 years ago(decode_coding_utf_8): Reject overlong sequences.
Dave Love [Mon, 27 May 2002 22:19:17 +0000 (22:19 +0000)]
(decode_coding_utf_8): Reject overlong sequences.

22 years agoComment.
Dave Love [Mon, 27 May 2002 18:27:40 +0000 (18:27 +0000)]
Comment.

22 years ago*** empty log message ***
Dave Love [Mon, 27 May 2002 18:26:15 +0000 (18:26 +0000)]
*** empty log message ***

22 years agoDoc fixes.
Dave Love [Mon, 27 May 2002 18:25:48 +0000 (18:25 +0000)]
Doc fixes.
(cp936): New alias.
(cp720, cp858): New charsets.

22 years ago(DONTCOMPILE): Add language/chinese.el,
Dave Love [Mon, 27 May 2002 18:24:43 +0000 (18:24 +0000)]
(DONTCOMPILE): Add language/chinese.el,
language/japanese.el.

22 years agoAdd pseudo-maths example.
Dave Love [Mon, 27 May 2002 18:23:13 +0000 (18:23 +0000)]
Add pseudo-maths example.

22 years agoElide ASCII part.
Dave Love [Mon, 27 May 2002 18:22:38 +0000 (18:22 +0000)]
Elide ASCII part.

22 years agoNew file.
Dave Love [Mon, 27 May 2002 18:21:58 +0000 (18:21 +0000)]
New file.

22 years ago*** empty log message ***
Dave Love [Mon, 27 May 2002 14:54:53 +0000 (14:54 +0000)]
*** empty log message ***

22 years ago(mm-auto-save-coding-system): Prefer utf-8-emacs
Dave Love [Mon, 27 May 2002 14:53:41 +0000 (14:53 +0000)]
(mm-auto-save-coding-system): Prefer utf-8-emacs
coding system to emacs-mule.

22 years ago(desktop-save): Use utf-8-emacs coding system, not
Dave Love [Mon, 27 May 2002 14:52:46 +0000 (14:52 +0000)]
(desktop-save): Use utf-8-emacs coding system, not
emacs-mule.

22 years ago(revert-buffer, recover-file): Use utf-8-emacs coding
Dave Love [Mon, 27 May 2002 14:52:32 +0000 (14:52 +0000)]
(revert-buffer, recover-file): Use utf-8-emacs coding
system, not emacs-mule.

22 years ago(mail-recover-1, mail-recover): Use utf-8-emacs
Dave Love [Mon, 27 May 2002 14:51:57 +0000 (14:51 +0000)]
(mail-recover-1, mail-recover): Use utf-8-emacs
coding system, not emacs-mule.

22 years ago*** empty log message ***
Dave Love [Sun, 26 May 2002 22:56:19 +0000 (22:56 +0000)]
*** empty log message ***

22 years ago(print-coding-system-briefly): Fix
Dave Love [Sun, 26 May 2002 22:45:31 +0000 (22:45 +0000)]
(print-coding-system-briefly): Fix
printing aliases.
(print-coding-system): Use coding-system-aliases.
(mule-diag): Don't list coding categories.

22 years ago(describe-language-environment): Use
Dave Love [Sun, 26 May 2002 22:43:14 +0000 (22:43 +0000)]
(describe-language-environment): Use
coding-system-aliases.
(prefer-coding-system): Doc fix.

22 years ago(encoded-kbd-setup-keymap) <ccl>:
Dave Love [Sun, 26 May 2002 22:42:31 +0000 (22:42 +0000)]
(encoded-kbd-setup-keymap) <ccl>:
Use :valid property.

22 years ago(coding-system-post-read-conversion)
Dave Love [Sun, 26 May 2002 22:42:00 +0000 (22:42 +0000)]
(coding-system-post-read-conversion)
(coding-system-pre-write-conversion)
(coding-system-translation-table-for-decode)
(coding-system-translation-table-for-encode): Get the right
properties.
(with-coding-priority): New macro.
(detect-coding-with-language-environment): Use it.
(coding-system-equal): Use coding-system-plist.

22 years ago(with-category-table): Use make-symbol.
Dave Love [Sun, 26 May 2002 22:41:07 +0000 (22:41 +0000)]
(with-category-table): Use make-symbol.
(coding-system-list): Use coding-system-aliases.
(make-translation-table): Don't deal with generic characters.

22 years ago*** empty log message ***
Dave Love [Sun, 26 May 2002 17:23:53 +0000 (17:23 +0000)]
*** empty log message ***

22 years ago(encode-coding-char): Use
Dave Love [Sun, 26 May 2002 17:22:23 +0000 (17:22 +0000)]
(encode-coding-char): Use
find-coding-systems-string.  Don't use make-char.

22 years ago(describe-current-coding-system): Fix
Dave Love [Sun, 26 May 2002 17:19:34 +0000 (17:19 +0000)]
(describe-current-coding-system): Fix
aliases listing.
(print-iso-2022-flags): Deleted.
(print-designation): Partly re-written.
(describe-coding-system): Deal with iso-2022 designations, flags.
Fix shift_jis case.
(describe-char-after): Use characterp.  Print explicit unicode.
Remove some obsolete code.

22 years agoDoc fixes. Remove redundant
Dave Love [Sun, 26 May 2002 17:17:32 +0000 (17:17 +0000)]
Doc fixes.  Remove redundant
:long-name properties.  Re-order charset priorities.
(binary): New alias.
(iso-8859-16): Fix nickname.
(define-iso-single-byte-charset): Un-define after use.

22 years ago(Qmac): Remove (duplicated) definition.
Dave Love [Sun, 26 May 2002 17:11:04 +0000 (17:11 +0000)]
(Qmac): Remove (duplicated) definition.

22 years agoDoc fixes.
Dave Love [Sun, 26 May 2002 17:07:35 +0000 (17:07 +0000)]
Doc fixes.
(Fcoding_system_aliases): Fix return value.

22 years ago*** empty log message ***
Dave Love [Sun, 26 May 2002 00:02:28 +0000 (00:02 +0000)]
*** empty log message ***

22 years ago(coding-system-iso-2022-flags): Revert
Dave Love [Sun, 26 May 2002 00:01:51 +0000 (00:01 +0000)]
(coding-system-iso-2022-flags): Revert
last change.

22 years agoAdditional double width specifications.
Dave Love [Sat, 25 May 2002 23:30:45 +0000 (23:30 +0000)]
Additional double width specifications.

22 years ago(Fcharset_priority_list, Fset_charset_priority): New
Dave Love [Sat, 25 May 2002 23:19:01 +0000 (23:19 +0000)]
(Fcharset_priority_list, Fset_charset_priority): New
functions.

22 years ago(Fstring): Doc fix.
Dave Love [Sat, 25 May 2002 23:13:09 +0000 (23:13 +0000)]
(Fstring): Doc fix.

22 years ago(ibm866): Fix alias.
Dave Love [Sat, 25 May 2002 17:12:16 +0000 (17:12 +0000)]
(ibm866): Fix alias.
(iso-8859-16): Fix nickname.

22 years ago(print-coding-system): (Incomplete)
Dave Love [Sat, 25 May 2002 17:09:47 +0000 (17:09 +0000)]
(print-coding-system): (Incomplete)
updates.
(describe-character-set): List more properties.
(print-fontset): Fix case of vector font-spec.
(describe-current-coding-system): Fix
iso-7, iso-7-else.

22 years ago(coding-system-iso-2022-flags): Add
Dave Love [Sat, 25 May 2002 17:04:28 +0000 (17:04 +0000)]
(coding-system-iso-2022-flags): Add
use-roman, use-oldjis.

22 years ago(Fdefine_charset_alias): Update Vcharset_list.
Dave Love [Sat, 25 May 2002 12:57:30 +0000 (12:57 +0000)]
(Fdefine_charset_alias): Update Vcharset_list.

22 years ago(Ffontset_info): Doc fix. Return charset names, not
Dave Love [Sat, 25 May 2002 12:43:58 +0000 (12:43 +0000)]
(Ffontset_info): Doc fix.  Return charset names, not
ids.
(font-encoding-alist): Doc fix.

22 years ago(setup_iso_safe_charsets): Fix arg decl for K&R.
Dave Love [Fri, 24 May 2002 15:33:29 +0000 (15:33 +0000)]
(setup_iso_safe_charsets): Fix arg decl for K&R.
(suffixes): Moved out of make_subsidiaries for K&R.

22 years ago(costs_set): Declare static, non-initialized for pcc.
Dave Love [Fri, 24 May 2002 15:32:30 +0000 (15:32 +0000)]
(costs_set): Declare static, non-initialized for pcc.
(encode_terminal_code): Remove ensued var.

22 years ago(kbd_buffer_store_event): Fix interrupt_signal decl
Dave Love [Fri, 24 May 2002 15:30:35 +0000 (15:30 +0000)]
(kbd_buffer_store_event): Fix interrupt_signal decl
for K&R.

22 years ago(xlwmenu_window_p): Fix prototype for K&R.
Dave Love [Fri, 24 May 2002 15:30:25 +0000 (15:30 +0000)]
(xlwmenu_window_p): Fix prototype for K&R.

22 years ago(map_charset_chars): Fix c_function declaration for
Dave Love [Fri, 24 May 2002 15:30:11 +0000 (15:30 +0000)]
(map_charset_chars): Fix c_function declaration for
K&R.

22 years ago(DEFUN) [!PROTOTYPES]: Remove spurious `args'.
Dave Love [Fri, 24 May 2002 15:29:53 +0000 (15:29 +0000)]
(DEFUN) [!PROTOTYPES]: Remove spurious `args'.

22 years ago*** empty log message ***
Dave Love [Thu, 23 May 2002 18:45:30 +0000 (18:45 +0000)]
*** empty log message ***

22 years ago(Fchar_or_string_p): Doc fix. Use CHARACTERP.
Dave Love [Thu, 23 May 2002 18:45:03 +0000 (18:45 +0000)]
(Fchar_or_string_p): Doc fix.  Use CHARACTERP.

22 years ago(Fmodify_category_entry): Doc fix. Remove unused
Dave Love [Thu, 23 May 2002 18:44:45 +0000 (18:44 +0000)]
(Fmodify_category_entry): Doc fix.  Remove unused
vars.

22 years ago(cp874, ibm874): New coding systems.
Dave Love [Thu, 23 May 2002 18:23:57 +0000 (18:23 +0000)]
(cp874, ibm874): New coding systems.

22 years agoAvoid decode-char.
Dave Love [Thu, 23 May 2002 18:23:48 +0000 (18:23 +0000)]
Avoid decode-char.
(indian--puthash-char, indian--puthash-c, indian--puthash-cv):
Use characterp, not char-valid-p.

22 years ago(cp862, ibm862): New coding systems.
Dave Love [Thu, 23 May 2002 18:20:50 +0000 (18:20 +0000)]
(cp862, ibm862): New coding systems.

22 years ago(cp851, ibm851, cp869, ibm869): New coding
Dave Love [Thu, 23 May 2002 18:20:37 +0000 (18:20 +0000)]
(cp851, ibm851, cp869, ibm869): New coding
systems.

22 years ago(cp852, ibm852, cp857, ibm857, cp860)
Dave Love [Thu, 23 May 2002 18:20:26 +0000 (18:20 +0000)]
(cp852, ibm852, cp857, ibm857, cp860)
(ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437): New
coding systems.
<set-language-info-alist>: Avoid decode-char.

22 years agoAdd coding tag, avoid decode-char.
Dave Love [Thu, 23 May 2002 18:20:14 +0000 (18:20 +0000)]
Add coding tag, avoid decode-char.

22 years ago(cp855, ibm855): New coding systems.
Dave Love [Thu, 23 May 2002 18:17:57 +0000 (18:17 +0000)]
(cp855, ibm855): New coding systems.

22 years agoAdd coding tag.
Dave Love [Thu, 23 May 2002 18:17:35 +0000 (18:17 +0000)]
Add coding tag.
(tit-process-header): Add coding tag to output.

22 years agoAvoid decode-char in top-level code
Dave Love [Thu, 23 May 2002 18:17:21 +0000 (18:17 +0000)]
Avoid decode-char in top-level code
for self-inserting multibyte chars.
(cp437, cp737, cp775, cp851, cp852, cp855, cp857, cp855, cp857)
(cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874):  New
charsets.

22 years agoVarious simplifications and
Dave Love [Thu, 23 May 2002 18:16:52 +0000 (18:16 +0000)]
Various simplifications and
additions.

22 years agoAdd
Dave Love [Thu, 23 May 2002 18:15:02 +0000 (18:15 +0000)]
Add
character-p.

22 years agoAdd coding tag.
Dave Love [Thu, 23 May 2002 17:40:18 +0000 (17:40 +0000)]
Add coding tag.

22 years ago(Fdefine_charset_internal): Fix argument to bzero.
Kenichi Handa [Thu, 23 May 2002 10:57:15 +0000 (10:57 +0000)]
(Fdefine_charset_internal): Fix argument to bzero.

22 years ago(Fdefine_coding_system_internal): Fix previous change.
Kenichi Handa [Thu, 23 May 2002 10:56:58 +0000 (10:56 +0000)]
(Fdefine_coding_system_internal): Fix previous change.
(decode_coding_charset): Workaround for the bug of GCC 2.96.

22 years ago(lisp): Change cyrillic.elc to cyrillic.el,
Kenichi Handa [Thu, 23 May 2002 01:02:36 +0000 (01:02 +0000)]
(lisp): Change cyrillic.elc to cyrillic.el,
vietnamese.elc to vietnamese.el.  They are not bytecompiled now.
(shortlisp): Likewise.

22 years ago*** empty log message ***
Kenichi Handa [Thu, 23 May 2002 01:02:14 +0000 (01:02 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Kenichi Handa [Wed, 22 May 2002 13:30:07 +0000 (13:30 +0000)]
*** empty log message ***

22 years ago(RUN-EMACS): Add LC_ALL=C.
Kenichi Handa [Wed, 22 May 2002 13:29:52 +0000 (13:29 +0000)]
(RUN-EMACS): Add LC_ALL=C.

22 years agoCancel the 2002-05-17 change of mine.
Kenichi Handa [Wed, 22 May 2002 13:27:48 +0000 (13:27 +0000)]
Cancel the 2002-05-17 change of mine.

22 years ago*** empty log message ***
Dave Love [Wed, 22 May 2002 13:15:27 +0000 (13:15 +0000)]
*** empty log message ***

22 years ago(code-pages): Provide for
Dave Love [Wed, 22 May 2002 13:12:55 +0000 (13:12 +0000)]
(code-pages): Provide for
compatibility.

22 years ago*** empty log message ***
Dave Love [Wed, 22 May 2002 13:06:01 +0000 (13:06 +0000)]
*** empty log message ***

22 years ago(decode_coding_charset): Fix previous change.
Kenichi Handa [Wed, 22 May 2002 11:30:00 +0000 (11:30 +0000)]
(decode_coding_charset): Fix previous change.

22 years ago(decode_coding_charset): Adjusted for the change of
Kenichi Handa [Wed, 22 May 2002 11:14:45 +0000 (11:14 +0000)]
(decode_coding_charset): Adjusted for the change of
Fdefine_coding_system_internal.
(Fdefine_coding_system_internal): For a coding system of
`charset' type, store a list of charset IDs in
`charset_attr_charset_valids' element of coding attributes.

22 years ago*** empty log message ***
Kenichi Handa [Wed, 22 May 2002 11:14:25 +0000 (11:14 +0000)]
*** empty log message ***

22 years agoAdd setting for unicode font at the end of the default fontset.
Kenichi Handa [Wed, 22 May 2002 05:56:05 +0000 (05:56 +0000)]
Add setting for unicode font at the end of the default fontset.