1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
Commit Graph

4352 Commits

Author SHA1 Message Date
Richard M. Stallman
fb145562db (file-truename): If name has no dir, use default-directory. 1994-10-02 20:10:39 +00:00
Richard M. Stallman
3f32dc86dc (Info-scroll-down, Info-scroll-up): Doc fixes. 1994-10-02 08:36:08 +00:00
Richard M. Stallman
9f803d0d12 (dired-do-print): Put spaces between lpr switches. 1994-10-02 08:35:34 +00:00
Richard M. Stallman
99ac138a9c (setenv-history): New history list.
(setenv): Use setenv-history.
Place the variable's current value at front of setenv-history
while reading the new value.

(setenv): Provide history, completion for envvar.
(read-envvar-name-history): New variable.
(read-envvar-name): New function.
1994-10-02 04:03:32 +00:00
Richard M. Stallman
a68ac8b57a (indent-c++-exp): For public/private/protected,
don't do the case/label adjustment.
1994-10-02 03:44:59 +00:00
Richard M. Stallman
481c029557 (fill-region, fill-region-as-paragraph): Fix previous change. 1994-10-02 02:23:21 +00:00
Richard M. Stallman
e837a82fd7 (vc-register): Verify an old master file really still exists
before giving error.  If it has disappeared, ask for confirmation.
1994-10-02 01:49:29 +00:00
Richard M. Stallman
75a768810d (apropos-print-matches): Add newline after
Function: or Variable: if line doesn't fit with it.
New arg no-header inhibits them entirely.
(apropos): New arg no-header.  Pass it to apropos-print-matches.
1994-10-01 21:10:38 +00:00
Richard M. Stallman
7a410cb5fb (save-buffers-kill-emacs): Fix previous change. 1994-10-01 21:07:33 +00:00
Francesco Potortì
6024daef5f * man.el (Man-init-defvars, Man-cleanup-manpage,
Man-fontify-manpage): fix previous fix.
1994-10-01 13:27:15 +00:00
Richard M. Stallman
fc35793099 (fill-region, fill-region-as-paragraph):
If specified region ends before a newline, include that newline.
1994-10-01 07:35:26 +00:00
Richard M. Stallman
a94c7fcc9c (mouse-secondary-click-count): New variable.
(mouse-secondary-save-then-kill, mouse-drag-secondary):
Use mouse-secondary-click-count, not mouse-selection-click-count.
1994-10-01 07:30:18 +00:00
Richard M. Stallman
f4e5bca556 (add-hook, remove-hook): If the hook was made local
in the old way, always modify the local value.
1994-10-01 04:36:28 +00:00
Richard M. Stallman
a8928dd22f (ispell-init-process): Add missing arg in error msg. 1994-10-01 04:30:14 +00:00
Richard M. Stallman
e141acb3f4 (finder-mode-map): Change key bindings:
RET or f to select, d to go back to directory.
(finder-summary): Fix the help summary.
1994-10-01 04:24:56 +00:00
Richard M. Stallman
7470b9b602 (edmacro-format-keys): Cope if local keymap is nil. 1994-10-01 03:53:40 +00:00
Richard M. Stallman
1c0a871059 (modify-face): New function. 1994-09-30 21:01:13 +00:00
Richard M. Stallman
a4f5efdcea (save-buffers-kill-emacs): Use run-hook-with-args-until-failure.
(find-file-noselect): Use run-hook-with-args-until-success.
(after-find-file): Use run-hooks for find-file-hooks.
(basic-save-buffer): Use run-hook-with-args-until-success.
1994-09-30 20:47:37 +00:00
Richard M. Stallman
0e4d378b32 (add-hook): Initialize default value and local value.
(run-hook-with-args-until-success): New function.
(run-hook-with-args-until-failure): New function.

