aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog28
1 files changed, 27 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5442e0b26da..2e344badb72 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,29 @@
12010-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
12010-11-13 Hrvoje Niksic <hniksic@xemacs.org> 272010-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.
@@ -1227,7 +1253,7 @@
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
1230010-10-21 Michael Albinus <michael.albinus@gmx.de> 12562010-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.