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

7289 Commits

Author SHA1 Message Date
Richard M. Stallman
27aa8132cd Whitespace change. 1996-06-21 05:54:19 +00:00
Richard M. Stallman
96013d6f5e (LaTeX-mode): Change handling of escaped $. 1996-06-21 05:18:44 +00:00
Richard M. Stallman
56ade26139 (outline-up-heading): Fix error message.
(outline-backward-same-level, outline-forward-same-level): Likewise.
1996-06-20 19:22:11 +00:00
Noah Friedman
fb7741f544 (rlogin): make comint-output-filter-functions local before adding hooks. 1996-06-20 17:30:41 +00:00
Richard M. Stallman
2eb9703d6b Initial revision 1996-06-19 23:14:13 +00:00
Richard M. Stallman
d4ecdb6bbe (Info-default-directory-list): Doc fix. 1996-06-19 22:14:31 +00:00
Richard M. Stallman
b75062df6d (gud-irixdbx-marker-filter): Use %1ld, not %1d,
when printing $curline.
(dbx, irix case): Likewise in arg of gud-down.
1996-06-19 20:52:31 +00:00
Richard M. Stallman
c8d16dbd12 (smtpmail-read-response): Goto smtpmail-read-point 1996-06-18 22:43:32 +00:00
Richard M. Stallman
b21dc7615e (smtpmail-via-smtp): Bracket names in FROM and RCPT TO commands. 1996-06-18 22:39:51 +00:00
Richard M. Stallman
0e2701ca22 (smtpmail-send-it): Don't handle FCC fields until after determining FROM field.
Delete code that converted "S:" to "Subject:".
Insert FROM field unless it already exists (code from sendmail.el).
1996-06-18 22:38:23 +00:00
Richard M. Stallman
e2f7c2217e (smtpmail-smtp-service): Use port 25 as default.
(smtpmail-send-it): Require mail-utils upon entry.
Don't invoke sendmail-synch-aliases.
(smtpmail-deduce-address-list): Only use text matched in regexp group,
not the whole regexp.
1996-06-18 22:35:10 +00:00
Richard M. Stallman
c360b9251b (ange-ftp-kill-ftp-process): Really use the BUFFER arg. Make it optional. 1996-06-18 17:00:03 +00:00
Richard M. Stallman
9becbeca26 (vc-mode-line): If user is root, verify file really has user-writable bit. 1996-06-18 16:52:09 +00:00
Richard M. Stallman
a0341d132b (he-concat-directory-file-name): Directory part may be nil.
(he-file-name-nondirectory): Referenced external variable.
1996-06-18 16:28:22 +00:00
Richard M. Stallman
f0d2137931 (pp-to-string): Treat #( like (. 1996-06-18 16:22:55 +00:00
Richard M. Stallman
12a8a23945 (auto-mode-alist): Add uppercase version of archive
mode file name extensions ARC, ZIP, LXH, ZOO.
1996-06-18 15:55:20 +00:00
Richard M. Stallman
6c0fc42885 (global-font-lock-mode): Set up find-file-hooks.
(font-lock-default-fontify-buffer, font-lock-fontify-block)
(font-lock-mode): Fix syntax of msgs such as Fontifying...done.
1996-06-17 00:06:46 +00:00
Richard M. Stallman
a013d266d1 (local-variables-section): Deleted. 1996-06-16 23:30:31 +00:00
Richard M. Stallman
2c9d345f8b (mail-strip-quoted-names): `"' is not special inside an RFC 822 comment. 1996-06-16 18:47:08 +00:00
Richard M. Stallman
d614dd91b7 (unforward-rmail-message): In summary buffer,
switch temporarily to Rmail buffer.
1996-06-16 18:23:28 +00:00
Richard M. Stallman
7e49eef26e (html-list): Definition deleted.
(html-headline): Definition deleted.
(html-ordered-list, html-unordered-list): New definitions.
(html-headline-1 ... html-headline-6): New definitions.
(html-mode-map): Use new commands.
1996-06-15 23:19:40 +00:00
Richard M. Stallman
4131662fb8 (rlogin): Doc fix. 1996-06-14 21:30:41 +00:00
Edward M. Reingold
2d1214b890 A bit more fiddling with layout of Filofax year page. 1996-06-14 19:04:46 +00:00
Edward M. Reingold
0e22410ae1 Fix Filofax year output so that it's the correct size. 1996-06-14 18:39:08 +00:00
Richard M. Stallman
4cc0ea1175 (set-fill-column): Error if no argument. 1996-06-14 02:11:11 +00:00
Richard M. Stallman
45c2639bdf (make-lucid-menu-keymap): Add menu-alias property. 1996-06-13 21:05:06 +00:00
Richard M. Stallman
41311853f2 (easy-menu-create-keymaps): Add menu-alias property. 1996-06-13 21:04:52 +00:00
Richard M. Stallman
3742f39f26 (tar-mode-revert): Cope if user cancels the revert. 1996-06-12 21:50:08 +00:00
Richard M. Stallman
eee841c36e (term-terminal-menu): Don't make a self-recursive keymap. 1996-06-12 21:45:45 +00:00
Richard M. Stallman
b99ec76849 (nnmail-move-inbox): Prompt for POP3 password if
required, and include on the movemail command line.
1996-06-12 17:55:03 +00:00
Richard M. Stallman
27f94c9b47 (imenu--mouse-menu): Don't check imenu-use-keymap-menu. 1996-06-12 15:00:48 +00:00
Richard M. Stallman
a4ad4d9602 (find-alternate-file): Don't clear buffer-file-truename
and friends until after calling unlock-buffer.
1996-06-12 14:43:51 +00:00
Richard M. Stallman
73d8f1dec6 (rmail-new-summary): Fix typo; (concat ": " description) should be eval'ed. 1996-06-12 03:13:51 +00:00
Richard M. Stallman
e00c3a0c27 (rmail-retry-failure): Nicer error message
if can't find mail-unsent-separator.
1996-06-11 01:33:41 +00:00
Richard M. Stallman
7bfff21e3e (hexl-mode): Run hexl-mode-hook. 1996-06-10 21:36:29 +00:00
Richard M. Stallman
b2e00ea261 No need to require 'faces and set menu-bar-mode.
(window-frame): Remove; it is now on `frame.c'.
(raise-frame, select-frame): Likewise.
1996-06-10 21:21:35 +00:00
Richard M. Stallman
004f057a42 (frame-initialize): Don't count MSDOS neither as
window-system nor as a terminal frame here.
1996-06-10 21:20:40 +00:00
Richard M. Stallman
753a134f1e On MSDOS, don't assume that `make-frame' is only bound under an X
emulator; use `x-create-frame' instead.
1996-06-10 21:20:18 +00:00
Richard M. Stallman
9000684d2e (msdos-face-setup): Use `terminal-frame' for initial frame setup.
(make-msdos-frame): New MSDOS-specific frame creation function.
(focus-frame, unfocus-frame): Don't set to 'ignore.
(auto-raise-mode, auto-lower-mode): Likewise.
(set-background-color, set-foreground-color): Definitions deleted.
1996-06-10 21:19:59 +00:00
Richard M. Stallman
fdbf0fc738 (imenu--mouse-menu): Always use nested keymaps.
(imenu-use-keymap-menu): Variable deleted.
1996-06-10 17:30:50 +00:00
Richard M. Stallman
753c130989 (hexl-mode): Set hexl-max-address early on
and call hexl-goto-address afterward.
And call hexlify-buffer even earlier.
1996-06-10 17:00:06 +00:00
Richard M. Stallman
ca09ceaf4b Comment change. 1996-06-10 15:53:37 +00:00
Richard M. Stallman
32d0121276 (shell-directory-tracker): Use comint-substitute-in-file-name to
handle system-specific syntax.

