1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 05:30:45 -08:00
Commit graph

7847 commits

Author SHA1 Message Date
Kenichi Handa
85a02ca454 (detect_eol_type): Fix previous change. 1997-08-06 01:09:16 +00:00
Richard M. Stallman
bc4bc72a9a (detect_eol_type): If EOL representation does not
seem consistent, use no conversion.
1997-08-05 18:19:33 +00:00
Richard M. Stallman
fc8915913f (syms_of_fontset): Doc fixes. 1997-08-05 18:08:38 +00:00
Kenichi Handa
0384b4b76d (Fcall_process_region): Use cdr part (not car part)
of Vdefault_process_coding_system for writing out text.
1997-08-04 06:59:57 +00:00
Kenichi Handa
bf9cdd4e0c (detect_coding_iso2022): Do not exclude posibility of
7-bit encoding when designation to G1 occurs.  If CSI, SS2, or SS3
is found, return CODING_CATEGORY_MASK_ISO_8_ELSE.
(Fdetect_coding_region): Doc-string modified.
1997-08-04 06:59:57 +00:00
Kenichi Handa
a95c35f6a2 (Fset_process_coding_system): Doc-string modified.
(Fprocess_coding_system): Likewise.
1997-08-04 06:59:57 +00:00
Richard M. Stallman
1819565517 (merge_face_list): New function.
(compute_char_face): Use merge_face_list.
Allow (foreground-color . COLOR) and (background-color . COLOR)
in place of a face.
1997-08-04 06:07:05 +00:00
Richard M. Stallman
89819bddb6 (redisplay_internal): Count number of visible frames
instead of number of frames that were redisplayed.

(redisplay_window): Fix previous change.
1997-08-04 03:04:24 +00:00
Richard M. Stallman
5d8c798306 (Fload): Update declaration. 1997-08-04 03:02:19 +00:00
Richard M. Stallman
10bff6f19d (detect_coding_mask): Include CODING_CATEGORY_MASK_BINARY in the
return value if any 8-bit code is found.

Doc fix.
1997-08-04 03:01:57 +00:00
Richard M. Stallman
14a136b327 (Frequire): Pass t for the MUST-SUFFIX arg to Fload. 1997-08-04 03:00:36 +00:00
Richard M. Stallman
76323a073c (do_autoload): Pass new arg to Fload. 1997-08-04 03:00:25 +00:00
Richard M. Stallman
f0a50954f3 (Fload): New optional arg MUST-SUFFIX. 1997-08-04 03:00:11 +00:00
Richard M. Stallman
47adf45238 (LD_SWITCH_MACHINE):
Add #ifdef emacs around all the definitions of this.
1997-08-03 22:59:26 +00:00
Kenichi Handa
1f312d8a93 (CODING_CATEGORY_MASK_BINARY): New macro. 1997-08-03 03:02:05 +00:00
Kenichi Handa
e8cc313b86 (x_set_frame_parameters): Heading comment fixed.
(x_default_parameter): Likewise.
1997-08-03 03:02:05 +00:00
Kenichi Handa
2584c9ec2b (Vclipboard_coding_system): New variable.
(selection_data_to_lisp_data): Decode text by
Vclipboard_coding_system.
(lisp_data_to_selection_data): Encode text by
Vclipboard_coding_system.
(syms_of_xselect): Declare clipboard-coding-system as Lisp
variable and initialize it.
1997-08-03 03:02:05 +00:00
Richard M. Stallman
1d78452128 (compute_motion): Correct the criterion for when to
move back 1 space when we terminate just after continuing the line.
1997-08-02 09:30:17 +00:00
Richard M. Stallman
145eec6fbc Comment change. 1997-08-01 07:18:01 +00:00
Kenichi Handa
76376439f3 (encode_coding_iso2022): When source data ends not at
character boundardy, set data in coding->carryover correctly, and
set SRC to SRC_END.
(encode_coding_sjis_big5): Likewise.
(encode_coding): Don't set coding->carryover_size to 0.
1997-08-01 01:36:20 +00:00
Kenichi Handa
8e662997af (Fwrite_region): Don't try to flush out a data twice. 1997-08-01 01:36:20 +00:00
Richard M. Stallman
4673d3e553 (direct_output_for_insert): Set last_point_x properly. 1997-08-01 00:58:56 +00:00
Kenichi Handa
9a32686f79 (x_list_fonts): Request at least 10 fonts by XListFonts. 1997-08-01 00:29:34 +00:00
Richard M. Stallman
52bc762447 (redisplay_window): Fix one-off in handling
scroll-conservatively for scrolling up.
1997-08-01 00:12:35 +00:00
Richard M. Stallman
536f4067ef (x_list_fonts): Reject a font whose min_bounds.width is 0. 1997-07-31 16:44:49 +00:00
Richard M. Stallman
72dcef0e0e (current_lock_owner): Don't try to delete lock
if this or another existing process owns it!
1997-07-31 07:54:07 +00:00
Richard M. Stallman
77e1b3d494 (read_process_output): Don't call setup_coding_system
for proc_decode_coding_system[channel].  It is already done in
detect_coding called via decode_coding.

