1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 08:31:35 -08:00
Commit graph

3176 commits

Author SHA1 Message Date
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
Karl Heuer
3b50638621 (note_mouse_highlight, show_mouse_face, clear_mouse_face, x_destroy_window):
Use row/col instead of buffer position to keep track of highlighted area.
1994-05-02 21:24:16 +00:00
Karl Heuer
55836b7371 (show_mouse_face): Fix test for cursor in highlighted area.
(note_mouse_highlight): Reorder test for simplicity.
1994-05-02 21:09:28 +00:00
Francesco Potortì
53c179b8a2 * m/delta.h: (SYSTEM_MALLOC): defined as gnu malloc does not work.
(BCOPY_UPWARD_SAFE): defined to 0 for the Green Hills compiler.
1994-05-02 17:47:58 +00:00
Richard M. Stallman
389c907cd7 (HAVE_MOUSE): Defined.
(PURESIZE): Increase value.
1994-05-02 07:53:23 +00:00
Richard M. Stallman
49a09c76b8 Finish downcasing mouse_init1, mouse_off,
mouse_check_moved, mouse_pressed, mouse_released, mouse_on, mouse_init.

(visible_bell): Now static.  Make the asm volatile.
Don't expect register %gs to survive calls to other functions
(just to be safe, %gs will survive at present).

(glyph_to_pixel_coords, pixel_to_glyph_coords) new
functions imitating those in xterm.c.

(dos_rawgetc): Key numbers are biased by 0xff00.
1994-05-02 07:52:49 +00:00
Richard M. Stallman
24ba360bb3 Finish downcasing mouse_init1, mouse_off,
mouse_check_moved, mouse_pressed, mouse_released, mouse_on, mouse_init.

(Fmode25, Fmode4350): Clean up the coding and return a well-defined value.
(syms_of_dosfns): Doc fix.
1994-05-02 07:51:29 +00:00
Richard M. Stallman
52ed2dada0 (Fframe_live_p): Alternative defn for not MULTI_FRAME.
(syms_of_frame): Call defsubr for it.
1994-05-02 07:50:41 +00:00