diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index eaeca11ca09..4f21112f3af 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca> | ||
| 2 | |||
| 3 | Enhancements on forward-sexp movement. | ||
| 4 | * progmodes/python.el (python-nav-beginning-of-statement) | ||
| 5 | (python-nav-end-of-statement): Return point-marker. | ||
| 6 | (python-nav-forward-sexp): lisp-like forward-sexp behavior. | ||
| 7 | (python-info-current-symbol) | ||
| 8 | (python-info-statement-starts-block-p): Rename from | ||
| 9 | python-info-beginning-of-block-p. | ||
| 10 | (python-info-statement-ends-block-p): Rename from | ||
| 11 | python-info-end-of-block-p. | ||
| 12 | (python-info-beginning-of-statement-p) | ||
| 13 | (python-info-end-of-statement-p) | ||
| 14 | (python-info-beginning-of-block-p, python-info-end-of-block-p): | ||
| 15 | New functions. | ||
| 16 | |||
| 1 | 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca> | 17 | 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 18 | ||
| 3 | * comint.el (comint-preinput-scroll-to-bottom): Preserve the | 19 | * comint.el (comint-preinput-scroll-to-bottom): Preserve the |