1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-14 07:20:35 -08:00
Commit graph

15670 commits

Author SHA1 Message Date
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
Kenichi Handa
52af23fe10 *** empty log message *** 2002-07-31 07:15:29 +00:00
Kenichi Handa
88dad6e7cb (Fstring_to_multibyte): New function.
(syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
2002-07-31 07:11:47 +00:00
Kenichi Handa
11e68d6cda (setup_echo_area_for_printing, set_message_1): Adjusted
for the change of Fset_buffer_multibyte.
2002-07-31 07:11:28 +00:00
Kenichi Handa
40be5efd7f (Fset_buffer_multibyte): Prototype adjusted. 2002-07-31 07:10:36 +00:00
Kenichi Handa
9d123124fb * coding.c (make_conversion_work_buffer): Adjusted for the change
of Fset_buffer_multibyte.
(encode_coding_raw_text): Increment p0 in the loop.
2002-07-31 07:09:00 +00:00
Kenichi Handa
21f9c39d3b (charset_8_bit): Extern it. 2002-07-31 07:08:15 +00:00
Kenichi Handa
2fe1edd1f8 (charset_eight_bit, Qeight_bit_control): New
variables.
(charset_8_bit__control, charset_8_bit_graphic,
Qeight_bit_control, Qeight_bit_graphic): These variables deleted.
(define_charset_internal): New function.
(syms_of_charset): Call define_charset_internal for pre-defined
charsets.
2002-07-31 07:07:59 +00:00
Kenichi Handa
3c5a53bdce (Funibyte_char_to_multibyte): If C can't be decoded
by the primary charset, make it eight-bit char.
(Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
2002-07-31 07:06:36 +00:00
Kenichi Handa
8bc28f69ba (CHAR_TO_BYTE8): If C is not eight-bit char, call
multibyte_char_to_unibyte.
2002-07-31 07:05:33 +00:00
Kenichi Handa
bb4a388429 (Fcall_process): Don't call insert_1_both directly if
we are inserting a process output into a multibyte buffer.
2002-07-31 07:05:17 +00:00
Kenichi Handa
a3a303df4e (Qas, Qmake, Qto): New variables.
(Fset_buffer_multibyte): New optional arg METHOD.  Caller changed.
(syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
2002-07-31 07:04:55 +00:00
Dave Love
d1a6e8e738 *** empty log message *** 2002-07-30 11:41:15 +00:00
Dave Love
c11dc00b09 (x_put_x_image): Declare args. 2002-07-30 11:38:20 +00:00
Dave Love
a55a1dc683 (font_name_registry, choose_face_font): Delete unused
vars.
(try_font_list): Declare an arg.
2002-07-30 11:38:05 +00:00
Dave Love
ba22b208e7 (message2_nolog, set_message): Declare an arg. 2002-07-30 11:37:50 +00:00
Dave Love
e5da031c49 (tparam): Declare an arg. Use P_ to declare tparm. 2002-07-30 11:37:36 +00:00
Dave Love
9542cb1fc7 Comment fix 2002-07-30 11:36:59 +00:00