(shell-chdrive-regexp): New variable.
(shell-mode): Update doc string.
(shell-directory-tracker): Detect drive changes.
Update doc string.
1996-06-09 20:31:51 +00:00
Richard M. Stallman
7a35a067a3 (comint-dynamic-complete-as-filename)
(omint-dynamic-simple-complete)
(comint-dynamic-list-filename-completions) [ms-dos, windows-nt]:
Set completion-ignore-case to t for these systems.

(comint-substitute-in-file-name): New function.
(comint-match-partial-filename): Use comint-substitute-in-file-name
to handle system-specific syntax.
1996-06-09 20:31:04 +00:00
Richard M. Stallman
2837b9df2e (hack-local-variables-prop-line): Bind enable-local-eval. 1996-06-09 19:11:53 +00:00
Richard M. Stallman
c1b1350b94 (make-frame-command): Treat msdos like no window system. 1996-06-09 19:10:58 +00:00
Karl Heuer
c0fbcada19 (texinfo-copy-menu): Use double backslash to quote regexp. 1996-06-09 13:42:55 +00:00
Karl Heuer
d460a76357 (texinfo-find-pointer): Doc fix.
(texinfo-sequentially-find-pointer): Doc fix.
1996-06-09 13:40:05 +00:00
Karl Heuer
a9cef5871a (comint-file-name-quote-list): Doc fix. 1996-06-09 12:51:53 +00:00
Roland McGrath
da3b3a7815 (etags-list-tags): When there is an explicit tag name, skip the \177 before
it.
1996-06-08 14:24:21 +00:00
Karl Heuer
7cd494507f (facemenu-complete-face-list): Doc fix. 1996-06-08 00:55:46 +00:00
Richard M. Stallman
b4ec679c1e (c-macro-preprocessor): New clause for Solaris. 1996-06-07 22:59:27 +00:00
Roland McGrath
b7089f3c83 Fri Jun 7 13:06:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* etags.el (tag-lines-already-matched): Remove defvar.
	(initialize-new-tags-table): Don't make that var local.
	(tag-lines-already-matched): Add docless defvar near find-tag-in-order
 	defun; this is a global state variable for that one function.
	(find-tag-in-order): Move clearing of tag-lines-already-matched out of
 	loop.  Make it a list of markers and search it with member; it is now
 	global, not buffer-local in the tags table, and records all matches in
 	any tags table during a single find-tag loop.  When we run out of
 	matches, clear it and null out the markers.
