changeset 28492:fc5e9fc89c9d

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Mon, 03 Apr 2000 19:34:41 +0000
parents 3e21859cd0e7
children 9ffea423a7b0
files etc/NEWS lisp/ChangeLog
diffstat 2 files changed, 45 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Mon Apr 03 19:31:33 2000 +0000
+++ b/etc/NEWS	Mon Apr 03 19:34:41 2000 +0000
@@ -475,6 +475,17 @@
 
 ** 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 @@
 
 ** 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 @@
 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:
 
--- a/lisp/ChangeLog	Mon Apr 03 19:31:33 2000 +0000
+++ b/lisp/ChangeLog	Mon Apr 03 19:34:41 2000 +0000
@@ -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):