aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorFabián Ezequiel Gallina2013-02-19 00:18:32 -0300
committerFabián Ezequiel Gallina2013-02-19 00:18:32 -0300
commit2af3b9c16e340ad034e57e949f09bbafc00bd52c (patch)
treea8f68cb43ad0913f4c10b527276e2901eaaea0ff /lisp/ChangeLog
parent6db17b0200e342dae7a1e09df7f03f80dcbf3fad (diff)
downloademacs-2af3b9c16e340ad034e57e949f09bbafc00bd52c.tar.gz
emacs-2af3b9c16e340ad034e57e949f09bbafc00bd52c.zip
* progmodes/python.el (python-indent-context): Fix
python-info-line-ends-backslash-p call. (python-info-line-ends-backslash-p) (python-info-beginning-of-backslash): Respect line-number argument. (python-info-current-line-comment-p): Fix behavior when not at beginning-of-line. (python-util-position): Remove function. (python-util-goto-line): New function.
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.