diff options
| author | Michael Albinus | 2009-06-29 21:00:34 +0000 |
|---|---|---|
| committer | Michael Albinus | 2009-06-29 21:00:34 +0000 |
| commit | fd46e8939584ce23c85445fc9257305febe923e6 (patch) | |
| tree | 902e64c03bc39a9c05cda16f820e6e050f70194e | |
| parent | 1f107aed49575d53986de016a20853f67abaa0d0 (diff) | |
| download | emacs-fd46e8939584ce23c85445fc9257305febe923e6.tar.gz emacs-fd46e8939584ce23c85445fc9257305febe923e6.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 215607ffc77..31a7c470515 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,9 +1,13 @@ | |||
| 1 | 2009-06-29 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file | ||
| 4 | modes mandatory. (Bug#3712) | ||
| 5 | |||
| 1 | 2009-06-29 Alan Mackenzie <acm@muc.de> | 6 | 2009-06-29 Alan Mackenzie <acm@muc.de> |
| 2 | 7 | ||
| 3 | * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious | 8 | * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious |
| 4 | correction between the visible width of TABs and their number of | 9 | correction between the visible width of TABs and their number of |
| 5 | bytes. | 10 | bytes. |
| 6 | |||
| 7 | 11 | ||
| 8 | 2009-06-29 Chong Yidong <cyd@stupidchicken.com> | 12 | 2009-06-29 Chong Yidong <cyd@stupidchicken.com> |
| 9 | 13 | ||