aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorFabián Ezequiel Gallina2013-04-17 19:23:13 -0300
committerFabián Ezequiel Gallina2013-04-17 19:23:13 -0300
commit04754d3612ea2f09440604c571814e0795511fa3 (patch)
tree20fe20127a95831eb06c2313f3c2cca2abddc1a0 /lisp/ChangeLog
parentdd8791e96feb4915c895a4879deee67e672e0a7f (diff)
downloademacs-04754d3612ea2f09440604c571814e0795511fa3.tar.gz
emacs-04754d3612ea2f09440604c571814e0795511fa3.zip
* lisp/progmodes/python.el (python-nav--syntactically): Fix cornercases
and do not care about match data. * test/automated/python-tests.el (python-nav-backward-defun-2) (python-nav-backward-defun-3, python-nav-forward-defun-2) (python-nav-forward-defun-3): 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 4ace42afa09..fdb9ac2acab 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
2
3 * progmodes/python.el (python-nav--syntactically): Fix cornercases
4 and do not care about match data.
5
12013-04-17 Stefan Monnier <monnier@iro.umontreal.ca> 62013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized 8 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized