aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog15
-rw-r--r--lisp/mail/mh-e.el4
-rw-r--r--src/ChangeLog4
3 files changed, 21 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5a880cdb977..1123b83c357 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,18 @@
12000-03-07 Gerd Moellmann <gerd@gnu.org>
2
3 * mail/mh-e.el: Change maintainer to `none'.
4
5 * recentf.el (recentf-keep-non-readable-files-p): Quote args
6 to remove-hook and add-hook.
7
82000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
9
10 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
11 it as the default.
12 (mail-send): Test mail-send-nonascii also for the new `mime' value.
13 (sendmail-send-it): Conditionally add MIME headers specifying the
14 used character set.
15
12000-03-07 Dave Love <fx@gnu.org> 162000-03-07 Dave Love <fx@gnu.org>
2 17
3 * winner.el: Fix keywords, autoload cookies. Split 18 * winner.el: Fix keywords, autoload cookies. Split
diff --git a/lisp/mail/mh-e.el b/lisp/mail/mh-e.el
index 0483b2a0096..12a7ea9de47 100644
--- a/lisp/mail/mh-e.el
+++ b/lisp/mail/mh-e.el
@@ -2,7 +2,7 @@
2 2
3;; Copyright (C) 1985,86,87,88,90,92,93,94,95,97 Free Software Foundation, Inc. 3;; Copyright (C) 1985,86,87,88,90,92,93,94,95,97 Free Software Foundation, Inc.
4 4
5;; Maintainer: billcurtis@hotmail.com 5;; Maintainer: None
6;; Version: 5.0.2 6;; Version: 5.0.2
7;; Keywords: mail 7;; Keywords: mail
8;; Bug-reports: include `M-x mh-version' output in any correspondence 8;; Bug-reports: include `M-x mh-version' output in any correspondence
@@ -60,7 +60,7 @@
60;; Modified by James Larus, BBN, July 1984 and UCB, 1984 & 1985. 60;; Modified by James Larus, BBN, July 1984 and UCB, 1984 & 1985.
61;; Rewritten for GNU Emacs, James Larus 1985. larus@ginger.berkeley.edu 61;; Rewritten for GNU Emacs, James Larus 1985. larus@ginger.berkeley.edu
62;; Modified by Stephen Gildea 1988. gildea@lcs.mit.edu 62;; Modified by Stephen Gildea 1988. gildea@lcs.mit.edu
63(defconst mh-e-RCS-id "$Id: mh-e.el,v 1.21 1999/08/16 03:50:35 kwzh Exp $") 63(defconst mh-e-RCS-id "$Id: mh-e.el,v 1.22 1999/11/09 13:40:03 gerd Exp $")
64 64
65;;; Code: 65;;; Code:
66 66
diff --git a/src/ChangeLog b/src/ChangeLog
index 8bca4f70793..11f10d79cae 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12000-03-07 Gerd Moellmann <gerd@gnu.org> 12000-03-07 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xterm.c (x_connection_closed) [USE_X_TOOLKIT]: Don't try to
4 close the display with XtCloseDisplay. This caused a bus error
5 on OpenWindows.
6
3 * minibuf.c (Fminibuffer_complete): Move point to ZV when input is 7 * minibuf.c (Fminibuffer_complete): Move point to ZV when input is
4 complete but not unique. 8 complete but not unique.
5 9