]> git.eshelyaron.com Git - emacs.git/commitdiff
Document left-fringe and right-fringe frame parameters.
authorKim F. Storm <storm@cua.dk>
Sat, 1 Dec 2001 01:51:51 +0000 (01:51 +0000)
committerKim F. Storm <storm@cua.dk>
Sat, 1 Dec 2001 01:51:51 +0000 (01:51 +0000)
etc/NEWS

index 8e0a53861b9ee65dc6c87c761f26efcaa7db611f..db9a91de65b070ea80d68aa96fbdebc119386571 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -20,6 +20,19 @@ installed programs.
 \f
 * Changes in Emacs 21.3
 
+** Controlling the left and right fringe widths.
+
+The left and right fringe widths can now be controlled by setting the
+`left-fringe' and `right-fringe' frame parameters to an integer value
+specifying the width in pixels.  The default is 8 pixels.  Setting the
+width to 0 effectively removes the corresponding fringe.
+The actual fringe widths may deviate from the specified widths, since
+the combined fringe widths must match an integral number of columns.
+The extra width is distributed evenly between the left and right fringe.
+For force a specific fringe width, specify the width as a negative
+integer (if both widths are negative, only the left fringe gets the
+specified width). 
+
 ** hide-ifdef-mode now uses overlays rather than selective-display
 to hide its text.  This should be mostly transparent but slightly
 changes the behavior of motion commands line C-e and C-p.