1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00
Commit Graph

3702 Commits

Author SHA1 Message Date
Richard M. Stallman
ae0249dfd8 (face-equal): Do check the underline attribute. 1994-06-21 20:22:56 +00:00
Richard M. Stallman
c01cadc3e9 Fix references to diary.el. 1994-06-21 19:10:54 +00:00
Richard M. Stallman
d1739e52d5 (delete-auto-save-files): Doc fix.
(insert-directory): Don't quote braces for shell.
1994-06-21 17:46:53 +00:00
Richard M. Stallman
9af40217a3 Don't bind keys C-insert, C-delete, and
S-insert if they are already bound.
1994-06-21 15:42:25 +00:00
Richard M. Stallman
718b4478bf (Info-directory-list): For msdos, don't check for
exec-directory != ../lib-src (since we use wrapped binaries).
1994-06-21 15:39:44 +00:00
Richard M. Stallman
f787c66bea (move-to-tab-stop): Get rid of spaces before tabs
that were made by an immediately previous use of this command.
1994-06-20 22:52:49 +00:00
Richard M. Stallman
84d52621d7 (tpu-doc-revision): Variable deleted. 1994-06-20 22:22:58 +00:00
Richard M. Stallman
48037971de (tpu-edt-off): Restore original global key map.
(tpu-next-file-buffer): Move to dired buffer too.
(tpu-make-file-buffer-list): New function.
(tpu-version): New version.
(tpu-set-mode-line): Added line-number-mode to mode-line.
(tpu-search-forward-exit, tpu-search-backward-exit): New functions,
key mappings.
1994-06-20 22:22:40 +00:00
Richard M. Stallman
2582e468b5 Require tpu-edt.
(tpu-extras-revision): Variable deleted.
1994-06-20 22:22:23 +00:00
Richard M. Stallman
18376c7cf8 Change size of selected screen. Reposition after
printing help.  Null default directory for save.  Produce minibuffer
key bindings for kp4 and kp5.
(tpu-kp4, tpu-kp5): New variables.
(tpu-mapper-revision): Variable deleted.
1994-06-20 22:22:07 +00:00
Richard M. Stallman
a515f569db (vt-revision): Variable deleted. 1994-06-20 22:21:48 +00:00
Richard M. Stallman
3e9c095dd4 (finder-by-keyword): Add doc string and t for interactive. 1994-06-20 20:34:22 +00:00
Richard M. Stallman
dd659acb4d (gnus-uu-view-directory): Fixed viewing with the
`gnus-uu-asynchronous' variable set.
(gnus-uu-ctl-map): Removed the keystrokes `C-c C-v C-h' and
`C-c C-v h' from the keymap.
(gnus-uu-decode-and-view-all-articles,
(gnus-uu-decode-and-view-all-unread-articles,
(gnus-uu-decode-and-save-all-unread-articles,
(gnus-uu-decode-and-save-all-articles): Accept prefix arg for # files.
(gnus-uu-uustrip-article-as): Waits for uudecode to finish before
further treatment of the resulting files.
(gnus-uu-summary-next-subject): After decoding, if there are no
more unread articles, jump to the last article decoded.
(gnus-uu-post-encoded): Make last posting in a
series always have more than 4 lines.

(gnus-uu-interactive-save-original-file): Fixed
original file save when there's more that one original file.

(gnus-uu-view-file): Rewrote function and fixed
ask before view/save after view.
(gnus-uu-ask-to-save-file): New function.

(gnus-uu-interactive-set-up-windows): New function.
(gnus-uu-interactive-scan-directory) New function.
(gnus-uu-interactive-rescan-directory): New function.
(gnus-uu-ignore-files-by-name, gnus-uu-ignore-files-by-type): New vars.
(gnus-uu-interactive-execute): Change directory to work dir before executing.

(gnus-uu-view-directory, gnus-uu-check-for-generated-files):
Fixed bug deleting generated directories.
(gnus-uu-unpack-archives): Added error message for corrupted archives.
1994-06-20 19:09:24 +00:00
Richard M. Stallman
8fb1a58347 Use plists to record handlers.
(jka-compr-insert-file-contents): Don't leave buffer locked.
Call the standard function, and file-local-copy,
using jka-compr-run-real-handler.
(jka-compr-file-local-copy): Call file-local-copy
using jka-compr-run-real-handler.
(jka-compr-write-region): Likewise.
(jka-compr-load): Don't alter file-name-handler-alist.
Do bind inhibit-file-name-handlers and inhibit-file-name-operation.
(jka-compr-handler): Don't alter file-name-handler-alist.
1994-06-20 18:30:06 +00:00
Richard M. Stallman
27ae9a27cc (gnus-summary-next-article): Handle non-character events. 1994-06-20 13:38:11 +00:00
Richard M. Stallman
9d840bec3e (tab-to-tab-stop): Combine new indentation with previous. 1994-06-20 01:52:51 +00:00
Richard M. Stallman
37e379dd09 (define-mail-alias): Copy parsing code from mailabbrev.el.
New arg from-mailrc-file.
(build-mail-aliases): Pass t as new arg.
1994-06-19 19:52:02 +00:00
Richard M. Stallman
d066345bcf (define-mail-alias): Doc fix. 1994-06-19 19:42:17 +00:00
Richard M. Stallman
4e399a5322 (mouse-scroll-subr): Preserve point if WINDOW's not the selected window.
(mouse-drag-region, mouse-drag-secondary): Accept any list event
as normal termination of the dragging.
1994-06-19 18:04:35 +00:00
Richard M. Stallman
6cfc977ba3 (mail-bury): Test that rmail-summary-buffer is boundp. 1994-06-18 21:12:42 +00:00
Richard M. Stallman
92e068832c (rmail-highlight-headers): Don't skip newlines, just tab and space. 1994-06-18 13:26:33 +00:00
Richard M. Stallman
eedf8416e0 (set-rmail-inbox-list): Use insert-before-markers. 1994-06-18 13:23:57 +00:00
Karl Heuer
46680faf4a (dired-build-subdir-alist): Don't let looking-at destroy the match data. 1994-06-17 22:15:47 +00:00
Richard M. Stallman
0a1763b408 (make-auto-save-file-name): Convert slashes to \! and double the backslashes. 1994-06-17 21:42:34 +00:00
Richard M. Stallman
67a69ba62f (finder-commentary): Fix error message syntax. 1994-06-17 20:35:16 +00:00
Richard M. Stallman
07b3798c76 Comment change. 1994-06-17 20:04:22 +00:00
Richard M. Stallman
822b684f83 (lm-section-mark): Accept extra semicolons;
accept spaces at end of line.
1994-06-17 19:59:09 +00:00
Richard M. Stallman
651fca74e4 (build-mail-abbrevs): Pass a recursivep argument in recursive call. 1994-06-17 16:03:59 +00:00
Richard M. Stallman
69f9ba7efe Comment change. 1994-06-17 16:00:42 +00:00
Richard M. Stallman
2dd60dfd18 (x-create-frame-with-faces): Set the cursor color last. 1994-06-17 13:39:14 +00:00
Roland McGrath
a3d358c65a (tags-table-computed-list, tags-table-computed-list-for): New variables.
(tags-table-list-pointer, tags-table-list-started-at): Doc fixes.
(tags-table-parent-pointer-list): Variable removed.
(tags-table-check-computed-list, tags-table-extend-computed-list): New
functions.
(tags-find-table-in-list): Function removed.
(tags-table-list-member): New function replaces it.
(tags-verify-table): New function, broken out of visit-tags-table-buffer.
(tags-table-including, tags-next-table): Rewritten.
(visit-tags-table-buffer-cont): Variable removed.
(visit-tags-table-buffer): Overhauled.
(tag-exact-match-p): Disallow newline in tag string before \177.
1994-06-17 04:05:56 +00:00
Richard M. Stallman
e919a6225e (mouse-scroll-subr): New arg WINDOW.
(mouse-drag-region, mouse-drag-secondary): Pass new arg.
1994-06-17 00:51:33 +00:00
Richard M. Stallman
7df79bd462 (Info-directory-list): For msdos, use ";" instead of
":" as delimiter in INFOPATH.
1994-06-16 15:44:16 +00:00
Richard M. Stallman
3d23eec081 (bibtex-mode): Set up comment-start locally. 1994-06-16 15:12:52 +00:00
Richard M. Stallman
97c6019c1a (ange-ftp-canonize-filename): Fix wrong var name. 1994-06-16 14:15:11 +00:00
Noah Friedman
d933a75618 (rlogin-password-paranoia): Variable deleted.
(rlogin-password): Function deleted.
This functionality is handled by comint-watch-for-password-prompt.

(rlogin-filter): Function deleted.
(rlogin): Do not set the process filter to rlogin-filter.
1994-06-16 08:09:34 +00:00
Richard M. Stallman
a46b893b12 (outline-mode): Make change-major-mode-hook buffer-local. 1994-06-15 23:03:28 +00:00
Richard M. Stallman
acf310c90d (dired-build-subdir-alist): Avoid mistaking a file name
ending in a colon for a subdir header line.
1994-06-15 22:39:01 +00:00
Richard M. Stallman
da5667c68a (mail-send-hook): Add defvar.
(mail-send): Run mail-send-hook before the `Sending...' message.
1994-06-15 22:16:04 +00:00
Richard M. Stallman
65df085181 Don't alter the underline face.
(font-lock-hack-keywords, font-lock-fontify-region):
Don't call set-buffer-modified-p if no change in its value.

