aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (vendor-key-syms): Set this variable.Richard M. Stallman1994-01-081-0/+17
|
* (rmail-summary-delete-forward): Fix regexpRichard M. Stallman1994-01-081-3/+4
| | | | | | used for recognizing deleted message. (rmail-summary-output, rmail-summary-output-to-rmail-file): Use rmail-summary-delete-forward.
* (interrupt_signal) [MSDOS]: write explicit CRs sinceRichard M. Stallman1994-01-081-38/+105
| | | | | | | | | | | | | | | | | | | | | | | stdout has been made binary. Start at the top of the screen since the internal terminal otherwise will write "below the screen." [MSDOS]: #include <dos.h> and <time.h>, but not <sys/ioctl.h>. (read_avail_input) [MSDOS]: Work around `ioctl'. Also read through dos_keyread for better keyboard support. (interrupt_signal) [MSDOS]: Don't claim we can core dump. (kbd_buffer_store_event): Cast a pointer to avoid a compiler warning. (read_avail_input): Args to `kill' were backwards. (kbd_buffer_get_event): If deleting last frame, call Fkill_emacs. (modify_event_symbol): New arg NAME_ALIST. Allow SYMBOL_TABLE to be an alist. (Vvendor_key_alist): New variable. (syms_of_keyboard): Initialize it. (make_lispy_event): Handle vendor-specific keysyms. (lispy_function_keys): Delete `remove' and th HP keysyms. (read_avail_input): Turn O_NDELAY off on DGUX as on USG.
* (main): Don't call setpgrp if !initialized.Richard M. Stallman1994-01-081-4/+5
|
* (${etc}DOC): Put back ${lisp} accidentally deleted.Richard M. Stallman1994-01-081-1/+1
|
* (gnus-group-list-all-groups): Display a message in the echo area.Richard M. Stallman1994-01-081-2/+4
|
* If there are no subversions yet, use 1.Richard M. Stallman1994-01-081-1/+3
|
* (gud-common-init): Don't crash if no file specified.Richard M. Stallman1994-01-081-4/+5
|
* (rmail-summary-by-senders):Richard M. Stallman1994-01-081-2/+9
| | | | | | Add missing arg to rmail-new-summary. (rmail-summary-output, rmail-summary-output-to-rmail-file): Handle rmail-delete-after-output explicitly here.
* (enable-flow-control): Use prefix argument like minor modes.Richard M. Stallman1994-01-081-33/+48
| | | | | | (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.
* Load version.el before site-load.el.Richard M. Stallman1994-01-081-2/+3
|
* (Frem) [MSDOS]: use `fmod', not `drem'. Put in config.h?Richard M. Stallman1994-01-081-1/+11
|
* Initial revisionRichard M. Stallman1994-01-086-0/+1681
|
* [MSDOS]: New buffer-local variable:Richard M. Stallman1994-01-082-0/+29
| | | | buffer-file-type to handle DOS newlines.
* (syms_of_callproc) [MSDOS]: New lisp variable: binary-process.Richard M. Stallman1994-01-081-5/+115
| | | | | | | | | | | | | | | (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.
* [MSDOS]: Don't #include <a.out.h>, but use other headers.Richard M. Stallman1994-01-081-1/+40
| | | | | | | (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.
* [MSDOS]: don't #include <sgtty.h>. We haven't got it.Richard M. Stallman1994-01-081-0/+10
| | | | Declare dummy main field. Don't ever use TABs.
* [MSDOS]: #include <dos.h>, "dosfns.h", "msdos.h", andRichard M. Stallman1994-01-081-10/+71
| | | | | | | | | | | | | | <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.
* [MSDOS] (get_lim_data): Use go32 call.Richard M. Stallman1994-01-081-2/+19
|
* [MSDOS]: Use text mode for all files but ".elc" files.Richard M. Stallman1994-01-081-0/+25
| | | | (complete_file_name) [MSDOS]: Drive letter support.
* [MSDOS]: Don't define HAVE_MATHERR.Richard M. Stallman1994-01-081-1/+13
|
* [MSDOS]: #include "msdos.h" and <sys/param.h> needed forRichard M. Stallman1994-01-081-1/+177
| | | | | | | | | | | | | | | | 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.
* (main) [MSDOS]: Call init_environment. Set file types toRichard M. Stallman1994-01-081-0/+18
| | | | | binary for all files. Call init_dosfns. (fatal_error_signal) [MSDOS]: Uncomment sigblock.
* (DIRENTRY_NONEMPTY): New macro; two definitions.Richard M. Stallman1994-01-081-3/+34
| | | | | | | | | | | (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.
* (keys_of_cmds) [MSDOS]: Chars 0200 to 0237 self-insert.Richard M. Stallman1994-01-081-0/+4
|
* entered into RCSRichard M. Stallman1994-01-081-4/+4
|
* Extend emacs-version based on which executable files exist.Richard M. Stallman1994-01-071-0/+12
|
* (emacs): Don't run inc-vers.el.Richard M. Stallman1994-01-071-6/+0
|
* (strout, printchar): Use proper frame for minibuffer.Richard M. Stallman1994-01-071-12/+18
|
* *** empty log message ***Richard M. Stallman1994-01-071-10/+4
|
* entered into RCSRichard M. Stallman1994-01-071-0/+8
|
* Initial revisionRichard M. Stallman1994-01-071-0/+101
|
* (dired-move-to-filename-regexp): New variable.Richard M. Stallman1994-01-071-1/+5
| | | | (dired-move-to-filename): Use that.
* (Info-directory-list): Change last elt to ../info (expanded).Richard M. Stallman1994-01-071-2/+6
|
* (command-line-1): Improve echo area message wording.Richard M. Stallman1994-01-071-4/+2
| | | | Don't print it if C-h C-p has been redefined.
* (ange-ftp-hash-mark-msgs): Undo previous change.Richard M. Stallman1994-01-071-2/+3
|
* Handle HAVE_BCMP.Richard M. Stallman1994-01-071-2/+4
| | | | (BSTRING): Don't define unless HAVE_BCMP.
* Test for bcmp.Richard M. Stallman1994-01-071-1/+1
|
* (make-lucid-menu-keymap): Allow multiple identical inactive strings.Richard M. Stallman1994-01-071-2/+6
|
* (comint-show-output): Use (point-max) rather than erring when theRoland McGrath1994-01-061-2/+2
| | | | comint-last-input-end marker points nowhere.
* (compilation-parse-errors): Prepend comint-file-name-prefix (if boundp) toRoland McGrath1994-01-061-4/+19
| | | | | | absolute file names culled from error msgs. (compile-abbreviate-directory): Prepend comint-file-name-prefix (if boundp) to DIR before other processing.
* (shell-cd): Function removed.Roland McGrath1994-01-061-18/+22
| | | | | | | | (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.
* (mouse-menu-choose-yank): Don't use rotate-yank-pointer; setRoland McGrath1994-01-061-2/+7
| | | | kill-ring-yank-pointer explicitly instead.
* (compilation-buffer-p): Move defsubst before all callers.Roland McGrath1994-01-061-29/+65
| | | | | | | | | | | | | | | | | | (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.
* (tempdir): Put subdir msdos into the distribution.Richard M. Stallman1994-01-061-4/+9
|
* (rmail-resend): Use send-mail-function.Richard M. Stallman1994-01-061-1/+1
|
* entered into RCSRichard M. Stallman1994-01-061-1/+1
|
* (auto-mode-alist): Treat changelo like ChangeLog.Richard M. Stallman1994-01-061-0/+1
|
* (change-log-name): On MSDOS, use changelo.Richard M. Stallman1994-01-061-1/+1
|
* (rmail-convert-to-babyl-format):Richard M. Stallman1994-01-061-1/+1
| | | | Fix one-off error in handling content-length field.