1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00
Commit graph

2569 commits

Author SHA1 Message Date
Kenichi Handa
01378f4987 * coding.c (QCcategory): New variable.
(syms_of_coding): Defsym it.  Set all elements of
Vcoding_category_table and their symbol values.
(Fset_coding_system_priority): Doc fix.  Update symbol qvalues of
coding-category-XXX, and coding-category-list.
(Fdefine_coding_system_internal): Add category in the plist.
2003-06-06 02:13:40 +00:00
Kenichi Handa
89934f556e *** empty log message *** 2003-06-05 12:58:16 +00:00
Kenichi Handa
dd8c7a534e (read_process_output): Handle carryover correctly. 2003-06-05 07:17:10 +00:00
Dave Love
b884eb4db2 (re_search_2): Fix last change. 2003-06-02 18:29:17 +00:00
Kenichi Handa
f50e280d51 *** empty log message *** 2003-05-30 07:00:45 +00:00
Kenichi Handa
063dfaf5e1 (Finsert_file_contents): Even if we read into a
unibyte buffer, check if we must decode the result or not.
2003-05-29 13:18:47 +00:00
Kenichi Handa
81f41166af *** empty log message *** 2003-05-29 13:16:36 +00:00
Kenichi Handa
cfd5bdb9ad *** empty log message *** 2003-05-29 02:18:31 +00:00
Kenichi Handa
4776e6380a (detected_mask): Delete unused variable.
(decode_coding_iso_2022): Pay attention to the byte sequence of
CTEXT extended segment, and retain those bytes as is.
(decode_coding_ccl): Delete unused variable `valids'.
(setup_coding_system): Delete unused variable `category'.
(consume_chars): Delete unused variable `category'.  Make it work
for non-multibyte case.
(make_conversion_work_buffer): Argument changed.
(saved_coding): Delete unused variable.
(code_conversion_restore): Don't check saved_coding->destination.
(code_conversion_save): New function.
(decode_coding_gap, encode_coding_gap): Call code_conversion_save
instead of record_unwind_protect.
(decode_coding_object, encode_coding_object): Likewise.  Recover
PT.
(detect_coding_system): Delete unused variable `mask'.
(Fdefine_coding_system_internal): Delete unsed vaiable id;
2003-05-28 11:37:09 +00:00
Kenichi Handa
f106f9b09c *** empty log message *** 2003-05-20 13:15:45 +00:00
Kenichi Handa
ed7219f84b *** empty log message *** 2003-05-06 23:43:33 +00:00
Kenichi Handa
fd12904bd6 *** empty log message *** 2003-05-06 12:31:32 +00:00
Kenichi Handa
bf470ae20f *** empty log message *** 2003-05-06 08:22:13 +00:00
Dave Love
407a1f19be *** empty log message *** 2003-05-04 11:53:38 +00:00
Kenichi Handa
c64d66eb3a (Vface_font_rescale_alist): Renamed from
Vface_resizing_fonts.
(struct font_name): Rename member resizing_ratio to rescale_ratio.
(font_rescale_ratio): Renamed from font_resizing_ratio.
(split_font_name): Set font->rescale_ratio.
(better_font_p): Pay attention to font->rescale_ratio.
(build_scalable_font_name): Likewise.  Change RESX, and RESY
fields.
(syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp
variable.
2003-04-09 08:35:07 +00:00
Kenichi Handa
afe6e43e81 *** empty log message *** 2003-03-14 07:58:54 +00:00
Dave Love
eb1d57f054 *** empty log message *** 2003-02-13 22:46:33 +00:00
Dave Love
7258f1f737 *** empty log message *** 2003-02-04 19:29:56 +00:00
Kenichi Handa
a82f924203 (SKIP_GLYPHS): New macro.
(set_cursor_from_row): Pay attention to string display properties.
2003-01-31 06:11:29 +00:00
Kenichi Handa
30959a4209 *** empty log message *** 2003-01-30 02:28:24 +00:00
Kenichi Handa
8dcbea820b (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
with the last arg charset_list acquired from coding.
(Fdefine_coding_system_internal): For ccl-based coding system, fix
the attribute coding_attr_ccl_valids.
2003-01-30 02:23:40 +00:00
Kenichi Handa
9a02732df6 (ENCODE_CHAR): If the method is SUBSET or SUPERSET, call encode_char. 2003-01-11 03:39:02 +00:00
Kenichi Handa
1ab88162aa *** empty log message *** 2003-01-11 01:59:15 +00:00
Dave Love
b418f8a60f (syms_of_composite): Make composition_hash_table
weak.
2003-01-10 12:45:24 +00:00
Kenichi Handa
23b513e6e2 *** empty log message *** 2003-01-10 07:42:18 +00:00
Dave Love
5c2a8d5d10 *** empty log message *** 2003-01-07 18:07:20 +00:00
Kenichi Handa
07ad7d434e *** empty log message *** 2003-01-07 01:26:08 +00:00
Kenichi Handa
5a84378502 *** empty log message *** 2003-01-06 13:25:48 +00:00
Kenichi Handa
372edcb6ad *** empty log message *** 2003-01-06 12:24:13 +00:00
Kenichi Handa
b0f481396a *** empty log message *** 2003-01-06 01:18:01 +00:00
Dave Love
ddbe25cd99 (apropos_predicate, apropos_accumulate): Declare
static.
(Fapropos_internal): Don't gcpro apropos_accumulate.  Set result
to new local and nullify apropos_accumulate before returning.
(syms_of_keymap): Staticpro and initialize apropos_accumulate.
2003-01-03 20:25:06 +00:00
Kenichi Handa
d8e5d5d5df *** empty log message *** 2002-12-05 04:24:45 +00:00
Dave Love
8395d85077 (Flanginfo): Call synchronize_system_time_locale. 2002-11-26 17:48:07 +00:00
Kenichi Handa
664557e219 *** empty log message *** 2002-11-07 06:34:54 +00:00
Kenichi Handa
6d71005231 *** empty log message *** 2002-11-07 06:27:02 +00:00
Dave Love
3123740048 *** empty log message *** 2002-11-06 11:55:37 +00:00
Kenichi Handa
a230927104 *** empty log message *** 2002-11-06 00:10:18 +00:00
Dave Love
f8220f0284 (XTread_socket): Fix changes for defined keysyms. Add
XK_ISO... case.
(xaw_scroll_callback): Revert last change.
2002-10-31 17:57:54 +00:00
Kenichi Handa
47a62f297a *** empty log message *** 2002-10-30 01:27:27 +00:00
Kenichi Handa
66318d2776 *** empty log message *** 2002-10-29 12:11:48 +00:00
Dave Love
bafe00270d (xaw_scroll_callback): Cast correctly. 2002-10-29 11:39:06 +00:00
Dave Love
5fd4f2664d *** empty log message *** 2002-10-28 23:11:26 +00:00
Dave Love
d366847c57 *** empty log message *** 2002-10-28 15:36:19 +00:00
Dave Love
8d4258ad5d *** empty log message *** 2002-10-27 21:29:08 +00:00
Kenichi Handa
584948ace5 (detect_coding_charset): If only ASCII bytes are found, return 0.
(detect_coding_system): Fix previous change.
(Fdefine_coding_system_internal): Setup CODING_ATTR_ASCII_COMPAT
(attrs) correctly.
2002-10-16 05:04:10 +00:00
Kenichi Handa
4982069984 *** empty log message *** 2002-10-16 02:19:07 +00:00
Dave Love
9b3b32110d *** empty log message *** 2002-10-15 17:21:18 +00:00
Dave Love
df7695904c *** empty log message *** 2002-10-15 13:04:55 +00:00
Kenichi Handa
04ceba19c5 *** empty log message *** 2002-10-15 01:20:31 +00:00
Dave Love
89364cdac0 *** empty log message *** 2002-10-14 17:30:06 +00:00