diff options
Diffstat (limited to 'etc/NEWS')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -2440,9 +2440,15 @@ call to `message', the echo area will not be resized to display that | |||
| 2440 | message; it will be truncated instead, as it was done in 20.x. | 2440 | message; it will be truncated instead, as it was done in 20.x. |
| 2441 | Default value is nil. | 2441 | Default value is nil. |
| 2442 | 2442 | ||
| 2443 | +++ | ||
| 2443 | ** The user option `line-number-display-limit' can now be set to nil, | 2444 | ** The user option `line-number-display-limit' can now be set to nil, |
| 2444 | meaning no limit. | 2445 | meaning no limit. |
| 2445 | 2446 | ||
| 2447 | +++ | ||
| 2448 | ** The new user option `line-number-display-limit-width' controls | ||
| 2449 | the maximum width of lines in a buffer for which Emacs displays line | ||
| 2450 | numbers in the mode line. The default is 200. | ||
| 2451 | |||
| 2446 | ** `select-safe-coding-system' now also checks the most preferred | 2452 | ** `select-safe-coding-system' now also checks the most preferred |
| 2447 | coding-system if buffer-file-coding-system is `undecided' and | 2453 | coding-system if buffer-file-coding-system is `undecided' and |
| 2448 | DEFAULT-CODING-SYSTEM is not specified, | 2454 | DEFAULT-CODING-SYSTEM is not specified, |