1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-20 15:10:37 -08:00
Commit graph

8356 commits

Author SHA1 Message Date
David J. MacKenzie
54d2ecd316 fix comment 1993-10-09 20:00:23 +00:00
Richard M. Stallman
c42722e391 (rmail): Really don't get new mail if file name was given.
(rmail-reformat-message): Move past Mail-from as well as Summary-line.
(rmail-toggle-header): Likewise.
(rmail-next-undeleted-message): Return t unless hit end of buffer.
(rmail-delete-forward): Likewise.
(mail-unsent-separator): Add `Original message follows'.
(rmail-resend): Handle mail-self-blind.
1993-10-09 03:47:15 +00:00
Richard M. Stallman
51de78c187 (hack-local-variables): If buffer has no file, display its buffer name. 1993-10-09 03:46:57 +00:00
Richard M. Stallman
49e4a58a70 (rmail-output): If message was shown with full headers,
copy the full headers (or each message copied) into the file.
New local var original-headers-p, header-beginning, mail-from.
Bind locals outside the while loop.  Kill tembuf only after loop.
If message has a saved mail-from field, use that.
Detect reaching end of rmail buffer; display # messages copied.
1993-10-09 03:46:37 +00:00
Richard M. Stallman
6b77e539be (timezone-parse-date): Handle new style 22-AUG-1993. 1993-10-09 03:46:09 +00:00
Richard M. Stallman
c5cb15cb10 (BSTRING): Define only if HAVE_BCOPY. 1993-10-08 15:28:23 +00:00
Richard M. Stallman
b7e4bce27b (SYSTEM_TYPE): Put into #if 0. 1993-10-08 15:05:37 +00:00
Brian Fox
d302d40a7f (skip_chars): Fixed typo. 1993-10-08 07:36:11 +00:00
Brian Fox
d97ca6a1a4 (skip_chars): Reinstate check for end of buffer, ignoring cryptic
comment.
1993-10-07 22:58:57 +00:00
Richard M. Stallman
0b9bd5040c Internal clean-up. Save information about current
tags files, don't save the tags buffers (to save reload time).
Don't save desktop-globals-to-save (desktop files must be erased
for this to take effect, sorry.)  Save "mark-activity" and
allow multi-dir direds.
1993-10-07 16:50:26 +00:00
Doug Evans
665eef2290 fix 2 typos 1993-10-06 21:54:36 +00:00
Brian Fox
784a2b51e7 (rsh): Add `host' to args passed to make-comint. 1993-10-05 01:57:38 +00:00
Brian Fox
5ed74a2240 Doc fix. 1993-10-05 01:54:20 +00:00
Brian Fox
e5f55f0753 Format comment. 1993-10-05 01:50:32 +00:00
Brian Fox
1abbab7afd Comment update reflects reality. 1993-10-05 01:48:48 +00:00
Brian Fox
b278606c13 (Fminibuffer_complete_word): GCPRO1 `completion' during calls to
Ftry_completion.
(read_minibuf): Rewrite change of Sep 14.  Save the return value on
the history list provided in the form that the value is returned, iff
the value is not equal to the front of the history list.
(Fread_no_blanks_input): Change DEFUN to allow 2nd arg to be optional.
The code was already written correctly.
1993-10-05 01:46:45 +00:00
Brian Fox
5176382080 (read_key_sequence): Don't declare first_event; it is no longer used.
Change "#if 0" for first_event reading to "#if defined (GOBBLE_FIRST_EVENT)".
1993-10-05 01:34:06 +00:00
Brian Fox
9825c716ad If POSIX and HAVE_UNISTD_H are defined, and unistd.h hasn't already
been included, include it.
1993-10-05 01:29:54 +00:00
Brian Fox
eab22e273c (edit-and-eval-command): Let `read-from-minibuffer' manipulate the
history list, don't manipulate it directly.
(repeat-complex-command): Same thing.
1993-10-05 01:19:12 +00:00
Brian Fox
1052acbf95 Make sure that config.status contains the correct commands for
rebuilding src/Makefile.
1993-10-05 00:54:01 +00:00
Richard M. Stallman
276d56c254 (rmail-convert-to-babyl-format): Protect against
nonsensical content-length values.
1993-10-05 00:22:31 +00:00
Richard M. Stallman
8ba194fcc0 Comment change. 1993-10-04 23:50:32 +00:00
Eric S. Raymond
9a47d40b55 (vc-next-action) Fix (throw ... ) invocation to work with 19; this
allows vc-next-action on all marked files in a dired buffer to work.

