1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-15 15:50:57 -08:00
Commit graph

10633 commits

Author SHA1 Message Date
Richard M. Stallman
0a0e8fe62e (make_lispy_event): Ignore menu bar up events. 1994-07-07 06:42:21 +00:00
Richard M. Stallman
a9986780f6 (next_frame, prev_frame):
MINIBUF = 0 means try visible frames and iconified frames.

(next_frame, prev_frame): Change which frames to use
when MINIBUF is a window.
(Fnext_frame, Fprevious_frame): Doc fixes.
1994-07-07 06:38:42 +00:00
Richard M. Stallman
f812f9c6b8 (Fnext_window, Fprevious_window): ALL_FRAMES = 0 means
try both visible frames and iconified frames.
(window_loop): Likewise, for FRAMES = 0.
(Fget_buffer_window): Likewise, for FRAME = 0.
(Fdisplay_buffer): Pass 0 to Fget_buffer_window;
if the frame is iconified, make it visible.
1994-07-07 06:34:07 +00:00
Richard M. Stallman
5511b56859 (xmenu_show) [USE_X_TOOLKIT]: Keyboard input exits the menu.
ButtonRelease does so if within Vdouble_click_time.
Ignore mouse motion if button was already released.
(menu_item_selection): Declare volatile, if __STDC__.
1994-07-07 06:29:09 +00:00
Richard M. Stallman
fb3b7de5e9 (XTread_socket, construct_menu_click) [USE_X_TOOLKIT]:
Update x_mouse_grabbed and Vmouse_depressed.

(x_make_frame_visible): In x_sync loop at the end,
every fourth time, sleep for 1/4 second.
1994-07-07 03:03:34 +00:00
Richard M. Stallman
d0a11f95f9 Be less eager to define MATCH_MAY_ALLOCATE. 1994-07-05 07:25:05 +00:00
Richard M. Stallman
35a65fcede (doprnt): Handle padding on %c. 1994-07-05 07:24:16 +00:00
Richard M. Stallman
ed160f1fa4 Doc fixes. 1994-07-05 06:18:33 +00:00
Richard M. Stallman
c2ff34f7a3 (syms_of_buffer): Doc fix. 1994-07-02 19:50:30 +00:00
Richard M. Stallman
8d80e22752 (decode_mode_spec): %+ makes % for unmodified RO buffer. 1994-07-02 19:41:19 +00:00
Richard M. Stallman
c806d99edd (syms_of_buffer): Doc fix. 1994-07-02 19:37:12 +00:00
Richard M. Stallman
90e6242c9a (get_cached_face): Set the cached_index field. 1994-07-02 04:23:45 +00:00
Richard M. Stallman
73e84c9622 (re_compile_fastmap): Either set fastmap['\n'] to 1 or don't change it.
(re_match_2_internal): If the last match is real
best match, don't restore second best one.
1994-07-02 00:10:58 +00:00
Richard M. Stallman
de4cdbc5fd (prepare_menu_bars): Call x_consider_frame_title
only if windows_or_buffers_changed.
1994-07-01 15:36:06 +00:00
Richard M. Stallman
421dd92fa7 (init_sys_modes): Turn off VSTART and VSTOP chars. On
DGUX, turn off INPCK.
1994-07-01 15:34:42 +00:00
Paul Reilly
f8ea84991a (Fx_create_frame): Add GC protection for local var `f'. 1994-07-01 07:17:43 +00:00
Richard M. Stallman
69c38b460f entered into RCS 1994-07-01 06:19:16 +00:00
Richard M. Stallman
118bd8410d (x_own_selection, x_get_foreign_selection):
Get rid of spurious X_TOOLKIT conditional.

(x_own_selection): Put the frame in Vselection_alist.
(x_clear_frame_selections): New function.
1994-07-01 00:46:37 +00:00
Richard M. Stallman
bb2a0a651e (Fdelete_frame): Call x_clear_frame_selections. 1994-07-01 00:35:07 +00:00
Richard M. Stallman
2a6cf806e2 (x_draw_box): Use curs_x and curs_y, not f->cursor_[xy].
(x_make_frame_visible): In x_sync loop at the end,
every fourth time, sleep for 1/4 second.
1994-07-01 00:32:05 +00:00
Richard M. Stallman
31bdddb378 (random, srandom): Defined. 1994-07-01 00:29:02 +00:00
Richard M. Stallman
40e6f148a4 (XLIB_ILLEGAL_ACCESS): Defined. 1994-06-30 04:27:21 +00:00
Richard M. Stallman
f10f0b79a4 (x_set_frame_parameters): Call x_set_offset directly.
Handle `-' for position parameters.

