aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2013-09-06 10:23:30 +0200
committerMichael Albinus2013-09-06 10:23:30 +0200
commit1486fa3149caaf94f0fa88b91fa9fe6616c67ea1 (patch)
treebfafc1f8ed74a237139667b46b9c242f75df0139 /lisp/ChangeLog
parent8bda01d3a53b0a002ccd096afbdc1150bb3d1d86 (diff)
downloademacs-1486fa3149caaf94f0fa88b91fa9fe6616c67ea1.tar.gz
emacs-1486fa3149caaf94f0fa88b91fa9fe6616c67ea1.zip
Remove URL syntax.
* net/tramp.el (tramp-syntax, tramp-prefix-format) (tramp-postfix-method-format, tramp-prefix-ipv6-format) (tramp-postfix-ipv6-format, tramp-prefix-port-format) (tramp-postfix-host-format, tramp-file-name-regexp) (tramp-completion-file-name-regexp) (tramp-completion-dissect-file-name) (tramp-handle-substitute-in-file-name): Remove 'url case. (tramp-file-name-regexp-url) (tramp-completion-file-name-regexp-url): Remove constants.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cfee5834fe3..03352a93e6f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,17 @@
12013-09-06 Michael Albinus <michael.albinus@gmx.de>
2
3 Remove URL syntax.
4
5 * net/tramp.el (tramp-syntax, tramp-prefix-format)
6 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
7 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
8 (tramp-postfix-host-format, tramp-file-name-regexp)
9 (tramp-completion-file-name-regexp)
10 (tramp-completion-dissect-file-name)
11 (tramp-handle-substitute-in-file-name): Remove 'url case.
12 (tramp-file-name-regexp-url)
13 (tramp-completion-file-name-regexp-url): Remove constants.
14
12013-09-06 Glenn Morris <rgm@gnu.org> 152013-09-06 Glenn Morris <rgm@gnu.org>
2 16
3 * replace.el (replace-string): Doc fix re start/end. (Bug#15275) 17 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)