1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 07:11:34 -08:00
Commit graph

1857 commits

Author SHA1 Message Date
Richard M. Stallman
77fb6aed82 (file-relative-name): If we use default-directory,
call expand-file-name anyway.
1993-07-08 03:04:52 +00:00
Richard M. Stallman
fe3371ef58 (texinfo-update-node): Bind auto-fill-hook as well as auto-fill-function.
(texinfo-sequential-node-update): Likewise.
1993-07-07 22:21:19 +00:00
Richard M. Stallman
daa6abb8d5 Fix typo re `texinfo-sequential-node-update.'
Ensure that no commands depend on the value of
case-fold-search.
Rewrite messages.  Avoid using `mark-whole-buffer'.

(texinfo-start-menu-description):
New function to insert title as description in a menu.
(texinfo-make-menu-list): Remove automatic title insertion.
(texinfo-master-menu): Error message if file
contains too few nodes for a master menu.
Handle the case where no master menu was inserted.
(texinfo-insert-master-menu-list): Only attempt to insert detailed
master menu if there is one.
Insert a master menu only after `Top' node and before next node.

(texinfo-check-for-node-name): Offer section title as prompt.
(texinfo-copy-next-section-title): Copy title correctly.
Handle failure to find @node.
(texinfo-copy-menu): Error message if menu empty.
(texinfo-pointer-name):  Find only those
section commands that are accompanied by `@node' lines.
(texinfo-section-types-regexp): Look for subh and subs, not just sub.
(texinfo-make-one-menu): Copy node-name correctly for message.
(texinfo-copy-menu-title): Copy title as it
should rather than node line.

(texinfo-find-higher-level-node): Stop search at limit.
Special handling for `top' and `chapter' levels.
(texinfo-copy-menu-title): Rewrite to handle outer include files.
(texinfo-multi-file-update): Update all nodes properly (and sooner);
rewrite doc string and interactive. Copy title properly.
(texinfo-all-menus-update): Fixed typo that
caused the function to create a master menu when it shouldn't.
Update pre-existing master menu, if there is one.

