1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 19:10:37 -08:00
Commit graph

3395 commits

Author SHA1 Message Date
Richard M. Stallman
dcceb381ab (make_hdr): Handle case of no "additional header". 1994-06-16 23:45:41 +00:00
Richard M. Stallman
ebfbbbe463 Comment change. 1994-06-16 23:33:50 +00:00
Richard M. Stallman
d8b3c19089 [USG5_4] (sigblock): Use |, not &. 1994-06-16 18:51:07 +00:00
Karl Heuer
15495c7324 (redisplay_window): Don't use shortcut if window_end_vpos is out of date. 1994-06-16 15:38:30 +00:00
Richard M. Stallman
eb28595580 (syms_of_display): Make baud-rate a user var. 1994-06-16 15:14:30 +00:00
Richard M. Stallman
c01f7ec05d (scan_lists): Get error if eob within comment with depth!=0. 1994-06-16 15:03:04 +00:00
Roland McGrath
2d30a233cf Include <sys/file.h> and [USG5] <fcntl.h> to define O_* macros.
(O_RDONLY, O_RDWR): Define if undefined.
[emacs] (report_error): Use report_file_error so the user can tell what the
errno code was.
(unexec): Use O_RDONLY instead of explicit 0.
(make_hdr): Don't undo A_TEXT_OFFSET adjustment #ifndef NO_REMAP, since it
was never adjusted earlier #ifndef NO_REMAP.
(adjust_lnnoptrs): Use O_RDWR instead of explicit 2.
1994-06-16 06:55:46 +00:00
Richard M. Stallman
ef2a22d0bb (x_noop_count): New variable.
(x_term_init) [X_IO_BUG]: Init it.
(XTread_socket) [X_IO_BUG]: Don't do XNoOp every time, just 1 in 100.
1994-06-15 20:15:59 +00:00
Richard M. Stallman
b08c9c8bc7 (C_DEBUG_SWITCH): Define as empty. 1994-06-15 18:19:56 +00:00
Richard M. Stallman
aba55e8dde (redisplay): Don't call x_consider_frame_title.
(display_mode_line): Likewise.
(prepare_menu_bars): Call it here.
1994-06-15 18:18:55 +00:00
Richard M. Stallman
42bb2790f0 (Fcall_interactively): Ignore `-' in string.
(Fcall_interactively): Don't call minibuffer-window-active-p;
determine directly whether a minibuf window is active.
1994-06-15 18:17:55 +00:00
Karl Heuer
c0c868359c (init_system_name): New function, replaces get_system_name. 1994-06-15 05:29:08 +00:00
Karl Heuer
ac98827760 (init_editfns): Call init_system_name instead of get_system_name.
(get_system_name): New function, now just uses Vsystem_name.
1994-06-15 05:28:51 +00:00
Karl Heuer
5d6be39f0c declare init_system_name (replaces get_system_name). 1994-06-15 05:27:38 +00:00
Karl Heuer
becadff8d8 (x_term_init): Don't call get_system_name. 1994-06-15 04:48:02 +00:00
Richard M. Stallman
69037d5a1c (sigblock) [USG5_4]: Define if not defined. 1994-06-15 04:05:32 +00:00
Richard M. Stallman
4846819e11 Put stdio.h after config.h.
(XTread_socket): Use x_top_window_to_frame in prev change.
1994-06-15 04:01:33 +00:00
Richard M. Stallman
565620a54d Put stdio.h after config.h. 1994-06-15 03:54:06 +00:00
Richard M. Stallman
c389a86d1c Comment change. 1994-06-15 03:53:12 +00:00
Richard M. Stallman
98280b76e3 Put config.h first. 1994-06-15 03:46:59 +00:00
Richard M. Stallman
6f1d1e478e Put sys/signal.h and errno.h first, then config.h. 1994-06-15 03:45:54 +00:00
Richard M. Stallman
3964b9a75d Put stdio.h, sys/types.h and sys/stat.h after config.h. 1994-06-15 03:43:43 +00:00
Karl Heuer
1fefcb09d3 (Fsingle_key_description): Allow strings as keys. 1994-06-15 01:09:17 +00:00
Karl Heuer
3081bf8d25 (create_process): Set input_wait_mask before forking. 1994-06-15 00:24:54 +00:00
Richard M. Stallman
04d25c3dbf (vmotion): Use find_next_newline_no_quit.
(indented_beyond_p): Likewise.
1994-06-14 21:57:11 +00:00
Richard M. Stallman
63fa018d4c (find_next_newline_no_quit): New function. 1994-06-14 21:54:45 +00:00
Richard M. Stallman
d6a9be454a (init_sys_modes): Don't set up sigio here if window system. 1994-06-14 20:33:44 +00:00
Richard M. Stallman
716acfce85 (init_eval_once): Call xmalloc, not malloc. 1994-06-14 19:48:19 +00:00
Richard M. Stallman
d33a00f212 (Fprocess_send_eof): Doc fix. 1994-06-14 19:46:00 +00:00
Richard M. Stallman
4b311aafcc (init_sys_modes): Don't call set_terminal_modes
if using a window system.
1994-06-13 23:56:48 +00:00
Richard M. Stallman
5d32abe64a Fix previous change. 1994-06-13 21:10:43 +00:00
Richard M. Stallman
bb0807e75a Add conditional for SOLARIS2. 1994-06-13 21:09:17 +00:00
Richard M. Stallman
1cdf9a3642 (SOLARIS2): Defined. 1994-06-13 21:08:42 +00:00
Karl Heuer
bc28c44019 (single_keymap_panes): gcpro some things. 1994-06-13 20:56:30 +00:00
Richard M. Stallman
0ab983c80f (XTread_socket): Handle Xatom_wm_save_yourself by calling XSetCommand. 1994-06-13 20:41:21 +00:00
Richard M. Stallman
e29f86e4e8 (init_cmdargs): Set up initial_argv, initial_argc. 1994-06-13 20:41:00 +00:00
Richard M. Stallman
a69a8ca2f9 (syms_of_keyboard): Properly init Vsystem_key_alist. 1994-06-13 20:11:10 +00:00
Richard M. Stallman
0817a05a00 (adjust_lnnoptrs): Handle multiple aux symbols. 1994-06-13 19:46:22 +00:00
Karl Heuer
03240d1103 (transpose_markers): Allow for gap at start of region.
(Ftranspose_regions): Don't precompute pointers into buffer text.
1994-06-12 19:58:00 +00:00
Richard M. Stallman
032e4ebe99 (x_window): Request "save yourself" commands. 1994-06-12 15:43:34 +00:00
Richard M. Stallman
cd72760cca (read_char): When we loop and call redisplay,
do prepare_menu_bars first.
1994-06-12 12:42:56 +00:00
Richard M. Stallman
784450462f (Freplace_match): Be sure not to treat non-digit like digit. 1994-06-11 21:53:09 +00:00
Richard M. Stallman
9a6e04e5b0 (xmenu_show): Don't call XMenuDestroy twice in XM_FAILURE case. 1994-06-11 20:11:36 +00:00
Richard M. Stallman
e8bb452847 (xterm.o): Depend on dispextern.h. 1994-06-11 20:09:33 +00:00
Richard M. Stallman
2e7d3af41c (X_IO_BUG): Defined. 1994-06-11 12:12:57 +00:00
Richard M. Stallman
18ae44fc25 (Fdisplay_completion_list): Require at least two spaces between items. 1994-06-10 20:33:03 +00:00
Richard M. Stallman
b2e209baaf (CLASH_DETECTION): Defined. 1994-06-10 20:32:46 +00:00
Richard M. Stallman
cc1032b3f3 (menu_item_equiv_key): Check whether def1 matches
un-aliased command name as well as given command name.
1994-06-07 18:31:56 +00:00
Richard M. Stallman
8e91f44151 (command_loop_1): Treat nil in display tab like no display tab. 1994-06-07 17:34:44 +00:00
Richard M. Stallman
4808385995 *** empty log message *** 1994-06-07 15:36:36 +00:00