diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 10 |
1 files changed, 8 insertions, 2 deletions
| @@ -214,6 +214,14 @@ for use in Emacs bug reports. | |||
| 214 | hiding character but the default `.' can be used by let-binding the | 214 | hiding character but the default `.' can be used by let-binding the |
| 215 | variable `read-hide-char'. | 215 | variable `read-hide-char'. |
| 216 | 216 | ||
| 217 | +++ | ||
| 218 | ** The Emacs pseudo-random number generator can be securely seeded. | ||
| 219 | On system where Emacs can access the system entropy or some other | ||
| 220 | cryptographically secure random stream, it now uses that when `random' | ||
| 221 | is called with its argument `t'. This allows cryptographically strong | ||
| 222 | random values; in particular, the Emacs server now uses this facility | ||
| 223 | to 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'. |
| 729 | It was renamed from `js-indent-first-initialiser', to avoid issues | ||
| 730 | with American vs British spelling. | ||
| 731 | 737 | ||
| 732 | ** Info | 738 | ** Info |
| 733 | 739 | ||