aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorFabián Ezequiel Gallina2015-02-07 18:39:07 -0300
committerFabián Ezequiel Gallina2015-02-07 18:39:07 -0300
commit2155973e5e35d11a50ce6773bb34d5df68beea57 (patch)
tree682fa184b144ec057533839858c6617c8d166b46 /test/ChangeLog
parent2d467a0ff0cd446ec0d83044a0be819cbf874cdf (diff)
downloademacs-2155973e5e35d11a50ce6773bb34d5df68beea57.tar.gz
emacs-2155973e5e35d11a50ce6773bb34d5df68beea57.zip
python.el: Keep eldoc visible while typing args.
Fixes: debbugs:19637 * lisp/progmodes/python.el (python-eldoc--get-symbol-at-point): New function. (python-eldoc--get-doc-at-point, python-eldoc-at-point): Use it. * test/automated/python-tests.el (python-eldoc--get-symbol-at-point-1) (python-eldoc--get-symbol-at-point-2) (python-eldoc--get-symbol-at-point-3) (python-eldoc--get-symbol-at-point-4): New tests.
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index b1e21511d65..ff02bd6a25d 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,6 +1,14 @@
12015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org> 12015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org>
2 2
3 * automated/python-tests.el 3 * automated/python-tests.el
4 (python-eldoc--get-symbol-at-point-1)
5 (python-eldoc--get-symbol-at-point-2)
6 (python-eldoc--get-symbol-at-point-3)
7 (python-eldoc--get-symbol-at-point-4): New tests.
8
92015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org>
10
11 * automated/python-tests.el
4 (python-tests-visible-string): New function. 12 (python-tests-visible-string): New function.
5 (python-parens-electric-indent-1) 13 (python-parens-electric-indent-1)
6 (python-triple-quote-pairing): Fix indentation, move require calls. 14 (python-triple-quote-pairing): Fix indentation, move require calls.