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

6590 commits

Author SHA1 Message Date
Richard M. Stallman
033b699757 (unexec): Cast result of sbrk.
(run_time_remap): Cat arg to brk.
1996-06-28 06:31:22 +00:00
Richard M. Stallman
aa4d9a9e9b (x_connection_closed): Call clear_waiting_for_input. 1996-06-27 23:20:46 +00:00
Richard M. Stallman
4205cb08b6 (modify_event_symbol): Add properly to *symbol_table. 1996-06-27 08:16:22 +00:00
Richard M. Stallman
0a0fdc7099 (x_error_quitter): Delete newline from sprintf string. 1996-06-27 00:25:07 +00:00
Richard M. Stallman
f000f5c5ac (XTread_socket, Xatom_wm_save_yourself clause):
Don't call XSetCommand if f is 0.
1996-06-26 18:16:08 +00:00
Richard M. Stallman
0f374b2b6c (re_max_failures): Reduce to 4000. 1996-06-26 18:00:52 +00:00
Richard M. Stallman
f8d07b62cc (x_connection_closed): Add newline when printing error message on stderr. 1996-06-26 17:45:28 +00:00
Richard M. Stallman
f60f910890 (x_connection_signal): Just return after calling `signal'.
(X_CONNECTION_LOCK_FLAG): Definition deleted.
(x_connection_signal_dpyinfo): Variable deleted.
(x_connection_signal_1): Function deleted.
(x_connection_close_if_hung): Function deleted.
1996-06-26 17:41:44 +00:00
Richard M. Stallman
a28c4a8ebd (LD_SWITCH_SYSTEM): Just one definition.
Don't use prefix-args here because Makefile.in
does that when necessary.
1996-06-25 00:38:48 +00:00
Richard M. Stallman
0e81d8cdcc (x_connection_closed): If waiting_for_input, call quit_throw_to_read_char. 1996-06-25 00:32:51 +00:00
Richard M. Stallman
faee8ef030 (unexec): Round up section header offset to bss alignment
before deciding whether it's after the bss section.
1996-06-24 19:54:38 +00:00
Richard M. Stallman
845e9d851b (x_real_positions): Don't call x_uncatch_errors twice. 1996-06-24 01:29:37 +00:00
Richard M. Stallman
82d593eb97 (current_column_1): Add declaration. 1996-06-23 19:20:33 +00:00
Richard M. Stallman
9a21bb6444 Make current-column, move-to-column and current-indentation
handle invisible chars (both text properties and overlays).
(skip_invisible): New function.
(Fmove_to_column): Use skip_invisible.  Get rid of `retry' label.
(compute_motion): Use skip_invisible.
(current_column_1): New function.
(current_column): Use current_column_1 if might have invisible text.
1996-06-23 18:47:37 +00:00
Richard M. Stallman
6b2421db0e (Fdefalias): Doc fix. 1996-06-22 16:54:54 +00:00
Richard M. Stallman
3a707ba5cc Renamed from lignux.h.
(SYSTEM_TYPE): Changed to gnu/linux.
1996-06-21 21:36:07 +00:00
Richard M. Stallman
e649d07667 (kbd_buffer_get_event): Don't call x_activate_menubar for a deleted frame. 1996-06-21 15:31:50 +00:00
Richard M. Stallman
a9d4f28a2b (Fcall_process): Fix previous change. 1996-06-21 15:30:28 +00:00
Richard M. Stallman
9cf30a30a8 (x_iconify_frame): If frame is invisible, explicitly mark it as iconified. 1996-06-21 15:29:55 +00:00
Richard M. Stallman
ca8a0685e0 entered into RCS 1996-06-20 17:26:00 +00:00
Richard M. Stallman
5c5eb33532 Initial revision 1996-06-20 17:24:47 +00:00
Richard M. Stallman
5a6816daac (Vwin32_alt_is_meta): Declared.
(win32_kbd_mods_to_emacs): Map Alt to alt_modifier if required.
1996-06-19 22:18:48 +00:00
Richard M. Stallman
8c205c63c0 (Vwin32_alt_is_meta): New variable.
(win32_get_modifiers): Map Alt to alt_modifier if required.
(syms_of_win32fns): DEFVAR new variable.
1996-06-19 22:17:35 +00:00
Richard M. Stallman
c7ad3a839d (HPUX10): New macro. 1996-06-19 21:50:16 +00:00
Richard M. Stallman
a2ae3bae00 (LD_SWITCH_SYSTEM): Use no space after -L and -R. 1996-06-19 21:15:58 +00:00
Richard M. Stallman
45be8a1e58 (Fcall_process): Handle t or nil as STDERR_FILE. 1996-06-16 23:09:17 +00:00
Richard M. Stallman
70204e221d (w32_read_socket): Erase update rect on WM_PAINT, so
no need to process WM_ERASEBKGND.
1996-06-14 20:54:55 +00:00
Richard M. Stallman
ed000659f9 (win32_wnd_proc): No need to forward WM_ERASEBKGND to main thread. 1996-06-14 20:54:26 +00:00
Richard M. Stallman
67385caa0e (Qmenu_alias): New variable.
(syms_of_xmenu): Initialize it.
(menu_item_equiv_key): Check this property on the definition.
1996-06-13 21:04:29 +00:00
Richard M. Stallman
51b1d12e57 (Fexpand_file_name): When simplifying /foo/.., keep the initial slash. 1996-06-13 19:09:32 +00:00
Richard M. Stallman
d7a28201b0 (LIBS_SYSTEM): Two new definitions (and #undef first). 1996-06-13 16:41:20 +00:00
Richard M. Stallman
2ace9a51d1 Initial revision 1996-06-13 04:38:21 +00:00
Richard M. Stallman
57e3d22a51 (main): For SIGHUP, use sigblock and sigunblock,
not sigblockx and sigunblockx.
1996-06-12 21:49:19 +00:00
Richard M. Stallman
2a5af1cf4f (Fset_keymap_parent): Return early if KEYMAP already has the proper parent. 1996-06-12 21:47:59 +00:00
Richard M. Stallman
b64d74423e (Fkill_buffer): Doc fix. 1996-06-12 21:47:03 +00:00
Richard M. Stallman
57445e592a (restrict_dos_process): Variable deleted.
(sys_spawnve): Restrict DOS processes on NT as well.
1996-06-12 18:20:11 +00:00
Richard M. Stallman
6b5edcadd1 Delete restrict_dos_process. 1996-06-12 18:19:40 +00:00
Richard M. Stallman
ea973b1075 Comment change. 1996-06-12 17:56:46 +00:00
Richard M. Stallman
de05443f3b (restrict_dos_process): Renamed from can_run_dos_process.
(sys_spawnve): Refer to restrict_dos_process.
1996-06-12 16:02:09 +00:00
Richard M. Stallman
4ffab11c42 (restrict_dos_process): Renamed from can_run_dos_process.
(init_ntproc): Refer to restrict_dos_process.
1996-06-12 15:58:53 +00:00
Richard M. Stallman
0e9b572a69 (sigunblockx): Use sigunblock. 1996-06-12 15:49:49 +00:00
Richard M. Stallman
845fe94ef0 (read_char): Use unsigned to compare against
the size of Vkeyboard_translate_table.
Check size for char-table too.
1996-06-12 15:20:37 +00:00
Richard M. Stallman
89d7280dcf Comment change. 1996-06-11 19:50:32 +00:00
Richard M. Stallman
0b75e9a419 (wait_reading_process_input): Move the O_NONBLOCK and
O_NDELAY conditionals out of the EWOULDBLOCK conditional.
1996-06-11 19:48:13 +00:00
Richard M. Stallman
588a9a3ece [__ELF__] (LD_SWITCH_SYSTEM): Define it. 1996-06-11 01:39:29 +00:00
Richard M. Stallman
be625e000a Whitespace changes. 1996-06-10 21:15:47 +00:00
Richard M. Stallman
8a376b3b35 (change_frame_size, remake_frame_glyphs): Use FRAME_WINDOW_P. 1996-06-10 21:13:26 +00:00
Richard M. Stallman
93e54836fd (Fredraw_frame, remake_frame_glyphs)
(direct_output_for_insert, change_frame_size): Support MSDOS frames.
1996-06-10 21:11:02 +00:00
Richard M. Stallman
7b71f5ebfe (Fset_mouse_position): Remove the DOS-specific
definition (it's defined on `frame.c').
(syms_of_dosfns): Remove defsubr of `Fset_mouse_position'.
1996-06-10 21:09:54 +00:00
Richard M. Stallman
541580aaf2 (Fmake_terminal_frame): Test MSDOS, not __MSDOS__. 1996-06-10 21:09:04 +00:00