Mercurial > emacs
comparison lisp/ChangeLog @ 108975:c4552014bea2
* net/tramp.el (tramp-remote-process-environment): Protect version
string by apostroph.
(tramp-shell-prompt-pattern): Do not use a shy group in case of
XEmacs.
(tramp-file-name-for-operation): Add `call-process-region'.
(tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
* net/tramp-compat.el (top): Do not autoload
`tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
only when `start-file-process' is not bound.
(tramp-advice-file-expand-wildcards): Do not use
`tramp-handle-file-remote-p'.
(tramp-compat-make-temp-file): Handle the case, that
`make-temp-file' has no third argument EXTENSION.
author | Michael Albinus <albinus@detlef> |
---|---|
date | Sat, 12 Jun 2010 10:59:37 +0200 |
parents | 506ba691342f |
children | 2cb186cf98b1 |
comparison
equal
deleted
inserted
replaced
108974:f282583957c5 | 108975:c4552014bea2 |
---|---|
1 2010-06-12 Michael Albinus <michael.albinus@gmx.de> | |
2 | |
3 * net/tramp.el (tramp-remote-process-environment): Protect version | |
4 string by apostroph. | |
5 (tramp-shell-prompt-pattern): Do not use a shy group in case of | |
6 XEmacs. | |
7 (tramp-file-name-for-operation): Add `call-process-region'. | |
8 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses. | |
9 | |
10 * net/tramp-compat.el (top): Do not autoload | |
11 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el | |
12 only when `start-file-process' is not bound. | |
13 (tramp-advice-file-expand-wildcards): Do not use | |
14 `tramp-handle-file-remote-p'. | |
15 (tramp-compat-make-temp-file): Handle the case, that | |
16 `make-temp-file' has no third argument EXTENSION. | |
17 | |
1 2010-06-11 Juanma Barranquero <lekktu@gmail.com> | 18 2010-06-11 Juanma Barranquero <lekktu@gmail.com> |
2 | 19 |
3 * makefile.w32-in (WINS_BASIC): Include new directory vc. | 20 * makefile.w32-in (WINS_BASIC): Include new directory vc. |
4 | 21 |
5 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/. | 22 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/. |
43 | 60 |
44 2010-06-10 Julien Danjou <julien@danjou.info> | 61 2010-06-10 Julien Danjou <julien@danjou.info> |
45 | 62 |
46 * net/notifications.el (notifications-on-action-signal) | 63 * net/notifications.el (notifications-on-action-signal) |
47 (notifications-on-closed-signal): Pass notification id as first | 64 (notifications-on-closed-signal): Pass notification id as first |
48 argument to the callback functions. Add docstrings. | 65 argument to the callback functions. Add docstrings. |
49 (notifications-notify): Fix docstring. | 66 (notifications-notify): Fix docstring. |
50 | 67 |
51 2010-06-10 Glenn Morris <rgm@gnu.org> | 68 2010-06-10 Glenn Morris <rgm@gnu.org> |
52 | 69 |
53 * emacs-lisp/authors.el (authors-ignored-files) | 70 * emacs-lisp/authors.el (authors-ignored-files) |