diff options
| author | Michael Albinus | 2009-10-02 13:37:38 +0000 |
|---|---|---|
| committer | Michael Albinus | 2009-10-02 13:37:38 +0000 |
| commit | c4861de07b4cb7d2379c621bb67d44dd3497efff (patch) | |
| tree | a134fc89a77f0f95484ddb839a07b78a3fdede40 | |
| parent | 91f11424036e73c1ea8111282e8097b660c191ec (diff) | |
| download | emacs-c4861de07b4cb7d2379c621bb67d44dd3497efff.tar.gz emacs-c4861de07b4cb7d2379c621bb67d44dd3497efff.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 91ad3c83627..4baa1ad304c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2009-10-02 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * simple.el (start-file-process): Say in the doc-string, that file | ||
| 4 | handlers might not support pty association, if PROGRAM is nil. | ||
| 5 | |||
| 6 | * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether | ||
| 7 | HOST and USER are strings. They are nil, when there are | ||
| 8 | incomplete entries in ~/.netrc, for example. | ||
| 9 | (ange-ftp-delete-directory): Implement RECURSIVE case. Change to | ||
| 10 | root directory ("device busy" error otherwise). | ||
| 11 | |||
| 12 | * net/tramp-smb.el (tramp-smb-handle-make-directory-internal): Flush | ||
| 13 | file properties of created directory. | ||
| 14 | |||
| 1 | 2009-10-02 Eli Zaretskii <eliz@gnu.org> | 15 | 2009-10-02 Eli Zaretskii <eliz@gnu.org> |
| 2 | 16 | ||
| 3 | * makefile.w32-in (WINS_BASIC): Remove cedet. | 17 | * makefile.w32-in (WINS_BASIC): Remove cedet. |