diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 23 |
1 files changed, 23 insertions, 0 deletions
| @@ -780,6 +780,29 @@ Sphinx support has been improved. | |||
| 780 | 780 | ||
| 781 | *** The constant `rst-version' describes the rst.el package version. | 781 | *** The constant `rst-version' describes the rst.el package version. |
| 782 | 782 | ||
| 783 | ** Ruby mode | ||
| 784 | |||
| 785 | *** Support for percent literals and recognition of regular expressions | ||
| 786 | in method calls without parentheses with more methods, including Cucumber | ||
| 787 | steps definitions. | ||
| 788 | |||
| 789 | *** Improved syntax highlighting and indentation. | ||
| 790 | |||
| 791 | *** New command `ruby-toggle-block', bound to `C-c {'. | ||
| 792 | |||
| 793 | *** Some non-standard keybindings/commands have been removed: | ||
| 794 | |||
| 795 | **** `ruby-electric-brace'; use `electric-indent-mode' instead. | ||
| 796 | |||
| 797 | **** `ruby-mark-defun'; use `mark-defun'. | ||
| 798 | |||
| 799 | **** `ruby-beginning-of-defun' and `ruby-end-of-defun' are replaced by | ||
| 800 | appropriate settings for the variables `beginning-of-defun-function' | ||
| 801 | and `end-of-defun-function'. | ||
| 802 | |||
| 803 | **** Non-standard keybindings for `backward-kill-word', `comment-region', | ||
| 804 | `reindent-then-newline-and-indent' and `newline' have been removed. | ||
| 805 | |||
| 783 | ** Shell Script mode | 806 | ** Shell Script mode |
| 784 | 807 | ||
| 785 | *** Pairing of parens/quotes uses `electric-pair-mode' instead of skeleton-pair. | 808 | *** Pairing of parens/quotes uses `electric-pair-mode' instead of skeleton-pair. |