diff options
| author | Eli Zaretskii | 2013-12-09 19:20:34 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2013-12-09 19:20:34 +0200 |
| commit | cc24ef09f8c050808f9f4989e49122b206e8c934 (patch) | |
| tree | 578b29e1c9dd276a965e7b2559f8b09c21df9a83 /etc | |
| parent | 439b1ae89e7c0660ef0a8fa540b12977e38dedf8 (diff) | |
| parent | ad8a47b89fc3c5a3302255f318b1ed805838cf72 (diff) | |
| download | emacs-cc24ef09f8c050808f9f4989e49122b206e8c934.tar.gz emacs-cc24ef09f8c050808f9f4989e49122b206e8c934.zip | |
Merge from trunk.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
| @@ -661,6 +661,17 @@ whether it is safe to use Bash's --noediting option. These days | |||
| 661 | 661 | ||
| 662 | *** Add more Ruby file types to `auto-mode-alist'. | 662 | *** Add more Ruby file types to `auto-mode-alist'. |
| 663 | 663 | ||
| 664 | ** JS Mode | ||
| 665 | |||
| 666 | *** Better indentation of multiple-variable declarations. | ||
| 667 | If declaration spans several lines, variables on the following lines | ||
| 668 | are lined up to the first one. | ||
| 669 | |||
| 670 | *** We now recognize and better indent continuations in array | ||
| 671 | comprehensions. | ||
| 672 | |||
| 673 | *** New option `js-switch-indent-offset`. | ||
| 674 | |||
| 664 | 675 | ||
| 665 | * New Modes and Packages in Emacs 24.4 | 676 | * New Modes and Packages in Emacs 24.4 |
| 666 | 677 | ||