diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1083dc5513d..81b4978dba5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,37 @@ | |||
| 1 | 2012-12-29 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes. | ||
| 4 | (tramp-sh-handle-set-file-acl): Return `t' on success. | ||
| 5 | |||
| 6 | 2012-12-29 Eli Zaretskii <eliz@gnu.org> | ||
| 7 | |||
| 8 | * files.el (backup-buffer-copy, basic-save-buffer-2): If | ||
| 9 | set-file-extended-attributes fails, fall back on set-file-modes | ||
| 10 | instead of signaling an error. (Bug#13298) | ||
| 11 | (basic-save-buffer): Likewise. | ||
| 12 | |||
| 13 | 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca> | ||
| 14 | |||
| 15 | * progmodes/python.el: Support other commands triggering | ||
| 16 | python-indent-line so indentation cycling continues to work. | ||
| 17 | (python-indent-trigger-commands): New defcustom. | ||
| 18 | (python-indent-line): Use it. | ||
| 19 | |||
| 20 | 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca> | ||
| 21 | |||
| 22 | * progmodes/python.el (python-shell-send-region): Add blank lines | ||
| 23 | for non sent code so backtraces remain correct. | ||
| 24 | |||
| 25 | 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca> | ||
| 26 | |||
| 27 | * progmodes/python.el: Remove cl dependency. | ||
| 28 | (python-syntax-count-quotes): Replace incf call. | ||
| 29 | (python-fill-string): Replace setf call. | ||
| 30 | |||
| 31 | 2012-12-29 Damien Cassou <damien.cassou@gmail.com> | ||
| 32 | |||
| 33 | * info.el (info-other-window): New arg, for consistency with info. | ||
| 34 | |||
| 1 | 2012-12-28 Martin Rudalics <rudalics@gmx.at> | 35 | 2012-12-28 Martin Rudalics <rudalics@gmx.at> |
| 2 | 36 | ||
| 3 | * mail/rmail.el (rmail-maybe-display-summary): Rewrite | 37 | * mail/rmail.el (rmail-maybe-display-summary): Rewrite |