mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
*** empty log message ***
This commit is contained in:
parent
0740c73886
commit
c0510d2712
2 changed files with 45 additions and 1 deletions
23
etc/NEWS
23
etc/NEWS
|
|
@ -475,6 +475,17 @@ the buffer whose process should be used from the mini-buffer.
|
|||
|
||||
** Changes to Rmail mode
|
||||
|
||||
*** The new user-option rmail-rmail-user-mail-address-regexp can be
|
||||
set to fine tune the identification of of the correspondent when
|
||||
receiving new mail. If it matches the address of the sender, the
|
||||
recipient is taken as correspondent of a mail. If nil, the default,
|
||||
`user-login-name' and `user-mail-address' are used to exclude yourself
|
||||
as correspondent.
|
||||
|
||||
Usually you don't have to set this variable, except if you collect
|
||||
mails sent by you under different user names. Then it should be a
|
||||
regexp matching your mail adresses.
|
||||
|
||||
*** The new user-option rmail-confirm-expunge controls whether and how
|
||||
to ask for confirmation before expunging deleted messages from an
|
||||
Rmail file. You can choose between no confirmation, confirmation
|
||||
|
|
@ -866,6 +877,10 @@ appropriate for C-style escape sequences in strings.
|
|||
|
||||
** A new command `view-emacs-problems' (C-h P) displays the PROBLEMS file.
|
||||
|
||||
** The Dabbrev package has a new user-option `dabbrev-ignore-regexps'
|
||||
containing a list of regular expressions. Buffers matching a regular
|
||||
expression from that list, are not checked.
|
||||
|
||||
** New modes and packages
|
||||
|
||||
*** The new command M-x re-builder offers a convenient interface for
|
||||
|
|
@ -1071,7 +1086,13 @@ Note that +++ before an item means the Lisp manual has been updated.
|
|||
When you add a new item, please add it without either +++ or ---
|
||||
so I will know I still need to look at it -- rms.
|
||||
|
||||
*** The buffer-local variable cursor-type can be used to specify the
|
||||
** The function sendmail-user-agent-compose now recognizes a `body'
|
||||
header is the list of headers passed to it.
|
||||
|
||||
** The new function member-ignore-case works like `member', but
|
||||
ignores differences in case and text representation.
|
||||
|
||||
** The buffer-local variable cursor-type can be used to specify the
|
||||
cursor to use in windows displaying a buffer. Values are interpreted
|
||||
as follows:
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,31 @@
|
|||
2000-04-03 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* simple.el (sendmail-user-agent-compose): Recognize a `body'
|
||||
header and insert its value as mail body.
|
||||
|
||||
* subr.el (member-ignore-case): New function.
|
||||
|
||||
* dabbrev.el (dabbrev-ignored-regexps): New user-option.
|
||||
(dabbrev--find-expansion): Ignore buffers matching a regexp
|
||||
from dabbrev-ignored-regexps.
|
||||
|
||||
* jka-compr.el (jka-compr-compression-info-list): Add `.z'
|
||||
to extensions handled by gzip.
|
||||
|
||||
2000-04-03 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* files.el (insert-directory): List the total free space
|
||||
along with the used space.
|
||||
|
||||
* textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
|
||||
line is followed by one that matches CITATION-REGEXP, end the
|
||||
paragraph.
|
||||
|
||||
2000-04-03 Markus Rost <rost@delysid.gnu.org>
|
||||
|
||||
* mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
|
||||
(rmail-make-basic-summary-line): Use that option.
|
||||
|
||||
2000-04-03 Kenichi Handa <handa@etl.go.jp>
|
||||
|
||||
* international/mule-cmds.el (encoded-string-description):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue