Stefan Monnier
cbee283dd7
Fix up comment convention on the arch-tag lines.
2008-04-10 14:10:46 +00:00
Michael Albinus
eb56296236
* 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:04:14 +00:00
Michael Albinus
2e8cf9a720
* net/zeroconf.el: New file.
2008-04-08 19:56:20 +00:00
Michael Albinus
60f2c210c0
* net/tramp.el (tramp-methods): Fix again tramp-copy-args of
...
"pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
2008-04-07 19:29:09 +00:00
Miles Bader
5942951134
Merge from gnus--devo--0
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1110
2008-04-07 13:08:33 +00:00
Dan Nicolaescu
7cd25617fe
* outline.el (outline-mode-menu-bar-map):
...
* term.el (terminal-signal-menu): Add :help.
* net/eudc.el (eudc-mode-map): Declare and define in one step.
(eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
* emacs-lisp/re-builder.el (reb-mode-map):
* textmodes/nroff-mode.el (nroff-mode-map): Add menus.
2008-04-04 22:45:01 +00:00
Stefan Monnier
343bb7bdd1
(after-init-hook): Don't wrap a lambda around
...
tramp-register-completion-file-name-handler.
2008-04-04 17:38:44 +00:00
Glenn Morris
628c97b2cf
(tramp-drop-volume-letter): Move definition before use.
2008-04-03 03:33:18 +00:00
Michael Albinus
113e2a8447
* net/tramp.el (tramp-make-tramp-temp-file): Use
...
`tramp-drop-volume-letter' for the local file name part.
2008-04-02 18:58:45 +00:00
Michael Albinus
da1975d727
* net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
...
overwriting when NEWNAME is a local file.
2008-03-30 18:08:20 +00:00
Michael Albinus
0c61d9814b
* net/trampver.el: Update release number.
2008-03-30 18:03:25 +00:00
Michael Albinus
efe78a6c0b
* net/tramp-ftp.el: Require 'cl when byte-compiling.
2008-03-29 20:26:14 +00:00
Michael Albinus
680d5d1783
* net/trampver.el: Update release number.
2008-03-29 20:24:42 +00:00
Magnus Henoch
51fac78c03
(dns-write): Use set-buffer-multibyte.
2008-03-28 21:37:03 +00:00
Michael Albinus
12aeeb576a
* tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and "psftp".
2008-03-21 18:04:42 +00:00
Michael Albinus
e52196e09a
Fix up encoding.
2008-03-21 17:58:33 +00:00
Stefan Monnier
cdd44874a7
Fix up encoding.
2008-03-20 13:42:38 +00:00
Reiner Steib
ea666a77e1
(open-tls-stream): Reindent.
2008-03-19 21:32:23 +00:00
Michael Albinus
aff67808c1
* net/tramp.el (tramp-let-maybe): Removed.
...
(tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
It does not exist under XEmacs.
(tramp-handle-file-truename, tramp-handle-expand-file-name)
(tramp-completion-file-name-handler): Let-bind
`directory-sep-char'.
2008-03-19 21:06:37 +00:00
Michael Albinus
c9e646c2e2
* net/trampver.el: Move coding cookie at the end.
2008-03-19 21:03:49 +00:00
Michael Albinus
668efb3fde
* net/tramp-uu.el: Move coding cookie at the end.
2008-03-19 21:03:07 +00:00
Michael Albinus
40f245a31b
* net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
...
`directory-sep-char'.
2008-03-19 21:02:03 +00:00
Glenn Morris
699a11fbb6
(tramp-drop-volume-letter): Evaluate when compiling.
2008-03-19 07:11:57 +00:00
Juanma Barranquero
78f8b19b35
Fix typos in comments.
2008-03-18 09:17:44 +00:00
Michael Albinus
57671b7218
* net/tramp.el (tramp-root-regexp): Simplify.
...
(tramp-completion-file-name-regexp-separate): Don't insist on
leading "[". This prevents method or user or host completion.
(tramp-let-maybe): Autoload it.
(tramp-drop-volume-letter): Don't autoload. When not on W32, it is
an alias for `identity'.
(tramp-handle-write-region): Protect `last-coding-system-used'
over the trailing statements.
(tramp-completion-file-name-handler-post-function): Removed.
(tramp-completion-file-name-handler): Let-bind
`directory-sep-char' instead of calling
`tramp-drop-volume-letter'.
(top): Move coding cookie at the end.
2008-03-17 22:57:15 +00:00
Stefan Monnier
800a97b891
(tramp-completion-mode-p): Don't use char-equal for
...
elements which may be something else than characters.
2008-03-17 20:19:00 +00:00
Michael Albinus
8a798e4193
* tramp.el (tramp-root-regexp): New defconst.
...
(tramp-completion-file-name-regexp-unified)
(tramp-completion-file-name-regexp-separate)
(tramp-completion-file-name-regexp-url): Use it.
(tramp-do-copy-or-rename-file-via-buffer): Set
`enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
t for `insert-file-contents-literally'.
(tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
Autoload it.
(tramp-completion-file-name-handler-post-function): New defconst.
(tramp-completion-file-name-handler): Use it.
(tramp-maybe-open-connection): Update calls to
`tramp-flush-connection-property' for removed 2nd argument.
2008-03-15 21:54:02 +00:00
Michael Albinus
e3ea58b7ea
*** empty log message ***
2008-03-15 21:50:58 +00:00
Johan Bockgård
03e49c06ad
(browse-url-text-xterm): Unquote browse-url-text-browser.
2008-03-13 13:29:11 +00:00
Stefan Monnier
eb21f2ff51
(dns-read-string-name, dns-read, dns-read-type, query-dns):
...
Use set-buffer-multibyte rather than set default-enable-multibyte-characters.
2008-03-12 20:52:31 +00:00
Juanma Barranquero
20f28123b3
(iwconfig-program-options): Doc fix.
...
(net-utils-run-program, run-network-program): Define as functions.
2008-03-11 10:23:09 +00:00
Miles Bader
8f7abae3a9
Merge from gnus--devo--0
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1097
2008-03-10 00:50:22 +00:00
Miles Bader
56388398e7
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1095
2008-03-10 00:49:47 +00:00
Glenn Morris
0a4d4654f9
(open-tls-stream): Restore the 2007-11-04 change accidentally removed
...
by the 2007-12-05 merge from Gnus.
2008-03-03 02:11:04 +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
Miles Bader
51fb064bc7
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1090
2008-03-01 01:28:31 +00:00
Glenn Morris
ab74c815cf
(imap-ping-server): Change defcustom :version from 23.0 to 23.1.
2008-02-29 04:03:16 +00:00
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