Mercurial > emacs
comparison etc/NEWS @ 107384:e7834ecb3a22
Document Customize and scroll-bar changes.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 12 Mar 2010 18:13:27 -0500 |
parents | dc9565b08f10 |
children | 51ddd70d1fa1 |
comparison
equal
deleted
inserted
replaced
107383:d7f54b6298bf | 107384:e7834ecb3a22 |
---|---|
28 * Startup Changes in Emacs 24.1 | 28 * Startup Changes in Emacs 24.1 |
29 | 29 |
30 | 30 |
31 * Changes in Emacs 24.1 | 31 * Changes in Emacs 24.1 |
32 | 32 |
33 ** The scroll-bar is now on the right on GNU/Linux and UNIX-like systems. | |
34 Use `set-scroll-bar-mode' to change this. | |
35 | |
33 | 36 |
34 * Editing Changes in Emacs 24.1 | 37 * Editing Changes in Emacs 24.1 |
35 | 38 |
36 | 39 |
37 * Changes in Specialized Modes and Packages in Emacs 24.1 | 40 * Changes in Specialized Modes and Packages in Emacs 24.1 |
41 | |
42 ** Customize | |
43 | |
44 *** Customize buffers now contain a search field. | |
45 The search is performed using `customize-apropos'. | |
46 To turn off the search field, set custom-search-field to nil . | |
47 | |
48 *** Custom options now start out hidden if at their default values. | |
49 Use the arrow to the left of the option name to toggle visibility. | |
50 | |
51 *** custom-buffer-sort-alphabetically now defaults to t. | |
52 | |
53 *** The color widget now has a "Choose" button, which allows you to | |
54 choose a color via list-colors-display. | |
38 | 55 |
39 ** VC and related modes | 56 ** VC and related modes |
40 | 57 |
41 *** vc-dir for Bzr supports viewing shelve contents and shelving snapshots. | 58 *** vc-dir for Bzr supports viewing shelve contents and shelving snapshots. |
42 | 59 |