Dave Love
6f197c07d0
(adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
2002-07-17 10:21:01 +00:00
Dave Love
fd3aa3e1b9
(print_string): Remove CHAR_VALID_P test.
2002-07-16 22:30:36 +00:00
Dave Love
28c026cdc9
Comments.
2002-07-16 21:58:25 +00:00
Dave Love
92331ddb21
*** empty log message ***
2002-07-16 15:22:12 +00:00
Dave Love
b4a12c674b
Include "...h", not <...h> in some cases.
2002-07-16 15:14:22 +00:00
Dave Love
9dba850d59
(fontset_ref, fontset_set, fs_load_font)
...
(Ffontset_info): Convert Lisp types.
2002-07-16 15:10:44 +00:00
Dave Love
c197f19176
(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.
2002-07-16 15:10:13 +00:00
Dave Love
16fed1fc86
(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.
2002-07-16 15:08:53 +00:00
Dave Love
73e92b8cc0
(CHECK_CHARSET_GET_ID): Use XINT on AREF result.
2002-07-16 15:00:58 +00:00
Dave Love
6cc0e1cacb
(syms_of_character): Fix CHAR_TABLE_SET call.
2002-07-16 14:59:03 +00:00
Dave Love
501d7ac6bb
(SYNTAX_ENTRY_INT): Don't use make_number.
2002-07-16 14:58:26 +00:00
Dave Love
4732abfced
(init_casetab_once, init_casetab_once): Fix
...
CHAR_TABLE_SET call.
2002-07-16 14:56:55 +00:00
Dave Love
0b261f5979
(Fmodify_category_entry): Fix CATEGORY_MEMBER call.
2002-07-16 14:56:33 +00:00
Dave Love
b1fe143d16
(note_mouse_movement): Fix call of window_from_coordinates.
2002-07-16 14:35:32 +00:00
Dave Love
511dd8e757
(code_convert_region): Fix prototype.
2002-07-16 13:57:41 +00:00
Dave Love
538a25d61b
(display_mode_element): Fix call of Fset_text_properties.
2002-07-16 13:57:00 +00:00
Dave Love
3a5231505d
*** empty log message ***
2002-07-11 23:16:17 +00:00
Dave Love
a3f6ee6d06
(Fset_coding_system_priority): Allow null arg list.
2002-07-11 23:15:52 +00:00
Dave Love
7619dee9f1
Comments.
2002-07-06 16:47:15 +00:00
Dave Love
cf8ba5800c
*** empty log message ***
2002-07-03 22:47:08 +00:00
Dave Love
f65c6d9453
Comment.
2002-07-03 22:47:00 +00:00
Dave Love
2d449de9af
(Fminibuffer_complete_word): Remove unused var.
...
(Fself_insert_and_exit): Use CHARACTERP.
2002-07-03 22:23:44 +00:00
Dave Love
c889d9eb6a
(Fcall_process): Remove unused vars.
2002-07-03 22:20:52 +00:00
Dave Love
abc251a742
(XTread_socket): Add extra dead keysyms.
2002-07-03 22:17:37 +00:00
Dave Love
c732cc73ba
(decode_mode_spec_coding): Use CHARACTERP.
2002-07-03 22:14:32 +00:00
Dave Love
18812c89a4
Remove prototypes for redraw_frame,
...
redraw_garbaged_frames.
2002-07-03 22:09:46 +00:00
Dave Love
ece8d980dc
Copyright up-date.
2002-07-03 22:07:58 +00:00
Dave Love
835c822261
(Fself_insert_command): Use CHARACTERP.
2002-07-03 22:05:12 +00:00
Dave Love
f6e5cae04e
(make_sub_char_table): Remove unused var.
...
(Fset_char_table_default, Fmap_char_table): Doc fix.
2002-07-03 22:03:46 +00:00
Dave Love
910bb84b4e
(access_keymap): Remove generic char code.
...
(push_key_description): Use CHARACTERP.
2002-07-03 22:01:54 +00:00
Dave Love
3b9ca27d9b
*** empty log message ***
2002-07-01 20:44:43 +00:00
Dave Love
56a46d1d74
Doc fixes.
...
(Funify_charset): Extra checking.
2002-07-01 20:38:35 +00:00
Dave Love
3caaa30e0e
Truncate to reflect only the branch.
2002-07-01 17:37:27 +00:00
Dave Love
c163613eac
*** empty log message ***
2002-06-24 18:28:25 +00:00
Dave Love
1da3b9e4a6
Remove some unused variables.
...
(safe_to_load_p): If safe, return the magic number version byte.
(Fload): Maybe use load-with-code-conversion.
2002-06-24 18:23:15 +00:00
Dave Love
5a936b4698
comments
2002-06-16 19:57:54 +00:00
Kenichi Handa
dcd5055089
(Ffind_charset_string): Setup the vector `charsets' correctly.
2002-06-12 00:57:16 +00:00
Kenichi Handa
bec25accac
*** empty log message ***
2002-06-12 00:57:01 +00:00
Kenichi Handa
ffc5b27f38
(map_charset_chars): Deleted.
2002-06-12 00:15:03 +00:00
Kenichi Handa
cda1ce8d88
(describe_vector): Handle a char-table directly here.
...
(describe_char_table): Deleted.
2002-06-12 00:14:32 +00:00
Kenichi Handa
e15009d967
(sub_char_table_ref_and_range): New arg defalt. Fix
...
the previous change.
(char_table_ref_and_range): Adjusted for the above change.
(map_sub_char_table_for_charset): New function.
(map_char_table_for_charset): New function.
2002-06-12 00:14:15 +00:00
Kenichi Handa
374c5cfd11
(load_charset_map): Set the default value of encoder
...
and deunifier char-tables to nil.
(map_charset_chars): Argument changed. Callers changed. Use
map_char_table_for_charset instead of map_char_table.
(Fmap_charset_chars): New optional args from_code and to_code.
(Fdefine_charset_internal): Adjusted for the change of
`define-charset' (:parents -> :subset or :superset).
(charset_work): New variable.
(encode_char): Adjusted for the change of
Fdefine_charset_internal.
(syms_of_charset): Likewise.
2002-06-12 00:13:57 +00:00
Kenichi Handa
ec7dd615e6
(enum define_charset_arg_index): Delete
...
charset_arg_parents and add charset_arg_subset and
charset_arg_superset,.
(enum charset_attr_index): Delete charset_parents and add
charset_subset and charset_superset.
(enum charset_method): Delete CHARSET_METHOD_INHERIT and add
CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
(CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Macros deleted.
(CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET,
CHARSET_SUPERSET): New macros.
(charset_work): Extern it.
(ENCODE_CHAR): Use charset_work.
(CHAR_CHARSET_P): Adjusted for the change of encoder format.
(map_charset_chars): Extern it.
2002-06-12 00:13:36 +00:00
Kenichi Handa
be8b50bc30
(syms_of_character): Setup Vchar_width_table for
...
eight-bit-control and raw-byte chars.
2002-06-12 00:13:15 +00:00
Kenichi Handa
fc9d9d2a1f
(MAYBE_UNIFY_CHAR): Adjusted for the change of
...
Vchar_unify_table. The default value of the table is now nil.
2002-06-12 00:12:53 +00:00
Kenichi Handa
d8887a31dd
(Fmodify_category_entry): Don't modify the contents
...
of category_set for characters out of the range. Avoid
unnecessary modification.
2002-06-12 00:12:34 +00:00
Dave Love
af301c44e7
*** empty log message ***
2002-06-11 18:45:36 +00:00
Dave Love
2794c9595e
(HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
...
(size_t): Removed.
2002-06-11 18:32:59 +00:00
Dave Love
0f53a32f99
(count_combining): Comment out (unused).
...
(Flocale_codeset): New.
(syms_of_fns): Defsubr it.
2002-06-11 18:32:28 +00:00
Dave Love
bb60506735
*** empty log message ***
2002-06-06 22:39:08 +00:00