aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorFabián Ezequiel Gallina2014-11-15 18:10:58 -0300
committerFabián Ezequiel Gallina2014-11-15 18:10:58 -0300
commit89ebffc1f60ead9b35c88663eadb345c3f569c3d (patch)
treed40ecde08eac62c35e4016caec0b41fbb28efa9d /lisp/ChangeLog
parenta6b42789b55688822b762a20865c8d2c812125b9 (diff)
downloademacs-89ebffc1f60ead9b35c88663eadb345c3f569c3d.tar.gz
emacs-89ebffc1f60ead9b35c88663eadb345c3f569c3d.zip
Fix region indentation
Fixes: debbugs:18843 * lisp/progmodes/python.el (python-indent-region): Use python-indent-line and skip special cases. * test/automated/python-tests.el (python-indent-region-1) (python-indent-region-2, python-indent-region-3) (python-indent-region-4, python-indent-region-5): New tests.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8f00403c39b..fe06ac671b7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12014-11-15 Fabián Ezequiel Gallina <fgallina@gnu.org>
2
3 * progmodes/python.el (python-indent-region): Use
4 python-indent-line and skip special cases. (Bug#18843)
5
12014-11-15 Michael Albinus <michael.albinus@gmx.de> 62014-11-15 Michael Albinus <michael.albinus@gmx.de>
2 7
3 * vc/vc-hg.el (vc-hg-state): Disable pager. (Bug#18940) 8 * vc/vc-hg.el (vc-hg-state): Disable pager. (Bug#18940)