diff options
| author | Fabián Ezequiel Gallina | 2014-07-01 00:54:11 -0300 |
|---|---|---|
| committer | Fabián Ezequiel Gallina | 2014-07-01 00:54:11 -0300 |
| commit | 3acd6262d993cb445a3656808ce544cf68754f89 (patch) | |
| tree | 0a7216ec13d284e4976944b34cd0cad0ab257085 /test/ChangeLog | |
| parent | 64c11219d16ae5f971d51f1fb19405b0e24f9269 (diff) | |
| download | emacs-3acd6262d993cb445a3656808ce544cf68754f89.tar.gz emacs-3acd6262d993cb445a3656808ce544cf68754f89.zip | |
* lisp/progmodes/python.el (python-indent-post-self-insert-function):
Enhancements to electric indentation behavior inside
parens.
* test/automated/python-tests.el
(python-tests-self-insert): New function.
(python-triple-quote-pairing): Use it.
(python-util-forward-comment-1): New test. (Bug#17658)
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index dea6f4a9264..f93b553f341 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-07-01 Fabián Ezequiel Gallina <fgallina@gnu.org> | ||
| 2 | |||
| 3 | * automated/python-tests.el | ||
| 4 | (python-tests-self-insert): New function. | ||
| 5 | (python-triple-quote-pairing): Use it. | ||
| 6 | (python-util-forward-comment-1): New test. (Bug#17658) | ||
| 7 | |||
| 1 | 2014-06-28 Leo Liu <sdl.web@gmail.com> | 8 | 2014-06-28 Leo Liu <sdl.web@gmail.com> |
| 2 | 9 | ||
| 3 | * automated/calc-tests.el: New file and add tests for math-bignum. | 10 | * automated/calc-tests.el: New file and add tests for math-bignum. |