# HG changeset patch # User Dave Love # Date 969385141 0 # Node ID dcff79c941d142a40a9dcbe9d2ae49dfb360db71 # Parent 15f1b139cd7159f05d73e0da4e3d7d54f18f71ed tool-bar, latin1-display diff -r 15f1b139cd71 -r dcff79c941d1 etc/NEWS --- a/etc/NEWS Tue Sep 19 17:37:42 2000 +0000 +++ b/etc/NEWS Tue Sep 19 17:39:01 2000 +0000 @@ -1,4 +1,4 @@ -GNU Emacs NEWS -- history of user-visible changes. 2000-08-14 +GNU Emacs NEWS -- history of user-visible changes. 2000-09-17 Copyright (C) 1999, 2000 Free Software Foundation, Inc. See the end for copying conditions. @@ -31,6 +31,13 @@ * Changes in Emacs 21.1 +* When your terminal can't display characters from some of the ISO +8859 character sets but can display Latin-1, you can display +more-or-less mnemonic sequences of ASCII/Latin-1 characters instead of +empty boxes (under a window system) or question marks (not under a +window system). Customize the option `latin1-display' to turn this +on. + ** The new user-option `find-file-suppress-same-file-warnings' can be set to suppress warnings ``X and Y are the same file'' when visiting a file that is already visited under a different name. @@ -502,9 +509,9 @@ Emacs supports a tool bar at the top of a frame under X. For details how to define a tool bar, see the page describing Lisp-level changes. -Toolbar global minor mode controls whether or not it is displayed. To -make the toolbar more useful, we need contributions of extra icons for -specific modes (with copyright assignments). +Tool-bar global minor mode controls whether or not it is displayed. +To make the tool bar more useful, we need contributions of extra icons +for specific modes (with copyright assignments). +++ ** Mouse-sensitive mode line. @@ -3419,9 +3426,9 @@ is displayed when the mouse is moved over the item. The function `toolbar-add-item' is a convenience function for adding -toolbar items generally, and `toolbar-like-menu-item' can be used to -define a toolbar item with a binding copied from an item on the menu -bar. +toolbar items generally, and `tool-bar-add-item-from-menu' can be used +to define a toolbar item with a binding copied from an item on the +menu bar. *** Tool-bar-related variables.