aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7d7e62e8141..f99cab9edbf 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,15 @@
12013-02-19 Fabián Ezequiel Gallina <fgallina@cuca>
2
3 * progmodes/python.el (python-indent-context): Fix
4 python-info-line-ends-backslash-p call.
5 (python-info-line-ends-backslash-p)
6 (python-info-beginning-of-backslash): Respect line-number
7 argument.
8 (python-info-current-line-comment-p): Fix behavior when not at
9 beginning-of-line.
10 (python-util-position): Remove function.
11 (python-util-goto-line): New function.
12
12013-02-18 Michael Albinus <michael.albinus@gmx.de> 132013-02-18 Michael Albinus <michael.albinus@gmx.de>
2 14
3 * eshell/em-unix.el (eshell/su): Require tramp. 15 * eshell/em-unix.el (eshell/su): Require tramp.