aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Extend emacs-version based on which executable files exist.Richard M. Stallman1994-01-071-0/+12
|
* (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
|
* (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.
* (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.
* (desktop-buffer-mh): New function for mh mail system.Richard M. Stallman1994-01-061-81/+157
| | | | | | | | | | | | | | | | | (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.
* (makefile-mode): Make comment-start, comment-end,Richard M. Stallman1994-01-061-1/+4
| | | | and comment-start-skip buffer-local.
* (display-time-file-nonempty-p): Check existence here.Richard M. Stallman1994-01-061-7/+27
| | | | | | (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.
* (lpr-headers-switches): Set proper value on hpux and usg.Richard M. Stallman1994-01-061-1/+2
|
* (make-lucid-menu-keymap): For "----", make blank line.Richard M. Stallman1994-01-061-1/+1
|
* (start-process-shell-command): Doc fix.Richard M. Stallman1994-01-062-5/+5
|
* [ms-dos]: Preload mouse.el, dos-fns.el,Richard M. Stallman1994-01-061-11/+26
| | | | | disp-table.el, and ls-lisp. Dump only one version. Use simpler name for doc file.
* (dehexlify-buffer): If msdos, bind binary-process.Richard M. Stallman1994-01-061-2/+5
| | | | (hexl-find-file): Load as binary.
* (ls-lisp-format): Bad format for uid and gid fixed.Richard M. Stallman1994-01-061-3/+3
|
* (compile-internal): Extended to work without asynchronous subprocesses.Richard M. Stallman1994-01-061-7/+14
|
* (change-log-name): Let default name for ms-dos be "change.log".Richard M. Stallman1994-01-061-1/+5
|
* [ms-dos] (byte-compile-file): Save as binary.Richard M. Stallman1994-01-061-0/+2
|
* [ms-dos] (make-backup-file-name, backup-file-name-p):Richard M. Stallman1994-01-061-2/+18
| | | | | Use "*.bak" as backup file name. (user-init-file): new variable.
* [ms-dos]: Save version.el as *binary*.Richard M. Stallman1994-01-061-0/+1
|
* (enable-command, disable-command): Use user-init-file.Richard M. Stallman1994-01-061-2/+4
|
* (command-line): Set user-init-file.Richard M. Stallman1994-01-061-11/+17
|
* entered into RCSRichard M. Stallman1994-01-051-0/+84
|
* Initial revisionRichard M. Stallman1994-01-051-0/+161
|
* (eval-after-load): Do nothing if FORM is already on the list.Richard M. Stallman1994-01-051-1/+4
|
* (popup-menu): Add loop to handle submenus.Richard M. Stallman1994-01-041-5/+10
|
* Comment fix.Richard M. Stallman1994-01-041-2/+0
|
* (debug): Bind this-command and last-command.Richard M. Stallman1994-01-041-0/+1
|
* (vc-finish-logentry): Sync the buffer in case the user modified it whilePaul Eggert1994-01-031-0/+4
| | | | editing the comment.
* (tex-common-initialization): Make parse-sexp-ignore-comments t.Richard M. Stallman1994-01-031-0/+2
|
* entered into RCSRichard M. Stallman1994-01-031-0/+1597
|
* (slitex-mode, latex-mode): Set paragraph-start andRichard M. Stallman1994-01-031-2/+46
| | | | | | | paragraph-separate to a specific list of control sequences. (tex-common-initialization): Make paragraph-start and paragraph-separate match a line of $$.
* (comint-last-output-start): Add defvar.Richard M. Stallman1994-01-031-5/+22
| | | | | (comint-dynamic-list-completions): Use read-key-sequence. Special handling for mouse-choose-completion.
* Fix typo in previous change.Richard M. Stallman1994-01-031-1/+1
|
* More menu bar commands.Richard M. Stallman1994-01-031-0/+6
|