1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00
Commit Graph

4104 Commits

Author SHA1 Message Date
Andreas Schwab
c21993d04f Hide disabling of dired-find-alternate-file behind
autoload-cookie.
2002-07-31 12:08:06 +00:00
Juanma Barranquero
d053bf7ecb (update-subdirs-CMD): Generate the right list of subdirectories. From
Tak Ota <Takaaki.Ota@am.sony.com>.
2002-07-31 08:09:58 +00:00
Juanma Barranquero
0702b99567 Revert some changes from 2002-07-23 because they don't work on MSVC/nmake builds. 2002-07-31 07:45:58 +00:00
Kai Großjohann
ac474af158 New version 2.0.5.
(tramp-methods): Remove inline encoding method parameters.  The
encoding is now autodetected.  Also shorten the list of
methods (u/m distinction gone) and rename the remaining methods to
have longer, but more mnemonic, names.
(tramp-login-prompt-regexp, tramp-password-prompt-regexp)
(tramp-wrong-passwd-regexp): Trailing `$' not needed, regexp is
matched at end of buffer anyway.
(tramp-yesno-prompt-regexp): New variable, for questions where the
user should say "yes" or "no".
(tramp-file-name-structure-unified)
(tramp-file-name-structure-separate): Allow dash in method names.
(tramp-actions-before-shell): New variable, contains list of
pattern/action pairs.  Output sent by remote end is scanned for
the patterns, then the actions are executed.
(tramp-multi-actions): Like `tramp-actions-before-shell', but
executed for each hop in a multi-hop connection.
(tramp-last-cmd-time): New variable.  If nothing has been sent to
remote end for 60 seconds, look to see if the remote end is still
alive.
(tramp-perl-mime-encode, tramp-perl-mime-decode): Remove.  It
didn't work.
(tramp-perl-encode, tramp-perl-decode): New variables, these
require the MIME::Base64 module on the remote end.
(tramp-handle-file-attributes): Restructure logic.
(tramp-handle-file-attributes-with-ls)
(tramp-handle-file-attributes-with-perl): More debugging.
(tramp-handle-directory-files): Grok fifth arg `files-only' for
XEmacs.
(tramp-handle-make-directory, tramp-handle-delete-directory)
(tramp-handle-delete-file, tramp-handle-insert-directory): Expand
file name.
(tramp-handle-shell-command): Use `when', not `if'.
(tramp-handle-file-local-copy, tramp-handle-write-region): Adapt
to autodetection of inline encoding.
(tramp-invoke-ange-ftp): Require ange-ftp to make sure that
variable ange-ftp-name-format is defined before binding it.
(tramp-action-login, tramp-action-password, tramp-action-succeed)
(tramp-action-permission-denied, tramp-action-yesno): Functions
called from `tramp-actions-before-shell'.
(tramp-multi-action-login, tramp-multi-action-password)
(tramp-multi-action-succeed)
(tramp-multi-action-permission-denied): Functions called from
`tramp-multi-actions'.
(tramp-process-one-action, tramp-process-actions): Pattern
matching and action invocation code for
`tramp-actions-before-shell'.
(tramp-process-one-multi-action, tramp-process-multi-actions):
Same for `tramp-multi-actions'.
(tramp-open-connection-telnet, tramp-open-connection-rsh)
(tramp-open-connection-su): Process actions instead of hardwired
logic.
(tramp-multi-connect-telnet, tramp-multi-connect-rlogin)
(tramp-multi-connect-su): Ditto.
(tramp-post-connection): New method for tramp_encode and
tramp_decode scripts.
(tramp-post-connection): Invoke inline autodetection code.
(tramp-coding-commands): List of inline codings.
(tramp-find-inline-encoding): This is the inline autodetection
code.
(tramp-maybe-open-connection): If nothing was sent to connection
for 60 seconds, look if it connection is still alive.
(tramp-send-command): Remember that something was sent to the
connection.
(tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
Use backticks for constructing alist.
(tramp-get-encoding-command, tramp-set-encoding-command)
(tramp-get-decoding-command, tramp-set-decoding-command)
(tramp-get-encoding-function, tramp-set-encoding-function)
(tramp-get-decoding-function, tramp-set-decoding-function): Use
for results of inline autodetection.
(tramp-get-encoding-command, tramp-get-decoding-command)
(tramp-get-encoding-function, tramp-get-decoding-function):
Remove these old functions.
2002-07-30 20:24:27 +00:00
Kenichi Handa
8805e6492e (in-is13194): Give correct `safe-chars' property.
(devanagari): Define it as an alias of in-is13194.
2002-07-30 06:35:51 +00:00
Kenichi Handa
2341653d33 *** empty log message *** 2002-07-30 00:42:21 +00:00
Richard M. Stallman
f5d0cc7708 *** empty log message *** 2002-07-29 17:37:23 +00:00
Glenn Morris
da5d3a563f (scroll-all-mode): Make argument optional. Add to doc string. 2002-07-29 13:53:48 +00:00
Glenn Morris
091b5fdbd8 (scroll-all-mode): Handle numeric arg. Use if' instead of cond'. 2002-07-29 13:08:44 +00:00
Kenichi Handa
930ca8e845 *** empty log message *** 2002-07-29 05:04:52 +00:00
Richard M. Stallman
3ea1bfb294 *** empty log message *** 2002-07-29 02:46:52 +00:00
Markus Rost
bf29d4c1c6 Update copyright year.
(ps-begin-cut-regexp, ps-end-cut-regexp): Fix type.
2002-07-27 19:50:34 +00:00
Kai Großjohann
818001cc23 (eshell): Numeric prefix arg means to switch
to the session with that number.  Old behavior still available
with nonumeric prefix args.
2002-07-26 20:40:53 +00:00
Simon Josefsson
d280860959 *** empty log message *** 2002-07-26 11:11:03 +00:00
Juanma Barranquero
6dc049b29b (warning-levels): Doc fix.
(warning-suppress-log-types): Fix typo.
(display-warning): Fix typo. Remove useless asignment to free variable
`group-string'.
2002-07-26 07:58:04 +00:00
Juanma Barranquero
e7a4fab730 (lwarn, warn): Doc fix. 2002-07-26 07:09:15 +00:00
Markus Rost
e5184e9fcb (ediff-window-setup-function): Extend type declaration. 2002-07-26 02:11:28 +00:00
Sam Steingold
d99118b044 (occur-rename-buffer): New command.
(occur-mode-map): Bind "r" to it.  Added keybindings for
`kill-this-buffer', `clone-buffer' and `quit-window'.
2002-07-25 19:31:25 +00:00
Richard M. Stallman
d31c6ecfb5 (Info-find-index-name): Search for a function definition with a return type. 2002-07-25 18:20:51 +00:00
Sam Steingold
65125928fe (c-search-uplist-for-classkey): When `search-end' is a cons, use its car. 2002-07-25 13:23:27 +00:00
Dave Love
a8adf791ca *** empty log message *** 2002-07-25 11:15:07 +00:00
Juanma Barranquero
e3a720c983 *** empty log message *** 2002-07-25 08:10:15 +00:00
Carsten Dominik
5fca0d9153 *** empty log message *** 2002-07-25 07:10:05 +00:00
Colin Walters
ec797e5e59 *** empty log message *** 2002-07-25 06:25:37 +00:00
Dave Love
fc2938d180 *** empty log message *** 2002-07-24 23:01:32 +00:00
Kenichi Handa
7e5a43f94e *** empty log message *** 2002-07-24 11:05:01 +00:00
Richard M. Stallman
fe44589306 *** empty log message *** 2002-07-24 03:59:52 +00:00
Richard M. Stallman
9a65485515 *** empty log message *** 2002-07-23 19:33:09 +00:00
Markus Rost
5ef080214c (add-log-current-defun): Fix typo in documentation. 2002-07-23 16:52:50 +00:00
Kenichi Handa
c85b29f52e *** empty log message *** 2002-07-23 13:35:11 +00:00
Markus Rost
24f4201f84 (add-log-mailing-address): Fix type. Can be a string. 2002-07-23 02:28:08 +00:00
Andrew Innes
9b006cb258 (DONTCOMPILE): Remove cus-start.el.
(DONTCOMPILE): Add various language files.
(DONTCOMPILE): Remove term/xterm.el.
(finder-inf.el): Remove.
(update-authors): New target.
(TAGS-LISP): Remove $(lispsource).
(compile-always): Renamed from `compile-files'.
(compile): New target, adapted from `compile-files'.
(compile-calc): New target.
(recompile): Change `.' to $(lisp).
(bootstrap): Add update-subdirs and finder-data
to dependencies; change compile-files to compile.
2002-07-23 00:06:22 +00:00
André Spiegel
2a9ca093f6 # 2002-07-22 21:40:52 +00:00
Kai Großjohann
fb505dabe7 Change German es-zett in my name from Latin-9 to Latin-1 encoding. 2002-07-22 19:12:51 +00:00
Andreas Schwab
5fe0ea6a25 Fixup encoding. 2002-07-22 19:02:44 +00:00
Carsten Dominik
6fbeb42936 Updated to reftex 4.17 2002-07-22 10:38:32 +00:00
Kai Großjohann
90dc758dc0 Bump version to 2.0.2.
(tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
longer names.  Use old names "sm1", "sm2" and so on for methods
invoking "ssh -1" or "ssh -2".
(tramp-multi-file-name-structure-separate): Typo, its name was set
to "tramp-file-name-structure-separate".  Trivial patch.  From
Steve Youngs <youngs@xemacs.org>.
(tramp-multi-sh-program): New variable.
(tramp-open-connection-multi): Use it.  Now you can use multi
methods from Windows (at least in principle).
(tramp-do-copy-or-rename-via-buffer): New function.
(tramp-do-copy-or-rename-file): Use it.  Change and simplify
logic.  Omit special case of invoking rcp directly to copy the
files.
(tramp-open-connection-su, tramp-multi-connect-telnet)
(tramp-multi-connect-rlogin, tramp-multi-connect-su)
(tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
Use backticks in format-spec for brevity and to avoid
character/number confusion in XEmacs.
2002-07-21 13:49:06 +00:00
Richard M. Stallman
56592bebfd *** empty log message *** 2002-07-20 22:16:01 +00:00
Richard M. Stallman
a5dd5f602f (toggle-read-only): Clean up the hint message. 2002-07-20 22:02:57 +00:00
Richard M. Stallman
9cb9a7bc56 (byte-compile-cl-warn): Delete `values'
and `values-list' from list of CL functions.

(compile-defun): Bind `read-with-symbol-positions' to current buffer.
2002-07-19 23:01:24 +00:00
André Spiegel
e0a9170710 # 2002-07-19 13:32:53 +00:00
Juanma Barranquero
dd8d66adad *** empty log message *** 2002-07-19 11:40:00 +00:00
Juanma Barranquero
b4591b37dc (dot, dot-max, dot-min, dot-marker, buffer-flush-undo, baud-rate,
compiled-function-p, define-function): Move obsolescence declarations from
subr.el
2002-07-19 06:25:06 +00:00
J.D. Smith
81189e6130 *** empty log message *** 2002-07-18 18:57:28 +00:00
Dave Love
28a2ca5d82 Support current auto{conf,make} manuals. 2002-07-18 18:19:18 +00:00
Juanma Barranquero
5fe205f134 (last-buffer): Add missing frame argument. 2002-07-18 16:04:01 +00:00
Richard M. Stallman
f33f4398d4 *** empty log message *** 2002-07-18 15:04:36 +00:00
Andreas Schwab
eafb38497e Remove conflict marker. 2002-07-18 09:42:56 +00:00
Juanma Barranquero
6fcfeabfa1 (decompose-composite-char): Add autoload cookie to obsolescence declaration;
also remove redundant info.
2002-07-18 06:15:59 +00:00
Kim F. Storm
b0c654c03d Load international/utf-8 before international/characters. 2002-07-17 21:35:07 +00:00