aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDmitry Gutov2013-07-03 05:02:18 +0400
committerDmitry Gutov2013-07-03 05:02:18 +0400
commit3086ca2e2cf739cc7fd667b16c676522aecf4112 (patch)
treee49bfa18fae35f17ed64096e8d9d2c02e5e84de5 /lisp/ChangeLog
parent9bd3668269180bb28ee33ded00010ab1f5ae6dd6 (diff)
downloademacs-3086ca2e2cf739cc7fd667b16c676522aecf4112.tar.gz
emacs-3086ca2e2cf739cc7fd667b16c676522aecf4112.zip
* lisp/progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
middle of block statement initially, lower the depth. Remove FIXME comment, not longer valid. Remove middle of block statement detection, no need to do that anymore since we've been using `ruby-parse-region' here.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 86a27f9b5bd..9a5af5e31d2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12013-07-03 Dmitry Gutov <dgutov@yandex.ru>
2
3 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
4 middle of block statement initially, lower the depth. Remove
5 FIXME comment, not longer valid. Remove middle of block statement
6 detection, no need to do that anymore since we've been using
7 `ruby-parse-region' here.
8
12013-07-02 Jan Djärv <jan.h.d@swipnet.se> 92013-07-02 Jan Djärv <jan.h.d@swipnet.se>
2 10
3 * term/ns-win.el (display-format-alist): Use .* (Bug#14765). 11 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).