aboutsummaryrefslogtreecommitdiffstats
path: root/test/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 /test/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 'test/ChangeLog')
-rw-r--r--test/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index a5ee4b60589..971a4f8f400 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,9 @@
12014-11-15 Fabián Ezequiel Gallina <fgallina@gnu.org>
2
3 * automated/python-tests.el (python-indent-region-1)
4 (python-indent-region-2, python-indent-region-3)
5 (python-indent-region-4, python-indent-region-5): New tests.
6
12014-11-08 Michael Albinus <michael.albinus@gmx.de> 72014-11-08 Michael Albinus <michael.albinus@gmx.de>
2 8
3 Backport Tramp changes from trunk. 9 Backport Tramp changes from trunk.