aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-01-27 17:27:16 -0500
committerGlenn Morris2014-01-27 17:27:16 -0500
commitee325f582521531eeb028319e96cc6aeb7157c72 (patch)
treed55b74daebe3a1e528ee0154499b7b335192339c
parent2c09a9f479ffa10c06b60ae4123c151820c8c13a (diff)
downloademacs-ee325f582521531eeb028319e96cc6aeb7157c72.tar.gz
emacs-ee325f582521531eeb028319e96cc6aeb7157c72.zip
* etc/NEWS: Small edits
-rw-r--r--etc/NEWS26
1 files changed, 14 insertions, 12 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d8085c7092a..155696cf3cd 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -609,17 +609,19 @@ entries displayed by `Info-index-next', `Info-virtual-index' and
609 609
610** JS Mode 610** JS Mode
611 611
612---
613*** New option `js-switch-indent-offset'.
614
615---
612*** Better indentation of multiple-variable declarations. 616*** Better indentation of multiple-variable declarations.
613If declaration spans several lines, variables on the following lines 617If a declaration spans several lines, variables on the following lines
614are lined up to the first one. 618are lined up to the first one.
615 619
616*** We now recognize and better indent continuations in array 620---
617comprehensions. 621*** Recognition and better indentation of continuations in array comprehensions.
618
619*** New option `js-switch-indent-offset`.
620 622
621** MH-E has been updated to MH-E version 8.5. 623+++
622See MH-E-NEWS for details. 624** MH-E has been updated to version 8.5 - see separate MH-E-NEWS file.
623 625
624+++ 626+++
625** Octave mode 627** Octave mode
@@ -1113,10 +1115,10 @@ This is like the old `eval-after-load', but better behaved.
1113** New library subr-x.el with miscellaneous small utility functions 1115** New library subr-x.el with miscellaneous small utility functions
1114*** `hash-table-keys' 1116*** `hash-table-keys'
1115*** `hash-table-values' 1117*** `hash-table-values'
1116*** `string-blank-p` 1118*** `string-blank-p'
1117*** `string-empty-p` 1119*** `string-empty-p'
1118*** `string-join` 1120*** `string-join'
1119*** `string-reverse` 1121*** `string-reverse'
1120*** `string-trim-left' 1122*** `string-trim-left'
1121*** `string-trim-right' 1123*** `string-trim-right'
1122*** `string-trim' 1124*** `string-trim'
@@ -3363,7 +3365,7 @@ means you can just remove all calls to the function in question):
3363*** `frame-update-faces' (not needed) 3365*** `frame-update-faces' (not needed)
3364*** `frame-update-face-colors' (`frame-set-background-mode') 3366*** `frame-update-face-colors' (`frame-set-background-mode')
3365*** `x-frob-font-weight' and `x-frob-font-slant' (`make-face-*' functions) 3367*** `x-frob-font-weight' and `x-frob-font-slant' (`make-face-*' functions)
3366*** `x-make-font-bold and x-make-font-demibold (`make-face-bold') 3368*** `x-make-font-bold' and `x-make-font-demibold' (`make-face-bold')
3367*** `x-make-font-italic' and `x-make-font-oblique' (`make-face-italic') 3369*** `x-make-font-italic' and `x-make-font-oblique' (`make-face-italic')
3368*** `x-make-font-bold-italic' (`make-face-bold-italic') 3370*** `x-make-font-bold-italic' (`make-face-bold-italic')
3369*** `x-make-font-unbold' (`make-face-unbold') 3371*** `x-make-font-unbold' (`make-face-unbold')