1996-06-07 17:31:33 +00:00
Richard M. Stallman
bffcf87402 (x-set-selection, x-get-selection): Define them to really use TYPE. 1996-06-07 15:06:04 +00:00
Richard M. Stallman
8e8abef096 (rmail-get-new-mail): If conversion to BABYL fails
for the default inboxes, rename them so they won't be tried again.
1996-06-07 14:57:45 +00:00
Richard M. Stallman
6702f50da6 (dired-chown-program): Try /usr/sbin/chown. 1996-06-07 14:57:04 +00:00
Richard M. Stallman
6238bfaf9c (make-frame-command): New function.
(ctl-x-5-map): Change C-x 5 2 to make-frame-command.
1996-06-07 14:52:28 +00:00
Richard M. Stallman
8805249b95 (smtpmail-send-it): Fix error messages.
(smtpmail-deduce-address-list): Bind recipient-address-list with let.
(smtpmail-via-smtp): Bind greeting, n, process-buffer.
1996-06-07 14:28:16 +00:00
Richard M. Stallman
24975917d0 Initial revision 1996-06-07 14:21:50 +00:00
Richard M. Stallman
ae2d451b43 (hexl-mode-map): Bind prior, home, deletechar, deleteline,
insertline, S-delete, and DEL.  Don't bind prev.
1996-06-06 14:36:30 +00:00
Richard M. Stallman
3eab6a03af (shell-mode-hook): Set comint-completion-addsuffix
so that the directory suffix is backslash and the file suffix is space.
1996-06-05 18:25:05 +00:00
Richard M. Stallman
dbdfff7f1d (comint-dynamic-complete-filename) [ms-dos, windows-nt]:
Always use backslash as a directory separator when completing
in shell mode on these systems.

