]> git.eshelyaron.com Git - emacs.git/commitdiff
Fringe customization.
authorSimon Josefsson <jas@extundo.com>
Fri, 24 May 2002 09:53:58 +0000 (09:53 +0000)
committerSimon Josefsson <jas@extundo.com>
Fri, 24 May 2002 09:53:58 +0000 (09:53 +0000)
etc/NEWS

index e8ca83a39939946d6bc19607a7371330721ddbfc..30abab72bb7029c94e897a8434a7de1dcbf7de06 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -52,6 +52,11 @@ See the files mac/README and mac/INSTALL for build instructions.
 \f
 * 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 @@ mode-lines in inverse-video.
 \f
 * 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