1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-27 10:21:14 -08:00
Commit graph

15387 commits

Author SHA1 Message Date
Richard M. Stallman
4cc0ea1175 (set-fill-column): Error if no argument. 1996-06-14 02:11:11 +00:00
Richard M. Stallman
45c2639bdf (make-lucid-menu-keymap): Add menu-alias property. 1996-06-13 21:05:06 +00:00
Richard M. Stallman
41311853f2 (easy-menu-create-keymaps): Add menu-alias property. 1996-06-13 21:04:52 +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
3742f39f26 (tar-mode-revert): Cope if user cancels the revert. 1996-06-12 21:50:08 +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
eee841c36e (term-terminal-menu): Don't make a self-recursive keymap. 1996-06-12 21:45:45 +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
b99ec76849 (nnmail-move-inbox): Prompt for POP3 password if
required, and include on the movemail command line.
1996-06-12 17:55:03 +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
27f94c9b47 (imenu--mouse-menu): Don't check imenu-use-keymap-menu. 1996-06-12 15:00:48 +00:00
Richard M. Stallman
a4ad4d9602 (find-alternate-file): Don't clear buffer-file-truename
and friends until after calling unlock-buffer.
1996-06-12 14:43:51 +00:00
Richard M. Stallman
73d8f1dec6 (rmail-new-summary): Fix typo; (concat ": " description) should be eval'ed. 1996-06-12 03:13:51 +00:00
Richard M. Stallman
73bff96eb4 (ETAGS_CFLAGS): Define HAVE_GETCWD macro. 1996-06-11 21:13:39 +00:00
Richard M. Stallman
90e0918af0 (etags_getcwd) [DOS_NT]: Change conditional to MSDOS only. 1996-06-11 21:13:14 +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
e00c3a0c27 (rmail-retry-failure): Nicer error message
if can't find mail-unsent-separator.
1996-06-11 01:33:41 +00:00
Richard M. Stallman
7bfff21e3e (hexl-mode): Run hexl-mode-hook. 1996-06-10 21:36:29 +00:00
Richard M. Stallman
25aad94254 Don't undef MULTI_FRAME. 1996-06-10 21:22:42 +00:00
Richard M. Stallman
b2e00ea261 No need to require 'faces and set menu-bar-mode.
(window-frame): Remove; it is now on `frame.c'.
(raise-frame, select-frame): Likewise.
1996-06-10 21:21:35 +00:00
Richard M. Stallman
004f057a42 (frame-initialize): Don't count MSDOS neither as
window-system nor as a terminal frame here.
1996-06-10 21:20:40 +00:00
Richard M. Stallman
753a134f1e On MSDOS, don't assume that `make-frame' is only bound under an X
emulator; use `x-create-frame' instead.
1996-06-10 21:20:18 +00:00
Richard M. Stallman
9000684d2e (msdos-face-setup): Use `terminal-frame' for initial frame setup.
(make-msdos-frame): New MSDOS-specific frame creation function.
(focus-frame, unfocus-frame): Don't set to 'ignore.
(auto-raise-mode, auto-lower-mode): Likewise.
(set-background-color, set-foreground-color): Definitions deleted.
1996-06-10 21:19:59 +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
Richard M. Stallman
bb22197165 (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:08:24 +00:00
Richard M. Stallman
6f18171302 (FRAME_MSDOS_P): A new macro for MSDOS frames. 1996-06-10 21:05:11 +00:00
Richard M. Stallman
4d8cb748b8 (choose_minibuf_frame): Eliminate MSDOS-non-MULTI_FRAME conditional. 1996-06-10 21:04:09 +00:00
Richard M. Stallman
8424e1eaa9 (choose_minibuf_frame): Support multiple frames on MSDOS. 1996-06-10 21:03:43 +00:00
Richard M. Stallman
3bb1f22f68 (check_x): Fix error message.
(x_set_menu_bar_lines): New function, copied from xfns.c.
(IT_set_frame_parameters): Use selected_frame instead of
the_only_frame.
(internal_terminal_init): Use selected_frame instead of the_only_frame.
(check_x): New function, replacing macro in msdos.h.
(XMenuActivate): Use selected_frame instead of
the_only_frame.  Don't let the title for the "Buffers" popup
include a number when it is split into several menus.
1996-06-10 21:03:05 +00:00
Richard M. Stallman
964efc3363 (check_x): Macro definition deleted.
(DisplayWidth): Use `selected_frame'.
(DisplayHeight): Use `selected_frame'.
(x_mouse_leave): Remove; it's not used.
1996-06-10 21:02:00 +00:00
Richard M. Stallman
e4e5971709 Whitespace and #if 0 code changes. 1996-06-10 21:01:22 +00:00
Richard M. Stallman
6ba86f3775 (Fset_window_configuration) [HAVE_WINDOW_SYSTEM]: Call
`x_set_menu_bar_lines' on MSDOS as well.
1996-06-10 21:00:11 +00:00
Richard M. Stallman
50e3dcf5de (init_frame_faces): Build faces for an MSDOS frame like for X frame.
(Fmake_face_internal): Call `ensure_face_ready' for MSDOS frames.
(Fset_face_attribute_internal): Support face attributes for MSDOS frames.
1996-06-10 20:58:24 +00:00
Richard M. Stallman
fd8ff63d8d (redisplay_internal): Use FRAME_WINDOW_P.
(decode_mode_spec): Likewise.
1996-06-10 20:56:25 +00:00