]> code.delx.au - gnu-emacs/commitdiff
* etc/NEWS: Add entries for ruby-mode.
authorDmitry Gutov <dgutov@yandex.ru>
Thu, 28 Feb 2013 22:18:25 +0000 (02:18 +0400)
committerDmitry Gutov <dgutov@yandex.ru>
Thu, 28 Feb 2013 22:18:25 +0000 (02:18 +0400)
etc/ChangeLog
etc/NEWS

index 79040ecaeaa94f4493917d238f17da9393fdbb87..9bb9d75c0674ced7966047dac7164173294015c9 100644 (file)
@@ -1,3 +1,7 @@
+2013-02-28  Dmitry Gutov  <dgutov@yandex.ru>
+
+       * NEWS: Add entries for ruby-mode.
+
 2013-02-27  David Engster  <deng@randomsample.de>
 
        * NEWS: Add paragraphs for CEDET and EIEIO.
index 4fecb1acfec100c915ff865a164cc72449436854..011a5b457b1916fccff59e92dd7a0f316d65b472 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -358,6 +358,29 @@ and python-shell-switch-to-shell
 **** python-switch-to-python -> python-shell-switch-to-shell
 **** python-describe-symbol -> python-eldoc-at-point
 
+** Ruby mode
+
+*** Support for percent literals and recognition of regular expressions
+in method calls without parentheses with more methods, including Cucumber
+steps definitions.
+
+*** Better syntax highlighting and indentation in many edge cases.
+
+*** Some keybindings removed, using standard commands with adjusted
+behavior where possible.
+
+**** `ruby-electric-brace' was removed in favor of `electric-indent-mode'.
+
+**** `ruby-{beginning,end}-of-defun bindings were replaced with setting
+respective `{beginning,end}-of-defun-function' variables.
+
+**** `ruby-mark-defun' was removed in favor of `mark-defun'.
+
+**** Non-standard keybindings for `backward-kill-word', `comment-region',
+`reindent-then-newline-and-indent' and `newline' were simply removed.
+
+*** New command `ruby-toggle-block', bound to `C-c {'.
+
 ** D-Bus
 
 *** New variables `dbus-compiled-version' and `dbus-runtime-version'.