aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorFabián Ezequiel Gallina2015-02-07 16:43:47 -0300
committerFabián Ezequiel Gallina2015-02-07 16:43:47 -0300
commit2d467a0ff0cd446ec0d83044a0be819cbf874cdf (patch)
treef719433f1e65da7a6a70f4bd3f1d9231eb626f9d /test/ChangeLog
parent86c50b9af1e68ca87bfc9e6d0cdb28ae2e53cc32 (diff)
downloademacs-2d467a0ff0cd446ec0d83044a0be819cbf874cdf.tar.gz
emacs-2d467a0ff0cd446ec0d83044a0be819cbf874cdf.zip
Fix hideshow integration.
Fixes: debbugs:19761 * lisp/progmodes/python.el (python-hideshow-forward-sexp-function): New function based on Carlos Pita <carlosjosepita@gmail.com> patch. (python-mode): Make `hs-special-modes-alist` use it and initialize the end regexp with the empty string to avoid skipping parens. * test/automated/python-tests.el (python-tests-visible-string): New function. (python-parens-electric-indent-1) (python-triple-quote-pairing): Fix indentation, move require calls. (python-hideshow-hide-levels-1) (python-hideshow-hide-levels-2): New tests.
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index e0d4eeb323a..b1e21511d65 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,12 @@
12015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org>
2
3 * automated/python-tests.el
4 (python-tests-visible-string): New function.
5 (python-parens-electric-indent-1)
6 (python-triple-quote-pairing): Fix indentation, move require calls.
7 (python-hideshow-hide-levels-1)
8 (python-hideshow-hide-levels-2): New tests.
9
12015-02-07 Dmitry Gutov <dgutov@yandex.ru> 102015-02-07 Dmitry Gutov <dgutov@yandex.ru>
2 11
3 * automated/vc-tests.el (vc-test--working-revision): Fix 12 * automated/vc-tests.el (vc-test--working-revision): Fix