1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-12 14:30:42 -08:00
Commit graph

3204 commits

Author SHA1 Message Date
Richard M. Stallman
3c024044cc (HAVE_X11XTR6): Add #undef. 1994-05-13 21:01:29 +00:00
Richard M. Stallman
b036baefc4 (LIBXTR6): New variable. Test HAVE_X11XTR6.
(LIBXT): Use it.
1994-05-13 20:43:28 +00:00
Richard M. Stallman
f4eef8b490 (syms_of_keyboard): Set up Qpolling_period.
(bind_polling_period): New function.
1994-05-13 08:32:16 +00:00
Richard M. Stallman
44ade2e949 (Fopen_network_stream): Call bind_polling_period; later unbind the binding.
(POLL_FOR_INPUT): Define, if appropriate.
1994-05-13 08:31:05 +00:00
Richard M. Stallman
03d186909d (save_excursion_restore): Don't run activate-mark-hook
if mark position is unchanged.
1994-05-13 08:29:22 +00:00
Richard M. Stallman
8b550e92ab (LIBXTR6): New variable.
(LIBXT): Use it.
1994-05-13 08:22:50 +00:00
Richard M. Stallman
6f8b4d0102 (sys_subshell): PRIO_PROCESS renamed to SET_EMACS_PRIORITY.
Don't call nice if emacs_priority is positive.
1994-05-13 07:18:38 +00:00
Richard M. Stallman
68d10241fc (child_setup): PRIO_PROCESS renamed to SET_EMACS_PRIORITY.
Don't call nice if emacs_priority is positive.
1994-05-13 07:18:18 +00:00
Richard M. Stallman
a422068f59 (main): PRIO_PROCESS renamed to SET_EMACS_PRIORITY. 1994-05-13 07:17:59 +00:00
Richard M. Stallman
b1fc21c5c3 Handle Motif and Open-look.
(LIBW): New variable.
(LIBXT): Use it.
1994-05-12 22:09:39 +00:00
Karl Heuer
d6f08da40f (display_text_line): Fix check for end of buffer. 1994-05-12 16:19:01 +00:00
Richard M. Stallman
da893f1f84 (dumpglyphs): For cursor foreground, try the
face's background before the face's foreground.
(XTread_socket): Call note_mouse_movement for EnterNotify.
1994-05-12 08:46:03 +00:00
Richard M. Stallman
7e93368366 (init_callproc): Never set Vdata_directory based on
the executable's location.  But maybe set it from source dir.
1994-05-12 06:35:19 +00:00
Roland McGrath
c9b67b7b03 [__GNU_LIBRARY__]: Include <termios.h>. 1994-05-11 22:15:20 +00:00
Fred Pierresteguy
adb0462ca4 (xmenu_show): New var mb_item. Use it to determine the menubar item that
led to the menu.
(Fx_popup_menu): Suppress duplicate test case in the way to determine
whether the menu is handling a menu bar click.
1994-05-11 09:33:15 +00:00
Richard M. Stallman
78ffb0db33 (string_width): Deleted. 1994-05-11 09:03:02 +00:00
Richard M. Stallman
d59698c431 (Frename_buffer): Reject empty string as new name.
(syms_of_buffer): Fix typo in previous change.
1994-05-11 04:16:19 +00:00
Karl Heuer
8fb3cf6481 (exec_sentinel): Don't deactivate the mark. Check for asynch buffer switch. 1994-05-11 04:04:03 +00:00
Richard M. Stallman
17f720169a (BSD): Define as 42.
(BSD4_2): Define as 1.  This makes it like bsd4-3.h.
1994-05-11 00:19:21 +00:00
Richard M. Stallman
7a4720e25a Don't declare logb if it is a macro. 1994-05-11 00:17:44 +00:00
Karl Heuer
3b91a4f4c9 (read_char): Preserve echo area on asynch buffer switch. 1994-05-10 23:38:17 +00:00
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