1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00
Commit Graph

5477 Commits

Author SHA1 Message Date
Richard M. Stallman
12243266aa (gnus-group-list-all-groups): Display a message in the echo area. 1994-01-08 12:46:53 +00:00
Richard M. Stallman
7120d5c8f0 If there are no subversions yet, use 1. 1994-01-08 12:44:48 +00:00
Richard M. Stallman
52b85866af (gud-common-init): Don't crash if no file specified. 1994-01-08 12:18:55 +00:00
Richard M. Stallman
84fa8eb54b (rmail-summary-by-senders):
Add missing arg to rmail-new-summary.
(rmail-summary-output, rmail-summary-output-to-rmail-file):
Handle rmail-delete-after-output explicitly here.
1994-01-08 11:48:18 +00:00
Richard M. Stallman
162de1825d (enable-flow-control): Use prefix argument like minor modes.
(enable-flow-control-memstr=): Function deleted.
(enable-flow-control-on): Use member instead.
(flow-control-c-q-replacement, flow-control-c-s-replacement): New vars.
1994-01-08 10:04:22 +00:00
Richard M. Stallman
7d606649fe Load version.el before site-load.el. 1994-01-08 09:45:40 +00:00
Richard M. Stallman
aaf45c7bbd (Frem) [MSDOS]: use fmod', not drem'. Put in config.h? 1994-01-08 09:23:12 +00:00
Richard M. Stallman
1b94449f31 Initial revision 1994-01-08 09:22:50 +00:00
Richard M. Stallman
54ad07d30f [MSDOS]: New buffer-local variable:
buffer-file-type to handle DOS newlines.
1994-01-08 09:21:59 +00:00
Richard M. Stallman
7e6c2178ef (syms_of_callproc) [MSDOS]: New lisp variable: binary-process.
(init_callproc) [MSDOS]: Initialize binary-process.
[MSDOS]: Declare binary-process.
[MSDOS]: Include <fcntl.h>, <sys/stat.h>, <sys/param.h>,
and <errno.h> needed for the next changes.
(Fcall_process) [MSDOS]: Create temporary file for process output.
Run the subprocess using `run_msdos_command' instead of forking.
Arrange for cleanup to erase temporary file.
(Fcall_process) [not subprocesses]: Barf if zero buffer argument.
(call_process_cleanup) [MSDOS]: Close and erase temporary file
instead of the pid-stuff.
(Fcall_process_region) [MSDOS]: Create temporary file in $TMP or $TEMP.
(Fchild_setup) [MSDOS]: #if 0, as it is not used.
1994-01-08 09:21:13 +00:00
Richard M. Stallman
3680bdc6ff [MSDOS]: Don't #include <a.out.h>, but use other headers.
(make_hdr) [MSDOS]: Cast a pointer for bzero.
(write_segment) [EFAULT]: Check for before using.
(adjust_lnnoptrs) [MSDOS]: Use provided descriptor.
(adjust_lnnoptrs): Return 0 if ok.
1994-01-08 09:19:22 +00:00
Richard M. Stallman
8e99c732db [MSDOS]: don't #include <sgtty.h>. We haven't got it.
Declare dummy main field.  Don't ever use TABs.
1994-01-08 09:18:53 +00:00
Richard M. Stallman
207bdbdb29 [MSDOS]: #include <dos.h>, "dosfns.h", "msdos.h", and
<sys/param.h> needed for the following changes, but not <sys/ioctl.h>
(discard_tty_input) [MSDOS]: Do it by reading till no more keys available.
(init_baud_rate) [MSDOS]: Assume highest possible speed.
(sys_suspend) [MSDOS]: Save default directory.  Call via system, not via fork.
(emacs_get_tty, emacs_set_tty) [MSDOS]: Don't do anything.
(init_sys_modes) [MSDOS]: Use raw mode.
(get_frame_size) [MSDOS]: Get from bios.
(reset_sys_modes) [MSDOS]: Back to cooked mode.
(start_of_text) [MSDOS]: Reference _tstart.
(select) [MSDOS]: Don't use signals, use sleeping.
(init_sys_modes) [MSDOS]: Initialize internal terminal.
1994-01-08 09:18:29 +00:00
Richard M. Stallman
004164c530 [MSDOS] (get_lim_data): Use go32 call. 1994-01-08 09:17:47 +00:00
Richard M. Stallman
23a71bd66d [MSDOS]: Use text mode for all files but ".elc" files.
(complete_file_name) [MSDOS]: Drive letter support.
1994-01-08 09:17:27 +00:00
Richard M. Stallman
a3fc523600 [MSDOS]: Don't define HAVE_MATHERR. 1994-01-08 09:16:45 +00:00
Richard M. Stallman
4c3c22f36a [MSDOS]: #include "msdos.h" and <sys/param.h> needed for
the following changes.
(Ffile_name_directory, Fexpand_file_name) [FILE_SYSTEM_CASE]: Apply
case conversion if defined.
(Ffile_name_directory, Ffile_name_nondirectory, file_name_as_directory,
directory_file_name, Fexpand_file_name, Fsubstitute_in_file_name,
expand_and_dir_to_file) [MSDOS]: Drive letter support.
(Fexpand_file_name) [MSDOS]: Support for multiple default directories.
(Ffile_writeable_p) [MSDOS]: Don't call access with file name ending in slash.
(Finsert_file_contents) [MSDOS]: Determine file type by name (call
find-buffer-file-type) and change CR+LF to LF if it is a text file.
(Fwrite_region) [MSDOS]: Use text/binary mode as specified by buffer_file_type.
(syms_of_fileio) [MSDOS]: Set Qfind_buffer_file_type.
(Fsubstitute_in_file_name) [MSDOS]: Ignore case in environtment variable.
1994-01-08 09:15:49 +00:00
Richard M. Stallman
29b89fe042 (main) [MSDOS]: Call init_environment. Set file types to
binary for all files.  Call init_dosfns.
(fatal_error_signal) [MSDOS]: Uncomment sigblock.
1994-01-08 08:48:32 +00:00
Richard M. Stallman
128ecc89ba (DIRENTRY_NONEMPTY): New macro; two definitions.
(Fdirectory_files, file_name_completion): Use it.


[MSDOS]: #include <dirent.h> instead of <sys/dir.h>.  Avoid
some external definitions.
(Ffile_attributes) [MSDOS]: Set execute bits from file name.
(Ffile_name_all_completions) [FILE_SYSTEM_CASE]: Convert
case of file name as as indicated by conditional.
1994-01-08 08:47:19 +00:00
Richard M. Stallman
cf9cdc11ac (keys_of_cmds) [MSDOS]: Chars 0200 to 0237 self-insert. 1994-01-08 08:45:19 +00:00
Richard M. Stallman
186167e82b entered into RCS 1994-01-08 08:03:17 +00:00
Richard M. Stallman
de78a7baa8 Extend emacs-version based on which executable files exist. 1994-01-07 14:18:17 +00:00
Richard M. Stallman
0a3e18a0a9 (emacs): Don't run inc-vers.el. 1994-01-07 14:15:21 +00:00
Richard M. Stallman
b8b1b8fd99 (strout, printchar): Use proper frame for minibuffer. 1994-01-07 13:50:23 +00:00
Richard M. Stallman
dd0d2cf36b *** empty log message *** 1994-01-07 13:46:21 +00:00
Richard M. Stallman
13dbb2cc14 entered into RCS 1994-01-07 13:45:36 +00:00
Richard M. Stallman
3382cd5942 Initial revision 1994-01-07 13:34:12 +00:00
Richard M. Stallman
c4a7b2a414 (dired-move-to-filename-regexp): New variable.
(dired-move-to-filename): Use that.
1994-01-07 12:23:44 +00:00
Richard M. Stallman
47d5376912 (Info-directory-list): Change last elt to ../info (expanded). 1994-01-07 11:58:27 +00:00
Richard M. Stallman
f9890ae633 (command-line-1): Improve echo area message wording.
Don't print it if C-h C-p has been redefined.
1994-01-07 11:29:42 +00:00
Richard M. Stallman
812daf81cc (ange-ftp-hash-mark-msgs): Undo previous change. 1994-01-07 09:13:52 +00:00
Richard M. Stallman
cadc2c79ee Handle HAVE_BCMP.
(BSTRING): Don't define unless HAVE_BCMP.
1994-01-07 05:58:16 +00:00
Richard M. Stallman
76d1726a00 Test for bcmp. 1994-01-07 05:55:40 +00:00
Richard M. Stallman
b69f3ab1c8 (make-lucid-menu-keymap): Allow multiple identical inactive strings. 1994-01-07 05:37:31 +00:00
Roland McGrath
424532459b (comint-show-output): Use (point-max) rather than erring when the
comint-last-input-end marker points nowhere.
1994-01-06 20:24:06 +00:00
Roland McGrath
1e0e614d5e (compilation-parse-errors): Prepend comint-file-name-prefix (if boundp) to
absolute file names culled from error msgs.
(compile-abbreviate-directory): Prepend comint-file-name-prefix (if boundp)
to DIR before other processing.
1994-01-06 17:21:32 +00:00
Roland McGrath
3db9a4ebb4 (shell-cd): Function removed.
(shell-prefixed-directory-name): New defsubst.
(shell-process-popd, shell-process-pushd, shell-process-cd,
shell-resync-dirs): Apply it to ARG when it's a directory name.
Use (concat comint-file-name-prefix "~") in place of (getenv "HOME") or "~".
Call cd instead of shell-cd.
1994-01-06 17:02:00 +00:00
Roland McGrath
03dcd202f4 (mouse-menu-choose-yank): Don't use rotate-yank-pointer; set
kill-ring-yank-pointer explicitly instead.
1994-01-06 16:49:05 +00:00
Roland McGrath
51ba27e7ac (compilation-buffer-p): Move defsubst before all callers.
(compilation-forget-errors): Reset compilation-parsing-end to 1 here.
(compile-reinitialize-errors): Don't reset compilation-parsing-end after
calling compilation-forget-errors.
Comment out gratuitous switch-to-buffer call; what was the rationale for it?
Don't check compilation-parsing-end (removed local AT-START); instead
always append to compilation-old-error-list, it will be nil if at start.
If compilation-error-list is non-nil before calling the parser, restore its
previous value afterwards; it still indicates the current error position.
Subtract the length of the existing compilation-error-list from
FIND-AT-LEAST when calling the parser.
(compilation-parse-errors): Don't check LIMIT-SEARCH at end of loop.
Inside check it inside each case of the cond; in error case we must discard
the last new error before stopping (just as for FIND-AT-LEAST).
Use floating-point in buffer percentage calculation, to avoid integer
overflow.
1994-01-06 15:25:19 +00:00
Richard M. Stallman
52d7b2e563 (tempdir): Put subdir msdos into the distribution. 1994-01-06 12:36:43 +00:00
Richard M. Stallman
389e8f1127 (rmail-resend): Use send-mail-function. 1994-01-06 11:48:28 +00:00
Richard M. Stallman
3aaa90ef9f entered into RCS 1994-01-06 11:46:45 +00:00
Richard M. Stallman
9bb004f619 (auto-mode-alist): Treat changelo like ChangeLog. 1994-01-06 11:45:53 +00:00
Richard M. Stallman
5675b1e4f7 (change-log-name): On MSDOS, use changelo. 1994-01-06 11:44:29 +00:00
Richard M. Stallman
a865e55bbe (rmail-convert-to-babyl-format):
Fix one-off error in handling content-length field.
1994-01-06 11:42:55 +00:00
Richard M. Stallman
ec4c6f225a (desktop-buffer-mh): New function for mh mail system.
(desktop-buffer-handlers): Add desktop-buffer-mh.
(desktop-buffer): Correct setting of auto-fill-mode.
Make the compilation silent using (eval-when-compile ...)
(old-kill-emacs): New explicit variable (for Emacs 18 comp.)
(desktop-globals-to-save): Add the history rings for interactive searches.
(postv18): Remove.
(desktop-create-buffer-form): New variable.
(desktop-save): Use desktop-create-buffer-form.
(desktop-value-to-string): New function.
(desktop-outvar): Clean-up using desktop-value-to-string.
(desktop-save): clean-up Using desktop-value-to-string.
(desktop-save): Decide Emacs version at compile time.
(desktop-locals-to-save): New variable.
(desktop-truncate): New function.
1994-01-06 11:34:51 +00:00
Richard M. Stallman
531b2a2817 (makefile-mode): Make comment-start, comment-end,
and comment-start-skip buffer-local.
1994-01-06 09:59:12 +00:00
Richard M. Stallman
c44565c836 (display-time-file-nonempty-p): Check existence here.
(display-time-server-down-time): New variable.
(display-time-filter): If accessing mail-spool-time takes too long,
don't try again for twenty minutes.
1994-01-06 09:24:30 +00:00
Richard M. Stallman
9897e2d538 (lpr-headers-switches): Set proper value on hpux and usg. 1994-01-06 09:22:49 +00:00
Richard M. Stallman
ac8a83413f (make-lucid-menu-keymap): For "----", make blank line. 1994-01-06 04:59:17 +00:00