(comint-unquote-filename): Handle quoted backslashes.
1996-06-05 18:24:14 +00:00
Richard M. Stallman
1694bd1603 (vc-cancel-version): Fix paren error. 1996-06-05 17:57:26 +00:00
Richard M. Stallman
880169e2c3 (imenu): In interactive spec, pass the entire
index item, not just the string.
1996-06-05 17:19:36 +00:00
Richard M. Stallman
c27f1e0119 (xterm-mouse-event): Adjust for minibuffer prompt width. 1996-06-04 21:51:59 +00:00
Richard M. Stallman
8a5a6d3e6d (he-file-name-chars): Check windows-nt, not ms-windows. 1996-06-04 16:37:27 +00:00
Richard M. Stallman
de88363f85 (buffer-file-numbers-unique): New variable;
initialize to nil for windows-nt.
(find-buffer-visiting): Skip search for buffer based
on buffer-file-number if these are not unique.
1996-06-04 16:17:22 +00:00
Richard M. Stallman
65b4665c1f (occur): Avoid "1 lines" in echo area. 1996-06-04 15:31:01 +00:00
Richard M. Stallman
da6a48c9d1 (shell-match-partial-variable): Doc fix. 1996-06-04 15:27:52 +00:00
Richard M. Stallman
c8f264ae68 (mouse-show-mark): Use temporary highlighting if possible instead of a pause.
(mouse-drag-region): Use mouse-show-mark to do temp highlighting.
(mouse-save-then-kill): Call mouse-show-mark for a new selection
if we have a window system.
1996-06-03 17:21:03 +00:00
Richard M. Stallman
4302ef5010 (reporter-submit-bug-report):
Bind same-window-regexps, same-window-buffer-names, to nil.
1996-06-03 14:39:17 +00:00
Richard M. Stallman
f5e13137eb Comment change. 1996-06-03 05:05:54 +00:00
Richard M. Stallman
ec46c6e81e (msdos-color-aliases): Define more colors. (msdos-color-translate):
Fix `substring' arguments.  Recognize ``medium'' prefix.
1996-06-02 13:47:53 +00:00
Richard M. Stallman
651939b595 (ispell-region): Handle ispell-skip-sgml properly with an re-search. 1996-05-31 20:12:44 +00:00
Richard M. Stallman
1676b29828 (electric-helpify): Allow NAME to be given as arg.
(electric-command-apropos): Specify *Apropos* as buffer name.
1996-05-31 15:33:29 +00:00
Richard M. Stallman
c4d570b2ee (reporter-submit-bug-report):
Use display-buffer to re-show the original buffer.
1996-05-31 04:17:17 +00:00
Richard M. Stallman
7b9f06576b (fill-individual-paragraphs): Don't get stuck
if no newline at the end of the region.
1996-05-31 04:17:02 +00:00
Karl Heuer
1277e7a2f7 (shell-command-on-region): In output buffer, display
first page by setting point, not window-start (which can leave
point in an unexpected place).
1996-05-30 20:44:17 +00:00
Karl Heuer
debcea0c5c (Info-insert-dir): Fix default directory. 1996-05-30 19:46:24 +00:00
Karl Heuer
310c9f40fd (event-point): Fix fboundp test surrounding this. 1996-05-30 17:12:48 +00:00
Karl Heuer
efcf38c7c2 Use executing-kbd-macro, not executing-macro. 1996-05-29 17:17:34 +00:00
Karl Heuer
6ad1cbf5bf (change-log-font-lock-keywords): Require colon after
parenthesized function name.
1996-05-28 15:46:49 +00:00
Karl Heuer
fb052aac91 (gnus-inews-date): Avoid race condition. 1996-05-28 15:43:27 +00:00
Karl Heuer
f81911b650 * gnus.el (gnus-article-date-ut): Avoid race condition. 1996-05-28 15:42:20 +00:00
Karl Heuer
36dcd43bf8 (gnus-gmt-to-local): When rewriting a date to local time,
use the UTC offset in effect then, not the current UTC offset.
1996-05-28 15:22:05 +00:00
Roland McGrath
0f965ba3f7 (mail-abbrev-expand-hook): Disable abbrev mode temporarily while working,
to avoid recursion in indent-relative expanding part of the abbrev
expansion as an abbrev itself.
1996-05-26 23:12:01 +00:00
Karl Heuer
2b70d21e17 (mh-version): Use mh-e-RCS-id rather than mh-e-version
and mh-e-time-stamp.
1996-05-21 17:26:31 +00:00
Karl Heuer
28ee503c5a (make-backup-file-name): Check msdos-long-file-names.
(basic-save-buffer-1, make-auto-save-file-name): Likewise.
1996-05-21 17:21:25 +00:00
Karl Heuer
32cdf3f63e (c-macro-expansion): Delete ??! trigraph in uniquestring.
Use same syntax table in outbuf as in inbuf.
Insert newline instead of space at end, for
proprocessors which don't like truncated lines.
1996-05-21 15:42:13 +00:00
Karl Heuer
9e9094f771 (c-macro-expansion): Correct bug in creating tempname. 1996-05-21 14:51:17 +00:00
Karl Heuer
caf9b328c3 (win32-handle-scroll-bar-event): Restore
original window selection after scrolling.
1996-05-21 14:40:56 +00:00
Karl Heuer
9c005c6533 (scroll-bar-maybe-set-window-start): Always set
window start, to ensure scroll bar position is updated.
1996-05-21 14:40:27 +00:00
Karl Heuer
e2504204dc (do-auto-fill): Return t if real work was done. 1996-05-21 14:31:40 +00:00
Erik Naggum
b035a6780c Fixed up initial line 1996-05-20 21:07:10 +00:00
Karl Heuer
a978be6679 Renamed from cal-persian.el to avoid 14-character limitation. 1996-05-20 15:43:53 +00:00
Karl Heuer
a45eee72d3 Change autoload references from cal-persian to cal-persia. 1996-05-20 15:42:58 +00:00
Karl Heuer
b1d4be5f6e Hold previous change until after the release. 1996-05-18 20:15:02 +00:00
Erik Naggum
4f0a10eb40 (sc::menu): Fix typo. 1996-05-18 16:38:57 +00:00
Karl Heuer
eaca153005 Initial revision 1996-05-17 22:37:41 +00:00
Karl Heuer
60d5138f2d (path-separator, grep-null-device,
grep-regexp-alist, file-name-buffer-file-type-alist,
find-buffer-file-type, find-file-not-found-set-buffer-file-type,
find-file-binary, find-file-text, mode-line-format):
Moved to dos-win32.el.
1996-05-17 22:36:39 +00:00
Karl Heuer
d77f86d08d (save-to-unix-hook, revert-from-unix-hook, using-unix-filesystems):
Functions removed.
1996-05-17 22:30:36 +00:00
Karl Heuer
fa823be38a [windows-nt, ms-dos]: Load dos-win32. 1996-05-17 22:29:35 +00:00
Karl Heuer
1f96acec5e (term-send-raw-string): send-string -> process-send-string.
(term-arguments):  Remove unused local `values'.
(term-handle-deferred-scroll):  Fix off-by-one bug.
1996-05-17 21:16:00 +00:00
Karl Heuer
4337739c5d Delete the hilit19 support--it doesn't work.
(f90-face-*, f90-auto-hilit19, f90-hilit-patterns): Vars deleted.
(f90-mode, f90-update-line): Delete the hilit19 support code.
1996-05-17 21:02:41 +00:00
Richard M. Stallman
a5e2ae0112 (latex-imenu-create-index):
Change the regexp to match the * versions of commands.
(latex-mode): Make imenu-create-index-function buffer-local.
1996-05-15 15:17:41 +00:00
Karl Heuer
2806002f19 Several doc fixes.
(enriched-mode-hook): Renamed from enriched-mode-hooks.
1996-05-15 14:56:35 +00:00
Richard M. Stallman
a0bd2457ad (pascal-end-of-statement, pascal-calculate-indent):
Set parse-sexp-ignore-comments to t before parsing.
(pascal-indent-case): Save position of cursor, and restores it
after reindenting the code.
1996-05-13 16:25:13 +00:00
Richard M. Stallman
4c145b9e93 (vc-rename-file): After renaming, update VC info and modeline.
Preserve buffer-read-only.
1996-05-13 01:31:28 +00:00
Geoff Voelker
4d105bce0a (using-unix-filesystems): Update doc string. 1996-05-11 20:55:33 +00:00
Richard M. Stallman
0dd1fa0f19 (win32-handle-scroll-bar-event): Use scroll-bar-maybe-set-window-start. 1996-05-11 18:44:09 +00:00
Richard M. Stallman
aeee66be3b (scroll-bar-drag-position): New function.
(scroll-bar-maybe-set-window-start): New function.
1996-05-11 18:30:16 +00:00
Richard M. Stallman
e38ee395e8 (term-emulate-terminal): On CR, set term-current-column
to term-start-line-column, not 0.
1996-05-11 17:11:06 +00:00
Richard M. Stallman
8060ee8f14 Lots of fixes. 1996-05-11 11:08:11 +00:00
Richard M. Stallman
f885e95c76 (f90-hilit-patterns): Avoid using undefined variables. 1996-05-11 00:29:46 +00:00
Richard M. Stallman
58684193b8 (gud-filter): Cal gud-display-frame even if process-window is nil. 1996-05-10 02:41:59 +00:00
Richard M. Stallman
227d2bed63 (vc-find-file-hook): Follow multiple links all the way. 1996-05-09 19:45:49 +00:00
Richard M. Stallman
9998d430a7 Comment change. 1996-05-09 17:41:53 +00:00
Richard M. Stallman
a0844449c5 (ispell-check-comments): Default is now t. 1996-05-09 17:36:03 +00:00
Richard M. Stallman
5e0e5feb88 (bookmark-bmenu-delete-backwards)
(bookmark-write, bookmark-relocate, bookmark-insert-buffer-name)
(bookmark-insert-current-bookmark, bookmark-send-edited-annotation)
(bookmark-read-annotation, bookmark-read-annotation-text-func)
(bookmark-send-annotation, bookmark-insert-file-format-version-stamp):
Doc fixes.
1996-05-09 17:34:55 +00:00
Richard M. Stallman
6f96f4c9e7 Undo previous change.
Delete the version number entirely;
fix up whitespace that was changed before.
1996-05-08 20:37:19 +00:00
Richard M. Stallman
25e2c3c778 Revert to version 1.9. 1996-05-08 20:18:35 +00:00
Karl Fogel
cf3a09b258 Merged cosmetic differences between FSF version and local copy. In
the future, diffmon will make this unnecessary.
(save-place-version): new var; init to 1.4.
(save-place-limit): init to nil.
1996-05-08 20:02:29 +00:00
Karl Fogel
fbd98d61b9 (bookmark-locate): ;;;###autoload this alias.
(bookmark-bmenu-mode-map): bind C-c C-c to bookmark-bmenu-this-window,
analogously to other Emacs listing modes such as *grep* and *occur*.
(bookmark-version): upped to 2.6.4.
1996-05-08 19:16:51 +00:00
Richard M. Stallman
9c7771996c (convert-standard-filename): Test msdos-long-file-names.
Return "." or ".." unchanged.
1996-05-08 17:40:51 +00:00
Richard M. Stallman
c7856dbefc (gud-filter): Move the call to gud-display-frame
outside of the save-excursion.
1996-05-08 04:36:21 +00:00
Karl Fogel
1747a1941c (mail-hist-version): upped to 1.3.4.
(mail-hist-put-headers-into-history): wrap relevant body in a
`save-excursion'.
(mail-hist-add-header-contents-to-ring): doc fix.
Use `mail-hist-text-size-limit' directly.
(mail-hist-text-size-limit): doc fix.
(mail-hist-text-too-long-p): removed, we don't need this func.
(mail-hist-forward-header): move to point just after colon, don't try
to treat whitespace specially.
(mail-hist-next-or-previous-input): new func, abstracts two funcs
below.
Error informatively if not in a header.
Compensate for the extra SPACE char in "virgin" headers.
(mail-hist-next-input): just call above.
(mail-hist-previous-input): same.
(mail-hist-header-virgin-p): new func.
1996-05-08 02:38:37 +00:00
Karl Fogel
a15269c0d0 (bookmark-make): take optional arg `info-node', pass it on to
bookmark-make-cell.
(bookmark-make-cell): if new optional arg `info-node' is non-nil, make
it be the bookmark's info-node.
(bookmark-info-current-node): new func.
(bookmark-set): call bookmark-make, passing result from above
bookmark-info-current-node.
(bookmark-send-annotation): same as above.
(bookmark-locate): defalias to bookmark-insert-location for backward
compatibility.
(bookmark-version): upped to 2.6.3.
1996-05-08 02:22:12 +00:00
Noah Friedman
9fa128e82a (rlogin): Call rlogin-mode after adding rlogin-carriage-filter to output
filter functions, so user can remove it if desired.
1996-05-08 00:52:30 +00:00
Richard M. Stallman
305851165a (gulp-search-path, gulp-packages): Variable deleted.
(gulp-send-requests): Make the list of packages from scratch here.
Read directory name with the minibuffer.
1996-05-07 05:55:11 +00:00
Richard M. Stallman
3ecaf18e6b Initial revision 1996-05-07 00:55:56 +00:00
Richard M. Stallman
67f445d78b (Info-enable-active-nodes): Default to nil. Mark it risky. 1996-05-07 00:51:23 +00:00
Richard M. Stallman
ab8a391eec (ediff-setup-fine-diff-regions):
Use ediff-diff3-options or ediff-diff-options.
1996-05-06 23:17:23 +00:00
Richard M. Stallman
f42be8fd1c (mouse-drag-region): Set the region before reading a
character, so the selection exists while we wait.
1996-05-06 00:43:26 +00:00
Richard M. Stallman
55b933cf8f (iso-accents-compose): Don't insert in the buffer
if this is not the start of the key sequence.
1996-05-05 17:32:15 +00:00
Richard M. Stallman
46b9324699 (hide-ifdef-mode): Doc fix. 1996-05-05 17:27:24 +00:00
Richard M. Stallman
ebb0719c46 (win32-handle-scroll-bar-event):
Look for `up' and `down' instead of `up-arrow' and `down-arrow'.
1996-05-05 04:33:42 +00:00
Richard M. Stallman
03f962fbc4 (ps-print-preprint): Special handling if
file entered in the minibuffer is a directory.
1996-05-05 03:56:36 +00:00
Richard M. Stallman
df0d89b112 (mail-mode): Line starting with ---- is a separator. 1996-05-05 03:55:07 +00:00
Richard M. Stallman
566f2169f2 (vc-follow-link, vc-find-file-hook):
Use file-chase-links instead of file-truename.
(vc-find-file-hook): Follow a link without asking
if the target is already visited.
1996-05-05 03:52:13 +00:00
Richard M. Stallman
d63a6ae0d0 (dired-handle-overwrite): `find-backup-file-name'
may return nil, so handle that.
1996-05-04 05:30:37 +00:00
Richard M. Stallman
82fbaa5ef2 (apropos-print): If command has no key bindings, say how to run it with M-x. 1996-05-04 00:50:49 +00:00
Geoff Voelker
af99aa461d (win32-handle-scroll-bar-event): New function. 1996-05-03 18:26:22 +00:00
Geoff Voelker
4e0cd0df0d (original-make-auto-save-file-name): New symbol bound
to old value of make-auto-save-file-name.
(make-auto-save-file-name): New function overriding old.
1996-05-03 18:25:59 +00:00
Richard M. Stallman
36d6372a40 (gud-display-line): Switch to gud buffer before calling gud-find-file. 1996-05-02 21:20:55 +00:00
Richard M. Stallman
f0e1cd3354 (Info-find-node): Don't treat file name `dir' specially
if it comes with a directory name.
1996-05-02 06:08:40 +00:00
Richard M. Stallman
8f3d8a86cf Comment changes. 1996-05-01 20:13:22 +00:00
Richard M. Stallman
d017deb2dd (mouse-drag-region): Doc fix. 1996-04-30 16:11:53 +00:00
Karl Heuer
aa247686c2 (shell-command-on-region): Start of region to keep is
min of endpoints, not max.
1996-04-30 03:21:44 +00:00
Richard M. Stallman
eb18bc57cb (diary-frame-parameters, calendar-frame-parameters)
(calendar-and-diary-frame-parameters):
Take out font, auto-lower and auto-raise.
1996-04-29 18:49:47 +00:00
Erik Naggum
4424ce6f12 (insert-tab): fix previous change 1996-04-29 18:12:08 +00:00