Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doc fix. | Richard M. Stallman | 1992-10-30 | 1 | -2/+6 |
| | |||||
* | (vc-admin): Pass t as noquery arg to vc-resynch-window. | Richard M. Stallman | 1992-10-28 | 1 | -2/+6 |
| | |||||
* | (manual-program): Always use /usr/ucb/man if that exists. | Richard M. Stallman | 1992-10-28 | 1 | -1/+3 |
| | |||||
* | (fortran-window-create): Use screen-width, not frame-width. | Richard M. Stallman | 1992-10-27 | 1 | -2/+2 |
| | |||||
* | (fortran-prepare-abbrev-list-buffer): Fix typo. | Richard M. Stallman | 1992-10-27 | 1 | -1/+1 |
| | |||||
* | (fortran-tab-mode): Add defvar. | Richard M. Stallman | 1992-10-27 | 1 | -23/+42 |
| | | | | | | | | (fortran-analyze-file-format): Bind i. (fortran-tab-mode-string): Add defvar. (fortran-tab-mode): Use `arg' as variable, not as function. (fortran-prepare-abbrev-list-buffer): New function. (fortran-abbrev-help): Call that. | ||||
* | Rename buffer-flush-undo to buffer-disable-undo. | Richard M. Stallman | 1992-10-27 | 1 | -13/+13 |
| | | | | | | | (Info-goto-emacs-key-command-node): Fix typo. (Info-menu-item-sequence): Commented out. (Info-follow-nearest-node): Use new event format. Select the window clicked on. | ||||
* | (shell-command-on-region): | Richard M. Stallman | 1992-10-27 | 1 | -1/+1 |
| | | | | Use region-beginning and region-end, in interactive spec. | ||||
* | (isearch-edit-string): | Richard M. Stallman | 1992-10-27 | 1 | -4/+9 |
| | | | | Bind cursor-in-echo-area only around read-char/allocate-event. | ||||
* | (vc-resynch-window): New arg NOQUERY. Pass it to vc-revert-buffer1. | Richard M. Stallman | 1992-10-26 | 1 | -10/+18 |
| | | | | | | (vc-checkout, vc-finish-logentry, vc-revert-buffer, vc-finish-steal): Supply t as NOQUERY arg for vc-resynch-window. (vc-next-action): Don't revert workfile from master if buffer is modified. | ||||
* | Dox fix. | Christopher Zaborsky | 1992-10-25 | 1 | -1/+1 |
| | |||||
* | Doc fix. | Christopher Zaborsky | 1992-10-25 | 1 | -10/+11 |
| | |||||
* | Doc fix. | Christopher Zaborsky | 1992-10-25 | 4 | -14/+13 |
| | |||||
* | (vc-prefix-map): Put vc-diff on = and vc-directory on d. | Richard M. Stallman | 1992-10-24 | 1 | -3/+3 |
| | |||||
* | (set-visited-file-name): Change the auto save file name. | Richard M. Stallman | 1992-10-23 | 1 | -1/+8 |
| | |||||
* | (insert-kbd-macros): If arg is empty, use last macro as default. | Richard M. Stallman | 1992-10-23 | 1 | -37/+43 |
| | |||||
* | (insert-kbd-macro): Replace nonprinting chars with escapes. | Richard M. Stallman | 1992-10-23 | 1 | -3/+25 |
| | |||||
* | (mail-aliases): Doc fix. | Richard M. Stallman | 1992-10-23 | 1 | -2/+4 |
| | |||||
* | (describe-function): Print `an autoloaded', not `a ...'. | Richard M. Stallman | 1992-10-23 | 1 | -2/+2 |
| | |||||
* | (goal-column): Don't put the defvar inside the make-variable-buffer-local. | Richard M. Stallman | 1992-10-23 | 1 | -4/+5 |
| | |||||
* | (dired-chown-program): Treat silicon-graphics-unix like usg-unix-v. | Richard M. Stallman | 1992-10-21 | 1 | -1/+2 |
| | |||||
* | (rmail-mode-map): Delete binding of M-r (use global one). | Richard M. Stallman | 1992-10-21 | 1 | -1/+2 |
| | |||||
* | (lpr-command): Treat hpux and silicon-graphics-unix like usg-unix-v. | Richard M. Stallman | 1992-10-21 | 1 | -1/+1 |
| | |||||
* | (backward-kill-sentence): Fix typo in last change. | Richard M. Stallman | 1992-10-21 | 1 | -1/+1 |
| | |||||
* | Doc fixes. | Richard M. Stallman | 1992-10-21 | 1 | -3/+3 |
| | |||||
* | (rmail-output-to-rmail-file): Call abbreviate-file-name. | Richard M. Stallman | 1992-10-21 | 1 | -0/+1 |
| | |||||
* | (comment-region): Do move to next line, in neg arg case. | Richard M. Stallman | 1992-10-20 | 1 | -1/+2 |
| | |||||
* | (isearch-mode-map): Make the top-level keymap dense. | Richard M. Stallman | 1992-10-20 | 1 | -9/+18 |
| | | | | Explicitly bind control characters at that level. | ||||
* | (vc-registered): Look for handler only if file-name-handler-alist is bound. | Richard M. Stallman | 1992-10-20 | 1 | -11/+12 |
| | |||||
* | (ange-ftp-add-vms-host, ange-ftp-add-dl-dir, ange-ftp-add-mts-host): | Richard M. Stallman | 1992-10-20 | 1 | -20/+11 |
| | | | | | | (ange-ftp-add-dumb-unix-host): Use default-directory, not dired-directory. (ange-ftp-allow-child-lookup): Eliminate use of dired-local-variables-file. | ||||
* | (vc-registered): Look for a vc-registered handler. | Richard M. Stallman | 1992-10-20 | 1 | -24/+34 |
| | |||||
* | Add dummy handlers for file-truename and vc-registered. | Richard M. Stallman | 1992-10-20 | 1 | -1/+9 |
| | |||||
* | (file-truename): Check for root by seeing if | Richard M. Stallman | 1992-10-20 | 1 | -15/+29 |
| | | | | | directory-file-name returns same as DIR. Look for a file-truename handler for the file name. | ||||
* | (mail-aliases): Add definition here. | Richard M. Stallman | 1992-10-20 | 1 | -0/+4 |
| | |||||
* | (add-log-current-defun): Add condition-case around | Richard M. Stallman | 1992-10-19 | 1 | -128/+129 |
| | | | | the body, so at worst we return nil. | ||||
* | (kill-sentence, backward-kill-sentence): | Richard M. Stallman | 1992-10-18 | 1 | -8/+4 |
| | | | | | (kill-paragraph, backward-kill-paragraph): Don't change point before calling kill-region. | ||||
* | Doc fixes. | Richard M. Stallman | 1992-10-18 | 1 | -1/+1 |
| | |||||
* | Comment fix. | Richard M. Stallman | 1992-10-18 | 1 | -2/+2 |
| | |||||
* | Delete version 18 compatibility stuff. | Richard M. Stallman | 1992-10-18 | 1 | -209/+67 |
| | | | | | | | (mail-abbrevs, build-mail-abbrevs, rebuild-mail-abbrevs): (merge-mail-abbrevs): Renamed `mail-aliases' to `mail-abbrevs'. (mail-abbrev-end-of-buffer): Renamed from abbrev-hacking-end-of-buffer. (mail-abbrev-next-line): Renamed from abbrev-hacking-next-line. | ||||
* | (mail-setup): Call build-mail-aliases, not mail-abbrev-setup. | Richard M. Stallman | 1992-10-18 | 1 | -1/+22 |
| | | | | (sendmail-send-it): Call expand-mail-aliases. | ||||
* | (rmail-sort-messages): Give up right away if not Rmail mode. | Richard M. Stallman | 1992-10-18 | 1 | -0/+2 |
| | |||||
* | Dox fixes. | Christopher Zaborsky | 1992-10-18 | 1 | -81/+93 |
| | |||||
* | (occur): Always search entire buffer. | Richard M. Stallman | 1992-10-18 | 1 | -14/+7 |
| | |||||
* | * mouse.el (mouse-tear-off-window): New function. | Jim Blandy | 1992-10-17 | 1 | -0/+10 |
| | |||||
* | (mouse-set-region): New command. Bind drag-mouse-1 to it. | Richard M. Stallman | 1992-10-17 | 1 | -1/+15 |
| | |||||
* | (telnet): Do erase-buffer after the initial output. | Richard M. Stallman | 1992-10-16 | 1 | -1/+1 |
| | |||||
* | (telnet): Wait for telnet output before sending `open'. | Richard M. Stallman | 1992-10-15 | 1 | -0/+2 |
| | |||||
* | * files.el (file-truename): The variable ~ should be considered an | Jim Blandy | 1992-10-14 | 1 | -1/+3 |
| | | | | | absolute pathname; handle it correctly. Concatenate the directory onto the filename in the correct order. | ||||
* | (visit-tags-table-buffer): When trying to pick table, call | Roland McGrath | 1992-10-12 | 1 | -12/+14 |
| | | | | | tags-expand-table-name on alternatives that might be nil. (tags-table-files): Don't call visit-tags-table-buffer; assume we are there. | ||||
* | (edit-picture): Run picture-mode-hook. | Richard M. Stallman | 1992-10-12 | 1 | -1/+2 |
| |