comparison 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
comparison
equal deleted inserted replaced
45494:7a0f7b87e236 45495:93fb152ed2b0
49 ** Support for MacOS X was added. 49 ** Support for MacOS X was added.
50 See the files mac/README and mac/INSTALL for build instructions. 50 See the files mac/README and mac/INSTALL for build instructions.
51 51
52 52
53 * Changes in Emacs 21.4 53 * Changes in Emacs 21.4
54
55 ** The appearance of the fringes can now be customized, using either
56 the global command M-x fringe-mode, the frame specific command M-x
57 set-fringe-style, the Show/Hide submenu of the top-level Options menu,
58 or customizing the `fringe-mode' variable.
54 59
55 ** There is a new user option `mail-default-directory' that allows you 60 ** There is a new user option `mail-default-directory' that allows you
56 to specify the value of `default-directory' for mail buffers. This 61 to specify the value of `default-directory' for mail buffers. This
57 directory is used for auto-save files of mail buffers. It defaults to 62 directory is used for auto-save files of mail buffers. It defaults to
58 "~/". 63 "~/".
775 to use standout mode, however they will not be able to display 780 to use standout mode, however they will not be able to display
776 mode-lines in inverse-video. 781 mode-lines in inverse-video.
777 782
778 783
779 * Lisp Changes in Emacs 21.4 784 * Lisp Changes in Emacs 21.4
785
786 ** The New lisp library fringe.el controls the apperance of fringes.
780 787
781 ** The `defmacro' form may contain declarations specifying how to 788 ** The `defmacro' form may contain declarations specifying how to
782 indent the macro in Lisp mode and how to debug it with Edebug. The 789 indent the macro in Lisp mode and how to debug it with Edebug. The
783 syntax of defmacro has been extended to 790 syntax of defmacro has been extended to
784 791