]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Mon, 3 Apr 2000 19:34:41 +0000 (19:34 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 3 Apr 2000 19:34:41 +0000 (19:34 +0000)
etc/NEWS
lisp/ChangeLog

index 04b9d4379059e8bede537d667332535e4ff732e5..70e590e080fca8bb4a1fbf2c18e3a8ae3ffa9de1 100644 (file)
--- a/etc/NEWS
+++ b/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:
 
index 73948643885659721bd9dde5aec47639efb17f0d..838b80e85d6de67cab0bedab7b2607026d919e5d 100644 (file)
@@ -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):