diff options
| author | Dmitry Gutov | 2013-03-01 02:18:25 +0400 |
|---|---|---|
| committer | Dmitry Gutov | 2013-03-01 02:18:25 +0400 |
| commit | c19279e4670c8358088b055685525b1857c3f376 (patch) | |
| tree | 92c1280b4834b6ea27e88a681d94d61526daf065 | |
| parent | b6e99fe463fd9610eadd181e39aa4b4ba632eb61 (diff) | |
| download | emacs-c19279e4670c8358088b055685525b1857c3f376.tar.gz emacs-c19279e4670c8358088b055685525b1857c3f376.zip | |
* etc/NEWS: Add entries for ruby-mode.
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 23 |
2 files changed, 27 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 79040ecaeaa..9bb9d75c067 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-02-28 Dmitry Gutov <dgutov@yandex.ru> | ||
| 2 | |||
| 3 | * NEWS: Add entries for ruby-mode. | ||
| 4 | |||
| 1 | 2013-02-27 David Engster <deng@randomsample.de> | 5 | 2013-02-27 David Engster <deng@randomsample.de> |
| 2 | 6 | ||
| 3 | * NEWS: Add paragraphs for CEDET and EIEIO. | 7 | * NEWS: Add paragraphs for CEDET and EIEIO. |
| @@ -358,6 +358,29 @@ 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 | ||
| 364 | in method calls without parentheses with more methods, including Cucumber | ||
| 365 | steps definitions. | ||
| 366 | |||
| 367 | *** Better syntax highlighting and indentation in many edge cases. | ||
| 368 | |||
| 369 | *** Some keybindings removed, using standard commands with adjusted | ||
| 370 | behavior 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 | ||
| 375 | respective `{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 | |||
| 361 | ** D-Bus | 384 | ** D-Bus |
| 362 | 385 | ||
| 363 | *** New variables `dbus-compiled-version' and `dbus-runtime-version'. | 386 | *** New variables `dbus-compiled-version' and `dbus-runtime-version'. |