From: Simon Josefsson Date: Fri, 24 May 2002 09:53:58 +0000 (+0000) Subject: Fringe customization. X-Git-Tag: ttn-vms-21-2-B4~14893 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=555c87d8f35d9048500ab9c2b050a4d6a0d61f25;p=emacs.git Fringe customization. --- diff --git a/etc/NEWS b/etc/NEWS index e8ca83a3993..30abab72bb7 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -52,6 +52,11 @@ See the files mac/README and mac/INSTALL for build instructions. * 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. * 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