1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-22 05:31:01 -08:00
Commit graph

6838 commits

Author SHA1 Message Date
Richard M. Stallman
af9157b9bc entered into RCS 1993-03-09 05:37:50 +00:00
Richard M. Stallman
b0dbaa217b Initial revision 1993-03-09 05:27:35 +00:00
Richard M. Stallman
e31b61e614 Add autoload comments.
(rope-to-vector): Deleted.
(describe-display-table): Don't use rope-to-vector.
1993-03-08 08:11:01 +00:00
Richard M. Stallman
0f03054a85 (posn-timestamp, posn-col-row, posn-point, posn-window):
(event-end, event-start, mouse-movement-p): Moved from mouse.el.
1993-03-08 08:10:13 +00:00
Richard M. Stallman
9a408b1d63 (posn-timestamp, posn-col-row, posn-point, posn-window):
(event-end, event-start, mouse-movement-p): Moved to subr.el.
1993-03-08 08:09:54 +00:00
Richard M. Stallman
c0f864088b Comment change. 1993-03-08 08:08:51 +00:00
Richard M. Stallman
bb621b01c9 entered into RCS 1993-03-08 07:44:39 +00:00
Richard M. Stallman
d63de416be (event-basic-type): New function. 1993-03-08 00:07:53 +00:00
Richard M. Stallman
5f1d59f437 *** empty log message *** 1993-03-07 20:57:30 +00:00
Richard M. Stallman
e7cb0106ac (isearch-other-meta-char): Call listify-key-sequence.
(isearch-unread): Don't call it here.
(isearch-mode-map): Bind the ASCII-equivalent function keys.
1993-03-07 20:17:27 +00:00
Paul Eggert
02da625312 (vc-update-change-log): Check that ChangeLog is writable
before starting the expensive rcs2log process.
Use call-process instead of shell-command to invoke rcs2log;
this avoids undesired shell escapes and is more robust about errors.
Put mark at point-min, so that the new insertion is in the region.
(vc-checkin-hook): Fix `runs-hooks' typo.
(vc-checkout-writeable-buffer-hook): New var.
(vc-next-action): Fix bug: initial checkin was botched when C-x v v
was applied to a new file while vc-initial-comment was non-nil.
(vc-register): Don't barf when registering a new, empty buffer.
(vc-directory): The `No files are currently registered'
message was wrongly worded, because sometimes the message talks
about locked files, not registered files.
(vc-file-tree-walk): Change (apply 'funcall ...) to (apply
...), since the 'funcall is redundant.
When traversing a directory tree, message
"Traversing directory XXX" so that the user can see what progress is
being made.  Traversal can take a long time.  Omit first argument,
since it is always the current directory.  All callers changed.
(vc-file-tree-walk-internal): New function.
(vc-do-command, vc-diff, vc-version-diff, vc-backend-diff):
Remove redundant calls to `format'.
(vc-diff): Remove unused variable `old'.
(vc-version-diff): When recursively generating a difference
listing, don't append the latest output unless diff was actually run;
otherwise, you'll get the output from the previous file by mistake.
1993-03-07 18:20:54 +00:00
Richard M. Stallman
2ed45c8b81 (isearch-mode): Don't make a pre-command-hook. 1993-03-07 08:43:57 +00:00
Richard M. Stallman
cfadef6306 (vc-revert-buffer1): Use mark-marker; don't alter mark-active. 1993-03-07 07:44:46 +00:00
Richard M. Stallman
53e5a4e8a4 (event-modifiers): New function.
(eventp): New function.
1993-03-07 07:35:57 +00:00
Richard M. Stallman
ecc71b7f7d *** empty log message *** 1993-03-07 07:32:47 +00:00
Richard M. Stallman
a3b75b3f69 (Info-insert-dir): Fix typo. 1993-03-07 04:25:47 +00:00
Richard M. Stallman
fc2892fd3c (function-key-map): Map key symbols backspace, return... into ASCII chars. 1993-03-07 04:22:37 +00:00
Richard M. Stallman
463f48f40f (Info-forward-node): Properly go to first menu item.
(Info-insert-dir): Bind temp wider, around use.
1993-03-07 04:22:15 +00:00
Richard M. Stallman
75e86b2eb6 (isearch-unread): Find last list element by hand. 1993-03-07 04:22:00 +00:00
Richard M. Stallman
f448b83429 Initial revision 1993-03-07 04:10:02 +00:00
Richard M. Stallman
3547c85556 (momentary-string-display): Handle any event when flushing the display. 1993-03-06 06:16:06 +00:00
Richard M. Stallman
1614c867a7 (Info-summary): Handle any event when flushing the display. 1993-03-06 06:15:39 +00:00
Richard M. Stallman
8f90f59416 (isearch-unread): Handle multiple args.
For Emacs 19, use listify-key-sequence.
If not Emacs 19, assume they are a meta sequence.
(isearch-other-meta-char): Pass the whole key sequence.
(isearch-other-control-char): Make this alias for ...-meta-char.
1993-03-06 06:15:05 +00:00
Richard M. Stallman
383aee8621 (te-escape-extended-command-unread): Handle any key sequence. 1993-03-06 06:13:50 +00:00
Richard M. Stallman
bfd72d065f (emerge-show-file-name): Handle any kind of event. 1993-03-06 06:10:05 +00:00
Richard M. Stallman
d654e8ce59 (fortran-abbrev-start): Handle any kind of event.
(fortran-window-create-momentarily): Likewise.
1993-03-06 06:08:40 +00:00
Richard M. Stallman
07f6d4ae18 (electric-help-command-loop): Handle any kind of event. 1993-03-06 06:06:10 +00:00
Richard M. Stallman
d42cc509cb (electric-buffer-list): Handle any kind of event.
(Electric-buffer-menu-exit): Handle any key sequence.
1993-03-06 06:05:12 +00:00
Richard M. Stallman
561a73d746 Fix bug in previous change. 1993-03-06 06:03:19 +00:00
Richard M. Stallman
ae20cac8ea (simula-electric-label): Handle any event when flushing the display. 1993-03-06 06:01:29 +00:00
Richard M. Stallman
d70202c082 (prefix-arg-internal): Use listify-key-sequence. 1993-03-06 05:56:36 +00:00
Richard M. Stallman
bdc2ae8d60 (comint-dynamic-list-completions): Handle any event when flushing the display. 1993-03-06 05:56:08 +00:00
Richard M. Stallman
cde6d7e316 (listify-key-sequence): New function. 1993-03-06 05:54:29 +00:00
Richard M. Stallman
d76bfaa22c (compare-windows): Use compare-buffer-substrings. 1993-03-05 20:37:00 +00:00
Richard M. Stallman
449783e911 (rmail-get-new-mail): Reset read-only after find-file. 1993-03-03 20:49:21 +00:00
Richard M. Stallman
41f48cb1bd (write-file): Handle directory name as arg. 1993-03-03 05:12:05 +00:00
Richard M. Stallman
28059881f3 (defsetf): Use eval-and-compile for self-update-fn. 1993-03-02 19:34:46 +00:00
Richard M. Stallman
716a781e7b (add-change-log-entry): Never move past second hdr line. 1993-03-02 18:39:39 +00:00
Jim Blandy
0a68e87bbd * term/x-win.el (x-switch-definitons): Use the proper names for
the scroll bar parameters.

	Use the term `scroll bar', instead of `scrollbar'.
	* term/x-win.el, frame.el, mouse.el: Terminology changed.
	* scrollbar.el: Renamed to scroll-bar.el.
