aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-03-01 00:24:44 -0800
committerGlenn Morris2013-03-01 00:24:44 -0800
commitdba3cda3d2492a56424b4e799ab2af9b4df21b73 (patch)
tree3d4dd884c9dbcd5bb8da97480791b8e0fd86f7d7
parentc19279e4670c8358088b055685525b1857c3f376 (diff)
downloademacs-dba3cda3d2492a56424b4e799ab2af9b4df21b73.tar.gz
emacs-dba3cda3d2492a56424b4e799ab2af9b4df21b73.zip
NEWS copyedits
-rw-r--r--etc/NEWS46
1 files changed, 23 insertions, 23 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 011a5b457b1..0361a697635 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -358,29 +358,6 @@ and python-shell-switch-to-shell
358**** python-switch-to-python -> python-shell-switch-to-shell 358**** python-switch-to-python -> python-shell-switch-to-shell
359**** python-describe-symbol -> python-eldoc-at-point 359**** python-describe-symbol -> python-eldoc-at-point
360 360
361** Ruby mode
362
363*** Support for percent literals and recognition of regular expressions
364in method calls without parentheses with more methods, including Cucumber
365steps definitions.
366
367*** Better syntax highlighting and indentation in many edge cases.
368
369*** Some keybindings removed, using standard commands with adjusted
370behavior where possible.
371
372**** `ruby-electric-brace' was removed in favor of `electric-indent-mode'.
373
374**** `ruby-{beginning,end}-of-defun bindings were replaced with setting
375respective `{beginning,end}-of-defun-function' variables.
376
377**** `ruby-mark-defun' was removed in favor of `mark-defun'.
378
379**** Non-standard keybindings for `backward-kill-word', `comment-region',
380`reindent-then-newline-and-indent' and `newline' were simply removed.
381
382*** New command `ruby-toggle-block', bound to `C-c {'.
383
384** D-Bus 361** D-Bus
385 362
386*** New variables `dbus-compiled-version' and `dbus-runtime-version'. 363*** New variables `dbus-compiled-version' and `dbus-runtime-version'.
@@ -456,6 +433,29 @@ Sphinx support has been improved.
456 433
457*** The constant `rst-version' describes the rst.el package version. 434*** The constant `rst-version' describes the rst.el package version.
458 435
436** Ruby mode
437
438*** Support for percent literals and recognition of regular expressions
439in method calls without parentheses with more methods, including Cucumber
440steps definitions.
441
442*** Improved syntax highlighting and indentation.
443
444*** New command `ruby-toggle-block', bound to `C-c {'.
445
446*** Some non-standard keybindings/commands have been removed:
447
448**** `ruby-electric-brace'; use `electric-indent-mode' instead.
449
450**** `ruby-mark-defun'; use `mark-defun'.
451
452**** `ruby-beginning-of-defun' and `ruby-end-of-defun' are replaced by
453appropriate settings for the variables `beginning-of-defun-function'
454and `end-of-defun-function'.
455
456**** Non-standard keybindings for `backward-kill-word', `comment-region',
457`reindent-then-newline-and-indent' and `newline' have been removed.
458
459** Shell Script mode 459** Shell Script mode
460 460
461*** Pairing of parens/quotes uses `electric-pair-mode' instead of skeleton-pair. 461*** Pairing of parens/quotes uses `electric-pair-mode' instead of skeleton-pair.