diff etc/NEWS @ 45495:93fb152ed2b0

Fringe customization.
author Simon Josefsson <jas@extundo.com>
date Fri, 24 May 2002 09:53:58 +0000
parents 784a17ff4998
children a35026845779
line wrap: on
line diff
--- a/etc/NEWS	Fri May 24 09:53:15 2002 +0000
+++ b/etc/NEWS	Fri May 24 09:53:58 2002 +0000
@@ -52,6 +52,11 @@
 
 * Changes in Emacs 21.4
 
+** The appearance of the fringes can now be customized, using either
+the global command M-x fringe-mode, the frame specific command M-x
+set-fringe-style, the Show/Hide submenu of the top-level Options menu,
+or customizing the `fringe-mode' variable.
+
 ** There is a new user option `mail-default-directory' that allows you
 to specify the value of `default-directory' for mail buffers.  This
 directory is used for auto-save files of mail buffers.  It defaults to
@@ -778,6 +783,8 @@
 
 * Lisp Changes in Emacs 21.4
 
+** The New lisp library fringe.el controls the apperance of fringes.
+
 ** The `defmacro' form may contain declarations specifying how to
 indent the macro in Lisp mode and how to debug it with Edebug.  The
 syntax of defmacro has been extended to