aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog15
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 @@
12012-11-26 Fabián Ezequiel Gallina <fgallina@cuca> 12012-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
72012-11-26 Fabián Ezequiel Gallina <fgallina@cuca> 62012-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
152012-11-26 Eli Zaretskii <eliz@gnu.org> 162012-11-26 Eli Zaretskii <eliz@gnu.org>