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

10633 commits

Author SHA1 Message Date
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
Richard M. Stallman
1a6640ec24 (init_callproc) [MSDOS]: Exclude less code, so ../etc
is still tested for doc file.
1994-06-07 15:29:45 +00:00
Richard M. Stallman
7df5cd28d4 [MSDOS]: #include "msdos.h". 1994-06-07 15:26:59 +00:00
Richard M. Stallman
af1b066bd6 Add template for rootrelativepath. 1994-06-07 15:25:21 +00:00
Richard M. Stallman
88b284831c (init_environment): Clean up code and make the default
EMACSPATH equal to the directory from which Emacs was started.
(emacsroot): New variable.
(rootrelativepath): New function.
1994-06-07 15:24:57 +00:00
Karl Heuer
a3b14a4525 (Fy_or_n_p, Fyes_or_no_p) [HAVE_X_MENU]: Redisplay before popping up a menu. 1994-06-07 02:32:54 +00:00
Karl Heuer
267ad509d7 (Fframe_or_buffer_changed_p): Reuse the state vector. 1994-06-07 01:12:36 +00:00
Karl Heuer
078b369638 (Fframe_or_buffer_changed_p): New function. 1994-06-06 05:03:41 +00:00
Richard M. Stallman
4c7d5f1318 (Fkey_description): Avoid using Fmapconcat--do it directly. 1994-06-05 18:30:59 +00:00
Richard M. Stallman
6cbd1643c9 Include systime.h after xterm.h. 1994-06-05 18:29:46 +00:00
Richard M. Stallman
0c2611c5b9 (modify_event_symbol): Return nil if out of range.
Include systime.h after xterm.h.
1994-06-05 18:28:57 +00:00
Richard M. Stallman
75231bad05 (x_wm_set_icon_position, x_wm_set_icon_pixmap):
[USE_X_TOOLKIT]: Use top-level widget's window.
1994-06-05 18:17:53 +00:00
Richard M. Stallman
908fee497b (BSD): Redefine.
(WAITTYPE, WRETCODE, WCOREDUMP): New definitions.
Include wait.h.
1994-06-05 18:05:15 +00:00