comparison etc/NEWS @ 28492:fc5e9fc89c9d

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Mon, 03 Apr 2000 19:34:41 +0000
parents 225ae57ab78e
children 92a9591b21a2
comparison
equal deleted inserted replaced
28491:3e21859cd0e7 28492:fc5e9fc89c9d
472 The command M-x comint-redirect-send-command-to-process acts like 472 The command M-x comint-redirect-send-command-to-process acts like
473 M-x comint-redirect-send-command but additionally reads the name of 473 M-x comint-redirect-send-command but additionally reads the name of
474 the buffer whose process should be used from the mini-buffer. 474 the buffer whose process should be used from the mini-buffer.
475 475
476 ** Changes to Rmail mode 476 ** Changes to Rmail mode
477
478 *** The new user-option rmail-rmail-user-mail-address-regexp can be
479 set to fine tune the identification of of the correspondent when
480 receiving new mail. If it matches the address of the sender, the
481 recipient is taken as correspondent of a mail. If nil, the default,
482 `user-login-name' and `user-mail-address' are used to exclude yourself
483 as correspondent.
484
485 Usually you don't have to set this variable, except if you collect
486 mails sent by you under different user names. Then it should be a
487 regexp matching your mail adresses.
477 488
478 *** The new user-option rmail-confirm-expunge controls whether and how 489 *** The new user-option rmail-confirm-expunge controls whether and how
479 to ask for confirmation before expunging deleted messages from an 490 to ask for confirmation before expunging deleted messages from an
480 Rmail file. You can choose between no confirmation, confirmation 491 Rmail file. You can choose between no confirmation, confirmation
481 with y-or-n-p, or confirmation with yes-or-no-p. Default is to ask 492 with y-or-n-p, or confirmation with yes-or-no-p. Default is to ask
863 appropriate for C-style escape sequences in strings. 874 appropriate for C-style escape sequences in strings.
864 875
865 ** SGML mode's default `sgml-validate-command' is now `nsgmls'. 876 ** SGML mode's default `sgml-validate-command' is now `nsgmls'.
866 877
867 ** A new command `view-emacs-problems' (C-h P) displays the PROBLEMS file. 878 ** A new command `view-emacs-problems' (C-h P) displays the PROBLEMS file.
879
880 ** The Dabbrev package has a new user-option `dabbrev-ignore-regexps'
881 containing a list of regular expressions. Buffers matching a regular
882 expression from that list, are not checked.
868 883
869 ** New modes and packages 884 ** New modes and packages
870 885
871 *** The new command M-x re-builder offers a convenient interface for 886 *** The new command M-x re-builder offers a convenient interface for
872 authoring regular expressions with immediate visual feedback. 887 authoring regular expressions with immediate visual feedback.
1069 Note that +++ before an item means the Lisp manual has been updated. 1084 Note that +++ before an item means the Lisp manual has been updated.
1070 --- means that I have decided it does not need to be in the Lisp manual. 1085 --- means that I have decided it does not need to be in the Lisp manual.
1071 When you add a new item, please add it without either +++ or --- 1086 When you add a new item, please add it without either +++ or ---
1072 so I will know I still need to look at it -- rms. 1087 so I will know I still need to look at it -- rms.
1073 1088
1074 *** The buffer-local variable cursor-type can be used to specify the 1089 ** The function sendmail-user-agent-compose now recognizes a `body'
1090 header is the list of headers passed to it.
1091
1092 ** The new function member-ignore-case works like `member', but
1093 ignores differences in case and text representation.
1094
1095 ** The buffer-local variable cursor-type can be used to specify the
1075 cursor to use in windows displaying a buffer. Values are interpreted 1096 cursor to use in windows displaying a buffer. Values are interpreted
1076 as follows: 1097 as follows:
1077 1098
1078 t use the cursor specified for the frame (default) 1099 t use the cursor specified for the frame (default)
1079 nil don't display a cursor 1100 nil don't display a cursor