1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-14 15:30:29 -08:00
Commit graph

13440 commits

Author SHA1 Message Date
Geoff Voelker
d976a95d4b (fast-lock-cache-name): Replace '\' with '#'. 1998-04-17 05:24:15 +00:00
Geoff Voelker
da418b28dc (comint-filename-chars): Combine DOS and Windows strings. 1998-04-17 05:23:53 +00:00
Geoff Voelker
c4185b2b8d (ange-ftp-tmp-name-template) [windows-nt]: Look for
common temp directories.
(ange-ftp-parse-netrc-group): Skip carriage returns.
(ange-ftp-expand-file-name): Handle files with drive letters.
(ange-ftp-write-region): Don't treat as unix.
(ange-ftp-insert-file-contents): Determine file type by transfer mode.
(ange-ftp-copy-file-internal): Don't treat as unix.
(ange-ftp-file-name-all-completions): Handle Windows filenames.
(file-name-handler-alist) [windows-nt]: Add patterns for name with
drive letters.
(ange-ftp-dired-call-process, ange-ftp-call-chmod): Use
dired-chmod-program.
(ange-ftp-disable-netrc-security-check) [windows-nt]: Disable by
default.
(ange-ftp-real-expand-file-name-actual): New function.
1998-04-17 05:22:37 +00:00
Geoff Voelker
85f568ec2d (w32-system-shells): Add 4dos and 4nt.
(w32-allow-system-shell, w32-valid-locales): New variable.
(w32-check-shell-configuration): Make interactive.
Obey w32-allow-system-shell.
(w32-get-valid-locale-ids, w32-list-locales): New functions.
(w32-init-info): Fix relative path to info directory.
1998-04-17 05:03:43 +00:00
Geoff Voelker
5edd6aeeb5 (install): Copy elisp files that are not compiled.
(clean): Delete patch scratch files in all subdirectories.
1998-04-17 05:03:25 +00:00
Richard M. Stallman
909f0455e0 (ispell-get-word): No error if can't find a word to check.
(ispell-word): Don't fuss about a word if not adjacent to it.
(ispell-minor-check): Use save-excursion.
1998-04-17 03:37:10 +00:00
Richard M. Stallman
0de86efccd (ispell-word): In ispell-check-only mode,
display a message for misspelled word.
1998-04-17 03:21:24 +00:00
Richard M. Stallman
43fd1680f9 (byte-after-unbind-ops): Delete byte-equal. 1998-04-17 02:00:04 +00:00
Richard M. Stallman
ad21fa0789 (help-with-tutorial): Locally bind file and filename. 1998-04-17 01:17:39 +00:00
Richard M. Stallman
89ec7f07d1 (find-function-on-key):
If definition is a list, don't call find-function-other-window.
Handle mouse events (code copied from describe-key-briefly).
(find-function-do-it): Doc fix.
(find-function-noselect): Doc fix.
1998-04-17 00:43:15 +00:00
Richard M. Stallman
4721cccfb6 (locate): Doc fix. 1998-04-16 18:49:41 +00:00
Richard M. Stallman
42a9dc8436 (Man-notify-when-ready) <newframe>:
Mark frame's window as dedicated.
1998-04-16 06:25:11 +00:00
Richard M. Stallman
ef6675c8e0 (global-map [menu-bar mule]):
Conditionalize on default-enable-multibyte-characters.
1998-04-16 06:00:49 +00:00
Richard M. Stallman
ff663bbec9 (local-set-key, global-set-key): Return what define-key returns. 1998-04-16 05:40:48 +00:00
Dave Love
37c3edc4d1 Move eval-when-compile off top level. 1998-04-15 16:25:44 +00:00
Eli Zaretskii
7ffaf65994 (ps-do-despool): Bind coding-system-for-write to
raw-text-unix.
1998-04-15 15:37:58 +00:00
Eli Zaretskii
b48fa57006 (archive-extract-by-stdout): Don't use
binary-process-output.  Bind coding-system-for-read to 'undecided,
so coding system is determined on the fly.  Bind inherit-process-coding-system
to t.
(archive-dos-members): Remove.
(archive-extract): Don't call archive-check-dos.  Handle pkunzip errors.
(archive-*-extract): Handle pkzip errors.
(archive-check-dos): Remove.
(archive-subfile-dos): Remove.
(archive-extract): Don't bind archive-subfile-dos.
(archive-write-file-member): Don't DOSify DOS-style archive members.
(archive-zip-extract): Make pkzip use -o- flag, to make it more silent.
1998-04-15 15:31:30 +00:00
Eli Zaretskii
0b45d07bc2 (print-region-1): Stop using binary-process-{in,out}put,
bind coding-system-for-{read,write} instead.
1998-04-15 15:17:02 +00:00
Eli Zaretskii
08160b08ac (dos-print-region-function): Except for binary files,
force conversion to DOS EOLs, but leave text conversions alone.
1998-04-15 15:10:03 +00:00
Eli Zaretskii
0b61968932 (find-binary-process-coding-system): Remove.
(default-process-coding-system): Make it be raw-text-dos if async
processes are supported, undecided-dos otherwise.
1998-04-15 15:02:22 +00:00
Eli Zaretskii
a749e5e566 (hexlify-buffer, dehexlify-buffer): Don't bind
binary-process-{in,out}put; setup coding-systems instead.
1998-04-15 14:47:47 +00:00
André Spiegel
edcb979fe4 (vc-dired-mode): Redefine dired-move-to-filename-regexp locally.
(vc-dired-reformat-line): Streamlined.  Should handle all sorts of
date formats now.
1998-04-15 10:13:07 +00:00
Andreas Schwab
ae4c702967 (vc-backend-revert): Fix missing argument for
vc-file-setprop.
1998-04-15 09:48:04 +00:00
Kenichi Handa
b5a647bfb5 (coding-system-change-eol-coding): New function.
(coding-system-change-text-coding): New function.
1998-04-15 07:15:01 +00:00
Karl Heuer
09130c7ebf (mh-quit): mh-show-buffer can be nil. 1998-04-15 06:31:29 +00:00
Karl Heuer
d3db616e13 (mail-mode): Doc fix. 1998-04-15 06:30:16 +00:00
Karl Heuer
f06552d463 (outline-font-lock-level): New function. 1998-04-15 06:28:28 +00:00
Karl Heuer
170c97338b (byte-compile-warn-about-unresolved-functions): Fix whitespace. 1998-04-15 06:10:51 +00:00
Dan Nicolaescu
23e7714ec3 *** empty log message *** 1998-04-15 01:55:18 +00:00
Dan Nicolaescu
2c8d97b090 Initial revision 1998-04-15 01:52:10 +00:00
Dave Love
20ecf81c6f Don't eval-*and*-compile font-lock stuff. 1998-04-14 20:57:00 +00:00
Stephen Eglen
8b776ea85c (mspools-folder-directory): Takes default value of ~/MAIL/ if
vm-folder-directory not bound.
(mspools-vm-system-mail): Customize the variable so that if the
environment variable $MAIL is not set, the user can easily set it.
(mspools-vm-system-mail-crash): Variable deleted; we now use
vm-crash-box.
(mspools-set-vm-spool-files): Error if mspools-folder-directory
hasn't been set.
(mspools-set-vm-spool-files): Use mspools-folder-directory rather
than vm-folder-directory.
(mspools-get-spool-files): Error if mspools-folder-directory is nil.
(mspools-get-spool-files): Add $ to regexp to ensure mspools-suffix
matches the end of the filename.
(mspools-mode-map): Bind n and p to next-line and previous-line.
1998-04-14 19:23:37 +00:00
Karl Heuer
26dd83e682 (find-file-noselect): Set buffer-file-coding-system
if RAWFILE.
1998-04-14 18:42:32 +00:00
André Spiegel
4b81132caf (vc-next-action-on-file): Don't check out after registering. This is
two steps instead of one, and the second does not make sense under
CVS.
(vc-next-action): Changed doc string to reflect the above.
1998-04-14 12:38:25 +00:00
Andreas Schwab
0f94f94657 (ediff-autostore-merges): Doc fix. 1998-04-14 10:56:46 +00:00
Andreas Schwab
848407099a (rmail-movemail-flags): Fix customize type. 1998-04-14 10:48:10 +00:00
André Spiegel
c5ce405b34 (command-line-1): Better wording in mouse startup message. 1998-04-14 10:44:53 +00:00
Andreas Schwab
aa6356917b (byte-compile-warnings): Fix customize
type.
1998-04-14 10:43:27 +00:00
Andreas Schwab
f38514a1af ("Korean"): Doc fix. 1998-04-14 10:37:40 +00:00
Kenichi Handa
86e4f7c080 (titdic-convert): Message improved.
(tit-process-header): Change `Do byte-compile' to `Byte-compile'.
(batch-titdic-convert): Likewise.
1998-04-14 01:07:28 +00:00
Karl Heuer
22ad9937f5 (report-emacs-bug-hook): Don't absolutely
reject non-ASCII characters.
1998-04-13 18:57:28 +00:00
Karl Heuer
42d140b44b (tmm-get-keymap): Handle `menu-item' menu items. 1998-04-13 18:55:05 +00:00
Stephen Eglen
7aa122f48c Customize mail-use-rfc822. 1998-04-13 17:16:40 +00:00
Karl Heuer
05f6170c27 (describe-function-1): New function.
(describe-function): Use describe-function-1.
(describe-key): Likewise.
1998-04-13 06:56:24 +00:00
Karl Heuer
7dbce55e8f (eval-defun): Arrange to use eval-region
even if we have to alter the form.
1998-04-13 06:55:34 +00:00
Eli Zaretskii
9140684333 (coding-system-eol-type-mnemonic): Return correct eol-type mnemonics
for the nonunix cases.
1998-04-13 06:30:41 +00:00
Kenichi Handa
e76351bcf4 Fix previous change. 1998-04-13 02:35:41 +00:00
Karl Heuer
c2a2ac1a7c (gnus-emphasis-alist): Use nth, not caddr. 1998-04-12 18:13:34 +00:00
Karl Heuer
cdcd5553b0 (cl-do-arglist): Intern initializes the
value of keyword symbols, so don't do it again.
1998-04-12 18:12:18 +00:00
Karl Heuer
2336b6a9ce (generate-autoload-section-header): Doc fix.
(update-file-autoloads): Use autoload-read-section-header.
(update-autoloads-from-directories): Likewise.
(generate-autoload-section-continuation): New variable.
(autoload-read-section-header): New function.
(update-file-autoloads): Don't call save-buffer if no changes.
(generate-file-autoloads): Split the section header line
into multiple comments.
1998-04-12 06:46:08 +00:00