diff options
| author | Fabián Ezequiel Gallina | 2012-12-31 16:27:20 -0300 |
|---|---|---|
| committer | Fabián Ezequiel Gallina | 2012-12-31 16:27:20 -0300 |
| commit | df4758b82ea93b13bb659fb0084a951b3bd19190 (patch) | |
| tree | 1270df5a5d3cbf2eddb4f6550878ab5ad96169a6 /lisp/ChangeLog | |
| parent | bdcad781aaa4ea4b5e63e6118bddab964acf77e4 (diff) | |
| download | emacs-df4758b82ea93b13bb659fb0084a951b3bd19190.tar.gz emacs-df4758b82ea93b13bb659fb0084a951b3bd19190.zip | |
Backported revisions 2012-12-29T12:33:33Z!fgallina@gnu.org and 2012-12-29T12:57:49Z!fgallina@gnu.org from trunk.
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 |