diff options
| author | Stefan Monnier | 2013-11-03 17:56:03 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2013-11-03 17:56:03 -0500 |
| commit | e61845c1db42405938b9dca7dfff73b4ab6aa52a (patch) | |
| tree | 5dcf9ea81d4015156240064276f4b85715f7bd40 /lisp/ChangeLog | |
| parent | 295559b0fda938555055d0e7769d823428d99865 (diff) | |
| download | emacs-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/ChangeLog | 17 |
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 @@ | |||
| 1 | 2013-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 | |||
| 1 | 2013-11-03 Glenn Morris <rgm@gnu.org> | 10 | 2013-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 | ||
| 26 | 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com> | 35 | 2013-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 | ||
| 31 | 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com> | 40 | 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com> |
| 32 | 41 | ||
| @@ -34,8 +43,8 @@ | |||
| 34 | 43 | ||
| 35 | 2013-11-02 Dmitry Gutov <dgutov@yandex.ru> | 44 | 2013-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 | ||