Richard M. Stallman
e54d3b5db2
(Finsert_file_contents) [MSDOS]: Ignore the replace feature.
...
(Fdo_auto_save): Write a list of all auto save file names.
(Vauto_save_list_file_name): Specify file name to put them in.
(syms_of_fileio): Set up Lisp var.
1994-05-10 23:26:39 +00:00
Roland McGrath
097c282404
Comment fix.
1994-05-10 22:40:56 +00:00
Roland McGrath
cb5558ff2d
[__GNU_LIBRARY__]: Redefine PENDING_OUTPUT_COUNT even if already defined.
1994-05-10 22:39:29 +00:00
Richard M. Stallman
b86344d06f
(Qbuffer_file_type): Var deleted.
...
(syms_of_buffer): Doc fix.
1994-05-10 07:30:11 +00:00
Richard M. Stallman
a1fd42c0c2
(syms_of_keyboard): Doc fix.
1994-05-10 07:24:27 +00:00
Karl Heuer
1c9784c9c2
(safe_run_hooks): New function, extracted from command_loop_1. Bind
...
inhibit_quit.
1994-05-10 05:48:20 +00:00
Karl Heuer
8001d352f6
Use PT, not point.
1994-05-10 05:45:24 +00:00
Richard M. Stallman
3a20653d46
(x_set_window_size) [USE_X_TOOLKIT]:
...
Preserve the main widget's x and y position.
1994-05-09 05:08:06 +00:00
Richard M. Stallman
d0adf46f86
(process_send_signal): If PREFER_VSUSP, use VSUSP instead of VSWTCH.
1994-05-09 03:30:55 +00:00
Richard M. Stallman
882d80792d
(PREFER_VSUSP): Defined.
1994-05-09 03:30:26 +00:00
Richard M. Stallman
3a35ab44bd
(x_set_offset): Set gravity and size hint
...
before moving the window.
(XTread_socket): For ReparentNotify, use x_top_window_to_frame.
Also recompute frame position using x_real_positions.
For ConfigureNotify, don't ignore send_events.
Also recompute frame position using x_real_positions.
1994-05-08 21:06:13 +00:00
Richard M. Stallman
e9445337f7
(x_real_positions): New function.
1994-05-08 21:03:21 +00:00
Richard M. Stallman
093650fe31
[MSDOS]: Rename Vbinary_process to Vbinary_process_output.
...
(syms_of_callproc) [MSDOS]: Rename lisp variable binary-process to
binary-process-output.
(Fcall_process, syms_of_callproc) [MSDOS]: Use new names.
(Vbinary_process_input) [MSDOS]: New variable.
(syms_of_callproc) [MSDOS]: Declare binary-process-input.
(Fcall_process_region) [MSDOS]: Bind binary-process-input temporarily
to buffer-file-type.
(init_callproc) [MSDOS]: Don't add lib-src as the wrapped binaries are in bin.
1994-05-07 21:53:28 +00:00
Richard M. Stallman
b8556aee00
(read_char): Don't text do_mouse_tracking;
...
instead, do prepare_menu_bars only if commandflag > 1.
Do call add_command_key for mouse-movement events.
Test detect_input_pending, not EVENT_QUEUES_EMPTY, for kbd menus.
But don't test either one for mouse menus.
1994-05-07 19:47:44 +00:00
Richard M. Stallman
e7a8b7911b
(record_delete): Record the old point value only right after a boundary.
...
(record_delete): Test last_point_position_buffer.
1994-05-07 08:38:28 +00:00
Richard M. Stallman
6803ec2a28
(PURESIZE): Increase to 205000.
1994-05-07 05:22:50 +00:00
Richard M. Stallman
fca6a31218
entered into RCS
1994-05-07 03:03:13 +00:00
Richard M. Stallman
21f4aec691
(PURESIZE): Increase to 235000.
1994-05-07 02:26:40 +00:00
Richard M. Stallman
ca31c4838c
Define NO_MATHERR.
1994-05-06 18:14:23 +00:00
Richard M. Stallman
7240919a30
Don't guard DOMAIN && SING && OVERFLOW check by an #ifndef MSDOS.
1994-05-06 18:14:02 +00:00
Jim Meyering
7babf5f60d
*** empty log message ***
1994-05-06 15:23:06 +00:00
Richard M. Stallman
510328f2de
(LD_SWITCH_SYSTEM): Use ./prefix-args, not -Xlinker directly.
1994-05-06 08:30:32 +00:00
Francesco Potortì
ecf2bd2532
* m/delta.h: (SYSTEM_MALLOC): deleted. The problem isn't there.
1994-05-06 08:16:14 +00:00
Richard M. Stallman
5ece1728e2
(error): Fix logic in call to xmalloc/xrealloc.
1994-05-06 06:45:18 +00:00
Richard M. Stallman
8b4d685f01
(wait_reading_process_input): Don't call prepare_menu_bars
...
unless we are going to redisplay for a garbaged frame.
(read_process_output): Call prepare_menu_bars if waiting for input.
(exec_sentinel): Call prepare_menu_bars if waiting for input.
1994-05-06 06:39:48 +00:00
Richard M. Stallman
5da3133aae
(make_lispy_event): Ignore mouse events for deleted frame.
1994-05-06 06:25:15 +00:00
Karl Heuer
00d3d838ef
(Fdelete_other_windows): Do nothing if w->start is outside region.
...
Don't temporarily move point when recomputing window position.
1994-05-06 01:49:51 +00:00
Karl Heuer
5ce7b54343
Use PT, not point.
1994-05-06 01:00:15 +00:00
Richard M. Stallman
ac7ad037f7
(x_set_offset): Update XNegative and YNegative for new pos.
...
(x_make_frame_invisible): Use XWithdrawWindow again.
1994-05-06 00:59:24 +00:00
Richard M. Stallman
047688cbac
(last_point_position_buffer): New variable.
...
(command_loop_1): Set it.
(make_lispy_movement): Don't call pixel_to_glyph_coords if FRAME is 0.
1994-05-06 00:48:26 +00:00
Richard M. Stallman
082dc21123
(x_load_resources) [USE_X_TOOLKIT]: Don't call XrmInitialize.
1994-05-05 20:30:32 +00:00
Richard M. Stallman
2c3b35b0cd
(describe_map): Ignore bindings for all except symbols and integers.
1994-05-05 20:25:41 +00:00
Richard M. Stallman
5416d1eee8
(unexec): Handle debugging info properly.
1994-05-05 19:31:09 +00:00
Richard M. Stallman
c0096c73d7
Don't use netbsd.h. Do all that right here.
1994-05-05 19:18:57 +00:00
Karl Heuer
742f715d96
(xmenu_show): Disallow empty menus.
1994-05-05 06:31:28 +00:00
Karl Heuer
b137c5822b
(Fx_popup_menu): Restore accidentally-deleted call to mouse_position_hook.
1994-05-05 05:36:17 +00:00
Richard M. Stallman
0f5f20968f
(last_point_position_buffer): Declared.
1994-05-05 04:44:24 +00:00
Richard M. Stallman
b06f07c06e
Put in a separator for where to start cpp procssing.
...
Above that, use Make-style comments.
This goes with changes in ../configure.in.
1994-05-05 04:08:19 +00:00
Richard M. Stallman
8144490793
Test ISC4_0 along with TIOCGWINSZ.
1994-05-04 23:27:39 +00:00
Richard M. Stallman
5de573c43d
(NEED_SIOCTL, ISC4_0): Declared.
1994-05-04 23:27:06 +00:00
Richard M. Stallman
f46831b072
*** empty log message ***
1994-05-04 21:21:25 +00:00
Richard M. Stallman
5fd2229822
(x_set_cursor_color): Fix typo.
1994-05-04 03:28:38 +00:00
Karl Heuer
3a22ee3595
Update copyright.
1994-05-04 02:41:09 +00:00
Roland McGrath
f02902f7d4
Initial revision
1994-05-04 02:16:49 +00:00
Richard M. Stallman
6cd14acb36
*** empty log message ***
1994-05-04 01:58:05 +00:00
Richard M. Stallman
c650d108f1
(x_own_selection): Catch errors around XSetSelectionOwner.
1994-05-04 00:46:39 +00:00
Richard M. Stallman
9d130ffc23
(syms_of_buffer): Doc fix.
1994-05-03 19:17:39 +00:00
Richard M. Stallman
a007eef636
(display_text_line): Since HPOS is negative, avoid
...
writing before the beginning of the charstarts line.
1994-05-03 07:42:26 +00:00
Richard M. Stallman
73168c8b2c
(read_minibuf): Clear previous_echo_glyphs.
1994-05-03 05:12:17 +00:00
Richard M. Stallman
7e3cf34f8d
(file_name_completion_stat): Use both lstat and stat.
1994-05-02 23:53:03 +00:00