diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 13a1bdc0b38..d0c29dab0d8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,15 +1,16 @@ | |||
| 1 | 2012-11-26 Fabián Ezequiel Gallina <fgallina@cuca> | 1 | 2012-11-26 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * progmodes/python.el: | 3 | * vc/vc-hooks.el (vc-mistrust-permissions): |
| 4 | (python-indent-guess-indent-offset): If indentation is guessed | 4 | Default to t, to avoid data-loss. (Bug#11490) |
| 5 | make python-indent-offset variable buffer local. | ||
| 6 | 5 | ||
| 7 | 2012-11-26 Fabián Ezequiel Gallina <fgallina@cuca> | 6 | 2012-11-26 Fabián Ezequiel Gallina <fgallina@cuca> |
| 8 | 7 | ||
| 8 | * progmodes/python.el (python-indent-guess-indent-offset): | ||
| 9 | If indentation is guessed make python-indent-offset buffer-local. | ||
| 10 | |||
| 9 | Fix Imenu regression. | 11 | Fix Imenu regression. |
| 10 | * progmodes/python.el: | 12 | * progmodes/python.el (python-nav-beginning-of-defun): |
| 11 | (python-nav-beginning-of-defun): Fix forward movement when | 13 | Fix forward movement when statement(s) separates point from defun. |
| 12 | statement(s) separates point from defun. | ||
| 13 | (python-imenu-prev-index-position): New function. | 14 | (python-imenu-prev-index-position): New function. |
| 14 | 15 | ||
| 15 | 2012-11-26 Eli Zaretskii <eliz@gnu.org> | 16 | 2012-11-26 Eli Zaretskii <eliz@gnu.org> |