diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -145,6 +145,13 @@ EMACS_SOCKET_NAME environment variable to an appropriate value. | |||
| 145 | *** When run by root, emacsclient no longer connects to non-root sockets. | 145 | *** When run by root, emacsclient no longer connects to non-root sockets. |
| 146 | (Instead you can use Tramp methods to run root commands in a non-root Emacs.) | 146 | (Instead you can use Tramp methods to run root commands in a non-root Emacs.) |
| 147 | 147 | ||
| 148 | --- | ||
| 149 | ** Control of the threshold for using the 'distant-foreground' color. | ||
| 150 | The threshold for color distance below which the 'distant-foreground' | ||
| 151 | color of the face will be used instead of the foreground color can now | ||
| 152 | be controlled via the new variable 'face-near-same-color-threshold'. | ||
| 153 | The default value is 30000, as the previously hard-coded threshold. | ||
| 154 | |||
| 148 | +++ | 155 | +++ |
| 149 | ** The function 'read-passwd' uses '*' as default character to hide passwords. | 156 | ** The function 'read-passwd' uses '*' as default character to hide passwords. |
| 150 | 157 | ||