diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 26739a286e3..d1b827966de 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz> | ||
| 2 | |||
| 3 | Un-indent after "pass" and "return" statements (Bug#13888) | ||
| 4 | * progmodes/python.el (python-indent-block-enders): New var. | ||
| 5 | (python-indent-calculate-indentation): Use it. | ||
| 6 | |||
| 7 | 2013-03-30 Michael Albinus <michael.albinus@gmx.de> | ||
| 8 | |||
| 9 | * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary | ||
| 10 | defun. Defining it as defalias could introduce too eager | ||
| 11 | byte-compiler optimization. (Bug#14030) | ||
| 12 | |||
| 13 | 2013-03-30 Chong Yidong <cyd@gnu.org> | ||
| 14 | |||
| 15 | * iswitchb.el (iswitchb-read-buffer): Fix typo. | ||
| 16 | |||
| 1 | 2013-03-30 Leo Liu <sdl.web@gmail.com> | 17 | 2013-03-30 Leo Liu <sdl.web@gmail.com> |
| 2 | 18 | ||
| 3 | * kmacro.el (kmacro-call-macro): Add optional arg MACRO. | 19 | * kmacro.el (kmacro-call-macro): Add optional arg MACRO. |