From: Chong Yidong <cyd@stupidchicken.com>
Date: Fri, 12 Mar 2010 23:13:27 +0000 (-0500)
Subject: Document Customize and scroll-bar changes.
X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~747
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=52834b6b0878081ca1b0b56322adf8eec35fae41;p=emacs.git

Document Customize and scroll-bar changes.
---

diff --git a/etc/NEWS b/etc/NEWS
index fcc08e7b6e5..9864f7715be 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -30,12 +30,29 @@ so we will look at it and add it to the manual.
 
 * Changes in Emacs 24.1
 
+** The scroll-bar is now on the right on GNU/Linux and UNIX-like systems.
+Use `set-scroll-bar-mode' to change this.
+
 
 * Editing Changes in Emacs 24.1
 
 
 * Changes in Specialized Modes and Packages in Emacs 24.1
 
+** Customize
+
+*** Customize buffers now contain a search field.
+The search is performed using `customize-apropos'.
+To turn off the search field, set custom-search-field to nil .
+
+*** Custom options now start out hidden if at their default values.
+Use the arrow to the left of the option name to toggle visibility.
+
+*** custom-buffer-sort-alphabetically now defaults to t.
+
+*** The color widget now has a "Choose" button, which allows you to
+choose a color via list-colors-display.
+
 ** VC and related modes
 
 *** vc-dir for Bzr supports viewing shelve contents and shelving snapshots.