(vc-finish-logentry) There isn't necessarily a *VC-log-entry* buffer
to remove if this function was called from within a dired buffer.  Fix
its handling of this case.
1993-10-04 20:51:01 +00:00
Roland McGrath
8ff3d70355 (${archlibdir}): Install ${SCRIPTS} from ${srcdir}, not cwd. 1993-10-04 04:31:33 +00:00
Roland McGrath
eb8a344d52 (extrasub): Add vpath patterns for %.[yls]. 1993-10-03 23:11:06 +00:00
Roland McGrath
709f7c1f59 (LIBES): Add $(GNULIB_VAR) again at end.
This change to ymakefile was mysteriously lost.  Were any others lost too?
1993-10-03 23:03:13 +00:00
Roland McGrath
879dea9384 Don't do seddery on config.status after AC_OUTPUT.
Instead just include the commands to make src/Makefile as the second arg to
AC_OUTPUT.
1993-10-03 21:18:51 +00:00
Roland McGrath
bbe097d0a5 Use : instead of dnl for comment inside $makefile_command. 1993-10-03 20:43:37 +00:00
Roland McGrath
916758115d No longer use vpath_sed. Instead, when we notice srcdir already
configured, set extrasub to hack vpath in the makefiles.
1993-10-03 20:41:20 +00:00
Roland McGrath
ca40a31326 In cmds to make src/Makefile, chmod Makefile.new before moving it. 1993-10-03 19:57:50 +00:00
Roland McGrath
f854bb66e2 (VPATH): Define to @srcdir@. 1993-10-03 19:55:09 +00:00
Roland McGrath
63be7fb7d0 Fixed typos or brainos of whoever though `@' was the comment char. 1993-10-03 19:54:21 +00:00
Roland McGrath
9eb8034b1e *** empty log message *** 1993-10-03 19:33:04 +00:00
Erich Stefan Boleyn
77ba1f303a Recognize operating system "riscix*"; recognize acorn as vendor 1993-10-03 16:50:05 +00:00
Richard M. Stallman
8e1f920c03 (build-mail-abbrevs): Pass just 1 arg to substitute-in-file-name. 1993-10-01 22:40:49 +00:00
Francesco Potortì
2b878b4c6b * etags.c (process_file): dead code removed.
(S_ISREG): #define it using S_IFREG if not defined.
	(process_file): regular files have nothing to do with symlinks.
1993-10-01 09:51:07 +00:00
Brian Fox
4b431fb7fc (ALL_CFLAGS): Make sure .' is searched before ${srcdir}'. 1993-09-30 23:36:54 +00:00
Brian Fox
544d556f9e (${archlibdir}): Install ${SCRIPTS} from ${srcdir}, not from current
directory.  Only chmod and chgrp files that we installed, which
excludes ${INSTALLABLE_SCRIPTS}.  They go in ${bindir}.
(INSTALLFLAGS): Deleted definition, since it is an unused variable now.
1993-09-30 23:25:30 +00:00
Brian Fox
6703f6cdbd Don't copy ${srcdir}/src/Makefile.in; that file doesn't exist. Just
copy src/Makefile.in instead.  Touch all of the Makefiles after
editing config.status.
1993-09-30 23:11:45 +00:00
Brian Fox
b93f24930d (INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Let configure figure out the
correct values for these variables.
(archlibdir): Only install execuatables internally used by emacs;
don't install bindir binaries here.
1993-09-28 10:04:53 +00:00
Jim Blandy
f05ddc0526 Doc fix. 1993-09-28 09:56:06 +00:00
Brian Fox
a375dcc028 (Fhandle_switch_frame): Doc fix. 1993-09-28 09:54:36 +00:00
Brian Fox
4d780c768d (validate_plist): Add argument declaration for `list'. 1993-09-28 09:52:13 +00:00
Brian Fox
ae3bed12ff Initial revision 1993-09-28 09:48:57 +00:00
Brian Fox
9284d3a481 Remove src/ymakefile', add src/Makefile.in.in'. 1993-09-28 09:45:54 +00:00
Brian Fox
805f711756 Change src/xemacs to src/emacs. We no longer create src/xemacs, so
the file wouldn't be found.
1993-09-28 09:42:26 +00:00
Brian Fox
0e265b728e (src/Makefile, lib-src/Makefile, oldXMenu/Makefile): If these files
are out of date, simply have config.status rebuild them; don't rebuild
them explicitly.  Back out MAKEFLAGS change.
1993-09-28 09:41:00 +00:00
Brian Fox
cedb6c1b97 Allow any of the path or directory Makefile variables to be set with
flags to configure.  Create all Makefiles at configure time.  Edit
special commands into config.status after src/Makefile.in is built
from src/Makefile.  Don't AC_SUBST rip_paths or inst_paths.
1993-09-28 09:28:09 +00:00
Paul Eggert
deb9ebc6cb (vc-find-binary): Fix bug; it always claimed success. 1993-09-27 04:36:31 +00:00
Richard M. Stallman
2cc27dd3d2 Version 2.3.
Documentation: `forms-forms-scroll' and `forms-forms-jump'
now default to nil.
`forms-new-record-filter' and `forms-modified-record-filter'
cannot be redefined as functions.
Commands and keymaps are changed.
Add function key defs.
(forms-version): Docstring includes full RCS id.
(forms-forms-scroll): Defaults to nil.
(forms-forms-jump): Defaults to nil.
(forms-mode-edit-map, forms-mode-ro-map): Additional keymaps
for edit mode and read-only mode.
(forms--new-record-filter, forms--modified-record-filter): Deleted.
(forms-mode): Docstring now includes the key bindings, since
both edit mode and read-only mode must be supported.
Changed `forms-new-record-filter' and `forms-modified-record-filter'
semantics: the variable must point to a function and may
not be defined as a function anymore.
Use three keymaps: `forms-mode-map' (C-c commands),
`forms-mode-edit-map' (normal mode) and `forms-mode-ro-map'
(read-only mode). The maps are not buffer local.
Changed the text of error messages to be more descriptive, and
onsistent with the documentation.
Moved setting up write-file-hooks and revert-buffer-function
to function `forms--change-commands'.
(forms--process-format-list): Changed error messages to be
more descriptive.
(forms--set-keymaps): Setup the three keymaps.
(forms--mode-commands): Use new command key bindings.
(forms--mode-commands1): New helper function for
`forms--mode-commands'.
(forms--change-commands): Handle setup of
local-write-file-hooks and revert-buffer-function.
(forms--help): Show new command bindings.
(forms--show-record): Replaced `forms--modified-record-filter' by
`forms-modified-record-filter'.
(forms-jump-record): Changed error message.
(forms-toggle-read-only): New function, replaces
`forms-view-mode' and `forms-edit-mode'.
(forms-view-mode, forms-edit-mode): Deleted.
(forms-insert-record): Replaced `forms--new-record-filter' by
`forms-new-record-filter'.
(forms-insert-record, forms-delete-record): Disallow in read-only mode.
(forms-prev-field): New function.
1993-09-27 02:19:46 +00:00