aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2013-12-09 19:20:34 +0200
committerEli Zaretskii2013-12-09 19:20:34 +0200
commitcc24ef09f8c050808f9f4989e49122b206e8c934 (patch)
tree578b29e1c9dd276a965e7b2559f8b09c21df9a83 /etc
parent439b1ae89e7c0660ef0a8fa540b12977e38dedf8 (diff)
parentad8a47b89fc3c5a3302255f318b1ed805838cf72 (diff)
downloademacs-cc24ef09f8c050808f9f4989e49122b206e8c934.tar.gz
emacs-cc24ef09f8c050808f9f4989e49122b206e8c934.zip
Merge from trunk.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f354f5ce2f7..7f9aeffa5c6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.
667If declaration spans several lines, variables on the following lines
668are lined up to the first one.
669
670*** We now recognize and better indent continuations in array
671comprehensions.
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