# HG changeset patch # User Simon Josefsson # Date 1022234038 0 # Node ID 93fb152ed2b09c558c65894776164b0cebaac3b7 # Parent 7a0f7b87e236f0c5022ae4d5fe5e67f5c63edbf7 Fringe customization. diff -r 7a0f7b87e236 -r 93fb152ed2b0 etc/NEWS --- 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