Glenn Morris
dd22fbf6d1
(tls-checktrust, tls-untrusted, tls-hostmismatch):
...
Change defcustom :version from 23.0 to 23.1.
2008-02-29 04:02:43 +00:00
Juanma Barranquero
2f7dc12d9b
(ftp-program): Fix typo in docstring.
...
(ifconfig-program-options, netstat-program-options, arp-program-options,
route-program-options, nslookup-program-options, ftp-program-options,
smbclient-program-options, dns-lookup-program-options, arp, route): Doc fixes.
2008-02-26 11:55:41 +00:00
Glenn Morris
cbbe9a375e
(top-level): Don't require comint when compiling.
...
(nslookup-font-lock-keywords): Don't require font-lock.
Use font-lock faces rather than variables.
(nslookup, ftp, smbclient, network-service-connection):
Don't require comint.
(comint-prompt-regexp, comint-input-autoexpand)
(comint-input-ring): Declare for compiler.
(comint-mode, ffap-string-at-point, comint-exec): Autoload.
(dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
2008-02-26 04:31:30 +00:00
Miles Bader
b03f96dc5a
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1074
2008-02-24 10:09:07 +00:00
Glenn Morris
beaa23bc22
(iwconfig-program, iwconfig-program-options): Add :version.
2008-02-23 20:02:55 +00:00
Glenn Morris
e69ec7213e
Yoni Rabkin <yoni at rabkins.net> (tiny change)
...
(iwconfig-program, iwconfig-program-options): New variables.
(iwconfig): New function.
2008-02-23 20:01:44 +00:00
Michael Olson
00c03cbeba
Move lisp/net/json.el to lisp/json.el.
2008-02-22 01:14:03 +00:00
Michael Olson
e771f9d08b
lisp/net/json.el: Fix compiler warning.
2008-02-21 20:28:27 +00:00
Michael Olson
02761f8558
Install net/json.el, a JavaScript Object Notation parser / generator.
2008-02-21 19:41:38 +00:00
Michael Albinus
c200c78dc5
* net/ange-ftp.el (ange-ftp-quote-string): Return the null string
...
when the argument is nil.
2008-02-19 19:23:19 +00:00
Michael Albinus
1860f08d41
* net/ange-ftp.el (ange-ftp-quote-string): Use
...
`shell-quote-argument'. This DTRT even on w32 machines.
(ange-ftp-cf1): Quote FILENAME.
2008-02-13 17:28:00 +00:00
Michael Albinus
de95cc30ec
* net/ange-ftp.el (ange-ftp-cf1): Quote FILENAME.
2008-02-13 17:20:11 +00:00
Stefan Monnier
15d9bd90ab
(tramp-compat-file-attributes): Add comment.
2008-02-12 03:46:03 +00:00
Michael Albinus
6981d00a6b
* net/dbus.el: Remove `no-byte-compile' cookie.
...
(dbus-call-method, dbus-register-signal, dbus-debug)
(dbus-registered-functions-table): Declare them with
`declare-function' or `defvar', respectively.
(top): Don't assert any longer. Require 'cl when compiling.
Apply `ignore-errors' but `dbus-ignore-errors'.
2008-02-10 20:45:35 +00:00
Richard M. Stallman
73dd622fb4
(rcirc-url-regexp): Replace definition by copying from gnus-button-url-regexp.
2008-02-10 14:04:01 +00:00
Michael Olson
fd35d9d668
net/tramp.el (tramp-process-sentinel): Avoid error when process buffer killed.
2008-02-09 05:52:07 +00:00
Miles Bader
1230c3cb58
(rcirc-omit-mode): Suppress invisibility ellipsis
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1061
2008-02-09 03:52:59 +00:00
Glenn Morris
d884d6adc7
(ipconfig-program, ipconfig-program-options): Add obsolete aliases to
...
the old names.
2008-02-09 01:32:38 +00:00
Richard M. Stallman
46f6fa95d1
(ifconfig): Renamed from ipconfig.
...
(ipconfig): Alas to ifconfig.
(ifconfig-program): Renamed from ipconfig-program.
(ifconfig-program-options): Renamed from ipconfig-program-options.
2008-02-08 18:22:54 +00:00
Michael Albinus
4ba11bcb85
* net/dbus.el (dbus-interface-peer): New defconst.
...
(dbus-ping): New defun.
2008-02-06 20:54:19 +00:00
Stefan Monnier
e61e836bc0
(ange-ftp-unhandled-file-name-directory):
...
Just return nil and let the C code provide a fallback.
2008-02-06 14:44:14 +00:00
Juanma Barranquero
0138efd4b3
*** empty log message ***
2008-02-05 12:07:11 +00:00
Glenn Morris
9d7cb26e1e
(tramp-cleanup-connection): Update calls to
...
tramp-flush-connection-property for removed 2nd argument.
2008-02-05 03:54:37 +00:00
Michael Albinus
c7aa34a53a
*** empty log message ***
2008-02-03 12:10:59 +00:00
Michael Albinus
47e02af444
* net/tramp-smb.el (tramp-smb-maybe-open-connection): Use
...
`tramp-process-sentinel' as process sentinel.
2008-02-03 12:08:16 +00:00
Michael Albinus
76d99f958d
*** empty log message ***
2008-02-03 12:06:49 +00:00
Michael Albinus
24f7320bdc
* net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
...
`tramp-process-sentinel' as process sentinel.
2008-02-03 12:06:08 +00:00
Michael Albinus
cfb5c0dbc6
* net/tramp.el (tramp-process-sentinel): New defun.
...
(tramp-do-copy-or-rename-file-out-of-band)
(tramp-maybe-open-connection): Use it as process sentinel.
(tramp-handle-delete-directory): Don't use the "-f" option; it
isn't portable.
(tramp-handle-start-file-process): Echo `tramp-end-of-output'
after the command.
(tramp-handle-shell-command): Set `mode-line-process' in the
asynchronous case.
2008-02-03 12:05:05 +00:00
Michael Albinus
1a0b96d356
* net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
2008-02-03 12:02:39 +00:00
Michael Albinus
7bb7efbd4a
* dbus.el (top): Check (featurep 'dbusbind).
2008-02-03 12:00:51 +00:00
Michael Albinus
eef3f0c84c
* net/trampver.el: Update release number.
2008-02-02 10:51:50 +00:00
Michael Albinus
f88276af2f
* net/tramp-vc.el (tramp-vc-do-command): Use mapc' instead of mapcar'.
2008-02-02 10:50:03 +00:00
Michael Albinus
500d481b51
*** empty log message ***
2008-02-02 10:49:10 +00:00
Michael Albinus
8cee022b93
* net/tramp.el (tramp-handle-make-auto-save-file-name)
...
(tramp-completion-dissect-file-name, tramp-find-executable): Use
`mapc' instead of `mapcar'.
(tramp-open-connection-setup-interactive-shell): Send only single
prompt setting commands, in order to avoid double-prompt.
2008-02-02 10:46:08 +00:00
Stefan Monnier
ae2af0e322
(remote-compile): Remove broken code.
2008-01-31 15:09:19 +00:00
Michael Albinus
42bc9b6d9d
* net/tramp.el (tramp-methods): Use "-H" option for "sudo". Suggested
...
by Trent W. Buck <trentbuck@gmail.com>. Make ("%h") a single
element in "plinkx".
(tramp-handle-shell-command): Reuse "*Async Shell Command*" or
"*Shell Command Output*" buffers. Check, whether there is already
an asynchronous process running. Display always the buffer of the
asynchronous process.
(tramp-compute-multi-hops): Adapt error message.
2008-01-29 21:14:04 +00:00
Michael Albinus
b8bfcf96e8
* net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
...
the command.
2008-01-28 21:25:26 +00:00
Michael Albinus
2991e49f20
* net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
...
methods, the host name must be a local host.
2008-01-27 16:20:57 +00:00
Michael Albinus
5d449a36cc
* net/tramp.el (tramp-dissect-file-name): Raise an error when
...
Tramp 2.0 syntax is used. Suggested by Trent W. Buck
<trentbuck@gmail.com>.
2008-01-26 14:54:55 +00:00
Michael Albinus
484ea0b6c9
* net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
...
the source file in case of `rename'. Reported by Pete Forman
<pete.forman@westerngeco.com>.
2008-01-24 21:28:56 +00:00
Michael Albinus
a0a5183aa3
* net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
...
(tramp-end-of-output): Add `tramp-rsh-end-of-line' into the
regexp.
(tramp-find-shell, tramp-open-connection-setup-interactive-shell):
Don't send `tramp-rsh-end-of-line' additionally, when setting the
prompt.
(tramp-wait-for-output): Distinguish different prompt formats.
(tramp-get-test-nt-command): Don't check for "\n" in the prompt.
(tramp-local-host-p): Check whether temp directory is writable.
2008-01-23 20:45:03 +00:00
Michael Albinus
246a286b9b
* net/dbus.el (dbus-ignore-errors): New macro.
...
(dbus-unregister-object): New defun. Moved from dbusbind.c.
(dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
(dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
(dbus-get-signatures): Apply `dbus-ignore-errors'.
2008-01-21 20:06:15 +00:00
Miles Bader
0b6799c345
Merge from gnus--devo--0
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1001
2008-01-20 05:17:57 +00:00
Michael Albinus
c440aa2f4d
* net/trampver.el: Update release number.
2008-01-14 19:42:14 +00:00
Michael Albinus
c992abdbc6
* net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
...
instead of `tramp-file-name-real-host'.
2008-01-14 19:36:07 +00:00
Michael Albinus
b58c3770c7
*** empty log message ***
2008-01-14 19:35:12 +00:00
Glenn Morris
dcb8ac09ea
Add 2008 to copyright years.
2008-01-09 04:31:51 +00:00
Miles Bader
59ce725a3b
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-08 20:46:54 +00:00
Michael Albinus
0664ff7221
* vc-git.el (vc-git--call): Apply `process-file' instead of
...
`call-process'.
* net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
Reported by Pete Forman <pete.forman@westerngeco.com>.
(tramp-perl-encode, tramp-perl-decode): Update copyrights.
(tramp-handle-process-file): Handle the case where DESTINATION is
a consp with t as car.
(tramp-wait-for-output): We shall remove exactly what has been
find by the search.
2008-01-08 20:07:21 +00:00
Glenn Morris
2f043267ee
Add 2008 to copyright years.
2008-01-07 02:00:47 +00:00