aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-04-03 19:34:41 +0000
committerGerd Moellmann2000-04-03 19:34:41 +0000
commitc0510d271228c665d595de6aec4f12379954526a (patch)
treefc0184c0dfaf012a1bf7f10d1c490056890cdf3c
parent0740c7388633ca206635b52d0b39e0f16dec1872 (diff)
downloademacs-c0510d271228c665d595de6aec4f12379954526a.tar.gz
emacs-c0510d271228c665d595de6aec4f12379954526a.zip
*** empty log message ***
-rw-r--r--etc/NEWS23
-rw-r--r--lisp/ChangeLog23
2 files changed, 45 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 04b9d437905..70e590e080f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -475,6 +475,17 @@ the buffer whose process should be used from the mini-buffer.
475 475
476** Changes to Rmail mode 476** Changes to Rmail mode
477 477
478*** The new user-option rmail-rmail-user-mail-address-regexp can be
479set to fine tune the identification of of the correspondent when
480receiving new mail. If it matches the address of the sender, the
481recipient is taken as correspondent of a mail. If nil, the default,
482`user-login-name' and `user-mail-address' are used to exclude yourself
483as correspondent.
484
485Usually you don't have to set this variable, except if you collect
486mails sent by you under different user names. Then it should be a
487regexp matching your mail adresses.
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
479to ask for confirmation before expunging deleted messages from an 490to ask for confirmation before expunging deleted messages from an
480Rmail file. You can choose between no confirmation, confirmation 491Rmail file. You can choose between no confirmation, confirmation
@@ -866,6 +877,10 @@ appropriate for C-style escape sequences in strings.
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.
868 879
880** The Dabbrev package has a new user-option `dabbrev-ignore-regexps'
881containing a list of regular expressions. Buffers matching a regular
882expression from that list, are not checked.
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
@@ -1071,7 +1086,13 @@ Note that +++ before an item means the Lisp manual has been updated.
1071When you add a new item, please add it without either +++ or --- 1086When you add a new item, please add it without either +++ or ---
1072so I will know I still need to look at it -- rms. 1087so 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'
1090header is the list of headers passed to it.
1091
1092** The new function member-ignore-case works like `member', but
1093ignores differences in case and text representation.
1094
1095** The buffer-local variable cursor-type can be used to specify the
1075cursor to use in windows displaying a buffer. Values are interpreted 1096cursor to use in windows displaying a buffer. Values are interpreted
1076as follows: 1097as follows:
1077 1098
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 73948643885..838b80e85d6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,8 +1,31 @@
12000-04-03 Gerd Moellmann <gerd@gnu.org> 12000-04-03 Gerd Moellmann <gerd@gnu.org>
2 2
3 * simple.el (sendmail-user-agent-compose): Recognize a `body'
4 header and insert its value as mail body.
5
6 * subr.el (member-ignore-case): New function.
7
8 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
9 (dabbrev--find-expansion): Ignore buffers matching a regexp
10 from dabbrev-ignored-regexps.
11
3 * jka-compr.el (jka-compr-compression-info-list): Add `.z' 12 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
4 to extensions handled by gzip. 13 to extensions handled by gzip.
5 14
152000-04-03 Richard M. Stallman <rms@gnu.org>
16
17 * files.el (insert-directory): List the total free space
18 along with the used space.
19
20 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
21 line is followed by one that matches CITATION-REGEXP, end the
22 paragraph.
23
242000-04-03 Markus Rost <rost@delysid.gnu.org>
25
26 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
27 (rmail-make-basic-summary-line): Use that option.
28
62000-04-03 Kenichi Handa <handa@etl.go.jp> 292000-04-03 Kenichi Handa <handa@etl.go.jp>
7 30
8 * international/mule-cmds.el (encoded-string-description): 31 * international/mule-cmds.el (encoded-string-description):