diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 14 |
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 @@ | |||
| 1 | 2013-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 | |||
| 1 | 2013-09-06 Glenn Morris <rgm@gnu.org> | 15 | 2013-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) |