1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
Commit Graph

1370 Commits

Author SHA1 Message Date
Jim Blandy
ee5fb85ff1 * subr.el (overlay-start, overlay-end, overlay-buffer): Removed. 1993-05-18 20:36:11 +00:00
Richard M. Stallman
3c280f4819 (mail-yank-original): In Transient Mark mode,
don't get error and don't activate the mark.
1993-05-18 19:21:13 +00:00
Richard M. Stallman
fcf8ba1584 (isearch-mode-map): Extend the dense keymap to 256 chars. 1993-05-18 15:46:30 +00:00
Richard M. Stallman
189db15290 (byte-compile-file): Don't write output if error. 1993-05-18 03:32:00 +00:00
Richard M. Stallman
31c0dbab92 entered into RCS 1993-05-18 03:19:14 +00:00
Richard M. Stallman
c76f206519 (byte-compile-file): Don't write output if error. 1993-05-18 02:30:21 +00:00
Richard M. Stallman
874bdb5a86 (mail-setup): Leave point before signature, not after. 1993-05-17 23:18:47 +00:00
Richard M. Stallman
1254728338 (rmail-sortable-date-string): Handle date in format
produced by current-time-string.
1993-05-17 22:18:34 +00:00
Richard M. Stallman
66050f1032 (keyboard-quit): Run deactivate-mark-hook.
(kill-ring-save): If quit happens while cursor is bounced,
1993-05-17 21:52:21 +00:00
Richard M. Stallman
7492a21ec2 (isearch-mode): Set deactivate-mark. 1993-05-17 18:22:37 +00:00
Richard M. Stallman
057d49d1a8 (fill-region, kill-region, delete-region)
(kill-ring-save): Use mark-active as enable condition.
(undo): Add an enable condition.

Fix up the edit commands.  Add fill-region.
1993-05-17 04:45:03 +00:00
Richard M. Stallman
7e85c6b5d7 (toggle-scroll-bar): Renamed from toggle-vertical-scroll... 1993-05-17 04:37:22 +00:00
Roland McGrath
655793e50b (gnus-info-directory): Variable removed.
(gnus-info-find-node): Don't use it.
1993-05-17 02:42:16 +00:00
Richard M. Stallman
8cdc660f67 (push-mark): Always activate the mark if not in Transient Mark mode. 1993-05-16 23:09:57 +00:00
Richard M. Stallman
b027f415cd Version 3.15 from Umeda. 1993-05-16 22:58:52 +00:00
Richard M. Stallman
a48fc39019 (ispell): Deactivate mark before the Ispell run.
(ispell-point): Delete the sit-for; it was confusing.
(ispell): Don't use save-excursion; just restore current buffer.
(ispell-next): Don't save-excursion or save-window-excursion.
(ispell-point): Don't save-excursion.
(ispell-window-configuration): New variable.
(ispell-show-choices): Set it if not nil.
(ispell-next): Initialize to nil.  Restore at end.
1993-05-16 21:31:39 +00:00
Richard M. Stallman
08348502ae (tex-insert-quote): Doc fix. 1993-05-16 21:15:09 +00:00
Richard M. Stallman
c678a34381 (texinfo-tex-region): Update name of tex-set-buffer-directory. 1993-05-16 21:14:05 +00:00
Richard M. Stallman
e67adf4686 Don't require tex-mode or texnfo-upd.
(texinfo-mode-map): Binding for " deleted.
(texinfo-tex-print): Require tex-mode here.
(texinfo-tex-region): Likewise.
1993-05-16 21:11:54 +00:00
Richard M. Stallman
fb8b7b6bba Don't require sendmail, compile, or dired. 1993-05-16 18:57:37 +00:00
Richard M. Stallman
069b6ce323 (mark-c-function): Activate the mark. 1993-05-16 17:43:36 +00:00
Richard M. Stallman
a524dc5bcd (mark-end-of-sentence): Activate the mark. 1993-05-16 15:50:13 +00:00
Richard M. Stallman
0b108c0173 (mark-paragraph): Activate the mark. 1993-05-16 15:48:45 +00:00
Richard M. Stallman
ebea97d856 (face-initialize): Do make the modeline face.
(x-initialize-frame-faces): Explicitly invert `modeline' face.
(x-create-frame-with-faces): Simplify; do nothing special
with `default' or `modeline' face.
1993-05-16 15:41:50 +00:00
Richard M. Stallman
6be72a0b35 (mark-page): Activate the mark. 1993-05-16 15:41:14 +00:00
Richard M. Stallman
fd0f40564f (yank, yank-pop): Don't activate the mark.
(mark-whole-buffer, mark-word): Activate the mark.
(push-mark): Optional arg ACTIVATE.
(set-mark-command): Use that.
1993-05-16 15:39:39 +00:00
Richard M. Stallman
0ba911156b (mark-sexp, mark-defun): Activate the mark. 1993-05-16 15:28:52 +00:00
Richard M. Stallman
290cb602d3 Require menu-bar.el. 1993-05-15 21:19:18 +00:00
Richard M. Stallman
578d09a642 Rename primary-selection' to region'. 1993-05-15 21:17:55 +00:00
Richard M. Stallman
369747519d Preload mouse, scroll-bar and select if have multi-frames. 1993-05-15 21:17:06 +00:00
Richard M. Stallman
9a1277dd3b (push-mark): Don't activate the mark.
(set-mark-command): Explicitly do so here.
When popping, don't mind if mark is inactive.
(pop-mark): Deactivate mark.  Don't mind if it's inactive.
(yank-pop): Don't mind if mark is inactive.
(keyboard-quit): Deactivate the mark.
(kill-ring-save): When bouncing cursor,
bounce the mark too, so highlighted area does not change.
1993-05-15 20:55:02 +00:00
Richard M. Stallman
1cc8a3f41a (mouse-set-region): Call set-mark to activate mark. 1993-05-15 20:32:23 +00:00
Richard M. Stallman
20f3a745bb (isearch-done): Don't activate mark. 1993-05-15 20:05:36 +00:00
Richard M. Stallman
8494bbf1a7 (face-initialize): Don't create the `modeline' face.
Set region-face.
(invert-face): Really do use the default colors.
(x-initialize-frame-faces): Always try "gray" color for
primary-selection; always invert if that fails.
Similar changes for highlight, secondary-selection.

