Mercurial > emacs
comparison lisp/ChangeLog @ 84406:38bcf4ef30c3
* net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
they are useless with the byte compiler.
(tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
(tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
(tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
(tramp-file-name-real-host, tramp-file-name-port)
(tramp-find-method, tramp-find-user, tramp-find-host): Make them
defuns.
* net/tramp-cache.el (top): Improve error message when
`tramp-persistency-file-name' is corrupted.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Sun, 09 Sep 2007 08:31:27 +0000 |
parents | 13336fdc4429 |
children | 0a0f920b76dd |
comparison
equal
deleted
inserted
replaced
84405:13336fdc4429 | 84406:38bcf4ef30c3 |
---|---|
1 2007-09-09 Michael Albinus <michael.albinus@gmx.de> | |
2 | |
3 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols, | |
4 they are useless with the byte compiler. | |
5 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up. | |
6 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings. | |
7 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols. | |
8 (tramp-file-name-real-host, tramp-file-name-port) | |
9 (tramp-find-method, tramp-find-user, tramp-find-host): Make them | |
10 defuns. | |
11 | |
12 * net/tramp-cache.el (top): Improve error message when | |
13 `tramp-persistency-file-name' is corrupted. | |
14 | |
1 2007-09-09 Carsten Dominik <dominik@science.uva.nl> | 15 2007-09-09 Carsten Dominik <dominik@science.uva.nl> |
2 | 16 |
3 * textmodes/org.el (org-re): Also replace the :alpha: class. | 17 * textmodes/org.el (org-re): Also replace the :alpha: class. |
4 (org-todo-tag-alist): Variable removed. | 18 (org-todo-tag-alist): Variable removed. |
5 (org-todo-key-alist, org-todo-key-trigger) New variables. | 19 (org-todo-key-alist, org-todo-key-trigger) New variables. |
49 | 63 |
50 2007-09-08 Masatake YAMATO <jet@gyve.org> | 64 2007-09-08 Masatake YAMATO <jet@gyve.org> |
51 | 65 |
52 * progmodes/which-func.el (which-func-modes): Added diff-mode. | 66 * progmodes/which-func.el (which-func-modes): Added diff-mode. |
53 | 67 |
54 * progmodes/cc-langs.el: Support new keywords added to | 68 * progmodes/cc-langs.el: Support new keywords added to |
55 objective-c frontend of gcc. | 69 objective-c frontend of gcc. |
56 (c-simple-stmt-kwds): Added @throw. | 70 (c-simple-stmt-kwds): Added @throw. |
57 (c-block-stmt-2-kwds): Added @synchronized. | 71 (c-block-stmt-2-kwds): Added @synchronized. |
58 (c-block-stmt-1-kwds): Added @finally and @try. | 72 (c-block-stmt-1-kwds): Added @finally and @try. |
59 | 73 |