aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2013-11-03 17:56:03 -0500
committerStefan Monnier2013-11-03 17:56:03 -0500
commite61845c1db42405938b9dca7dfff73b4ab6aa52a (patch)
tree5dcf9ea81d4015156240064276f4b85715f7bd40 /lisp/ChangeLog
parent295559b0fda938555055d0e7769d823428d99865 (diff)
downloademacs-e61845c1db42405938b9dca7dfff73b4ab6aa52a.tar.gz
emacs-e61845c1db42405938b9dca7dfff73b4ab6aa52a.zip
* lisp/emacs-lisp/smie.el (smie-rule-parent): Always call
smie-indent-virtual rather than only for hanging tokens. (smie--next-indent-change): New helper command. * lisp/progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove. (ruby-smie-rules): Use smie-rule-parent instead.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog17
1 files changed, 13 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7930c7d5eda..4f1b2142a69 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
4 (ruby-smie-rules): Use smie-rule-parent instead.
5
6 * emacs-lisp/smie.el (smie-rule-parent): Always call
7 smie-indent-virtual rather than only for hanging tokens.
8 (smie--next-indent-change): New helper command.
9
12013-11-03 Glenn Morris <rgm@gnu.org> 102013-11-03 Glenn Morris <rgm@gnu.org>
2 11
3 * Makefile.in (abs_srcdir): Remove. 12 * Makefile.in (abs_srcdir): Remove.
@@ -25,8 +34,8 @@
25 34
262013-11-02 Bozhidar Batsov <bozhidar@batsov.com> 352013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
27 36
28 * emacs-lisp/package.el (package-version-join): Recognize 37 * emacs-lisp/package.el (package-version-join):
29 snapshot versions. 38 Recognize snapshot versions.
30 39
312013-11-02 Bozhidar Batsov <bozhidar@batsov.com> 402013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
32 41
@@ -34,8 +43,8 @@
34 43
352013-11-02 Dmitry Gutov <dgutov@yandex.ru> 442013-11-02 Dmitry Gutov <dgutov@yandex.ru>
36 45
37 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): New 46 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
38 function, replacement for `smie-rule-parent' for when we want to 47 New function, replacement for `smie-rule-parent' for when we want to
39 skip over our direct parent if it's an assignment token.. 48 skip over our direct parent if it's an assignment token..
40 (ruby-smie-rules): Use it. 49 (ruby-smie-rules): Use it.
41 50