aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS23
1 files changed, 23 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d937ae70166..b344f643069 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
786in method calls without parentheses with more methods, including Cucumber
787steps 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
800appropriate settings for the variables `beginning-of-defun-function'
801and `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.