comparison lisp/ChangeLog @ 100858:676cda349ee9

*** empty log message ***
author Michael Albinus <michael.albinus@gmx.de>
date Sat, 03 Jan 2009 15:00:35 +0000
parents 271fbfaf31f6
children 3d95444199e1
comparison
equal deleted inserted replaced
100857:51f12f881f02 100858:676cda349ee9
1 2009-01-03 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/dbus.el (dbus-string-to-byte-array): Handle empty string.
4
5 * net/tramp.el (tramp-local-host-regexp)
6 (tramp-prefix-domain-format)
7 (tramp-prefix-domain-regexp, tramp-domain-regexp)
8 (tramp-user-with-domain-regexp, tramp-prefix-ipv6-format)
9 (tramp-prefix-ipv6-regexp, tramp-ipv6-regexp)
10 (tramp-postfix-ipv6-format, tramp-postfix-ipv6-regexp): New
11 defconst.
12 (tramp-file-name-structure, tramp-file-name-regexp-unified)
13 (tramp-completion-dissect-file-name, tramp-parse-hosts-group)
14 (tramp-dissect-file-name, tramp-make-tramp-file-name)
15 (tramp-completion-make-tramp-file-name): Handle IPv6 addresses.
16 (tramp-handle-insert-file-contents): Fix setting of
17 `buffer-read-only'.
18 (tramp-compute-multi-hops, tramp-local-host-p): Use
19 `tramp-local-host-regexp'.
20 (tramp-file-name-real-user, tramp-file-name-domain): Use
21 `tramp-user-with-domain-regexp'.
22
23 * net/tramp-smb.el (top): Use `tramp-prefix-domain-regexp'.
24 (tramp-smb-maybe-open-connection): Use `tramp-file-name-*'
25 methods.
26
1 2009-01-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> 27 2009-01-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2 28
3 * proced.el (proced-grammar-alist): Refiner can be a 29 * proced.el (proced-grammar-alist): Refiner can be a
4 list (function help-echo) instead of a cons pair. 30 list (function help-echo) instead of a cons pair.
5 (proced-post-display-hook): New variable. 31 (proced-post-display-hook): New variable.