aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPhillip Lord2016-01-15 22:20:34 +0000
committerPhillip Lord2016-01-15 22:20:34 +0000
commitbb0cd3193912032ae11a27016271d4587f876f98 (patch)
treed07e7bade1a79bec532447af64c9a5e1e63fc7ee /etc
parent549a765efeca2748e68a5c6ce6c9238784e82535 (diff)
parent9e5452f7166e3634f2d8e943815ed722e1672714 (diff)
downloademacs-bb0cd3193912032ae11a27016271d4587f876f98.tar.gz
emacs-bb0cd3193912032ae11a27016271d4587f876f98.zip
Merge branch 'emacs-25' of git.sv.gnu.org:/srv/git/emacs into emacs-25
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS10
1 files changed, 8 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ef72d457ca7..9e635798c58 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -214,6 +214,14 @@ for use in Emacs bug reports.
214hiding character but the default `.' can be used by let-binding the 214hiding character but the default `.' can be used by let-binding the
215variable `read-hide-char'. 215variable `read-hide-char'.
216 216
217+++
218** The Emacs pseudo-random number generator can be securely seeded.
219On system where Emacs can access the system entropy or some other
220cryptographically secure random stream, it now uses that when `random'
221is called with its argument `t'. This allows cryptographically strong
222random values; in particular, the Emacs server now uses this facility
223to produce its authentication key.
224
217--- 225---
218** New input methods: `tamil-dvorak' and `programmer-dvorak'. 226** New input methods: `tamil-dvorak' and `programmer-dvorak'.
219 227
@@ -726,8 +734,6 @@ to produce a neat summary.
726 734
727--- 735---
728** New js.el option `js-indent-first-init'. 736** New js.el option `js-indent-first-init'.
729It was renamed from `js-indent-first-initialiser', to avoid issues
730with American vs British spelling.
731 737
732** Info 738** Info
733 739