(run-hooks): t as hook list element means run the global
value of the variable as well as the local value.
(run-hook-with-args): Likewise.
(make-local-hook): New function.
(add-hook, remove-hook): New arg LOCAL means modify local value.
Test default-boundp as well as boundp.
1994-09-30 20:47:13 +00:00
Richard M. Stallman
48be3850d4 (isearch-mode): Don't set deactivate-mark here.
(isearch-done): In Transient Mark mode, don't set mark if is active.
1994-09-30 09:16:06 +00:00
Richard M. Stallman
c75e51a325 Really delete gud-overload-functions. 1994-09-30 09:12:09 +00:00
Richard M. Stallman
ee97eac30f (gud-overload-functions): Function deleted.
(gud-massage-args, gud-marker-filter, gud-find-file): New vars.
Mark them as permanent locals.
(gud-massage-args, gud-marker-filter, gud-find-file):
In these functions, use those variables.
(gud-common-init): 3 new args give values for those variables.
(gdb, sdb, dbx, xdb, perldb): Pass new args to gud-common-init.
(gud-gdb-complete-command): Bind gud-marker-filter.
(gud-find-file): Condense multiple slashes to single slashes.
1994-09-30 09:11:36 +00:00
Richard M. Stallman
c820123b60 (print-region-1): Use them instead of just pr.
(lpr-page-header-program, lpr-page-header-switches): New variables.
1994-09-29 23:12:31 +00:00
Richard M. Stallman
a0f884641f (add-abbrev, inverse-add-abbrev):
Clear text properties from NAME.
1994-09-29 19:07:45 +00:00
Richard M. Stallman
2441d53d8a (scheme-mode-variables): Make parse-sexp-ignore-comments t. 1994-09-29 18:54:19 +00:00
Richard M. Stallman
214b69d9e9 (texinfo-format-region, texinfo-format-buffer-1):
Search back for the @include.
1994-09-29 18:51:54 +00:00
Francesco Potortì
d046c1832d * man.el
(Man-init-defvars, Man-cleanup-manpage, Man-fontify-manpage):
	added support for the big cross present in the ksh manpage.
1994-09-29 12:42:45 +00:00
Richard M. Stallman
7804cd2748 (imenu--cleanup): Changed 'mapc' to 'mapcar'. 1994-09-29 06:32:06 +00:00
Richard M. Stallman
924be53af1 (handle-delete-frame): New function. 1994-09-29 04:48:59 +00:00
Karl Heuer
a981e7fff1 (command-line): Fix bug in previous change. 1994-09-28 22:38:04 +00:00
Karl Heuer
096b7031fc (command-line): Recognize --longopt synonyms for all options handled here. 1994-09-28 22:15:38 +00:00
Richard M. Stallman
b0e1e38fa9 (backward-kill-sentence): Work in read-only buffers.
(kill-sentence): Work in read-only buffers.
1994-09-28 04:46:02 +00:00
Richard M. Stallman
6672c42bd1 (hack-one-local-variable): Support safe-local-variable property.
(compile-command): Add safe-local-variable property.
1994-09-27 22:59:50 +00:00
Richard M. Stallman
cba9a9dcb1 (command-apropos): Pass t for no-header to apropos. 1994-09-27 21:43:37 +00:00
Richard M. Stallman
dfdac213aa (mail): Doc fix. 1994-09-27 20:14:55 +00:00
Richard M. Stallman
1825bea106 (rmail-forward): Simplify insertion of forwarded msg.
Don't use exchange-point-and-mark.