(font-lock-hack-keywords): Avoid changing the narrowing.

(c-font-lock-keywords-2): Insist on whitespace before a label.
1994-06-15 18:24:10 +00:00
Richard M. Stallman
825d6f08db (Info-insert-dir): Ignore access times when comparing
file attributes.  Print message while merging.  Use separate
buffers for merging.  Try lower case `dir' first.
1994-06-15 18:13:52 +00:00
Richard M. Stallman
8f6c93e2bb (gud-massage-args): Fix error message syntax.
(gud-marker-filter, gud-find-file): Likewise.
(gud-display-line): Don't use dialog box for questions.
1994-06-15 18:05:50 +00:00
Richard M. Stallman
c5507689ba (find-tag-history): New variable.
(find-tag-noselect): Set that variable.
1994-06-15 04:37:26 +00:00
Karl Heuer
5cb0a75ace (mouse-drag-region): Bind last-command, not this-command. 1994-06-15 03:55:42 +00:00
Karl Heuer
7d483e8c84 (make-auto-save-file-name): Don't use slashes in autosave name for a non-file
buffer.
1994-06-15 02:43:39 +00:00
Richard M. Stallman
12e53d2e65 (ispell-command-loop): C-g should be like X, not q.
(ispell-dictionary-alist): Add autoload.  Split into two subvariables.
(ispell-menu-map): Defvar and set up at top level.  Split into parts.
(ispell-menu-map-needed): New variable.
1994-06-14 20:54:44 +00:00
Richard M. Stallman
b906e00ba2 (fortran-blink-matching-do): When looking for do,
insist on nondigit after it.
1994-06-14 20:19:04 +00:00
Edward M. Reingold
48b29ac004 (calendar-mode-map): Change moon menu bar to pop up a menu. 1994-06-14 20:06:55 +00:00
Richard M. Stallman
d95f5c9740 (calendar-mouse-2-date-menu): Put moon phase here.
(calendar-mode-map): Delete from here.
1994-06-14 19:50:14 +00:00
Roland McGrath
81d93b5e63 Fix regexp in last change. 1994-06-14 00:58:05 +00:00