diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 9 |
1 files changed, 6 insertions, 3 deletions
| @@ -341,14 +341,14 @@ automatically when Emacs starts up. To disable this, set | |||
| 341 | loaded, customize `package-load-list'. | 341 | loaded, customize `package-load-list'. |
| 342 | 342 | ||
| 343 | ** Custom Themes | 343 | ** Custom Themes |
| 344 | 344 | +++ | |
| 345 | *** `M-x customize-themes' lists Custom themes which can be enabled. | 345 | *** `M-x customize-themes' lists Custom themes which can be enabled. |
| 346 | 346 | +++ | |
| 347 | *** New option `custom-theme-load-path' is the load path for themes. | 347 | *** New option `custom-theme-load-path' is the load path for themes. |
| 348 | Emacs no longer looks for custom themes in `load-path'. The default | 348 | Emacs no longer looks for custom themes in `load-path'. The default |
| 349 | is to search in `custom-theme-directory', followed by a built-in theme | 349 | is to search in `custom-theme-directory', followed by a built-in theme |
| 350 | directory named "themes/" in `data-directory'. | 350 | directory named "themes/" in `data-directory'. |
| 351 | 351 | +++ | |
| 352 | *** New option `custom-safe-themes' records known-safe theme files. | 352 | *** New option `custom-safe-themes' records known-safe theme files. |
| 353 | If a theme is not in this list, Emacs queries before loading it, and | 353 | If a theme is not in this list, Emacs queries before loading it, and |
| 354 | offers to save the theme to `custom-safe-themes' automatically. By | 354 | offers to save the theme to `custom-safe-themes' automatically. By |
| @@ -640,15 +640,18 @@ in the *compilation* buffer was used. | |||
| 640 | 640 | ||
| 641 | ** Customize | 641 | ** Customize |
| 642 | 642 | ||
| 643 | +++ | ||
| 643 | *** Customize buffers now contain a search field. | 644 | *** Customize buffers now contain a search field. |
| 644 | The search is performed using `customize-apropos'. | 645 | The search is performed using `customize-apropos'. |
| 645 | To turn off the search field, set custom-search-field to nil. | 646 | To turn off the search field, set custom-search-field to nil. |
| 646 | 647 | ||
| 648 | +++ | ||
| 647 | *** Custom options now start out hidden if at their default values. | 649 | *** Custom options now start out hidden if at their default values. |
| 648 | Use the arrow to the left of the option name to toggle visibility. | 650 | Use the arrow to the left of the option name to toggle visibility. |
| 649 | 651 | ||
| 650 | *** custom-buffer-sort-alphabetically now defaults to t. | 652 | *** custom-buffer-sort-alphabetically now defaults to t. |
| 651 | 653 | ||
| 654 | +++ | ||
| 652 | *** The color widget now has a "Choose" button, which allows you to | 655 | *** The color widget now has a "Choose" button, which allows you to |
| 653 | choose a color via list-colors-display. | 656 | choose a color via list-colors-display. |
| 654 | 657 | ||