(make-face): Add interactive spec.
(set-default-font): Deleted.
1993-05-15 19:53:44 +00:00
Richard M. Stallman
fcfc3c6379 (mouse-drag-region): New command, on down-mouse-1. 1993-05-15 19:52:01 +00:00
Richard M. Stallman
6e8d0db7e2 (byte-compile-track-mouse): New function.
This is a kludge; track-mouse must be compiled better.
1993-05-15 19:47:15 +00:00
Richard M. Stallman
e23c2c217e (transient-mark-mode): New command. 1993-05-15 18:47:18 +00:00
Richard M. Stallman
31ba9d398e (map-y-or-n-p): Show the answers in the echo area. 1993-05-15 18:05:42 +00:00
Richard M. Stallman
8d7e4e80d8 (isearch-mode-map): Handle any length vector in keymap.
(isearch-char-to-string): Handle non-character events properly.
1993-05-14 18:02:55 +00:00
Jim Blandy
24f1977f70 * vc.el (vc-version-diff): Match parens. 1993-05-14 15:21:50 +00:00
Richard M. Stallman
6fb6ab11e1 (vc-revert-buffer1): Don't assume that compilation-error-list
is a list; it might be t.
1993-05-14 03:57:45 +00:00
Richard M. Stallman
661d3230fb (emerge-find-difference-diff): Renamed from emerge-find-difference.
(emerge-find-difference): New command.  Now on `.'.
(emerge-diff-ok-lines-regexp): Renamed from emerge-diff-ok-lines.
(emerge-diff3-ok-lines-regexp): Renamed from emerge-diff3-ok-lines.
1993-05-13 20:06:18 +00:00
Richard M. Stallman
adca3f58ff (emerge-setup-fixed-keymaps): Put emerge-abort on C-]. 1993-05-13 19:33:20 +00:00
Richard M. Stallman
737e38923a (emerge-count-matches-string): Renamed from count-matches-string.
(emerge-command-prefix): Now C-c C-c.
emerge-shadow-key-definition): Deleted.
Callers use substitute-key-definition.
(emerge-recursively-substitute-key-definition): Deleted.
Callers use substitute-key-definition.
(emerge-unselect-hook): Renamed from emerge-unselect-hooks.
(emerge-files-internal): Use file-local-copy to handle remote files.
(emerge-files-with-ancestor-internal): Likewise.
(emerge-remote-file-p): Deleted.
(emerge-abort): New command.
(describe-mode): Deleted.
(emerge-hash-string-into-string): Renamed from hash-string-into-string.
(emerge-unslashify-name): Renamed from unslashify-name.
(emerge-write-and-delete): Don't write-file if file-out is nil.
1993-05-13 19:25:37 +00:00
Richard M. Stallman
151e4b9ca8 Install DRW's version 5. 1993-05-13 19:24:38 +00:00
Richard M. Stallman
36bed8bc8c (vc-version-diff): Don't move point in current buffer. 1993-05-13 12:05:52 +00:00
Roland McGrath
41e7816ac5 (tags-table-including): Take new third arg CORE-ONLY. If non-nil,
ignore files without extant buffers.
(visit-tags-table-buffer): Call tags-table-including first with
CORE-ONLY set, and then afterwards with it clear.
1993-05-13 05:28:14 +00:00
Richard M. Stallman
bffa5d4d15 Provide 'menu-bar. 1993-05-13 03:34:18 +00:00
Richard M. Stallman
e09c52a8a0 (face-initialize): New function.
All initialization code moved into it.
Call at end of file, if using X frames already.
(x-create-frame-with-faces): Don't use faces if not initialized.
1993-05-13 03:24:09 +00:00
Richard M. Stallman
fc4d4afb41 Don't put frame-initialize and frame-notice-user-settings on hooks.
They are now called directly.
1993-05-13 03:23:40 +00:00