(rmail-msg-number-after-expunge): New function.
(rmail-reply, rmail-forward): Use separate local variables
rmail-send-actions-rmail-msg-number, rmail-send-actions-rmail-buffer
to record which message to mark as answered or forwarded.
(rmail-only-expunge): Update msg numbers stored in those variables.
1994-09-27 19:32:35 +00:00
Roland McGrath
63af2693ce (etags-tags-completion-table): Allow ? and : in guessed tag names. 1994-09-27 05:41:20 +00:00
Richard M. Stallman
7434015f91 (rmail-summary-delete-forward): Regexp for recognizing deleted message
should not require a space at the beginning of the line.
1994-09-27 05:37:06 +00:00
Richard M. Stallman
e6cecd2bb3 (dired-re-perms): Accept various file type letters. 1994-09-26 23:18:19 +00:00
Richard M. Stallman
bb48cfe81f (enable-flow-control): Never make keyboard-translate-table shorter. 1994-09-25 18:28:22 +00:00
Richard M. Stallman
cff1bd9cff Comment change. 1994-09-25 07:48:55 +00:00
Richard M. Stallman
560db176e2 (rmail-construct-io-menu): Don't print a message about no matching files. 1994-09-25 01:21:49 +00:00
Richard M. Stallman
a8fe806efa (dired-re-perms): Accept directories and symbolic links
also, not only plain files.
1994-09-24 22:29:40 +00:00
Richard M. Stallman
deec9e7434 (ange-ftp-start-process): Add use-smart-ftp code.
(ange-ftp-get-process): Use ange-ftp-normal-login if
ange-ftp-gateway-host is nil.
1994-09-24 07:04:52 +00:00
Richard M. Stallman
b9952c2900 (auto-mode-alist): Handle ada-mode and icon-mode. 1994-09-24 05:02:49 +00:00
Richard M. Stallman
7df7d5b3fe (comint-input-chunk-size): Variable deleted.
(comint-send-string): Make it an alias for process-send-string.
(comint-send-region): Make it an alias for process-send-region.
1994-09-24 04:58:15 +00:00
Richard M. Stallman
7084ad0446 (nntp-send-region-to-server): Call process-send-region
just once, for the whole string.
1994-09-24 04:57:53 +00:00
Richard M. Stallman
a9594ce3b1 (shell-command, shell-command-on-region):
Make "*Shell Command Output*" non-read-only.
1994-09-24 04:52:10 +00:00
Richard M. Stallman
77a43e011b (Buffer-menu-delete): Handle prefix arg.
(Buffer-menu-delete-backwards): Handle prefix; use Buffer-menu-delete.
1994-09-24 04:32:08 +00:00
Richard M. Stallman
423c0dfa27 (rmail-reformat-message): Run mail-message-filter
before calling rmail-clear-headers.
1994-09-24 04:20:22 +00:00
Richard M. Stallman
e7070c01b1 (dired-virtual-mode): Doc fix. 1994-09-24 04:15:03 +00:00
Richard M. Stallman
c6818db902 Comment change. 1994-09-24 04:14:20 +00:00
Richard M. Stallman
ebbc29c72f (auto-mode-alist): Use \' in auto-mode-alist regexps. 1994-09-24 04:13:41 +00:00
Richard M. Stallman
ac6ff3ed72 (auto-execute): Use \' in auto-mode-alist regexps. 1994-09-24 04:11:17 +00:00
Richard M. Stallman
dd69dcbc6f Comment changes. 1994-09-24 04:09:46 +00:00
Richard M. Stallman
585672c2b5 (ada-mode): Add autoload cookie.
(auto-mode-alist): Don't alter it here.
1994-09-24 04:06:50 +00:00
Richard M. Stallman
e3ead21bf4 (icon-mode): Add autoload cookie. 1994-09-24 04:05:44 +00:00
Richard M. Stallman
2aa8cc2dc5 (find-alternate-file): Confirm killing buffer only if it is visiting a file. 1994-09-24 01:27:46 +00:00
Richard M. Stallman
6242bee463 (vc-finish-steal): Fix typo in previous change. 1994-09-24 01:10:23 +00:00
Richard M. Stallman
3e3da61f35 (vc-finish-steal): Do vc-resynch-window in the right buffer.
(vc-steal-lock): Delete spurious reference to `configuration'.
1994-09-24 01:08:40 +00:00
Richard M. Stallman
29fc1ce993 (vc-backend-checkout): Add if-statements to the shell cmds
to discard the extra arg some shells make.

(vc-rename-file): Add autoload cookie.

(vc-steal-lock): (1) Function should be non-interactive, because it
doesn't work when called directly by the user. (2) Don't display
revision "nil" when stealing lock if revision is unknown.  (3) Put
"Stolen lock on <file>" instead of just the file name in the Subject
of the notification message.
1994-09-24 00:58:07 +00:00
Richard M. Stallman
30d653c401 (justify-current-line): Inherit props when inserting spaces. 1994-09-23 20:46:35 +00:00
Roland McGrath
eb21e7ae84 (tag-symbol-match-p): New function.
(etags-recognize-tags-table): Add that second in find-tag-tag-order,
after tag-exact-match-p.
1994-09-23 17:44:56 +00:00
Roland McGrath
c49a777a36 (tags-table-check-computed-list): Call tags-verify-table on existing
buffers.
1994-09-23 17:29:55 +00:00
Richard M. Stallman
c9a95ab273 (time-stamp-mail-host-name): Use mail-host-address.
(time-stamp-mail-host): Variable deleted.
1994-09-23 05:44:28 +00:00
Richard M. Stallman
449c2cd8e5 (mail-extr-all-top-level-domains): Fix formal name of Hungary. 1994-09-23 05:14:56 +00:00
Richard M. Stallman
3db0cdac49 (rmail-retry-failure): Copy the whole block of headers from the message
and then discard those in rmail-retry-ignored-headers.  Delete
usage of rmail-retry-setup-hook.  Bind mail-signature and
mail-setup-hook to nil when composing retry buffer.
Handle mail-self-blind.

(rmail-retry-ignored-headers): New variable,
specifying the headers that should be removed by rmail-retry-failure.
(rmail-retry-setup-hook): Obsolete variable (see below), deleted.
(rmail-clear-headers): New optional arg is list of headers to clear.
1994-09-23 04:37:16 +00:00
Richard M. Stallman
59ac2ce681 (add-change-log-entry): Set add-log-full-name and
add-log-mailing-address here.
(add-log-mailing-address, add-log-full-name): Initialize to nil.
1994-09-22 20:31:07 +00:00
Richard M. Stallman
cf1b1bf8c0 (shrink-window-if-larger-than-buffer): Use WINDOW's frame
for all actions that operate on a frame.  Set WINDOW to selected
window if it was nil.
1994-09-22 20:00:48 +00:00
Karl Heuer
4351ed6732 (expand-mail-aliases, define-mail-alias): Change sync-mail-aliases to
sendmail-synch-aliases.
1994-09-22 17:01:39 +00:00
Karl Heuer
26045a35d2 (sendmail-synch-aliases): Renamed from sync-mail-aliases. All callers changed. 1994-09-22 17:00:25 +00:00
Francesco Potortì
799ac634aa User option Man-notify-flag renamed to Man-notify-method. 1994-09-22 12:10:16 +00:00
Francesco Potortì
130f43af3d * ispell.el (check-ispell-version): suggest to try ispell4.el if
version does not match.
1994-09-22 11:41:17 +00:00
Richard M. Stallman
e7cc6aa5c6 (x-create-frame-with-faces): Delete the frame if get error. 1994-09-22 07:26:46 +00:00
Richard M. Stallman
8be055fdee (insert-buffer): Default to first buffer other than current one. 1994-09-22 07:22:46 +00:00
Richard M. Stallman
4dc7e43ba1 (rmail-summary-goto-msg): Simply the regexp
for finding the message number.  Check that a non-digit follows it.
1994-09-22 06:55:11 +00:00
Richard M. Stallman
6696af6580 (insert-parentheses): Don't insert spaces at beginning and end of buffer. 1994-09-22 06:42:30 +00:00
Richard M. Stallman
95e6cf3913 (special-display-popup-frame): Rename new arg to ARGS.
Allow (FUNCTION OTHER-ARGS...) as the value of ARGS.
1994-09-22 05:47:28 +00:00
Richard M. Stallman
34b0ef48cb (print-help-return-message): Handle cons cells
in special-display-regexps and special-display-buffer-names.
1994-09-22 05:07:30 +00:00
Richard M. Stallman
42354c891c (special-display-popup-frame): New argument PARAMS.
Use it as well as `special-display-frame-alist'.
1994-09-22 05:03:56 +00:00
Richard M. Stallman
c13fbb6297 (mail-host-address): New variable.
(normal-top-level): Use mail-host-address to init user-mail-address.
1994-09-22 04:56:49 +00:00
Richard M. Stallman
cb0cd91167 (file-ownership-preserved-p): New function. 1994-09-22 04:15:33 +00:00
Richard M. Stallman
e1a34b584c (mail-extr-all-top-level-domains): Update domain list. 1994-09-22 03:34:43 +00:00
Richard M. Stallman
624c0e9d14 (vc-menu-map): Set up menu items.
(vc-status): Use vc-path when calling prs.

