aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-11-26 18:50:12 -0500
committerGlenn Morris2012-11-26 18:50:12 -0500
commit999e745ef7ada0fcecd687fb7595e794577fa6ec (patch)
tree47b402a5b6f0936f3a0def4efe1e8010ad096252 /lisp/ChangeLog
parent98f99594f7de9e6c1fd120059ed009ccf1223b50 (diff)
downloademacs-999e745ef7ada0fcecd687fb7595e794577fa6ec.tar.gz
emacs-999e745ef7ada0fcecd687fb7595e794577fa6ec.zip
vc-hooks.el workaround for bug#11490
* vc/vc-hooks.el (vc-mistrust-permissions): Default to t, to avoid data-loss.
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>