emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r111308: * etc/NEWS: Add entries f


From: Dmitry Gutov
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r111308: * etc/NEWS: Add entries for ruby-mode.
Date: Fri, 01 Mar 2013 02:18:25 +0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111308
committer: Dmitry Gutov <address@hidden>
branch nick: emacs-24
timestamp: Fri 2013-03-01 02:18:25 +0400
message:
  * etc/NEWS: Add entries for ruby-mode.
modified:
  etc/ChangeLog
  etc/NEWS
=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog     2013-02-27 21:04:56 +0000
+++ b/etc/ChangeLog     2013-02-28 22:18:25 +0000
@@ -1,3 +1,7 @@
+2013-02-28  Dmitry Gutov  <address@hidden>
+
+       * NEWS: Add entries for ruby-mode.
+
 2013-02-27  David Engster  <address@hidden>
 
        * NEWS: Add paragraphs for CEDET and EIEIO.

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2013-02-28 06:20:10 +0000
+++ b/etc/NEWS  2013-02-28 22:18:25 +0000
@@ -358,6 +358,29 @@
 **** 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'.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]