(vc-status): New arg vc-type.

(vc-file-not-found-hook): Use save-excursion.

(vc-status): Renamed from vc-rcs-status.  Handle SCCS.
(vc-display-status): Renamed from vc-rcs-status.
(vc-mode-line): Call vc-status for SCCS files too.
1994-09-22 02:48:14 +00:00
Richard M. Stallman
9dcdc43dc9 (vc-menu-map): New menu.
(menu-bar-file-menu): Put the VC map under the File map.
1994-09-21 20:48:00 +00:00
Richard M. Stallman
fe213bf888 Fix indentation. 1994-09-21 19:05:52 +00:00
Richard M. Stallman
f405e88797 (emerge-recenter, emerge-operate-on-windows):
Use `visible' when calling get-buffer-window.
1994-09-21 18:42:05 +00:00
Richard M. Stallman
4cc32db661 (find-tag-noselect): Simplify.
Always run find-tag-hook at the tag's location.
1994-09-21 18:37:00 +00:00
Richard M. Stallman
810163a3aa (mail-default-reply-to): Initialize to t.
(mail-setup): If it's t, set it from envvar REPLYTO.
1994-09-21 18:26:57 +00:00
Francesco Potortì
b3435a2f66 * man.el (Man-notify-flag): replaces the old Man-notify
variable, use the old one if it is bound as initial value.
	(Man-reuse-okay-flag): replaces Man-reuse-okay.
	(Man-downcase-section-letters-flag): replaces
	Man-downcase-section-letters.
	(Man-circular-pages-flag): replaces Man-circular-pages.
	(Man-auto-section-alist): variable deleted.
	(Man-section-translations-alist): removed the "3x" translation.
	(Man-untabify-command, Man-untabify-command-args): new vars.
	(Man-sed-command, Man-awk-command): new variables.
	(Man-sysv-sed-script, Man-berkeley-sed-script): new constants.
	(Man-name-regexp, Man-page-header-regexp): new variable.
	(Man-heading-regexp): changed default value.
	(Man-reference-regexp): now refers to previous regexps.
	(Man-arguments): new buffer-local variable.
	(Man-page-mode-string): changed default value.
	(Man-mode-map): changed the meanings of ",", ".", "q".  Added new
	keys ">", "<", "k".
	(Man-page-mode-string): function deleted.
	(Man-init-defvars): New function used for initialising the system
	and environment dependent variables Man-fontify-manpage-flag,
	Man-uses-untabify, Man-sed-script, Man-filter-list.
	(Man-delete-trailing-newlines): function deleted.
	(Man-make-page-mode-string): new subst.
	(Man-build-man-command): now subst instead of function.  Modified
	to comply with the new format of Man-filter-list.
	(Man-downcase): function deleted.
	(Man-translate-references): complete rewrite.
	(Man-linepos): function deleted.
	(Man-match-substring): new function.
	(Man-default-man-args): function deleted.
	(Man-default-man-entry): complete rewrite.
	(man, manual-entry): function-alias relationship reversed.
	(man): prompt changed, prompt using interactive, call
	Man-init-defvars, set Man-arguments.
	(Man-notify-when-ready): manage the 'pushy value.
	(Man-fontify-manpage): substitute Man-set-fonts.
	(Man-cleanup-manpage): new function.
	(Man-bgproc-sentinel): cleanup, call Man-fontify-manpage and
	Man-cleanup-page when necessary.
	(Man-mode): call Man-strip-page-headers and Man-unindent.
	(Man-build-section-alist, Man-build-references-alist,
	Man-build-page-list): substs instead of functions.
	(Man-build-references-alist): cleanup.
	(Man-build-page-list): new algorithm.
	(Man-strip-page-headers, Man-unindent): new substs.
	(Man-find-section): assume section names start in column 1.
	(Man-quit): bury the buffer instead of killing it, delete the
	frame when necessary.
	(Man-kill): new function.
	(Man-goto-page): do the right thing when the manpage is not found,
	do not assume that Man-build-references-alist is broken.
1994-09-21 16:15:42 +00:00
Richard M. Stallman
3f320f98b8 (rmail-mode-kill-summary): New function.
(rmail-variables): Put that on kill-buffer-hook locally.
1994-09-21 06:33:22 +00:00
Richard M. Stallman
aa09b5ca24 (remove-hook, add-hook): Copy existing list before modifying. 1994-09-21 05:19:43 +00:00
Richard M. Stallman
1f7850dd5c (mail-bury-selects-summary): New variable.
(mail-bury): Test it.
1994-09-20 23:52:38 +00:00
Richard M. Stallman
002e48b7b4 (facemenu-update): Make menu separators all dashes. 1994-09-20 19:31:16 +00:00
Richard M. Stallman
3fec4c1b34 (add-log-current-defun): Deal with lisp-interaction-mode like lisp-mode. 1994-09-20 05:38:59 +00:00
Richard M. Stallman
6782610c40 (basic-save-buffer-1): If writing temp file fails
or a precious file, restore the old visited file modtime.
1994-09-20 04:27:40 +00:00
Richard M. Stallman
151270f331 (query-replace-interactive): New user option.
(query-replace-read-args): Obey that option--fetch from
search-ring or regexp-search-ring.  New arg regexp-flag.
(query-replace, query-replace-regexp, replace-string)
(replace-regexp): Pass new arg to query-replace-read-args.
(map-query-replace-regexp): Obey query-replace-interactive.
1994-09-20 04:26:12 +00:00
Richard M. Stallman
2a598462ec (add-hook): Doc fix. 1994-09-20 00:59:24 +00:00
Karl Heuer
ddf09aa603 (report-emacs-bug): system-configuration-options was misspelled as
system-configure-options.
1994-09-19 17:33:18 +00:00
Jim Blandy
dc5a82ea28 * disp-table.el: Add support for new window border display table
element.
(describe-display-table): Describe the window border glyph.
(display-table-len): New constant.
(make-display-table, standard-display-8bit,
standard-display-default, standard-display-ascii,
standard-display-g1, standard-display-graphic,
standard-display-underline): Use display-table-len, instead of
hard-coding the display table length.
1994-09-19 17:31:15 +00:00
Francesco Potortì
5236f937c7 * rlogin.el (rlogin): recognise the `-l user' option to rlogin and
let comint and ange-ftp know about the correct home directory.
1994-09-19 11:47:05 +00:00
Richard M. Stallman
2ee658c39e (picture-yank-at-click): New function. 1994-09-19 05:51:16 +00:00
Richard M. Stallman
7bbe1dea3b Handle ==, !=, + and -.
(hif-tokenize): Handle ==, !=, + and -.
(hif-token-regexp): Handle ==, !=, + and -.
(hif-notequal, hif-plus, hif-minus, hif-mathify): New functions.
(hif-math, hif-eq-expr): New functions.
(hif-term): Call hif-eq-expr.
(hide-ifdef-define): Pass 1 to hif-set-var.
1994-09-19 05:29:15 +00:00
Richard M. Stallman
25869acf6e (Info-insert-dir): Insert newlines before rather than
after nodes copied from other files, for consistency.
1994-09-19 05:11:40 +00:00
Richard M. Stallman
aa138cb419 (rmail-summary-construct-io-menu): New function.
(rmail-new-summary): Call rmail-summary-construct-io-menu.
(rmail-summary-mode-map): New menu items 'Input Rmail File' and
'Output Rmail File'.
(rmail-summary-output-to-rmail-file): New arg 'file-name'. If it
non-nil, call rmail-output-to-rmail-file.
1994-09-19 05:03:02 +00:00
Richard M. Stallman
61029318d2 (rmail-output-menu): Function deleted. 1994-09-19 05:02:12 +00:00
Richard M. Stallman
8b7ef584f6 Build proper keymap for the "Input (menu)" and "Output (menu)" submenus:
(rmail-find-all-files, rmail-list-to-menu, rmail-construct-io-menu):
New functions.
(rmail-input-menu): Function deleted.
(rmail). Call rmail-construct-io-menu.
(rmail-mode-map): 'Input Rmail file (menu)' renamed to
`Input Rmail File'.  `Output (Rmail Menu)' renamed to 'Output Rmail File'.
1994-09-19 05:01:33 +00:00
Richard M. Stallman
20b5d24c26 (file-name-sans-extension): New function. 1994-09-19 04:32:41 +00:00
Richard M. Stallman
dbfaa1b1ff (tex-start-shell): Inherit comint-mode-map, don't copy. 1994-09-18 20:30:01 +00:00
Richard M. Stallman
1ed30e752a (shell-mode-map): Inherit comint-mode-map, but copy the completion menu. 1994-09-18 20:28:23 +00:00
Richard M. Stallman
cab10b76d4 (telnet-mode-map): Inherit from comint-mode-map. 1994-09-18 20:06:54 +00:00
Richard M. Stallman
e14e9e26e4 (telnet): Use name *telnet-HOST*, not *HOST-telnet*. 1994-09-18 18:16:20 +00:00
Richard M. Stallman
8bdb9f4af9 (rmail-forward): Insert separator before and after message. 1994-09-18 09:09:43 +00:00
Richard M. Stallman
eaccd4d857 (ediff-submit-report, ediff-revision)
(ediff-find-file-name-handler, vc-ediff-internal, rcs-ediff-internal):
New functions.
(ediff-version-control-package): New variable.
(vc-ediff, rcs-ediff): Functions deleted.

