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 r111309: NEWS copyedits


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r111309: NEWS copyedits
Date: Fri, 01 Mar 2013 00:24:44 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111309
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Fri 2013-03-01 00:24:44 -0800
message:
  NEWS copyedits
modified:
  etc/NEWS
=== modified file 'etc/NEWS'
--- a/etc/NEWS  2013-02-28 22:18:25 +0000
+++ b/etc/NEWS  2013-03-01 08:24:44 +0000
@@ -358,29 +358,6 @@
 **** 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'.
@@ -456,6 +433,29 @@
 
 *** The constant `rst-version' describes the rst.el package version.
 
+** Ruby mode
+
+*** Support for percent literals and recognition of regular expressions
+in method calls without parentheses with more methods, including Cucumber
+steps definitions.
+
+*** Improved syntax highlighting and indentation.
+
+*** New command `ruby-toggle-block', bound to `C-c {'.
+
+*** Some non-standard keybindings/commands have been removed:
+
+**** `ruby-electric-brace'; use `electric-indent-mode' instead.
+
+**** `ruby-mark-defun'; use `mark-defun'.
+
+**** `ruby-beginning-of-defun' and `ruby-end-of-defun' are replaced by
+appropriate settings for the variables `beginning-of-defun-function'
+and `end-of-defun-function'.
+
+**** Non-standard keybindings for `backward-kill-word', `comment-region',
+`reindent-then-newline-and-indent' and `newline' have been removed.
+
 ** Shell Script mode
 
 *** Pairing of parens/quotes uses `electric-pair-mode' instead of 
skeleton-pair.


reply via email to

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