diff options
| author | Fabián Ezequiel Gallina | 2013-08-13 13:36:32 -0300 |
|---|---|---|
| committer | Fabián Ezequiel Gallina | 2013-08-13 13:36:32 -0300 |
| commit | ad75644970a5deccb1d40465e20087f5806ed3df (patch) | |
| tree | 8dc0ba2c980d3f6a3abc98918912b71c7141f363 /lisp/ChangeLog | |
| parent | 866c710eeb75ce47767442952028d79b76c1606a (diff) | |
| download | emacs-ad75644970a5deccb1d40465e20087f5806ed3df.tar.gz emacs-ad75644970a5deccb1d40465e20087f5806ed3df.zip | |
* lisp/progmodes/python.el (python-imenu--build-tree)
(python-imenu--put-parent): Simplify and Fix (GH bug 146).
* test/automated/python-tests.el (python-imenu-create-index-4)
(python-imenu-create-flat-index-2): New tests.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0c8791d8af7..11e5e913398 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/python.el (python-imenu--build-tree) | ||
| 4 | (python-imenu--put-parent): Simplify and Fix (GH bug 146). | ||
| 5 | |||
| 1 | 2013-08-13 Xue Fuqiao <xfq.free@gmail.com> | 6 | 2013-08-13 Xue Fuqiao <xfq.free@gmail.com> |
| 2 | 7 | ||
| 3 | * simple.el (backward-word): Mention the optional argument. | 8 | * simple.el (backward-word): Mention the optional argument. |