]> git.eshelyaron.com Git - emacs.git/log
emacs.git
22 years ago(windows-1252): New coding system.
Dave Love [Thu, 16 May 2002 19:11:24 +0000 (19:11 +0000)]
(windows-1252): New coding system.

22 years ago(koi8-u, koi8-t, windows-1251, cp1125): New
Dave Love [Thu, 16 May 2002 19:11:09 +0000 (19:11 +0000)]
(koi8-u, koi8-t, windows-1251, cp1125): New
coding systems.

22 years agoNew file.
Dave Love [Thu, 16 May 2002 19:04:32 +0000 (19:04 +0000)]
New file.

22 years ago*** empty log message ***
Kenichi Handa [Thu, 16 May 2002 12:24:32 +0000 (12:24 +0000)]
*** empty log message ***

22 years agoBy sure to run emacs with LC_ALL=C.
Kenichi Handa [Thu, 16 May 2002 12:24:12 +0000 (12:24 +0000)]
By sure to run emacs with LC_ALL=C.

22 years agoBy sure to run emacs with LANG=C.
Kenichi Handa [Thu, 16 May 2002 12:22:51 +0000 (12:22 +0000)]
By sure to run emacs with LANG=C.

22 years ago(string_escape_byte8): Make multibyte string with correct size.
Kenichi Handa [Thu, 16 May 2002 11:25:20 +0000 (11:25 +0000)]
(string_escape_byte8): Make multibyte string with correct size.

22 years ago(encoded-kbd-handle-8bit): Call
Kenichi Handa [Thu, 16 May 2002 01:17:14 +0000 (01:17 +0000)]
(encoded-kbd-handle-8bit): Call
encoded-kbd-self-insert-iso2022-8bit with argument 1.
(encoded-kbd-self-insert-charset): New function.
(encoded-kbd-setup-keymap): Handle a coding-system of type
charset.
(encoded-kbd-mode): Likewise.

22 years ago(Fmake_char): Delete unnecessary code.
Kenichi Handa [Wed, 15 May 2002 23:34:17 +0000 (23:34 +0000)]
(Fmake_char): Delete unnecessary code.

22 years ago*** empty log message ***
Kenichi Handa [Wed, 15 May 2002 23:33:49 +0000 (23:33 +0000)]
*** empty log message ***

22 years ago(set-locale-environment): Comment out
Dave Love [Wed, 15 May 2002 18:22:43 +0000 (18:22 +0000)]
(set-locale-environment): Comment out
set-keyboard-coding-system stuff.

22 years ago*** empty log message ***
Kenichi Handa [Tue, 14 May 2002 23:28:34 +0000 (23:28 +0000)]
*** empty log message ***

22 years agoSet syntax/category for japanese-jisx0208.
Kenichi Handa [Tue, 14 May 2002 23:15:58 +0000 (23:15 +0000)]
Set syntax/category for japanese-jisx0208.

22 years ago(skkdic-jisx0208-hiragana-block):
Kenichi Handa [Tue, 14 May 2002 23:15:29 +0000 (23:15 +0000)]
(skkdic-jisx0208-hiragana-block):
Fix the initial value to specify character range of
japanese-jisx0208, not unicode.

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

22 years ago*** empty log message ***
Dave Love [Tue, 14 May 2002 15:39:08 +0000 (15:39 +0000)]
*** empty log message ***

22 years ago(mm-mime-mule-charset-alist)
Dave Love [Tue, 14 May 2002 15:38:31 +0000 (15:38 +0000)]
(mm-mime-mule-charset-alist)
(mm-mule-charset-to-mime-charset, mm-charset-to-coding-system)
(mm-mime-charset, mm-find-mime-charset-region): Look for
`:mime-charset' property of coding systems before `mime-charset'.

22 years ago(sendmail-send-it): Use :mime-charset, not
Dave Love [Tue, 14 May 2002 15:38:09 +0000 (15:38 +0000)]
(sendmail-send-it): Use :mime-charset, not
mime-charset.

22 years agoFix :mime-charset properties.
Dave Love [Tue, 14 May 2002 15:37:13 +0000 (15:37 +0000)]
Fix :mime-charset properties.

22 years ago(cyrillic-iso-8bit, cyrillic-koi8)
Dave Love [Tue, 14 May 2002 15:36:38 +0000 (15:36 +0000)]
(cyrillic-iso-8bit, cyrillic-koi8)
(cyrillic-alternativnyj): Fix :mime-charset.
(cp878, cp866): New alias.

22 years ago(encode_coding_object): Give correct arguments ot
Kenichi Handa [Tue, 14 May 2002 13:03:45 +0000 (13:03 +0000)]
(encode_coding_object): Give correct arguments ot
pre-write-conversion.  Ignore the return value of
pre-write-conversion function.  Pay attention for the case that
pre-write-conversion change the current buffer.  If dst_object is
Qt, even if coding->src_bytes is zero, allocate at least one byte
to coding->destination.

22 years ago(x_encode_text): Allocate coding.destination here, and
Kenichi Handa [Tue, 14 May 2002 13:02:54 +0000 (13:02 +0000)]
(x_encode_text): Allocate coding.destination here, and
call encode_coding_object with dst_object Qnil.

22 years ago(Fset_buffer_multibyte): Convert 8-bit bytes to
Kenichi Handa [Tue, 14 May 2002 11:51:08 +0000 (11:51 +0000)]
(Fset_buffer_multibyte): Convert 8-bit bytes to
multibyte form correctly.

22 years ago(decode_coding_object): Move point to coding->dst_pos before
Kenichi Handa [Tue, 14 May 2002 11:47:35 +0000 (11:47 +0000)]
(decode_coding_object): Move point to coding->dst_pos before
calling post-read-conversion function.

22 years agoFix mime-charset properties.
Dave Love [Tue, 14 May 2002 10:21:06 +0000 (10:21 +0000)]
Fix mime-charset properties.

22 years ago(utf-8-emacs): Add various
Dave Love [Tue, 14 May 2002 10:17:56 +0000 (10:17 +0000)]
(utf-8-emacs): Add various
:mime-charset properties.

22 years ago(sort-coding-systems)
Dave Love [Tue, 14 May 2002 10:16:42 +0000 (10:16 +0000)]
(sort-coding-systems)
(select-safe-coding-system, select-message-coding-system): Use
:mime-charset, not 'mime-charset.

22 years ago(fs_load_font): Check fontp->full_name (not fontname)
Kenichi Handa [Tue, 14 May 2002 08:52:40 +0000 (08:52 +0000)]
(fs_load_font): Check fontp->full_name (not fontname)
against Vfont_encoding_alist.

