diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ac56cd8ba79..18242539cca 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2013-03-06 Alan Mackenzie <acm@muc.de> | ||
| 2 | |||
| 3 | Correct the position of point in some line-up functions. | ||
| 4 | * progmodes/cc-align.el (c-lineup-whitesmith-in-block) | ||
| 5 | (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of | ||
| 6 | point at column 0 rather than at a random place in the line. | ||
| 7 | |||
| 1 | 2013-03-05 Michael Albinus <michael.albinus@gmx.de> | 8 | 2013-03-05 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 9 | ||
| 3 | * net/tramp-compat.el (tramp-compat-delete-directory): Implement | 10 | * net/tramp-compat.el (tramp-compat-delete-directory): Implement |