(wait_reading_process_input): Call detect_input_pending
whenever read_kbd is 0, not just when wait_for_cell.
1997-07-31 06:08:07 +00:00
Kenichi Handa
19a8d9e0f8 (encode_coding_iso2022): Write out invalid multibyte
forms in a buffer as is.
(detect_coding_mask): If ISO_CODE_CSI appears in an invalid
sequence, ignore it.
1997-07-31 05:55:12 +00:00
Richard M. Stallman
c6c0c4b177 (lock_if_free): Don't loop; for strange error, return -1. 1997-07-30 19:45:01 +00:00
Richard M. Stallman
916848d8bd (redisplay_window): Fix previous change.
(decode_mode_spec_coding): If multibyte chars disabled.
display only the eol flag.
1997-07-30 19:44:31 +00:00
Richard M. Stallman
99a6b56fd4 (LIBXMU): Alternative definition if CANNOT_DUMP. 1997-07-30 04:28:44 +00:00
Richard M. Stallman
d5600d496d (LDFLAGS, CPPFLAGS): Get them from configure like CFLAGS. 1997-07-30 04:24:46 +00:00
Richard M. Stallman
171d7f241b Minor cleanup. 1997-07-30 03:57:26 +00:00
Richard M. Stallman
bfbcc5eed0 (Fformat_time_string): Don't hang if strftime produces
an empty string.  Fix arguments of second call to strftime.
Remove check for result being negative, this cannot happen.
1997-07-29 02:29:32 +00:00
Richard M. Stallman
249443b691 (sort_args): Check properly for `--'. 1997-07-29 00:53:09 +00:00
Richard M. Stallman
4e61bddf04 (x_new_font): Follow the change in x_set_scroll_bar_width and make the
scroll bar at least 14 pixels wide.
1997-07-28 18:33:11 +00:00
Richard M. Stallman
0ecca02337 (Fx_create_frame): Initialize fontset in output_data. 1997-07-28 18:30:44 +00:00
Richard M. Stallman
d16a4fc65b (non_ascii_char_to_string): Fix typos. 1997-07-28 18:20:01 +00:00
Richard M. Stallman
ba5971b37a [HAVE_LIBNCURSES]: Declare ospeed as short, unless NCURSES_OSPEED_T. 1997-07-28 17:04:18 +00:00
Richard M. Stallman
f8c39f5172 (x_term_init) [! HAVE_X11R5]: Don't try to use XtCvtStringToFont. 1997-07-28 15:10:21 +00:00
Richard M. Stallman
4f5c440330 (map_obarray): Don't crash if something strange is in the obarray. 1997-07-28 15:09:31 +00:00
Richard M. Stallman
4cb46737eb (redisplay_window): When text has not changed,
call compute_motion starting from the former PT if possible.
If PT is unchanged from w->last_point, don't do compute_motion at all.
1997-07-28 04:55:45 +00:00
Richard M. Stallman
0537ec480d (syms_of_callproc): Don't init Vtemp_file_name_pattern here. 1997-07-27 21:38:49 +00:00
Richard M. Stallman
aec2b95b43 (strout, printchar): Handle minibuffer_auto_raise. 1997-07-26 22:20:51 +00:00
Richard M. Stallman
bf7253f4a2 (dumpglyphs): Check the dimension of FONT while
setting `byte1' and `byte2' members of *CP.

(XTread_socket): Trap the BadMatch error that can occur
after a XSetInputFocus if window is not visible.
1997-07-26 01:43:07 +00:00
Richard M. Stallman
f3216838e8 (LD_SWITCH_SYSTEM_TEMACS): Define this instead of LD_SWITCH_SYSTEM. 1997-07-26 01:41:59 +00:00
Richard M. Stallman
12a274bfe3 (display_text_line): Don't count minibuf_prompt_width twice in taboffset. 1997-07-26 01:41:03 +00:00
Richard M. Stallman
68788cecc4 (Fwrite_region): Fix previous change. 1997-07-25 18:12:53 +00:00
Kenichi Handa
0f706dacee (compute_motion): Handle display table correctly for
multibyte characters.
1997-07-25 08:01:02 +00:00
Kenichi Handa
e3ee2a8a9a (syms_of_fontset): Set Vhighlight_wrong_size_font to Qnil. 1997-07-25 07:53:16 +00:00