diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f7e3cb4fc7a..072de2b6caa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * subr.el (eventp): Presume that if it looks vaguely like an event, | ||
| 4 | it's an event (bug#10190). | ||
| 5 | |||
| 1 | 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca> | 6 | 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca> |
| 2 | 7 | ||
| 3 | Enhancements to ppss related code (thanks Stefan). | 8 | Enhancements to ppss related code (thanks Stefan). |
| @@ -5,7 +10,7 @@ | |||
| 5 | (python-indent-calculate-indentation, python-indent-dedent-line) | 10 | (python-indent-calculate-indentation, python-indent-dedent-line) |
| 6 | (python-indent-electric-colon, python-nav-forward-block) | 11 | (python-indent-electric-colon, python-nav-forward-block) |
| 7 | (python-mode-abbrev-table) | 12 | (python-mode-abbrev-table) |
| 8 | (python-info-assignment-continuation-line-p): Simplified checks | 13 | (python-info-assignment-continuation-line-p): Simplify checks |
| 9 | for ppss context. | 14 | for ppss context. |
| 10 | (python-info-continuation-line-p): Cleanup. | 15 | (python-info-continuation-line-p): Cleanup. |
| 11 | (python-info-ppss-context): Do not catch 'quote. | 16 | (python-info-ppss-context): Do not catch 'quote. |