(x_set_name): If no change needed, avoid consing.
1994-06-29 21:38:34 +00:00
Richard M. Stallman
fc9cce4ec4 (command_loop_1): Don't clear nonundocount
when internal_self_insert returns 1.
1994-06-29 19:52:17 +00:00
Richard M. Stallman
aa52fef958 (internal_self_insert): Now can return 2. 1994-06-29 19:51:33 +00:00
Richard M. Stallman
cbb35d7d1c Add commented-out code. 1994-06-29 15:26:29 +00:00
Karl Heuer
2c1b5dbe28 (readchar): Restart interrupted I/O. 1994-06-28 21:51:12 +00:00
Roland McGrath
eb15aa1822 (a_write): Loop while *ANNOT is listp, not consp. Previous code omitted
all data from output files when *ANNOT was nil.
1994-06-28 19:00:30 +00:00
Richard M. Stallman
a98ea3f945 (safe_run_hooks): Take symbol as arg.
Use Fsymbol_value and Fset.
(command_loop_1): Pass symbol to safe_run_hooks.
Look in the value cell to check for trivial case (no hooks).

(read_key_sequence): Don't echo if echo_keystrokes is 0.
1994-06-28 17:02:40 +00:00
Richard M. Stallman
99b9e97503 (redisplay_region): For special treatment, BUF most be
both current and displayed in selected window.
1994-06-28 09:27:39 +00:00
Richard M. Stallman
146f50a386 (Foverlay_put): Pass redisplay_region a struct buffer *. 1994-06-28 09:25:42 +00:00
Richard M. Stallman
f4a3a8c96b (a_write): Verify that *annot is a cons. 1994-06-27 20:44:08 +00:00
Richard M. Stallman
7d637a0d6d (echo_dash): Fix backwards conditional. 1994-06-26 18:14:13 +00:00
Richard M. Stallman
c0d45f9d61 (C_DEBUG_SWITCH) [not NEWSOS5]:
Don't define if __GNUC__.
(KERNEL_FILE) [not NEWSOS5]: New override definition.
1994-06-26 16:29:43 +00:00
Richard M. Stallman
4556b700ea (send_process): Major rewrite.
Don't put in a C-d unless a single line is too long.
Read process input whenever output gets stuck.
Relocate BUF if we read input.  New arg OBJECT.
Fprocess_send_region, Fprocess_send_string, process_send_signal)
(Fprocess_send_eof): Pass new arg OBJECT.
1994-06-25 22:35:28 +00:00
Richard M. Stallman
274a942536 (send_process): Major rewrite.
Don't put in a C-d unless a single line is too long.
Read process input whenever output gets stuck.
Relocate BUF if we read input.  New arg OBJECT.
(Fprocess_send_region, Fprocess_send_string, process_send_signal)
(Fprocess_send_eof): Pass new arg OBJECT.
1994-06-25 22:34:52 +00:00
Richard M. Stallman
790f39e781 (BUF_PTR_CHAR_POS): New macro. 1994-06-25 22:34:25 +00:00
Richard M. Stallman
eb16ec06bb (Fother_window_for_scrolling): New function.
(Fscroll_other_window): Use that.
(syms_of_window): defsubr it.

(Fsave_window_excursion): Doc fix.
1994-06-25 19:08:29 +00:00
Richard M. Stallman
50ca2717e6 (C_SWITCH_SYSTEM): Add -D_BSD. 1994-06-25 19:07:17 +00:00
Richard M. Stallman
37b2bef669 (Fframe_parameters): Don't handle menu-bar-lines explicitly. 1994-06-25 17:54:57 +00:00
Richard M. Stallman
ccd0664b31 (Fother_window_for_scrolling): New function.
(Fscroll_other_window): Use that.
(syms_of_window): defsubr it.
1994-06-25 16:28:53 +00:00
Karl Heuer
99bc28f43e (Finsert_file_contents): Fix check for non-regular files. 1994-06-25 00:13:53 +00:00
Richard M. Stallman
4841063fd9 (scan_lists, Fforward_comment): When moving backward over
a comment, ignore a comment-starter that overlaps the comment-ender.
1994-06-24 21:52:16 +00:00
Richard M. Stallman
4ced320948 (Fcompleting_read): Doc fix. 1994-06-24 14:14:43 +00:00
Karl Heuer
186cf71921 (syms_of_keyboard): Don't staticpro the same var twice. 1994-06-24 00:34:47 +00:00
Richard M. Stallman
0b6ac15043 Don't include string.h or strings.h. 1994-06-23 23:56:06 +00:00
Richard M. Stallman
efd9047811 (Fmove_overlay): Fix typo in previous change. 1994-06-23 23:55:12 +00:00
Richard M. Stallman
01239f7229 Move #undef HAVE_STRERROR before the #includes. 1994-06-23 23:53:35 +00:00
Richard M. Stallman
6ce11b6b00 (LIBS_MACHINE, GETPGRP_NO_ARG): Defined.
(NLIST_NAME_UNION, DECLARE_GETPWUID_WITH_UID_T): Defined.
(CRT0_DUMMIES): Conditionalize according to __GNUC__.
(convex): Define if necessary.
(C_SWITCH_MACHINE): Definition deleted.
1994-06-23 19:40:13 +00:00
Richard M. Stallman
c892673b75 (term_get_fkeys): Don't redeclare term_get_fkeys_1 here. 1994-06-23 19:30:19 +00:00