1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-17 03:10:58 -08:00
Commit graph

3756 commits

Author SHA1 Message Date
Richard M. Stallman
f9a9d26e5b (rmail-highlight-headers): Do nothing if
rmail-highlighted-headers is nil.
1994-06-30 18:57:17 +00:00
Noah Friedman
ee50a52806 (resize-minibuffer-window-restore): Don't do anything if the window height
is already 1.
1994-06-30 06:46:44 +00:00
Richard M. Stallman
5fb9cdd99e (mouse-drag-secondary): Don't treat end of buffer
specially when within the window.
1994-06-30 04:49:26 +00:00
Noah Friedman
654d89d78e comint-password-prompt-regexp: New variable.
comint-watch-for-password-prompt: Use it.
1994-06-29 18:21:34 +00:00
Richard M. Stallman
5286a84274 (byte-compile-callargs-warn): Handle function defnition
that is not a lambda expression or byte code function.
(byte-compile-arglist-warn): Likewise.
(byte-compile-defalias): New function, used to compile defalias.
(byte-compile-defalias-warn): New function.
1994-06-29 18:06:09 +00:00
Richard M. Stallman
88153c473e (easy-menu-change): New function. 1994-06-29 16:28:50 +00:00
Roland McGrath
40ce92683c (tag-exact-match-p): Fix typo in last change. 1994-06-28 20:24:38 +00:00
Roland McGrath
63aeffd5a0 (tag-exact-match-p): Test for point sitting after the explicit tag name
itself.
1994-06-28 20:21:43 +00:00
Richard M. Stallman
1d8f6c8cae (line-move): Don't use message or ding; just signal errors. 1994-06-28 19:17:25 +00:00
Richard M. Stallman
ccb1d39ace (dired-x-hands-off-my-keys): New user-defined variable.
(dired-x-bind-find-file): Use it.
(dired-x-find-file): New function to substitute find-file.
(dired-x-find-file-other-window): New function to substitute
find-file-other-window.
1994-06-28 18:41:05 +00:00
Richard M. Stallman
fa562dd5e1 (dired-readin): Record the directory's modtime.
(dired-internal-noselect): Offer to revert if dir has changed.
1994-06-28 08:36:16 +00:00
Richard M. Stallman
79e6ae333e (auto-lower-mode, auto-raise-mode): Doc fixes. 1994-06-28 05:15:44 +00:00
Richard M. Stallman
b4d8de7df4 (Info-index): Fix typo: t => \t. 1994-06-28 04:14:41 +00:00
Richard M. Stallman
0086b593a7 (gnus-inews-user-name, gnus-inews-domain-name):
Use user-mail-address unless there's a reason to do otherwise.
(gnus-inews-domain-name): Delete compatibility use of gnus-your-domain.
1994-06-27 23:07:15 +00:00
Richard M. Stallman
dfbf6104bd (Info-insert-dir): Capitalize `node' when inserting it.
(Info-search): Don't move point to beginning, after Info-read-subfile.
1994-06-27 20:54:14 +00:00
Richard M. Stallman
ee139ed38b (jka-compr-partial-uncompress): Handle the case where
LEN reaches to or past the end of the data.
1994-06-26 16:10:41 +00:00
Richard M. Stallman
d2287ded09 (mouse-scroll-subr): Don't do anything special at eob.
(mouse-drag-region): Don't treat scrolling differently at eob.
(mouse-drag-secondary): Likewise.
1994-06-25 23:48:04 +00:00
Richard M. Stallman
dcdc526cc3 (comint-send-input): Update markers before actually sending the input. 1994-06-25 22:27:06 +00:00
Richard M. Stallman
3aef9604ce (beginning-of-buffer-other-window)
(end-of-buffer-other-window): New functions.
1994-06-25 18:58:42 +00:00
Richard M. Stallman
2ffa618696 (frame-notice-user-settings): Make menu-bar-mode
and default-frame-alist consistent with each other.
1994-06-25 18:20:55 +00:00
Richard M. Stallman
7b7d661583 (menu-bar-mode): Make this a global variable.
(menu-bar-mode): Make variable menu-bar-mode and default-frame-alist
consistent.
1994-06-25 18:20:30 +00:00
Richard M. Stallman
565101f473 (ispell-message): Avoid an infinite loop. 1994-06-25 04:30:44 +00:00
Karl Heuer
9f04f0237a (popup-menu): Allow user to select nothing. 1994-06-25 01:42:43 +00:00
Richard M. Stallman
d196a64d03 (show-paren-command-hook): Use matching-paren.
Call overlay-put once for each overlay.
Wait .1 sec to see if any input comes in.
1994-06-25 01:20:11 +00:00
Richard M. Stallman
fb38ca867d (add-log-mailing-address): Use user-mail-address. 1994-06-25 00:35:12 +00:00
Richard M. Stallman
c10d1f062e (user-mail-address): New variable.
(normal-top-level): Initialize it.
1994-06-25 00:34:11 +00:00
Richard M. Stallman
ef97d5a271 (gnus-summary-mode-map): Add menu bar menus.
(gnus-group-mode-map): Add menu bar menus.
(gnus-summary-catchup-to-here): New function.
(gnus-summary-show-all-threads): Enable thread use.
(gnus-summary-show-thread): Enable thread use.
(gnus-summary-hide-all-threads): Enable thread use.
(gnus-summary-hide-thread): Enable thread use.

(gnus-summary-next-article): Fix previous change.
1994-06-24 23:41:15 +00:00
Richard M. Stallman
b2e609ff8c (run-at-time): If REPEAT is 0, don't repeat. 1994-06-24 18:50:03 +00:00
Richard M. Stallman
d246db946d (tar-alter-one-field): Finish previous renaming change. 1994-06-24 18:32:36 +00:00
Richard M. Stallman
a82e2ed577 (find-change-log): If file name specified, just use it. 1994-06-24 15:47:09 +00:00
Roland McGrath
c3dea9ba0b (visit-tags-table-buffer): Don't take car of return frmo
tags-table-including.
1994-06-24 08:07:57 +00:00
Karl Heuer
c6dd34cba2 (popup-menu): Convert list to same-size vector, not singleton vector. 1994-06-23 23:58:16 +00:00
Richard M. Stallman
fbf8f564cf (move-to-tab-stop): Delete unnecessary spaces
before the old point if a tab followed or follows the old point.
1994-06-23 23:57:33 +00:00
Richard M. Stallman
4a02b552f1 (shell-prefixed-directory-name): Do nothing if
comint-file-name-prefix is empty.  Do not inline.
1994-06-23 23:12:13 +00:00
Richard M. Stallman
dc0825dbe3 (comint-read-input-ring): Use ring-insert-at-beginning.
Insert most recent string first and only as many as we need.
Don't visit the file, just read it.
1994-06-23 23:11:23 +00:00
Richard M. Stallman
9c545670f3 (ring-insert-at-beginning): New function.
Don't visit the file, just read it.
1994-06-23 23:11:02 +00:00
Richard M. Stallman
c0b5499016 (soundex-alist): Delete the elements that mapped into nil. 1994-06-23 19:39:22 +00:00
Richard M. Stallman
1bc2809981 (tar-extract): Set file name by hand before calling
set-visited-file-name.

Various renamings; all callers changed.
(tar-header-block-tokenize): Renamed from tokenize-tar-header-block.
(tar-header-block-checksum): Renamed from checksum-tar-header-block.
(tar-header-block-check-checksum):
Renamed from check-tar-header-block-checksum.
(tar-header-block-recompute-checksum):
Renamed from recompute-tar-header-block-checksum.
(tar-header-block-summarize):
Renamed from summarize-tar-header-block.
1994-06-23 17:52:44 +00:00
Richard M. Stallman
cde4c890f1 (show-paren-command-hook): Handle close paren rather than open paren
if point is between the two.
1994-06-23 14:42:48 +00:00
Richard M. Stallman
fc60327e4e Comment change. 1994-06-23 14:34:50 +00:00
Richard M. Stallman
a803745514 (print-region-1): Don't include a space in the job name. 1994-06-23 14:33:32 +00:00
Richard M. Stallman
a060984a9a (show-paren-command-hook): Set paren foreground to white. 1994-06-23 14:31:35 +00:00
Richard M. Stallman
3c9179ea1e (Info-next-preorder-1): New function.
(Info-mouse-follow-nearest-node): Use that.
(Info-follow-nearest-node): Use that.
1994-06-23 14:24:38 +00:00
Roland McGrath
ec623f1b77 Fix bits of last change lost in Emacs crash. 1994-06-23 01:30:12 +00:00
Roland McGrath
3cc3f7035c (tags-table-including): Don't call tags-table-check-computed-list.
After skipping a table not in core, make sure TABLES is non-nil before
using it.  At end, find the table in the user's list which includes FOUND.
1994-06-23 01:11:38 +00:00
Noah Friedman
cb7217a757 (resize-minibuffer-window-exactly, resize-minibuffer-frame,
resize-minibuffer-frame-exactly): Doc fixes.

(resize-minibuffer-frame-exactly): make default t.

(resize-minibuffer-frame-original-height): New variable.
(resize-minibuffer-setup): Set it locally in the minibuffer.
(resize-minibuffer-frame): Use it instead of minibuffer-frame-alist's
height.

(resize-minibuffer-setup): Append resize-minibuffer-window and
resize-minibuffer-frame to the end of post-command-hook, don't insert on
the front.

(resize-minibuffer-window-restore): New function.
(resize-minibuffer-setup): Put it on minibuffer-exit-hook.
1994-06-22 22:14:28 +00:00
Richard M. Stallman
7ee29ed8e1 (make-face): Return the face name, not the vector. 1994-06-22 21:28:17 +00:00
Richard M. Stallman
9bb8e471fd Rearrange the edit and file menus, and add separators. 1994-06-22 20:37:41 +00:00
Richard M. Stallman
5867a409ee (double-prefix-only): New variable.
(double-translate-key): Use it.
1994-06-22 18:03:28 +00:00
Richard M. Stallman
1d08cb509a (backquote-process): Fix criterion for using FIRSTLIST. 1994-06-22 15:30:42 +00:00