diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -369,6 +369,14 @@ turn on `whitespace-mode' for *vc-diff* buffers. Modes should call | |||
| 369 | *** Using "mode: MINOR-MODE" to enable a minor mode is deprecated. | 369 | *** Using "mode: MINOR-MODE" to enable a minor mode is deprecated. |
| 370 | Instead, use "eval: (minor-mode 1)". | 370 | Instead, use "eval: (minor-mode 1)". |
| 371 | 371 | ||
| 372 | FIXME: inhibit-first-line-modes-regexps was not mentioned in lispref, | ||
| 373 | but this probably should be. | ||
| 374 | *** The variable `inhibit-first-line-modes-regexps' has been renamed | ||
| 375 | to `inhibit-local-variables-regexps'. As the name suggests, it now | ||
| 376 | applies to ALL file local variables, not just -*- mode ones. | ||
| 377 | The associated `inhibit-first-line-modes-suffixes' has been renamed | ||
| 378 | in the corresponding way. | ||
| 379 | |||
| 372 | +++ | 380 | +++ |
| 373 | ** The variable `focus-follows-mouse' now always defaults to nil. | 381 | ** The variable `focus-follows-mouse' now always defaults to nil. |
| 374 | 382 | ||