comparison etc/NEWS @ 41730:fb0e629655ed

Document left-fringe and right-fringe frame parameters.
author Kim F. Storm <storm@cua.dk>
date Sat, 01 Dec 2001 01:51:51 +0000
parents 4289324b443e
children 6d817b78bf33
comparison
equal deleted inserted replaced
41729:6abdfe13c312 41730:fb0e629655ed
17 17
18 ** Support for FreeBSD/Alpha has been added. 18 ** Support for FreeBSD/Alpha has been added.
19 19
20 20
21 * Changes in Emacs 21.3 21 * Changes in Emacs 21.3
22
23 ** Controlling the left and right fringe widths.
24
25 The left and right fringe widths can now be controlled by setting the
26 `left-fringe' and `right-fringe' frame parameters to an integer value
27 specifying the width in pixels. The default is 8 pixels. Setting the
28 width to 0 effectively removes the corresponding fringe.
29 The actual fringe widths may deviate from the specified widths, since
30 the combined fringe widths must match an integral number of columns.
31 The extra width is distributed evenly between the left and right fringe.
32 For force a specific fringe width, specify the width as a negative
33 integer (if both widths are negative, only the left fringe gets the
34 specified width).
22 35
23 ** hide-ifdef-mode now uses overlays rather than selective-display 36 ** hide-ifdef-mode now uses overlays rather than selective-display
24 to hide its text. This should be mostly transparent but slightly 37 to hide its text. This should be mostly transparent but slightly
25 changes the behavior of motion commands line C-e and C-p. 38 changes the behavior of motion commands line C-e and C-p.
26 39