Kenichi Handa
b402f819e5
*** empty log message ***
2002-08-20 13:12:32 +00:00
Kenichi Handa
48ef988f74
(Finsert_byte): New function.
...
(syms_of_editfns): Defsubr it.
2002-08-20 13:05:44 +00:00
Kenichi Handa
eeb7c1552d
*** empty log message ***
2002-08-20 11:25:27 +00:00
Kenichi Handa
405b0b5ad1
(set_canon, set_identity, shuffle): Simplified.
2002-08-20 11:23:38 +00:00
Kenichi Handa
790ac1c79d
(get_next_display_element): Don't display unibyte 8-bit
...
characters by octal form.
2002-08-20 11:13:34 +00:00
Kenichi Handa
67dde6602c
(syms_of_character): Setup Vprintable_chars.
2002-08-20 11:11:19 +00:00
Kenichi Handa
5b89f10917
(Freplace_match): Fix previous change.
2002-08-20 08:34:51 +00:00
Kenichi Handa
096a353dd1
(Freplace_match): Fix for the unibyte case.
2002-08-20 08:32:34 +00:00
Kenichi Handa
16747e037d
(read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
...
of direct code 0x3ffff.
2002-08-20 08:20:31 +00:00
Kenichi Handa
e5112ecb72
(Fchar_equal): Fix for the unibyte case.
2002-08-20 07:56:43 +00:00
Kenichi Handa
6d2b9b27d8
(Fexpand_abbrev): Fix for the multibyte case.
2002-08-20 07:21:58 +00:00
Kenichi Handa
0396028c43
*** empty log message ***
2002-08-20 04:00:27 +00:00
Kenichi Handa
8973478b03
(_fetch_multibyte_char_len): This variable deleted.
2002-08-20 03:59:51 +00:00
Kenichi Handa
feb3066c15
(_fetch_multibyte_char_len): Extern deleted.
...
(FETCH_MULTIBYTE_CHAR): Don't use _fetch_multibyte_char_len.
(BUF_FETCH_MULTIBYTE_CHAR): Likewise.
(FETCH_CHAR_AS_MULTIBYTE): New macro.
2002-08-20 03:59:29 +00:00
Kenichi Handa
3e41107450
(MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
2002-08-20 03:59:11 +00:00
Kenichi Handa
2422e50a51
(casify_object): Simplified. Handle the case that
...
the case conversion change the byte length.
(casify_region): Likewise
2002-08-20 03:58:53 +00:00
Kenichi Handa
49aabfbde6
*** empty log message ***
2002-08-19 12:14:25 +00:00
Kenichi Handa
927f12daa2
(safe_to_load_p): Fix the logic.
2002-08-19 11:34:28 +00:00
Kenichi Handa
8cb8232a21
(scan_words): Don't treat characters belonging to
...
different scripts constituting a work.
2002-08-19 11:00:39 +00:00
Kenichi Handa
5a7128a6e8
(Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
2002-08-19 10:59:04 +00:00
Kenichi Handa
862aa7f95b
(Fset_fontset_font): Treate `ascii' as charset, not script.
2002-08-19 10:57:04 +00:00
Kenichi Handa
154f5e74e3
*** empty log message ***
2002-08-19 06:12:43 +00:00
Kenichi Handa
f2b89e21fa
(main): In the case of --unibyte, instead of aborting on
...
finding non-empty buffer, make it unibyte.
2002-08-19 06:11:52 +00:00
Kenichi Handa
ed9c5d97f4
(main): In the case of --unibyte, instead of aborting on finding
...
non-empty buffer, make it unibyte.
2002-08-19 06:11:15 +00:00
Dave Love
45cced72c8
*** empty log message ***
2002-08-18 13:51:26 +00:00
Dave Love
ed1d5bc0b2
(Funibyte_char_to_multibyte): Doc fix.
2002-08-18 12:55:13 +00:00
Dave Love
c8533ac4fa
Fix last change.
2002-08-18 12:54:49 +00:00
Kenichi Handa
ed09a18b84
*** empty log message ***
2002-08-15 02:30:08 +00:00
Kenichi Handa
73ce348e68
(nonascii_insert_offset, Vnonascii_translation_table):
...
Extern deleted.
2002-08-15 02:29:16 +00:00
Kenichi Handa
9ae965fd9b
(x_produce_glyphs): Use ASCII_CHAR_P, not
...
SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
it->multibyte_p is zero.
2002-08-15 02:29:00 +00:00
Kenichi Handa
d1a0458808
(charset_unibyte): Renamed from charset_primary.
...
(Funibyte_charset): Renamed from Fprimary_charset.
(Fset_unibyte_charset): Renamed from Fset_primary_charset.
(syms_of_charset): Adjusted for the above changes.
2002-08-15 02:28:42 +00:00
Kenichi Handa
3ef07f5177
(charset_unibyte): Extern it instead of
...
charset_primary.
2002-08-15 02:28:25 +00:00
Kenichi Handa
ac86488bf2
(unibyte_char_to_multibyte): Refer to
...
charset_unibyte, not charset_primary.
(multibyte_char_to_unibyte): Likewise.
(Funibyte_char_to_multibyte): Likewise.
2002-08-15 02:28:08 +00:00
Kenichi Handa
556383ac2f
(fontset_add): Make the type `int'.
...
(fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
2002-08-15 02:27:50 +00:00
Kenichi Handa
9d6d303b20
*** empty log message ***
2002-08-15 01:26:01 +00:00
Kenichi Handa
aeae5b21b2
*** empty log message ***
2002-08-08 13:05:11 +00:00
Kenichi Handa
c6fb6e9828
(Fdefine_coding_system_internal): Fix category setting
...
for a coding system of type iso-2022.
2002-08-08 13:01:56 +00:00
Kenichi Handa
6a0a025b9a
(FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
2002-08-01 15:51:59 +00:00
Kenichi Handa
54b70fe386
*** empty log message ***
2002-08-01 12:36:32 +00:00
Kenichi Handa
869bb2372a
(Vnext_word_boundary_function_table): New variable.
...
(syms_of_syntax): Declare it as a Lisp variable.
(scan_words): Call functions in Vnext_word_boundary_function_table
if any.
2002-08-01 12:33:55 +00:00
Kenichi Handa
6ab1fb6a78
(fs_load_font): If fontp->charset is not negative,
...
return fontp without setting its members.
2002-08-01 05:44:09 +00:00
Kenichi Handa
d8891a0f51
(x_load_font): Initialize fontp->fontset to -1.
2002-08-01 05:42:48 +00:00
Dave Love
4a3923ed6d
*** empty log message ***
2002-07-31 22:59:53 +00:00
Dave Love
45dd79b9e9
Generated with autoheader.
2002-07-31 22:41:56 +00:00
Dave Love
4fc0b72e98
Change logic (instead of fixing typo).
2002-07-31 22:37:38 +00:00
Dave Love
4a35217e5d
Don't include strings.h.
...
(bcopy, bzero, bcmp): Don't undef.
2002-07-31 22:32:39 +00:00
Dave Love
2f4a1e5d22
(bcopy, bzero, bcmp): Don't undef.
2002-07-31 22:32:15 +00:00
Dave Love
fcdfd82ca9
(NO_SIOCTL_H): Don't define.
...
(TIOCSIGSEND): Don't test IRIX6.
(bcopy, bzero, bcmp): Define conditionally.
2002-07-31 22:31:51 +00:00
Dave Love
92546056cf
(HAVE_ALLOCA): Delete.
2002-07-31 22:30:08 +00:00
Kenichi Handa
73fbf2d9bf
(syms_of_charset): Fix previous change.
2002-07-31 07:58:30 +00:00