1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-05 08:53:45 +00:00
Commit Graph

777 Commits

Author SHA1 Message Date
Richard M. Stallman
2de735de75 (dired-mark-confirm): For compress', say Compress or uncompress'.
(dired-map-over-marks-check): Likewise.
1992-11-03 09:25:26 +00:00
Richard M. Stallman
4e43240ad3 (make-directory): Renamed from make-directory-path.
Optional argument says whether to create parent dirs.
Invoke file-name handler here.
(after-find-file): Delete code that offers to create dir.
Instead, just print a message.
1992-11-03 07:07:02 +00:00
Jim Blandy
6067ebef9a * ange-ftp.el: Tighten the regular expression used in
file-name-handler-alist to recognized ange-ftp filenames; the
	slash, username and hostname must be at the start of the filename,
	not just anywhere in the filename.
1992-11-03 02:00:50 +00:00
Richard M. Stallman
f1c0312591 (isearch-search): Handle all sorts of errors from regexp search. 1992-11-01 22:10:59 +00:00
Richard M. Stallman
ffc394dd58 (byte-compile-lambda):
Don't compile the interactive spec if it is a call to `list'.
1992-10-31 09:27:47 +00:00
Richard M. Stallman
e47b25708b Doc fix. 1992-10-30 05:38:03 +00:00
Richard M. Stallman
db59472c27 (vc-admin): Pass t as noquery arg to vc-resynch-window. 1992-10-28 09:33:04 +00:00
Richard M. Stallman
c00ba92641 (manual-program): Always use /usr/ucb/man if that exists. 1992-10-28 06:04:10 +00:00
Richard M. Stallman
c6cf2c1e4f (fortran-window-create): Use screen-width, not frame-width. 1992-10-27 20:19:00 +00:00
Richard M. Stallman
1c3c9e649f (fortran-prepare-abbrev-list-buffer): Fix typo. 1992-10-27 20:11:05 +00:00
Richard M. Stallman
e80f214737 (fortran-tab-mode): Add defvar.
(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.
1992-10-27 10:21:22 +00:00
Richard M. Stallman
9e5c2f5022 Rename buffer-flush-undo to buffer-disable-undo.
(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.
1992-10-27 10:14:08 +00:00
Richard M. Stallman
082c7686a3 (shell-command-on-region):
Use region-beginning and region-end, in interactive spec.
1992-10-27 08:48:02 +00:00
Richard M. Stallman
d94307ee86 (isearch-edit-string):
Bind cursor-in-echo-area only around read-char/allocate-event.
1992-10-27 04:11:46 +00:00
Richard M. Stallman
624b466297 (vc-resynch-window): New arg NOQUERY. Pass it to vc-revert-buffer1.
(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.
1992-10-26 05:33:20 +00:00
Christopher Zaborsky
a426b157e7 Dox fix. 1992-10-25 21:14:16 +00:00
Christopher Zaborsky
579e495a70 Doc fix. 1992-10-25 21:05:35 +00:00
Christopher Zaborsky
fe66851582 Doc fix. 1992-10-25 19:44:06 +00:00
Richard M. Stallman
accd90bd67 (vc-prefix-map): Put vc-diff on = and vc-directory on d. 1992-10-24 20:07:08 +00:00
Richard M. Stallman
6861ad22b2 (set-visited-file-name): Change the auto save file name. 1992-10-23 11:06:14 +00:00
Richard M. Stallman
45ca32a63d (insert-kbd-macros): If arg is empty, use last macro as default. 1992-10-23 09:38:44 +00:00
Richard M. Stallman
b4b3b73603 (insert-kbd-macro): Replace nonprinting chars with escapes. 1992-10-23 09:31:22 +00:00
Richard M. Stallman
ade349a0bf (mail-aliases): Doc fix. 1992-10-23 09:20:44 +00:00
Richard M. Stallman
762435dda4 (describe-function): Print an autoloaded', not a ...'. 1992-10-23 09:19:12 +00:00
Richard M. Stallman
912c672856 (goal-column): Don't put the defvar inside the make-variable-buffer-local. 1992-10-23 08:54:08 +00:00
Richard M. Stallman
194ff7c129 (dired-chown-program): Treat silicon-graphics-unix like usg-unix-v. 1992-10-21 19:30:34 +00:00
Richard M. Stallman
ed7ace63fc (rmail-mode-map): Delete binding of M-r (use global one). 1992-10-21 06:59:39 +00:00
Richard M. Stallman
9e326bc1ef (lpr-command): Treat hpux and silicon-graphics-unix like usg-unix-v. 1992-10-21 06:42:09 +00:00
Richard M. Stallman
7270bdb0d6 (backward-kill-sentence): Fix typo in last change. 1992-10-21 04:54:45 +00:00
Richard M. Stallman
2916578780 Doc fixes. 1992-10-21 04:52:59 +00:00
Richard M. Stallman
804172fafc (rmail-output-to-rmail-file): Call abbreviate-file-name. 1992-10-21 04:52:46 +00:00
Richard M. Stallman
6e88ed495e (comment-region): Do move to next line, in neg arg case. 1992-10-20 21:22:44 +00:00
Richard M. Stallman
ac6895157f (isearch-mode-map): Make the top-level keymap dense.
Explicitly bind control characters at that level.
1992-10-20 21:21:47 +00:00
Richard M. Stallman
8a2816daa6 (vc-registered): Look for handler only if file-name-handler-alist is bound. 1992-10-20 18:43:33 +00:00
Richard M. Stallman
68f5eb5a8d (ange-ftp-add-vms-host, ange-ftp-add-dl-dir, ange-ftp-add-mts-host):
(ange-ftp-add-dumb-unix-host): Use default-directory, not dired-directory.

(ange-ftp-allow-child-lookup): Eliminate use of dired-local-variables-file.
1992-10-20 07:05:38 +00:00
Richard M. Stallman
8b8568efad (vc-registered): Look for a vc-registered handler. 1992-10-20 06:44:21 +00:00
Richard M. Stallman
243e520634 Add dummy handlers for file-truename and vc-registered. 1992-10-20 06:43:48 +00:00
Richard M. Stallman
6f176f940e (file-truename): Check for root by seeing if
directory-file-name returns same as DIR.
Look for a file-truename handler for the file name.
1992-10-20 06:39:24 +00:00
Richard M. Stallman
c2db7f312f (mail-aliases): Add definition here. 1992-10-20 04:35:17 +00:00
Richard M. Stallman
2cc0b7656d (add-log-current-defun): Add condition-case around
the body, so at worst we return nil.
1992-10-19 22:39:55 +00:00
Richard M. Stallman
2247b0fc58 (kill-sentence, backward-kill-sentence):
(kill-paragraph, backward-kill-paragraph):
Don't change point before calling kill-region.
1992-10-18 22:56:00 +00:00
Richard M. Stallman
1ddea2ab1f Doc fixes. 1992-10-18 22:21:08 +00:00
Richard M. Stallman
c884cb878a Comment fix. 1992-10-18 22:20:45 +00:00
Richard M. Stallman
753d16a62a Delete version 18 compatibility stuff.
(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.
1992-10-18 22:20:07 +00:00
Richard M. Stallman
5ef9d62709 (mail-setup): Call build-mail-aliases, not mail-abbrev-setup.
(sendmail-send-it): Call expand-mail-aliases.
1992-10-18 22:19:36 +00:00
Richard M. Stallman
d0c9169e2b (rmail-sort-messages): Give up right away if not Rmail mode. 1992-10-18 19:10:56 +00:00
Christopher Zaborsky
a2a05344be Dox fixes. 1992-10-18 19:03:45 +00:00
Richard M. Stallman
99976f85b7 (occur): Always search entire buffer. 1992-10-18 01:06:40 +00:00
Jim Blandy
b0f3a26ba8 * mouse.el (mouse-tear-off-window): New function. 1992-10-17 21:57:45 +00:00
Richard M. Stallman
652ccd357d (mouse-set-region): New command. Bind drag-mouse-1 to it. 1992-10-17 07:07:39 +00:00