1993-03-02 07:35:52 +00:00
Jim Blandy
b6341cd1d2 * timer.el (run-at-time): Doc fix. 1993-03-02 07:33:41 +00:00
Jim Blandy
1537a263af * simple.el (kill-region): If the buffer is read-only, call
`barf-if-buffer-read-only' instead of just `ding', to get the
	appropriate error condition and message.

	* simple.el (insert-buffer): Make sure this returns nil.

	* simple.el (quoted-insert): Use insert-char, instead of writing
	out the loop.
1993-03-02 07:33:17 +00:00
Jim Blandy
bf3c8a7000 Use the term scroll bar', instead of scrollbar'.
* term/x-win.el, frame.el, mouse.el: Terminology changed.
	* scrollbar.el: Renamed to scroll-bar.el.
1993-03-02 07:29:47 +00:00
Jim Blandy
5ba2dc3fd3 * mouse.el (mouse-split-window-vertically): If the user clicks too
close to the top or bottom of a window, split at the closest
	reasonable line.  Give a helpful error message if the window is
	too small to be split anywhere.
	(mouse-split-window-horizontally): Similar changes.
1993-03-02 07:29:05 +00:00
Jim Blandy
44c327f959 * info.el (Info-directory-list): Doc fix; it is set according to
INFOPATH, not INFODIR.
	(Info-find-node): Don't try to set the info buffer's directory
	according to Info-directory; that variable doesn't exist any more.
	Instead, let Info-insert-dir set the current directory.
	(Info-insert-dir): Properly check for upper- and lower-case forms
	of "dir", with and without ".info" extension.  Set the buffer's
	default-directory to the directory containing the first dir file
	we find, and cache it in Info-dir-contents-directory.
	(Info-dir-contents-directory): New variable, to cache the
	directory we decided to use as the merged directory's
	default-directory.
1993-03-02 07:27:17 +00:00
Jim Blandy
b9a4b5011e * hexl.el (hexl-mode-map): When initializing, remember that the
argument to key-binding is a key sequence, not a single key.
1993-03-02 07:26:43 +00:00
Jim Blandy
0ca90494a9 * frame.el (new-frame): Doc fix.
Use the term `scroll bar', instead of `scrollbar'.
	* term/x-win.el, frame.el, mouse.el: Terminology changed.
	* scrollbar.el: Renamed to scroll-bar.el.
1993-03-02 07:25:44 +00:00
Jim Blandy
4969329862 * etags.el (find-tag-other-window): If another window is already
displaying the tag's buffer, explicitly set that window's point to
	the tag's position.
1993-03-02 07:22:33 +00:00
Jim Blandy
6798a38571 * autoload.el (generate-file-autoloads): Add another
save-excursion so that point is before the generated autoloads
	after we scan the file.
1993-03-02 07:21:44 +00:00
Jim Blandy
eaa974e13b These changes were actually made by Richard; I stole his RCS lock.
* frame.el (initial-frame-alist, minibuffer-frame-alist,
	pop-up-frame-alist, new-frame): Doc fixes.

	* frame.el (set-pointer-color): Renamed to set-mouse-color.

	* frame.el (set-border-color): New function.
1993-03-02 07:06:47 +00:00
Jim Blandy
dc14eed224 These are in preparation for a more thorough renaming to occur soon.
* scroll-bar.el: Provide `scroll-bar', not `scrollbar'.
	* term/x-win.el: Require `scroll-bar', not `scrollbar'.
1993-03-02 02:11:18 +00:00