| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug#16609 | Dmitry Gutov | 2014-02-01 | 1 | -0/+7 |
* | Implement user option ruby-align-chained-calls | Dmitry Gutov | 2014-01-31 | 1 | -4/+4 |
* | ruby-mode: Align def...end to the beginning of statement | Dmitry Gutov | 2014-01-17 | 1 | -0/+4 |
* | Spelling fixes. | Paul Eggert | 2014-01-09 | 1 | -1/+1 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | * lisp/progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t | Dmitry Gutov | 2013-12-22 | 1 | -0/+1 |
* | * lisp/progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the | Dmitry Gutov | 2013-12-22 | 1 | -0/+6 |
* | * lisp/progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): New | Dmitry Gutov | 2013-12-20 | 1 | -21/+16 |
* | * lisp/progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block | Dmitry Gutov | 2013-12-19 | 1 | -0/+4 |
* | * lisp/progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the | Dmitry Gutov | 2013-12-19 | 1 | -6/+17 |
* | * lisp/progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if. | Dmitry Gutov | 2013-12-17 | 1 | -0/+4 |
* | Fix bug#16116 | Dmitry Gutov | 2013-12-17 | 1 | -6/+3 |
* | Fix bug#16118 | Dmitry Gutov | 2013-12-14 | 1 | -4/+35 |
* | * lisp/progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t | Dmitry Gutov | 2013-12-09 | 1 | -0/+3 |
* | Mention test/indent/js.js, and restore one lost piece of it | Dmitry Gutov | 2013-12-08 | 1 | -1/+5 |
* | Port indentation code from js2-mode to js-mode | Dmitry Gutov | 2013-12-08 | 1 | -0/+45 |
* | * lisp/progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between | Dmitry Gutov | 2013-11-12 | 1 | -0/+3 |
* | * lisp/progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): | Dmitry Gutov | 2013-11-09 | 1 | -2/+7 |
* | * indent/ruby.rb: New example | Dmitry Gutov | 2013-11-08 | 1 | -0/+7 |
* | * lisp/progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences | Dmitry Gutov | 2013-11-08 | 1 | -2/+29 |
* | * lisp/progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): | Dmitry Gutov | 2013-11-07 | 1 | -0/+12 |
* | * lisp/progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of | Dmitry Gutov | 2013-11-07 | 1 | -3/+1 |
* | * test/indent/ruby.rb: Move a now-successful example. | Dmitry Gutov | 2013-11-04 | 1 | -4/+4 |
* | * lisp/progmodes/ruby-mode.el (ruby-smie--forward-token) | Dmitry Gutov | 2013-11-04 | 1 | -0/+1 |
* | * lisp/progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): New | Dmitry Gutov | 2013-11-02 | 1 | -0/+8 |
* | * src/eval.c (run_hook_with_args): Use FUNCTIONP. | Stefan Monnier | 2013-10-29 | 3 | -2/+16 |
* | * lisp/progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes | Dmitry Gutov | 2013-10-27 | 1 | -0/+5 |
* | * test/indent/ruby.rb: New failing example. | Dmitry Gutov | 2013-10-26 | 1 | -0/+4 |
* | * lisp/progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more | Dmitry Gutov | 2013-10-26 | 1 | -12/+13 |
* | * lisp/progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block | Dmitry Gutov | 2013-10-24 | 1 | -1/+1 |
* | * lisp/progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of | Stefan Monnier | 2013-10-23 | 1 | -0/+4 |
* | * test/indent/ruby.rb: Move two examples to "working" section, add one | Dmitry Gutov | 2013-10-23 | 1 | -7/+11 |
* | * lisp/progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated | Dmitry Gutov | 2013-10-22 | 1 | -3/+14 |
* | * lisp/progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as | Stefan Monnier | 2013-10-21 | 1 | -2/+2 |
* | * indent/ruby.rb: Fix a typo | Dmitry Gutov | 2013-10-21 | 1 | -1/+1 |
* | * lisp/progmodes/ruby-mode.el (ruby-smie-grammar): Add (almost) all | Dmitry Gutov | 2013-10-21 | 1 | -4/+4 |
* | * lisp/progmodes/ruby-mode.el (ruby-mode-map): Add binding for | Dmitry Gutov | 2013-10-21 | 1 | -8/+17 |
* | * lisp/progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's | Stefan Monnier | 2013-10-16 | 1 | -0/+6 |
* | * indent/ruby.rb: Fix an example, remove wrong example, and add two more. | Dmitry Gutov | 2013-10-15 | 1 | -4/+9 |
* | * lisp/progmodes/ruby-mode.el (ruby-smie--args-separator-p): Handle | Dmitry Gutov | 2013-10-14 | 1 | -3/+24 |
* | * lisp/progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free | Stefan Monnier | 2013-10-12 | 1 | -0/+4 |
* | * test/indent/ruby.rb: Add two more cases. | Dmitry Gutov | 2013-10-11 | 1 | -0/+7 |
* | * lisp/progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the | Dmitry Gutov | 2013-10-11 | 1 | -0/+4 |
* | * lisp/progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging | Dmitry Gutov | 2013-10-09 | 1 | -2/+6 |
* | * lisp/progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the | Dmitry Gutov | 2013-10-08 | 1 | -2/+2 |
* | * lisp/textmodes/css-mode.el (css-smie-rules): Fix indentation. | Stefan Monnier | 2013-10-07 | 1 | -0/+8 |
* | * test/indent/ruby.rb: Fix a spurious change, add more failing examples. | Dmitry Gutov | 2013-10-07 | 1 | -3/+17 |
* | * lisp/progmodes/ruby-mode.el: Fix recently added tests. | Stefan Monnier | 2013-10-06 | 1 | -3/+18 |
* | * indent/ruby.rb: Fix a factual error. | Dmitry Gutov | 2013-10-07 | 1 | -5/+2 |
* | * test/automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp' | Dmitry Gutov | 2013-10-06 | 1 | -0/+6 |