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
Richard M. Stallman
b9145dbb57
(Fforward_comment): When count1 is negative, return nil if FROM reaches STOP.
1997-07-24 07:40:26 +00:00
Richard M. Stallman
b14dda8a3e
(Fcurrent_message): New function.
...
(syms_of_editfns): defsubr it.
1997-07-24 06:09:23 +00:00
Richard M. Stallman
6a567ad8a6
(syms_of_buffer): Doc fix.
1997-07-23 16:57:18 +00:00
Richard M. Stallman
7eaada67d5
(syms_of_eval): Doc fix.
1997-07-23 16:34:32 +00:00
Richard M. Stallman
b60f4a5c9e
Undo previous change.
1997-07-23 02:49:08 +00:00
Richard M. Stallman
2b86fcb1e2
Test __unix' along with unix'.
1997-07-22 21:35:43 +00:00
Richard M. Stallman
a67a9c6694
(syms_of_coding): Doc fix.
1997-07-22 20:40:29 +00:00
Richard M. Stallman
7043c154fc
(LIBS_SYSTEM): Undo previous change.
...
(HAVE_LIBKSTAT): Define it.
1997-07-22 03:11:17 +00:00
Richard M. Stallman
0c94f256dc
(choose_minibuf_frame_1): New function.
...
(read_minibuf): Make an unwind protect to run that.
(read_minibuf_unwind): Don't call choose_minibuf_frame here.
1997-07-22 03:10:25 +00:00
Richard M. Stallman
c6b530ed93
(set_window_height): Allow all heights > 0 for minibuffer windows.
...
(change_window_height): Fix one-off comparing DELTA with MAXIMUM.
1997-07-21 20:00:36 +00:00
Richard M. Stallman
824974dfa4
(Fx_create_frame): Default vertical-scroll-bars as symbol, not boolean.
1997-07-21 06:00:23 +00:00
Richard M. Stallman
7c3bc9441e
(Fcommand_execute): gcpro c.
1997-07-20 17:46:17 +00:00
Richard M. Stallman
8c1a6a84ca
(XTread_socket) <ClientMessage>:
...
For wm_take_focus, use x_any_window_to_frame.
Don't use FRAME_XIC if it is null, here.
(dumpglyphs): Use 8-bit output to X, rather than 16-bit,
if the character values permit that.
1997-07-20 17:44:22 +00:00
Geoff Voelker
1160687306
(w32_clear_end_of_line): Include scroll bar width.
1997-07-20 04:03:49 +00:00
Richard M. Stallman
3affe22ddf
(BASE_PURESIZE): Increased to 410000.
1997-07-19 07:29:46 +00:00
Richard M. Stallman
df77d0b27a
(redisplay_internal): Calculate new_count properly
...
for non-window displays.
1997-07-19 05:22:59 +00:00
Richard M. Stallman
0c8ee1a2e6
(Fcompleting_read): gcpro def.
1997-07-19 03:26:48 +00:00
Richard M. Stallman
a8c828be8c
(Finsert_file_contents) [DOS_NT]: Use the coding
...
system to determine buffer_file_type.
(Fwrite_region): Only use Qbuffer_file_coding_system
before checking file-coding-system-alist if non-nil.
(Fwrite_region) [DOS_NT]: Delete conditional code.
1997-07-18 22:56:16 +00:00
Richard M. Stallman
465edc86d1
(Ffind_operation_coding_system): Use Ffboundp to
...
check for a function entry.
1997-07-18 22:55:49 +00:00
Richard M. Stallman
c21241654f
Many doc fixes.
1997-07-18 18:17:20 +00:00
Richard M. Stallman
ba704fd4ca
(direct_output_forward_char): Reenable check against
...
truncated text at end of line.
1997-07-18 17:50:12 +00:00
Richard M. Stallman
a27062f04e
(display_string): Ignore W->left if OBEY_WINDOW_WIDTH is zero.
1997-07-18 17:46:56 +00:00
Richard M. Stallman
de2436ef7b
(xcar, xcdr): Print with /x.
1997-07-17 18:32:27 +00:00
Richard M. Stallman
b070c1d71b
(decode_mode_spec_coding): Fix typo; use val' instead of coding-system'.
1997-07-17 18:18:05 +00:00
Richard M. Stallman
c5ca4d3a1b
(replace_range): New function.
1997-07-17 06:51:28 +00:00
Richard M. Stallman
1fca3fae80
(display_text_line): Handle the case of point being in
...
the invisible part of the line beyond the left margin.
1997-07-17 06:29:36 +00:00
Richard M. Stallman
e744155a80
(internal_self_insert): When overwriting, use replace_range.
1997-07-15 19:22:53 +00:00
Richard M. Stallman
48fe8caca1
(SETUP_SYNTAX_TABLE_FOR_OBJECT): Fix previous change.
1997-07-15 19:00:36 +00:00
Richard M. Stallman
515b04d08c
Fix previous change.
1997-07-15 18:58:44 +00:00
Jim Meyering
579c838129
Add comment describing HAVE_PSTAT_GETDYNAMIC.
1997-07-15 13:21:56 +00:00
Kenichi Handa
7717c392c0
(detect_coding_iso2022): Distinguish coding-category-iso-7-else and
...
coding-category-iso-8-else.
1997-07-15 08:21:17 +00:00
Kenichi Handa
a38ede416c
(CODING_CATEGORY_IDX_ISO_7_ELSE): This macro is deleted
...
(CODING_CATEGORY_IDX_ISO_7_ELSE): New macro.
(CODING_CATEGORY_IDX_ISO_8_ELSE): New macro
(CODING_CATEGORY_MASK_ISO_ELSE): This macro is deleted.
(CODING_CATEGORY_MASK_ISO_7_ELSE): New macro.
(CODING_CATEGORY_MASK_ISO_8_ELSE): New macro.
(CODING_CATEGORY_MASK_ANY): Adjusted for the above change.
1997-07-15 08:21:17 +00:00
Miles Bader
5d23c61260
automatically generated from GPLed version
1997-07-14 22:54:30 +00:00
Paul Eggert
1b65a66c5d
automatically generated from GPLed version
1997-07-14 22:36:07 +00:00
Richard M. Stallman
6ca5cfd1e8
(unexec): Don't call update_dynamic_symbols if static link.
1997-07-14 19:55:57 +00:00
Richard M. Stallman
32454a9ff2
(make_lispy_event): Distinguish S-SPC from SPC.
1997-07-14 19:36:01 +00:00
Richard M. Stallman
2fb9049ef0
(read_char): Call timer_stop_idle unconditionally at non_reread.
1997-07-14 19:26:48 +00:00
Richard M. Stallman
5c1aae96f9
(x_draw_box): Use scratch_cursor_gc to draw the cursor
...
box using the color specified by cursor_pixel.
1997-07-14 04:24:24 +00:00