(ediff-submit-report): New function.

(ediff-toggle-read-only, ediff-patch-file): Check out
version controlled files before their buffers are modified.
(ediff-local-checkout-flag, ediff-toggle-read-only-function): New variables.

(ediff-find-file, ediff-patch-file): Were getting
confused by symbolic links.  Fixed.
1994-09-18 08:52:32 +00:00
Richard M. Stallman
239c87a199 Major rewrite to behave more like a minor mode.
Doc fixes.
(icomplete-mode): New function and var.
(icomplete-minibuffer-setup-hook): New hook.
(icomplete-inhibit): Defunct.  Using icomplete-pre-command-hook,
icomplete-post-command-hook as real hook functions.
(icomplete-simple-completing-p): Subsumes
icomplete-window-minibuffer-p plus other stuff, determines whether
simple completion is active.
(icomplete-window-minibuffer-p): Defunct, see above.
(icomplete-minibuffer-setup): Use icomplete-simple-completing-p,
copy-sequence hooks before adding to them, run hooks properly.
(icomplete-tidy): Changed from misnamed icomplete-pre-command-hook;
use icomplete-simple-completing-p.
(icomplete-exhibit): Changed from misnamed icomplete-post-command-hook;
use icomplete-simple-completing-p.
(icomplete-completions): Changed from old, misnamed icomplete-exhibit;
combined with old misnamed icomplete-prompt.
1994-09-18 08:27:12 +00:00
Richard M. Stallman
1c45ffdf8a (make-lucid-menu-keymap-disable): New variable.
(make-lucid-menu-keymap): Use that when disabling item unconditionally.
1994-09-18 05:06:35 +00:00
Richard M. Stallman
d0cb5e047d (generate-file-autoloads): Warn if we put a line
in loaddefs.el that is long enough to cause trouble.
1994-09-17 20:02:15 +00:00
Richard M. Stallman
7e76ae2395 (describe-variable): Report whether var is local in this buf. 1994-09-17 07:30:42 +00:00
Richard M. Stallman
c2ae679cbc (terminal-map): Define switch-frame. 1994-09-17 05:16:09 +00:00
Richard M. Stallman
b22e89dc98 (facemenu-update): Reverse the menu order again. 1994-09-17 03:32:48 +00:00
Karl Heuer
d5a67884b7 (report-emacs-bug): Insert configuration options. 1994-09-17 02:04:08 +00:00
Karl Heuer
81b328e5d1 (ispell-menu-map): Order menu items by size: buffer > region > word. 1994-09-17 00:28:47 +00:00
Karl Heuer
ecfc7eb3b7 (insert-register): Add `*' interactive spec. 1994-09-17 00:06:18 +00:00
Richard M. Stallman
2bb240a98c (compile-internal): Set EMACS=t in process-environment. 1994-09-16 23:54:06 +00:00
Karl Heuer
e00b4260d3 (complex-buffers-menu-p): Delete; obsolete variable. 1994-09-16 23:41:47 +00:00
Karl Heuer
e82c28f979 (Info-edit): Move the customary mode-initialization calls out of here.
(Info-edit-mode): Put them here.  Also enable undo, and call
Info-edit-mode-hook.
1994-09-16 23:31:10 +00:00
Karl Heuer
151ca17071 (display-time-24hr-format): Doc fix.
(display-time-filter): Reenable code that got deleted during a mispatch.
1994-09-16 23:20:51 +00:00
Richard M. Stallman
0349bab642 (ispell-highlight-spelling-error): Test window-system.
(ispell-check-only): New variable.
(ispell-word): Handle ispell-check-only.
(ispell-minor-mode): New variable.
(ispell-minor-keymap): New map.
(ispell-minor-mode): New function.
1994-09-16 23:10:44 +00:00
Karl Heuer
9cc7519111 (mail-alias-modtime): New variable.
(synch-mail-aliases): New function.
(mail-setup, sendmail-send-it): Synchronize cached list with file.
1994-09-16 22:29:25 +00:00
Karl Heuer
594906dd80 Require sendmail. Delete redundant defvar.
(expand-mail-aliases, define-mail-alias): Synchronize cached list with file.
1994-09-16 22:28:30 +00:00
Karl Heuer
5cb9f2dba5 (compilation-sentinel): Include exit status in modeline. 1994-09-16 21:40:54 +00:00
Richard M. Stallman
c1b97b443c (dired-buffers-for-dir): Delete debugging code.
(dired-in-this-tree): Likewise.
1994-09-16 21:39:41 +00:00
Richard M. Stallman
9df38cef14 (dired-fun-in-all-buffers): Expand dir at start.
(dired-rename-subdir, dired-rename-subdir-1, dired-kill-tree): Likewise.
1994-09-16 21:35:29 +00:00
Richard M. Stallman
12c3828362 (dired-clean-up-after-deletion): Expand fn.
(dired-find-buffer-nocreate): Expand dir at beginning.
1994-09-16 21:35:10 +00:00
Richard M. Stallman
3881977896 (dired-buffers-for-dir): Assume dirs are preexpanded.
(dired-in-this-tree): Likewise.
(dired-advertise, dired-unadvertise): Expand default-directory.
1994-09-16 21:34:27 +00:00
Richard M. Stallman
c09603e9d2 (shrink-window-if-larger-than-buffer):
Do nothing in minibuffer-only frame.
1994-09-16 08:11:26 +00:00
Richard M. Stallman
094cf604a0 (jka-compr-compression-info-list): Expand regular
expressions to include backup files with version numbers.

(jka-compr-insert-file-contents): Run the
functions in after-insert-file-functions after the
buffer-file-name has been set, not before.

(jka-compr-insert-file-contents): Properly
handle the 'replace' argument for compressed files.
1994-09-16 04:54:58 +00:00
Richard M. Stallman
b85fdafb25 (menu-bar-file-menu): Rename "Kill Buffer" menu item. 1994-09-16 04:36:54 +00:00
Richard M. Stallman
e7399dcc72 (system-key-alist): Add Sun definition for mute-acute. 1994-09-15 23:55:25 +00:00
Karl Heuer
f1d01ba24f (kill-new): Call menu-bar-update-yank-menu only if that function is defined. 1994-09-15 22:19:50 +00:00
Karl Heuer
3dd9289956 (yank-menu): New variable; kill-ring in menu format.
(menu-bar-update-yank-menu, menu-bar-select-yank): New function.
1994-09-15 22:16:49 +00:00
Karl Heuer
f77e1e4b80 Fix typo in comment. 1994-09-15 21:52:44 +00:00
Karl Heuer
f69140fdfd (mouse-save-then-kill, mouse-secondary-save-then-kill): Use the kill-new
interface; don't manipulate kill-ring directly.
1994-09-15 21:51:14 +00:00
Richard M. Stallman
c5b31142c7 (auto-insert-alist): Add entries for C++.
(insert-auto-insert-files): Do case-sensitive match except on vms.
1994-09-15 21:33:54 +00:00
Karl Heuer
f914dc91cb (kill-new): New optional argument means replace most recent kill.
(kill-append): Use that new interface.
1994-09-15 21:30:21 +00:00
Richard M. Stallman
74cadca3f4 Don't call menu-bar-mode. 1994-09-15 20:10:12 +00:00
Richard M. Stallman
1fe0333f4f (command-line): If initial X frame has a menu bar, mark menu-bar-mode as on. 1994-09-15 20:09:49 +00:00
Richard M. Stallman
c4ffc07fd8 (telnet-program): New variable.
(telnet): Use telnet-program.
(rsh-program): Renamed from telnet-rsh-program.
(rsh): Use new name.
1994-09-15 04:20:07 +00:00
Richard M. Stallman
944fa80ad3 (forward-page): If we find a match that ends where we
started searching, look for another one.
1994-09-15 03:21:56 +00:00
Richard M. Stallman
ad656bdc4e (shrink-window-if-larger-than-buffer):
Use frame-width, not screen-width.
1994-09-15 03:10:00 +00:00