22 years ago(JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
Kenichi Handa [Tue, 14 May 2002 08:01:50 +0000 (08:01 +0000)]
(JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).

22 years ago(Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
Kenichi Handa [Tue, 14 May 2002 08:00:53 +0000 (08:00 +0000)]
(Fdecode_sjis_char): Fix typo (0x7F->0xFF).  Fix the
handling of charset list.
(encode_coding_iso_2022): Setup coding->safe_charsets in advance.

22 years ago(Fmap_charset_chars): Fix docstring.
Kenichi Handa [Tue, 14 May 2002 07:59:29 +0000 (07:59 +0000)]
(Fmap_charset_chars): Fix docstring.

22 years ago(define-coding-system): Docstring fixed (sjis->shift-jis).
Kenichi Handa [Tue, 14 May 2002 07:58:24 +0000 (07:58 +0000)]
(define-coding-system): Docstring fixed (sjis->shift-jis).

22 years agoUse decode-char instead of make-char.
Kenichi Handa [Tue, 14 May 2002 07:57:32 +0000 (07:57 +0000)]
Use decode-char instead of make-char.

22 years ago(encoded-kbd-self-insert-iso2022-8bit): New arg ARG. Directly
Kenichi Handa [Tue, 14 May 2002 07:50:09 +0000 (07:50 +0000)]
(encoded-kbd-self-insert-iso2022-8bit): New arg ARG.  Directly
call self-insert-command.   This is a temporary workaround to
make it work with latin-1.
(encoded-kbd-mode): Change `sjis' to `shift-jis'.

22 years agoSetup char-width-table for CJK characters.
Kenichi Handa [Tue, 14 May 2002 07:48:11 +0000 (07:48 +0000)]
Setup char-width-table for CJK characters.

22 years ago(Fmake_char): Make it more backward compatible.
Kenichi Handa [Tue, 14 May 2002 00:40:45 +0000 (00:40 +0000)]
(Fmake_char): Make it more backward compatible.

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

22 years agoLog for previous change:
Dave Love [Mon, 13 May 2002 18:27:28 +0000 (18:27 +0000)]
Log for previous change:
(encoded-kbd-self-insert-ccl): Fix
getting decoder.
(encoded-kbd-mode): Fix code for coding system type and
designations.

22 years ago*** empty log message ***
Dave Love [Mon, 13 May 2002 18:24:52 +0000 (18:24 +0000)]
*** empty log message ***

22 years agoSpeling fixes.
Dave Love [Mon, 13 May 2002 17:56:01 +0000 (17:56 +0000)]
Speling fixes.

22 years agoDoc fixes.
Dave Love [Mon, 13 May 2002 17:50:19 +0000 (17:50 +0000)]
Doc fixes.
(Fdefine_coding_system_alias): Use names, not symbols, in
coding-system-alist.

22 years ago*** empty log message ***
Kenichi Handa [Mon, 13 May 2002 13:06:25 +0000 (13:06 +0000)]
*** empty log message ***

22 years ago(fontset-plain-name): Handle the case
Kenichi Handa [Mon, 13 May 2002 13:01:22 +0000 (13:01 +0000)]
(fontset-plain-name): Handle the case
that size, weight, slant are not specified in the fontset name.

22 years ago(free_realized_fontsets): Call Fclear_face_cache instead
Kenichi Handa [Mon, 13 May 2002 12:09:57 +0000 (12:09 +0000)]
(free_realized_fontsets): Call Fclear_face_cache instead
of calling free_reazlied_face.

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

22 years ago(chinese-big5): Change :coding-type to `charset'.
Kenichi Handa [Fri, 10 May 2002 03:56:47 +0000 (03:56 +0000)]
(chinese-big5): Change :coding-type to `charset'.

22 years ago(greek-iso-8bit): Fix typo.
Kenichi Handa [Fri, 10 May 2002 03:56:23 +0000 (03:56 +0000)]
(greek-iso-8bit): Fix typo.

22 years ago(coding_set_source): Delete the local variable beg_byte.
Kenichi Handa [Fri, 10 May 2002 03:56:05 +0000 (03:56 +0000)]
(coding_set_source): Delete the local variable beg_byte.
(encode_coding_charset): Delete the local variable charset.
(Fdefine_coding_system_internal): Likewise.
(Fdefine_coding_system_internal): Setup
attrs[coding_attr_charset_valids] correctly.

22 years ago(struct charset): New member `code_space_mask'.
Kenichi Handa [Fri, 10 May 2002 03:55:12 +0000 (03:55 +0000)]
(struct charset): New member `code_space_mask'.

22 years ago(load_charset_map): Fix previous change.
Kenichi Handa [Fri, 10 May 2002 03:54:48 +0000 (03:54 +0000)]
(load_charset_map): Fix previous change.
(read_hex): Don't treat SPC as a comment starter.
(decode_char): If CODE_POINT_TO_INDEX retruns -1, always return
-1.
(Fdecode_char): Fix typo.
(CODE_POINT_TO_INDEX): Utilize `code_space_mask'
member to check if CODE is valid or not.
(Fdefine_charset_internal): Initialize `code_space_mask' member.
(encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
is within the range of charset->min_code and carset->max_code.

22 years ago(coding_inherit_eol_type)
Dave Love [Thu, 9 May 2002 18:00:40 +0000 (18:00 +0000)]
(coding_inherit_eol_type)
(Fset_terminal_coding_system_internal)
(Fset_safe_terminal_coding_system_internal): Fix arg declarations.

22 years ago(generate_ascii_font): Fix return type.
Dave Love [Thu, 9 May 2002 17:59:15 +0000 (17:59 +0000)]
(generate_ascii_font): Fix return type.

22 years ago(syntax_temp) [!__GNUC__]: Declare.
Dave Love [Thu, 9 May 2002 17:59:01 +0000 (17:59 +0000)]
(syntax_temp) [!__GNUC__]: Declare.

22 years ago(generate_ascii_font): Fix arg declaration.
Dave Love [Thu, 9 May 2002 17:57:26 +0000 (17:57 +0000)]
(generate_ascii_font): Fix arg declaration.

22 years agoChange encoding to utf-8-emacs. Remove apparent duplicate codes.
Kenichi Handa [Thu, 9 May 2002 06:44:06 +0000 (06:44 +0000)]
Change encoding to utf-8-emacs.  Remove apparent duplicate codes.

22 years ago*** empty log message ***
Kenichi Handa [Thu, 9 May 2002 06:43:40 +0000 (06:43 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Kenichi Handa [Wed, 8 May 2002 23:32:40 +0000 (23:32 +0000)]
*** empty log message ***

22 years ago(END): Initialize lastgb and gbtable[lastgb] correctly.
Kenichi Handa [Wed, 8 May 2002 23:32:27 +0000 (23:32 +0000)]
(END): Initialize lastgb and gbtable[lastgb] correctly.

22 years ago(decode_coding_charset, encode_coding_charset): Handle
Kenichi Handa [Wed, 8 May 2002 04:19:41 +0000 (04:19 +0000)]
(decode_coding_charset, encode_coding_charset): Handle
multiple charsets correctly.

22 years ago*** empty log message ***
Kenichi Handa [Wed, 8 May 2002 04:19:21 +0000 (04:19 +0000)]
*** empty log message ***

22 years ago(boyer_moore): Fix handling of mulitbyte character translation.
Kenichi Handa [Tue, 7 May 2002 12:46:21 +0000 (12:46 +0000)]
(boyer_moore): Fix handling of mulitbyte character translation.

22 years ago*** empty log message ***
Kenichi Handa [Tue, 7 May 2002 12:46:06 +0000 (12:46 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Kenichi Handa [Tue, 7 May 2002 04:55:49 +0000 (04:55 +0000)]
*** empty log message ***

22 years ago(display_mode_element): When the variable `elt' is
Kenichi Handa [Tue, 7 May 2002 04:55:32 +0000 (04:55 +0000)]
(display_mode_element): When the variable `elt' is
changed, update `this' and `lisp_string'.

22 years ago(try_font_list): Give higher priority to fontset's
Kenichi Handa [Tue, 7 May 2002 04:51:47 +0000 (04:51 +0000)]
(try_font_list): Give higher priority to fontset's
family than face's family.

22 years ago(Finsert_file_contents): Set coding_system instead of
Kenichi Handa [Tue, 7 May 2002 04:51:06 +0000 (04:51 +0000)]
(Finsert_file_contents): Set coding_system instead of
val.  If the current buffer is multibyte, always call
decode_coding_gap.

22 years ago(coding_alloc_by_making_gap): Check the case that the
Kenichi Handa [Tue, 7 May 2002 04:50:48 +0000 (04:50 +0000)]
(coding_alloc_by_making_gap): Check the case that the
source and destination are the same correctly.
(decode_coding_raw_text): Set coding->consumed_char and
coding->consumed to 0.
(produce_chars): If coding->chars_at_source is nonzero, update
coding->consumed_char and coding->consumed before calling
alloc_destination.
(Fdefine_coding_system_alias): Register ALIAS in
Vcoding_system_alist.
(syms_of_coding): Define `no-convesion' coding system at the tail.

22 years ago(struct charset_map_entries): New struct.
Kenichi Handa [Tue, 7 May 2002 04:50:29 +0000 (04:50 +0000)]
(struct charset_map_entries): New struct.
(load_charset_map): Renamed from parse_charset_map.  New args
entries and n_entries.  Caller changed.
(load_charset_map_from_file): Renamed from load_charset_map.
Caller changed.  New arg control_flag.  Call load_charset_map at
the tail.
(load_charset_map_from_vector): New function.
(Fdefine_charset_internal): Setup charset.compact_codes_p.
(encode_char): If the charset is compact, change a character index
to a code point.

22 years ago(Fcall_process): Be sure to give the current buffer
Kenichi Handa [Tue, 7 May 2002 04:50:09 +0000 (04:50 +0000)]
(Fcall_process): Be sure to give the current buffer
to decode_coding_c_string.  Update PT and PT_BYTE after the
insertion.

22 years ago(Fset_buffer_multibyte): Fix 8-bit char handling.
Kenichi Handa [Tue, 7 May 2002 04:49:50 +0000 (04:49 +0000)]
(Fset_buffer_multibyte): Fix 8-bit char handling.

22 years ago(titdic-convert): Read into a unibyte buffer then make the buffer
Kenichi Handa [Tue, 7 May 2002 04:49:14 +0000 (04:49 +0000)]
(titdic-convert): Read into a unibyte buffer then make the buffer
multibyte.

22 years ago(chinese-gbk): New charset.
Kenichi Handa [Tue, 7 May 2002 04:48:48 +0000 (04:48 +0000)]
(chinese-gbk): New charset.

22 years ago(charset-chars): Fix typo.
Kenichi Handa [Tue, 7 May 2002 04:48:27 +0000 (04:48 +0000)]
(charset-chars): Fix typo.

22 years agoChange the registry for chinese-gb2312 and add the registry for
Kenichi Handa [Tue, 7 May 2002 04:48:05 +0000 (04:48 +0000)]
Change the registry for chinese-gb2312 and add the registry for
chinese-gbk.

22 years agoNew file.
Kenichi Handa [Tue, 7 May 2002 04:47:34 +0000 (04:47 +0000)]
New file.

22 years ago(MAPS): Add gbk.map and gb18030-bmp.map.
Kenichi Handa [Tue, 7 May 2002 04:46:19 +0000 (04:46 +0000)]
(MAPS): Add gbk.map and gb18030-bmp.map.
(ICUDIR): New macro.
(gbk.map, gb18030-bmp.map): New targets.

22 years ago(display_mode_element): Fix calculation of `bytepos'.
Kenichi Handa [Tue, 9 Apr 2002 07:42:27 +0000 (07:42 +0000)]
(display_mode_element): Fix calculation of `bytepos'.

22 years ago(Finsert_file_contents): Fix calculation of `inserted'.
Kenichi Handa [Tue, 9 Apr 2002 07:42:06 +0000 (07:42 +0000)]
(Finsert_file_contents): Fix calculation of `inserted'.
Fix arguments to insert_from_buffer.

22 years ago*** empty log message ***
Kenichi Handa [Tue, 9 Apr 2002 07:39:44 +0000 (07:39 +0000)]
*** empty log message ***

22 years ago(produce_chars): Set the variable `multibytep' correctly.
Kenichi Handa [Mon, 11 Mar 2002 11:28:41 +0000 (11:28 +0000)]
(produce_chars): Set the variable `multibytep' correctly.
(decode_coding_gap): Set coding->dst_multibyte correctly.

22 years ago*** empty log message ***
Kenichi Handa [Mon, 11 Mar 2002 11:28:06 +0000 (11:28 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Kenichi Handa [Fri, 8 Mar 2002 00:22:54 +0000 (00:22 +0000)]
*** empty log message ***

22 years ago(utf-16-le): Use :bom attribute instead of :signature.
Kenichi Handa [Fri, 8 Mar 2002 00:20:24 +0000 (00:20 +0000)]
(utf-16-le): Use :bom attribute instead of :signature.
(utf-16-be): Likewise.

22 years ago(insert_from_gap): Call record_insert.
Kenichi Handa [Fri, 8 Mar 2002 00:19:56 +0000 (00:19 +0000)]
(insert_from_gap): Call record_insert.

22 years ago(encode_coding_utf_8): Initialize produced_chars to 0.
Kenichi Handa [Fri, 8 Mar 2002 00:19:39 +0000 (00:19 +0000)]
(encode_coding_utf_8): Initialize produced_chars to 0.
(decode_coding_utf_16): Fix converting high and low bytes to
code-point.
(encode_coding_utf_16): Substitute coding->default_char for
non-Unicode characters.
(decode_coding): Don't call record_insert here.
(setup_coding_system): Initialize `surrogate' of
coding->spec.utf_16 to 0.
(EMIT_ONE_BYTE): Fix for multibyte case.

22 years ago*** empty log message ***
Kenichi Handa [Fri, 8 Mar 2002 00:18:28 +0000 (00:18 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Kenichi Handa [Tue, 5 Mar 2002 01:07:22 +0000 (01:07 +0000)]
*** empty log message ***

22 years agoSet `iso-8859-2' for `nonascii-translation'.
Kenichi Handa [Tue, 5 Mar 2002 01:06:51 +0000 (01:06 +0000)]
Set `iso-8859-2' for `nonascii-translation'.

22 years ago("Czech"): Set `iso-8859-2' for `nonascii-translation'.
Kenichi Handa [Tue, 5 Mar 2002 01:04:59 +0000 (01:04 +0000)]
("Czech"): Set `iso-8859-2' for `nonascii-translation'.

22 years ago(parse_charset_map): Remove an unused variable.
Kenichi Handa [Tue, 5 Mar 2002 01:03:08 +0000 (01:03 +0000)]
(parse_charset_map): Remove an unused variable.

22 years ago(SET_RAW_SYNTAX_ENTRY): Don't call make_number.
Kenichi Handa [Tue, 5 Mar 2002 00:09:36 +0000 (00:09 +0000)]
(SET_RAW_SYNTAX_ENTRY): Don't call make_number.

22 years ago(Finsert_file_contents): Set coding_system to Qnil
Kenichi Handa [Tue, 5 Mar 2002 00:09:15 +0000 (00:09 +0000)]
(Finsert_file_contents): Set coding_system to Qnil
earlier.  If inserted is zero and the coding system doesn't
require flushing, don't call decode_coding_gap.

22 years ago* coding.c: Delete unused variables.
Kenichi Handa [Tue, 5 Mar 2002 00:08:50 +0000 (00:08 +0000)]
* coding.c: Delete unused variables.

22 years ago(sub_char_table_set_range): Optimized for the case
Kenichi Handa [Tue, 5 Mar 2002 00:08:31 +0000 (00:08 +0000)]
(sub_char_table_set_range): Optimized for the case
DEPTH == 3.  Add workaround code for a GCC optimization bug.

22 years ago(CHAR_VALID_P): Don't call CHARACTERP.
Kenichi Handa [Tue, 5 Mar 2002 00:08:10 +0000 (00:08 +0000)]
(CHAR_VALID_P): Don't call CHARACTERP.
(CHAR_STRING): Adjusted for the change of
char_string_with_unification.
(CHAR_STRING_ADVANCE): Make it do-while statement.

22 years ago(c_string_width): Add return type `int'.
Kenichi Handa [Tue, 5 Mar 2002 00:07:51 +0000 (00:07 +0000)]
(c_string_width): Add return type `int'.
(char_string_with_unification): Arg ADVANCED deleted.

22 years ago(casify_region): Fix multibyte case.
Kenichi Handa [Tue, 5 Mar 2002 00:07:19 +0000 (00:07 +0000)]
(casify_region): Fix multibyte case.

22 years agoOptimize calls of modify-category-entry.
Kenichi Handa [Tue, 5 Mar 2002 00:06:48 +0000 (00:06 +0000)]
Optimize calls of modify-category-entry.

22 years ago*** empty log message ***
Kenichi Handa [Tue, 5 Mar 2002 00:06:27 +0000 (00:06 +0000)]
*** empty log message ***

22 years ago(DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
Kenichi Handa [Fri, 1 Mar 2002 05:34:13 +0000 (05:34 +0000)]
(DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
utf-8.el, and utf-8-subst.el as they can't be bytecompiled
currently.  This is just a temporary workaround.