diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0bf336cfbe1..6a1ebc7e0e6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2012-12-31 Fabián Ezequiel Gallina <fgallina@cuca> | ||
| 2 | |||
| 3 | * progmodes/python.el: Support other commands triggering | ||
| 4 | python-indent-line so indentation cycling continues to work. | ||
| 5 | (python-indent-trigger-commands): New defcustom. | ||
| 6 | (python-indent-line): Use it. | ||
| 7 | |||
| 8 | 2012-12-31 Fabián Ezequiel Gallina <fgallina@cuca> | ||
| 9 | |||
| 10 | * progmodes/python.el (python-shell-send-region): Add blank lines | ||
| 11 | for non sent code so backtraces remain correct. | ||
| 12 | |||
| 1 | 2012-12-31 Andreas Schwab <schwab@linux-m68k.org> | 13 | 2012-12-31 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 14 | ||
| 3 | * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if | 15 | * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if |