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
Kenichi Handa
4dad0cbaf5
(CODING_REQUIRE_TEXT_CONVERSION,
...
CODING_REQUIRE_EOL_CONVERSION, CODING_REQUIRE_CONVERSION): Deleted.
(CODING_REQUIRE_NO_CONVERSION): New macro.
(CODING_MAY_REQUIRE_NO_CONVERSION): New macro.
1997-07-25 07:46:51 +00:00
Kenichi Handa
71a4b3e854
(read_process_output): Use new macro
...
CODING_REQUIRE_NO_CONVERSION
(send_process): Use new macro CODING_MAY_REQUIRE_NO_CONVERSION.
1997-07-25 07:46:51 +00:00
Kenichi Handa
70ec432868
(Finsert_file_contents): Use new macros
...
CODING_MAY_REQUIRE_NO_CONVERSION and
CODING_MAY_REQUIRE_NO_CONVERSION.
(Fwrite_region): Correct the logic for deciding coding system.
1997-07-25 07:46:51 +00:00
Richard M. Stallman
ee371b017d
(${lispsource}TAGS): Specify ETAGS var in inner make.
...
(../src/$(OLDXMENU)): New target.
1997-07-25 05:37:34 +00:00
Richard M. Stallman
e0f694317d
(Vprint_gensym_alist): Renamed from printed_gensyms.
...
(Vprint_gensym): Now a Lisp_Object; Renamed from print_gensym.
(syms_of_print): Set up both as Lisp vars.
(PRINTPREPARE, PRINTFINISH): Don't clear Vprint_gensym_alist
if Vprint_gensym is a cons cell.
1997-07-25 03:04:19 +00:00
Richard M. Stallman
937a3875a4
(selection_data_to_lisp_data):
...
Make the vector the right size, when format is 16.
1997-07-24 21:29:24 +00:00
Richard M. Stallman
8a7a340773
(main): Make --help msg end in newline.
1997-07-24 18:18:49 +00:00
Richard M. Stallman
2ee3abaa31
(Fx_create_frame): Don't fail to initialize `font'.
1997-07-24 16:59:16 +00:00
Richard M. Stallman
215b45e94a
(wait_reading_process_input): Initialize total_read.
...
Check for read_process_output giving back EIO.
1997-07-24 16:58:05 +00:00
Richard M. Stallman
00c5fd51cd
(Fdelete_frame): Undo previous change.
1997-07-24 16:57:19 +00:00
Richard M. Stallman
ef6661f776
(read_char): Delete spurious UNGCPRO.
...
Add UNGCPRO before the longjmps to wrong_kboard_jmpbuf.
Initialize c before the GCPRO1.
1997-07-24 16:45:55 +00:00