Chong Yidong
d35a5141a5
(ldap-search-internal): Tweak URL regexp.
2008-08-12 18:36:15 +00:00
Michael Albinus
7f5344e1ed
* net/tramp.el (tramp-perl-directory-files-and-attributes)
...
(tramp-get-device): Make device number a cons cell.
2008-07-28 03:56:41 +00:00
Michael Albinus
7266b296ed
* net/tramp.el (tramp-make-temp-file): Backport from Tramp 2.1.
2008-06-11 17:31:02 +00:00
Michael Albinus
76f31f7683
* net/tramp.el (tramp-replace-environment-variables): Remove it.
...
There is a more simple solution.
(tramp-file-name-handler): Apply `substitute-in-file-name' w/o
Tramp file name handlers.
2008-04-28 19:32:41 +00:00
Michael Albinus
bc8dfbbd59
* net/tramp.el (tramp-replace-environment-variables): New defun.
...
(tramp-file-name-handler): Use it.
2008-04-27 09:56:45 +00:00
Michael Albinus
be3fd538a4
* net/trampver.el: Update release number.
2008-04-09 20:19:14 +00:00
Michael Albinus
9116dfe647
* net/tramp.el (tramp-find-file-name-coding-system-alist): New
...
defun.
(tramp-handle-insert-file-contents, tramp-handle-write-region):
Use it.
2008-04-09 20:17:27 +00:00
Reiner Steib
5c7f3de1b2
(open-tls-stream): Reindent.
2008-03-19 21:29:41 +00:00
Reiner Steib
169dcbc59a
(open-tls-stream): Use with-current-buffer.
2008-03-19 21:21:38 +00:00
Glenn Morris
d44387517b
Sync 2007-11-04 change from trunk, plus the related comments that came after.
...
Don't require rx when compiling.
(tls-end-of-info): Rewrite without using rx.
2008-03-19 07:08:48 +00:00
Dan Nicolaescu
8e7883692a
* textmodes/css-mode.el (css-indent-offset, css-electric-keys):
...
* textmodes/bibtex-style.el (bibtex-style-indent-basic):
* progmodes/verilog-mode.el (verilog-mode):
* net/socks.el (socks):
* vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
2008-03-01 19:16:02 +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
Michael Albinus
de95cc30ec
* net/ange-ftp.el (ange-ftp-cf1): Quote FILENAME.
2008-02-13 17:20:11 +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
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
Juanma Barranquero
0138efd4b3
*** empty log message ***
2008-02-05 12:07:11 +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
Glenn Morris
2f043267ee
Add 2008 to copyright years.
2008-01-07 02:00:47 +00:00
Glenn Morris
7c9008ce0c
Riccardo Murri <riccardo.murri at gmail.com>
...
Require rx when compiling.
(tls-end-of-info): New variable.
(open-tls-stream): Keep reading input until `tls-end-of-info' is matched.
2007-11-04 01:18:24 +00:00
Michael Albinus
f2196d5741
*** empty log message ***
2007-10-31 20:48:52 +00:00
Richard M. Stallman
4eff4f6776
(browse-url-browser-function): Delete grail.
...
(browse-url-grail): Function and variable deleted.
(browse-url-browser-function): Delete IXI Mosaic.
(browse-url-default-browser): Don't try IXI Mosaic.
(browse-url-iximosaic): Function deleted.
(browse-url-browser-function): Delete MMM.
(browse-url-default-browser): Don't try MMM.
(browse-url-mmm): Function deleted.
2007-10-26 03:49:37 +00:00
Michael Albinus
893895d310
* net/tramp.el (tramp-completion-mode): Extend doc-string.
...
(tramp-completion-mode-p): Revert change from 2007-09-24.
Checking for `return' etc as last character is not sufficient, for
example in dired-mode when entering <g> (revert-buffer) or
<s> (dired-sort).
2007-10-06 15:25:50 +00:00
Michael Albinus
7a3cdcc52a
* net/tramp.el (tramp-completion-mode-p): Rename from
...
`tramp-completion-mode'. Revert logic, check `return', `newline'
and such alike. Packages like Icicles tend to use other completion
characters but `tab' and `space' only.
(top): Require cl.el, when `copy-tree' is not available otherwise.
* net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
`ad-get-arg'. Use `vc-find-version' instead of `process-file' to check
whether we have a new enough vc that doesn't need the defadvice.
2007-09-24 05:42:34 +00:00
Stefan Monnier
5e835c9f55
Remove spurious * in custom docstrings.
...
(browse-url-filename-alist): Use new-style backquote.
2007-08-23 18:41:14 +00:00
Stefan Monnier
8d559559ce
(socks-username/password-auth-filter):
...
Remove unused vars `state' and `desired-len'.
(socks-parse-services, socks-nslookup-host): Use with-current-buffer.
(socks-wait-for-state-change): Use new-style backquotes.
2007-08-23 18:36:07 +00:00
Stefan Monnier
378f9937f1
(browse-url-emacs): New function.
2007-08-22 18:52:59 +00:00
Glenn Morris
e7f767c25e
Replace `iff' in doc-strings and comments.
2007-08-08 07:34:30 +00:00
Michael Albinus
d62c9a33c4
* net/tramp.el (tramp-handle-file-remote-p): Handle optional
...
parameters IDENTIFICATION and CONNECTED.
(tramp-handle-insert-file-contents): VISIT must be handled after
insertion of the local copy. Reported by Peter Gordon
<peter@pg-consultants.com>.
(tramp-file-name-handler): No special handling for
`expand-file-name'. But for `file-name-as-directory'.
(tramp-find-shell, tramp-open-connection-telnet)
(tramp-open-connection-rsh, tramp-open-connection-su)
(tramp-open-connection-multi)
(tramp-open-connection-setup-interactive-shell): Guard against
$PROMPT_COMMAND shell var. Reported by Steve Youngs
<steve@sxemacs.org>.
(tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
the hint.
* net/trampver.el: Update release number.
2007-08-07 20:04:27 +00:00
Michael Albinus
1f3d1bea39
*** empty log message ***
2007-08-06 07:23:39 +00:00
Michael Albinus
5bc880a47d
* net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
...
process-filter.
2007-08-06 06:57:31 +00:00
Michael Albinus
6435918d3d
* net/tramp.el (tramp-handle-file-remote-p): Return a string as
...
remote identification.
2007-08-05 12:43:06 +00:00
Glenn Morris
14f7b89dd3
(telnet-mode): Fix previous change.
2007-08-03 17:09:43 +00:00
Glenn Morris
3ff6796841
(telnet-mode): Set comint-use-prompt-regexp to t.
2007-08-03 03:21:13 +00:00
Eli Zaretskii
fabbdc2f84
Fix the `coding' cookie.
2007-07-28 08:09:08 +00:00
Glenn Morris
ceaeecb0c9
Switch license to GPLv3 or later.
2007-07-25 04:27:24 +00:00
Glenn Morris
86cd4e1c16
Standardize license wording, and switch license to GPLv3 or later.
2007-07-25 04:25:23 +00:00
Michael Albinus
9ee5e81e95
Sync with Tramp 2.0.56.
2007-06-07 20:14:45 +00:00
Chong Yidong
a93c284848
New file, taken from w3 repository.
...
(top): Update Copyright. Don't load cl.el.
(all): Replace `case' by `cond', `string-to-int' by
`string-to-number', and `process-kill-without-query' by
`set-process-query-on-exit-flag'.
(socks-char-int): Remove defalias and all occurencies.
2007-06-06 16:49:37 +00:00
Chong Yidong
bbdca3d829
(webjump-sample-sites): Add Wikipedia query.
2007-06-04 23:17:04 +00:00
Richard M. Stallman
d51f146b48
(rcirc-fill-column): Allow `window-width'.
...
(rcirc-print): Handle `window-width'.
(rcirc-buffer-maximum-lines): Doc fix.
2007-05-21 19:39:10 +00:00
Richard M. Stallman
2e8750896b
(rcirc-timeout-seconds): Increase to prevent unwanted disconnections.
2007-05-05 04:49:51 +00:00
Chong Yidong
b7131d2f26
Fix last fix.
2007-04-07 04:40:28 +00:00
Chong Yidong
0ad32c540f
Fix last change.
2007-04-07 04:33:00 +00:00
Chong Yidong
08b53f0537
(open-tls-stream): Properly handle case where there is no associated
...
buffer.
2007-04-07 03:52:21 +00:00
Michael Albinus
69cee87364
* net/tramp.el (tramp-register-file-name-handler)
...
(tramp-register-completion-file-name-handler): New defsubst,
derived from `tramp-register-file-name-handlers'. The split is
necessary because Tramp's file name handlers must be registered at
different startup places.
2007-03-31 18:38:18 +00:00
Thien-Thi Nguyen
904bb06ca2
(open-tls-stream): In handshake-waiting loop,
...
don't wait more if there is output available to process.
2007-03-18 11:41:42 +00:00