Richard M. Stallman
232acca722
(indent-region): Fix paren error in last change.
1993-08-06 22:15:45 +00:00
Richard M. Stallman
c4fc9e31aa
(mouse-save-then-kill): Fix paren error in last change.
1993-08-06 22:11:20 +00:00
Richard M. Stallman
34f04431e2
(Fset_input_mode): Start polling, if appropriate.
...
At the beginning, stop polling.
Remove period from error message.
(stop_polling, start_polling): Check for interrupt_input.
(POLL_FOR_INPUT): Define whether or not target supports SIGIO.
1993-08-06 21:17:16 +00:00
Roland McGrath
dad8e39292
(menu-bar-mode): Defvar removed.
...
(menu-bar-mode): Rewritten to parallel scroll-bar-mode.
1993-08-06 21:06:10 +00:00
Roland McGrath
6ee9f95358
(scroll-bar-mode): If FLAG is non-nil, set it to its prefix-numeric-value.
1993-08-06 21:03:45 +00:00
Roland McGrath
e0568e8637
(Info-goto-emacs-command-node, Info-goto-emacs-key-command-node): Doc fix.
1993-08-06 20:29:23 +00:00
Roland McGrath
21ee8c42cf
(help-for-help): Mention C-k and C-f.
1993-08-06 20:24:57 +00:00
Richard M. Stallman
ff78d52034
(after-find-file): Improve warning message about
...
existing file that can't be read.
1993-08-06 18:03:10 +00:00
Richard M. Stallman
88a2603af6
(indent-region): Rename arg ARG to COLUMN.
...
Don't add fill-prefix to empty line.
Don't change whitespace in empty line.
1993-08-06 01:56:26 +00:00
Richard M. Stallman
69b4bf37c4
Total rewrite; includes ibmps2-aix.h.
1993-08-06 01:01:53 +00:00
Richard M. Stallman
8b213da760
(help-admin-map): Fix menu item text.
1993-08-05 21:53:02 +00:00
Richard M. Stallman
76c2b0cc7d
(do_autoload): Don't report autoload failure
...
if the autoload definition now is a different one.
1993-08-05 21:21:27 +00:00
Richard M. Stallman
d5aac16a2a
(machine): Add i370-ibm-aix*.
1993-08-05 21:16:04 +00:00
Richard M. Stallman
b921eae6ab
(SYSTEM_TYPE): Don't redefine it here.
1993-08-05 21:03:28 +00:00
Richard M. Stallman
d5d9ce9182
(font-lock-fontify-region): Handle comment-start-skip = nil.
1993-08-05 20:47:30 +00:00
Richard M. Stallman
af50f9e585
Doc fix.
1993-08-05 17:38:20 +00:00
Richard M. Stallman
6961bfbfdc
(rmail-resend): Delete any Sender field.
1993-08-05 06:54:58 +00:00
Richard M. Stallman
0ce830bc26
(Fyes_or_no_p): Use Qyes_or_no_p_history.
...
(syms_of_fns): Set up Qyes_or_no_p_history.
1993-08-05 01:51:54 +00:00
Richard M. Stallman
97c48db572
(perl-mode): Add autoload cookie.
1993-08-05 01:37:04 +00:00
Richard M. Stallman
9c85ef9fe1
(sendmail-program): Try /usr/sbin/sendmail.el also.
1993-08-04 23:19:50 +00:00
Richard M. Stallman
34fa2dc2e5
(diary-display-hook): Change default and fix doc string.
...
(diary-hook): New user variable.
(diary-date-forms, calendar-date-display-form): Don't autoload
them so the European/American style is decided at load time.
1993-08-04 23:02:10 +00:00
Richard M. Stallman
6e72e7952d
(list-diary-entries): Split diary-display-hook into two
...
pieces, diary-display-hook and diary-hook. If diary-display-hook
is nil, use simple display.
(include-other-diary-files): Set those hooks properly for other files.
1993-08-04 23:01:24 +00:00
Richard M. Stallman
298b760ea5
(expand_and_dir_to_file): Remove final / by copying abspath.
1993-08-04 22:51:22 +00:00
Richard M. Stallman
75993094cc
entered into RCS
1993-08-04 08:20:00 +00:00
Richard M. Stallman
a2d24e958a
(mouse-save-then-kill): Don't discard all the normal
...
undo info; just replace the deletion entry.
1993-08-04 04:37:11 +00:00
Richard M. Stallman
cefeb3a98d
[BSD4_3] (HAVE_FTIME): Defined.
1993-08-04 04:18:32 +00:00
Richard M. Stallman
aa29f9b923
(Frem): Don't accept floats, just ints and markers.
1993-08-04 04:17:08 +00:00
Richard M. Stallman
2adf4f6165
(print-region-1): Make END a marker so untabify relocates it.
1993-08-04 03:41:03 +00:00
Roland McGrath
d6bd8dca5d
(compilation-minor-mode): Make variable buffer-local.
...
(compilation-minor-mode): Autoload this function.
1993-08-03 21:38:31 +00:00
Richard M. Stallman
cac0b95d13
(man): Define as alias.
1993-08-03 18:52:07 +00:00
Richard M. Stallman
df208aafdb
(CRT0_COMPILE): Add -O and -Demacs.
1993-08-03 18:23:39 +00:00
Richard M. Stallman
520bca5791
(window-setup-hook): Add hook function.
1993-08-03 17:45:17 +00:00
Roland McGrath
2829f7e326
(comint-dynamic-list-completions): Expand PATHDIR in call to
...
file-name-completion.
1993-08-03 07:52:10 +00:00
Jim Blandy
e3a7436e6f
Changes for 3b1 suggested by Andy Fyfe <andy@scp.caltech.edu>
...
* 7300.h [__GNUC__]: #define HAVE_ALLOCA.
[not __GNUC__]: #define SWITCH_ENUM_BUG, C_ALLOCA, and STACK_DIRECTION.
(HAVE_SYSVIPC, USE_UTIME): #define these.
(memmove): We don't have this; call safe_bcopy.
(CRT0_COMPILE): #define this, so we always use the system's cc.
* config.h.in: Add #undefs for HAVE_MKDIR and HAVE_RMDIR, for
configure to edit.
* sysdep.c [not HAVE_MKDIR] (mkdir): New function, taken from tar,
for use on systems lacking the mkdir function.
[not HAVE_RMDIR] (rmdir): New function, taken from tar, for use on
systems lacking the rmdir function.
* ymakefile (crt0.o): Replace the compiler and switches with the
symbol CRT0_COMPILE.
(CRT0_COMPILE): If the system and machine description files have
left this undefined, then define it to do the same as the old
crt0.o rule used to.
1993-08-03 07:28:04 +00:00
Richard M. Stallman
f3f31ccf98
Make boldness and italicness affect subsequently created frames.
...
(make-face-bold, make-face-italic, make-face-bold-italic)
(make-face-unbold, make-face-unitalic): Update global-face-data.
Ignore a list found in the font slot.
(make-face-bold-internal, make-face-italic-internal):
(make-face-bold-italic-internal): New subroutines.
(x-create-frame-with-faces): If global-face-data's font slot
indicates bold and/or italic, make it so.
1993-08-03 07:12:34 +00:00
Jim Blandy
23524fb950
* config.h.in: Add #undefs for HAVE_MKDIR and HAVE_RMDIR, for
...
configure to edit.
* sysdep.c [not HAVE_MKDIR] (mkdir): New function, taken from tar,
for use on systems lacking the mkdir function.
[not HAVE_RMDIR] (rmdir): New function, taken from tar, for use on
systems lacking the rmdir function.
1993-08-03 07:02:38 +00:00
Jim Blandy
d50a54c0f1
* configure.in (function checks): Test for mkdir and rmdir.
...
* configure.in (function checks): Don't test for random and bcopy
only when we're building with X; look for them all the time.
1993-08-03 06:57:03 +00:00
Roland McGrath
5ed8d62f52
(shrink-window-if-larger-than-buffer): Pass WINDOW to
...
pos-visible-in-window-p.
1993-08-03 06:38:26 +00:00
Richard M. Stallman
46f950cab8
(cmpl-read-time-eval): Make it no-op.
...
(cmpl-hours-since-origin): Use truncate to make an integer.
(completion-search-reset): Use completion-prefix-min-length.
1993-08-03 05:46:33 +00:00
Richard M. Stallman
1add72b5df
(completion-version): New variable.
...
(save-completions-to-file): Use completion-version.
1993-08-03 04:36:52 +00:00
Richard M. Stallman
2f1895276f
Don't mention dir `s/' in #include.
1993-08-03 04:30:43 +00:00
Richard M. Stallman
901249a345
(telnet): If we already have a telnet to HOST, just switch buffers.
1993-08-03 04:09:19 +00:00
Roland McGrath
a569dbc32f
(other-frame): Skip iconified and invisible frames.
1993-08-03 03:33:14 +00:00
Richard M. Stallman
0e18d8ef78
(vfork): Move this outside the USG conditional.
1993-08-03 02:40:31 +00:00
Richard M. Stallman
43549f18f5
(occur-mode-goto-occurrence): Give meaningful error
...
message if there's nowhere useful to go.
1993-08-03 01:07:55 +00:00
Roland McGrath
314ed6a5aa
(comint-dynamic-complete): If called interactively twice in a row, give the
...
completion list.
1993-08-02 23:33:41 +00:00
Roland McGrath
d49458c44a
(comint-dynamic-complete): Expand PATHDIR in call to file-name-completion.
1993-08-02 23:04:05 +00:00
Roland McGrath
5065f906dc
(comint-dynamic-completion): Say "Sole completion", not "Unique
...
completion".
1993-08-02 22:56:58 +00:00
Roland McGrath
ceab6935fd
(other-frame): New function, analogous to other-window.
...
(ctl-x-5-map): Bind C-x 5 o to other-frame.
1993-08-02 22:18:34 +00:00
Roland McGrath
ef2c57aca0
(Fprevious_frame): New function, for parity with Fnext_frame.
...
(syms_of_frame): Add defsubr for Sprevious_frame.
1993-08-02 22:16:09 +00:00