diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 655ae574468..34d401379bb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org> | 1 | 2015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org> |
| 2 | 2 | ||
| 3 | python.el: Keep eldoc visible while typing args. (Bug#19637) | ||
| 4 | |||
| 5 | * progmodes/python.el (python-eldoc--get-symbol-at-point): New | ||
| 6 | function. | ||
| 7 | (python-eldoc--get-doc-at-point, python-eldoc-at-point): Use it. | ||
| 8 | |||
| 9 | 2015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org> | ||
| 10 | |||
| 3 | Fix hideshow integration. (Bug#19761) | 11 | Fix hideshow integration. (Bug#19761) |
| 4 | 12 | ||
| 5 | * progmodes/python.el | 13 | * progmodes/python.el |