Mercurial > emacs
comparison etc/NEWS @ 34060:d327012c5095
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 30 Nov 2000 17:43:17 +0000 |
parents | da7a782777bc |
children | 4fcc3c4e9b0f |
comparison
equal
deleted
inserted
replaced
34059:c40dbebdad05 | 34060:d327012c5095 |
---|---|
623 ** Tool bar support. | 623 ** Tool bar support. |
624 | 624 |
625 Emacs supports a tool bar at the top of a frame under X. For details | 625 Emacs supports a tool bar at the top of a frame under X. For details |
626 of how to define a tool bar, see the page describing Lisp-level | 626 of how to define a tool bar, see the page describing Lisp-level |
627 changes. Tool-bar global minor mode controls whether or not it is | 627 changes. Tool-bar global minor mode controls whether or not it is |
628 displayed and is on by default. To make the tool bar more useful, we | 628 displayed and is on by default. The appearance of the bar is improved |
629 need contributions of extra icons for specific modes (with copyright | 629 if Emacs has been built with XPM image support. Otherwise monochrome |
630 assignments). | 630 icons will be used. |
631 | |
632 To make the tool bar more useful, we need contributions of extra icons | |
633 for specific modes (with copyright assignments). Contributions would | |
634 also be useful manually to touch up some of the PBM icons. | |
631 | 635 |
632 +++ | 636 +++ |
633 ** Mouse-sensitive mode line. | 637 ** Mouse-sensitive mode line. |
634 | 638 |
635 Different parts of the mode line under X have been made | 639 Different parts of the mode line under X have been made |
932 *** The new function `comint-add-to-input-history' adds commands to the input | 936 *** The new function `comint-add-to-input-history' adds commands to the input |
933 ring (history). | 937 ring (history). |
934 | 938 |
935 ** Changes to Rmail mode | 939 ** Changes to Rmail mode |
936 | 940 |
937 *** The new user-option rmail-rmail-user-mail-address-regexp can be | 941 *** The new user-option rmail-user-mail-address-regexp can be |
938 set to fine tune the identification of of the correspondent when | 942 set to fine tune the identification of of the correspondent when |
939 receiving new mail. If it matches the address of the sender, the | 943 receiving new mail. If it matches the address of the sender, the |
940 recipient is taken as correspondent of a mail. If nil, the default, | 944 recipient is taken as correspondent of a mail. If nil, the default, |
941 `user-login-name' and `user-mail-address' are used to exclude yourself | 945 `user-login-name' and `user-mail-address' are used to exclude yourself |
942 as correspondent. | 946 as correspondent. |