comparison lisp/ChangeLog @ 111525:49c1b16ca6b1

* net/tramp-compat.el (tramp-compat-line-beginning-position) (tramp-compat-line-end-position): Remove them. * net/tramp.el (tramp-parse-rhosts-group) (tramp-parse-shosts-group, tramp-parse-sconfig-group) (tramp-parse-hosts-group, tramp-parse-passwd-group) (tramp-parse-netrc-group, tramp-parse-putty-group) * net/tramp-cmds.el (tramp-append-tramp-buffers) * net/tramp-sh.el (tramp-do-file-attributes-with-ls) (tramp-sh-handle-file-selinux-context) (tramp-sh-handle-file-name-all-completions) (tramp-sh-handle-insert-directory) (tramp-sh-handle-expand-file-name, tramp-find-executable) (tramp-wait-for-output, tramp-send-command-and-read) * net/tramp-smb.el (tramp-smb-read-file-entry) (tramp-smb-get-cifs-capabilities): Use `point-at-eol'. * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use `point-at-bol'. (tramp-remote-coding-commands): Add an alternative using "base64 -d -i". This is needed for older base64 versions from GNU coreutils. Reported by Klaus Reichl <Klaus.Reichl@thalesgroup.com>.
author Michael Albinus <michael.albinus@gmx.de>
date Sat, 13 Nov 2010 11:42:32 +0100
parents 3855698b7f05
children 5c986eef8f0d
comparison
equal deleted inserted replaced
111524:d65a4bd9b059 111525:49c1b16ca6b1
1 2010-11-13 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp-compat.el (tramp-compat-line-beginning-position)
4 (tramp-compat-line-end-position): Remove them.
5
6 * net/tramp.el (tramp-parse-rhosts-group)
7 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
8 (tramp-parse-hosts-group, tramp-parse-passwd-group)
9 (tramp-parse-netrc-group, tramp-parse-putty-group)
10 * net/tramp-cmds.el (tramp-append-tramp-buffers)
11 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
12 (tramp-sh-handle-file-selinux-context)
13 (tramp-sh-handle-file-name-all-completions)
14 (tramp-sh-handle-insert-directory)
15 (tramp-sh-handle-expand-file-name, tramp-find-executable)
16 (tramp-wait-for-output, tramp-send-command-and-read)
17 * net/tramp-smb.el (tramp-smb-read-file-entry)
18 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
19
20 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
21 `point-at-bol'.
22 (tramp-remote-coding-commands): Add an alternative using "base64
23 -d -i". This is needed for older base64 versions from GNU
24 coreutils. Reported by Klaus Reichl
25 <Klaus.Reichl@thalesgroup.com>.
26
1 2010-11-13 Hrvoje Niksic <hniksic@xemacs.org> 27 2010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
2 28
3 * simple.el (count-words-region): New function. 29 * simple.el (count-words-region): New function.
4 30
5 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca> 31 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1225 1251
1226 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org> 1252 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1227 1253
1228 * newcomment.el (comment-dwim): Fix the intentation in the doc string. 1254 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
1229 1255
1230 010-10-21 Michael Albinus <michael.albinus@gmx.de> 1256 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
1231 1257
1232 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use 1258 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
1233 space in stat format string. 1259 space in stat format string.
1234 (tramp-send-command): Unset $PS1 when using here documents, in 1260 (tramp-send-command): Unset $PS1 when using here documents, in
1235 order not to get several prompts. 1261 order not to get several prompts.