aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9a54639a30b..b79d174d35e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,12 @@
12012-12-29 Fabián Ezequiel Gallina <fgallina@cuca> 12012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
2 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
82012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
9
3 * progmodes/python.el (python-shell-send-region): Add blank lines 10 * progmodes/python.el (python-shell-send-region): Add blank lines
4 for non sent code so backtraces remain correct. 11 for non sent code so backtraces remain correct.
5 12