(texinfo-incorporate-descriptions): Use a regexp search to look for
both kinds of menu item.
(texinfo-menu-indent-description): Likewise.
(texinfo-incorporate-menu-entry-names): New function.
(texinfo-insert-menu): Handle both kinds of menu item.
(texinfo-multi-files-insert-main-menu): Likewise.
(texinfo-update-node): Pass t as second arg to push-mark.
(texinfo-sequential-node-update): Likewise.
(texinfo-insert-node-lines): Bind `title' at a higher level.
Don't find previous @node if it's close.
Take region to process as arguments.
(texinfo-multiple-files-update): Handle prefix arg better within
`interactive'.  Canonicalize the blank lines.
1993-07-07 22:15:20 +00:00
Roland McGrath
1e377362be (basic-save-buffer): Invoke after-save-buffer-hook, not after-save-hook. 1993-07-07 20:25:48 +00:00
Roland McGrath
88e37e7b31 (update-file-autoloads): Correctly do nothing when there are no cookies. 1993-07-07 20:13:57 +00:00
Roland McGrath
7534058437 (mouse-menu-choose-yank): Change menu title to "Choose Next Yank". 1993-07-07 19:58:54 +00:00
Paul Eggert
137fcf3148 (vc-rcs-status): Remove unused var `status'. 1993-07-07 19:07:54 +00:00
Richard M. Stallman
e6a4a267ff (mail-rfc822-time-zone, mail-rfc822-date): New fns. 1993-07-07 17:55:55 +00:00
Richard M. Stallman
f309891747 (mail-do-fcc): Use RFC 822 style date in Resent-Date: line.
Use new `mail-rfc822-time-zone' function to simplify pinhead generation.
1993-07-07 17:55:28 +00:00
Richard M. Stallman
bcf120251a (rmail-resend): Use RFC 822 style date in Resent-Date: line. 1993-07-07 17:54:20 +00:00
Roland McGrath
b3c4423b20 (cd-absolute): Use abbreviate-file-name on expansion of DIR. 1993-07-07 06:26:31 +00:00
Roland McGrath
96f4e22e39 Add (provide 'gud). 1993-07-07 05:44:53 +00:00
Roland McGrath
b4e5a3c7c4 (basic-save-buffer): Invoke after-save-hook, not after-save-hooks. 1993-07-07 05:12:29 +00:00
Roland McGrath
2fe4a905f8 (display-time-file-nonempty-p): Use file-chase-links. 1993-07-07 04:31:38 +00:00
Roland McGrath
8ccc377f96 (byte-compile-setq-default): Handle multiple pairs args like setq (as
the setq-default subr does).
1993-07-07 03:06:28 +00:00
Roland McGrath
23de57664f Doc fix. 1993-07-07 02:03:18 +00:00
Richard M. Stallman
6cd37f8f5f (rmail-variables): Compare truename as well as given name
against rmail-file-name.
1993-07-06 22:39:56 +00:00
Richard M. Stallman
056a5ef342 (Man-mode-line-format): Add a space after global-mode-string. 1993-07-06 22:07:27 +00:00
Jim Blandy
d902a61114 * man.el (Man-build-man-command): Don't leave a pipe symbol at the
end of the command list if Man-filter-list is nil.
	(Man-default-man-args): Don't write out assq and mapconcat.
	(Man-default-man-entry): Don't default to section 2 for C-mode.
	Call Man-default-man-args, and let people use
	Man-auto-section-alist if this is what they want.
	(manual-entry): Call Man-translate-references, instead of writing
	it out.
	(Man-getpage-in-background): Don't apply Man-default-man-args
	here; manual-entry has already run it, and
	Man-follow-manual-reference provides the sections itself.
1993-07-06 06:59:31 +00:00
Jim Blandy
cf50f71757 * vc.el (vc-start-entry): Don't call file-name-nondirectory on
FILE before passing it to vc-mode-line.  Everyplace else passes
	vc-mode-line full filenames, and vc-mode-line now needs the real
	file name to decide which version-control system the file is under.
1993-07-06 06:18:50 +00:00
Jim Blandy
3eea8aa223 * map-ynp.el (map-y-or-n-p): If we get a switch-frame-event,
save it until we're done asking questions, and then unread it.
1993-07-05 04:50:16 +00:00
Jim Blandy
15db4e0e34 * subr.el (posn-point): Properly extract the BUFFER-POSITION field
of an event when read-key-sequence has placed it in a singleton
	list.
1993-07-05 04:33:42 +00:00
Paul Eggert
a03140c851 (vc-name): Moved from vc.el; vc-rcs-status now uses it.
(vc-name, vc-backend-deduce): Set both vc-name and vc-backend
properties, to avoid calling vc-registered unnecessarily when
the other property is needed.
(vc-rcs-status): Yield only status of locks; do not try to yield " REV"
if there are no locks, since this cannot be done easily if there are
branches.  Use vc-name instead of duplicating its function incorrectly.
Fix off-by-one bug when inserting master header pieces.  Read headers
8192 bytes at a time instead of 100.  Don't bother to expand-file-name.
(vc-rcs-glean-field): Removed.
1993-07-05 03:20:12 +00:00
Paul Eggert
2bd5041b8e (vc-name): Move to vc-hooks.el. 1993-07-05 03:20:12 +00:00
Richard M. Stallman
ee1a4f843b (outline-mode-map): Add menu bar items.
(outline-minor-mode-map): Copy menu bar submap from outline-mode-map.
1993-07-04 21:44:25 +00:00
Richard M. Stallman
fca4b77513 (describe-key-briefly): Don't set `foo'. 1993-07-04 21:30:15 +00:00
Jim Blandy
41752cf1c4 * comint.el (comint-prompt-regexp): Double the backslashes in the
sample prompt regexps, so that they print properly when unquoted.
1993-07-04 21:02:21 +00:00
Richard M. Stallman
c7cba9cb35 (describe-prefix-bindings): Doc fix. 1993-07-04 18:55:54 +00:00
Paul Eggert
d64ca902f7 (vc-backend-diff): Undo "-q" change. This was fixed instead by adding
-q support to vcdiff.
1993-07-04 18:54:59 +00:00
Richard M. Stallman
61c6b658a9 (describe-prefix-bindings): New command.
(prefix-help-command): Set it.
1993-07-04 18:53:24 +00:00
Richard M. Stallman
e9b2008b9b (forms-new-record-filter): Correct default value.
(forms-modified-record-filter): Correct default value.
1993-07-04 17:56:40 +00:00
Richard M. Stallman
a836eeaf02 Added a keyword. 1993-07-04 17:56:02 +00:00
Jim Blandy
e4c37df716 *** empty log message *** 1993-07-04 17:52:52 +00:00
Jim Blandy
5e2325c935 *** empty log message *** 1993-07-04 17:41:56 +00:00
Richard M. Stallman
b45d89b0ef (vc-mode-line): Put RCS' or SCCS' before version num. 1993-07-04 04:53:58 +00:00
Jim Blandy
58bf604216 * frame.el (frame-remove-geometry-params): New function.
(frame-initialize): Call it, instead of writing it out.
1993-07-04 02:20:59 +00:00
Jim Blandy
eacaa9905a * faces.el (make-face-bold, make-face-italic,
make-face-bold-italic, make-face-unbold, make-face-unitalic):
	Properly pass noerror argument to recursive calls.
1993-07-04 01:46:30 +00:00
Richard M. Stallman
12bcd3b6da (kill-region): Cope with change hooks that change props. 1993-07-03 19:12:35 +00:00
Jim Blandy
88046be2ad * term/x-win.el: Check the reverseVideo/ReverseVideo resource,
correctly distinguish between "on" and "off" values, and put a
	parameter in default-frame-alist.
	* frame.el (frame-initialize): Don't call x-get-resource here.
1993-07-03 10:17:56 +00:00
Roland McGrath
d4f70b769d (update-file-autoloads): Do nothing when there are no cookies. 1993-07-03 07:22:04 +00:00
Jim Blandy
b846d0394a * mouse.el (mouse-drag-region): Correctly handle drags which enter
other frames.
1993-07-02 23:05:25 +00:00
Richard M. Stallman
282aa6a2d2 (vc-path): New variable.
(vc-do-command): Use vc-path.
1993-07-02 21:46:42 +00:00
Richard M. Stallman
b289b04e20 (menu-bar-edit-menu): Rename menu item to
Choose Next Paste.  Create this item along with all the others.
1993-07-02 21:37:09 +00:00
Richard M. Stallman
285eb5ef12 (isearch-other-meta-char): Handle sequences
containing mouse clicks in scroll-bar that used another buffer's map.
1993-07-02 21:34:15 +00:00
Jim Blandy
21526a531d * vc.el (vc-backend-diff): Pass the "-q" flag only if we're using
rcsdiff.
1993-07-02 20:07:55 +00:00
Roland McGrath
e2bfb60a53 Put mouse-menu-choose-yank binding after paste=>yank binding in menu. 1993-07-02 18:31:59 +00:00
Richard M. Stallman
b4ff4a23cb (byte-compile-keep-pending): Handle fset like defalias.
(byte-compile-file-form-defmumble): Fix backward if in prev change.
1993-07-02 17:46:43 +00:00
Jim Blandy
0d370700b2 * dired-aux.el (dired-diff): Work even when the mark is inactive. 1993-07-02 00:15:07 +00:00
Richard M. Stallman
e11094e681 (mail-send): Don't test buffer-modified-p if buffer is visiting a file. 1993-07-01 23:35:51 +00:00
Richard M. Stallman
f4e90b7615 (byte-compile-file-form-defmumble):
If byte-compile-compatibility, use fset, not defalias.
1993-07-01 22:13:28 +00:00