aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2012-01-05 19:09:27 +0800
committerChong Yidong2012-01-05 19:09:27 +0800
commitb0d7d8af0743998f6d9161b28d269e100b415861 (patch)
tree22d790fc2444838a921dbf3e29c74556178fc561 /etc
parentacaf905b1130aae80fa59d2c861ffd4c8eb75486 (diff)
downloademacs-b0d7d8af0743998f6d9161b28d269e100b415861.tar.gz
emacs-b0d7d8af0743998f6d9161b28d269e100b415861.zip
Update the Customization chapter of Emacs manual.
* doc/emacs/custom.texi (Customization Groups): Update example. (Browsing Custom): Document the new search field. (Changing a Variable): Update example for Emacs 24 changes. Document Custom-set and Custom-save commands. (Face Customization): Document Emacs 24 changes. De-document modify-face. (Specific Customization): Mention customize-variable. (Custom Themes): Add customize-themes, custom-theme-load-path, custom-theme-directory, and describe-theme. (Creating Custom Themes): New node. (Examining): Mention M-:. * doc/emacs/package.texi (Packages): Fix typo.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS9
1 files changed, 6 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2676c544c2f..77447df04f6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -341,14 +341,14 @@ automatically when Emacs starts up. To disable this, set
341loaded, customize `package-load-list'. 341loaded, 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.
348Emacs no longer looks for custom themes in `load-path'. The default 348Emacs no longer looks for custom themes in `load-path'. The default
349is to search in `custom-theme-directory', followed by a built-in theme 349is to search in `custom-theme-directory', followed by a built-in theme
350directory named "themes/" in `data-directory'. 350directory 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.
353If a theme is not in this list, Emacs queries before loading it, and 353If a theme is not in this list, Emacs queries before loading it, and
354offers to save the theme to `custom-safe-themes' automatically. By 354offers 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.
644The search is performed using `customize-apropos'. 645The search is performed using `customize-apropos'.
645To turn off the search field, set custom-search-field to nil. 646To 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.
648Use the arrow to the left of the option name to toggle visibility. 650Use 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
653choose a color via list-colors-display. 656choose a color via list-colors-display.
654 657