From: Gerd Moellmann Date: Tue, 7 Mar 2000 12:41:05 +0000 (+0000) Subject: Change maintainer to `none'. X-Git-Tag: emacs-pretest-21.0.90~4737 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/f7daf1e10fd42e462f168315bb9fc3f26076da61 Change maintainer to `none'. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5a880cdb97..1123b83c35 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,18 @@ +2000-03-07 Gerd Moellmann + + * mail/mh-e.el: Change maintainer to `none'. + + * recentf.el (recentf-keep-non-readable-files-p): Quote args + to remove-hook and add-hook. + +2000-03-07 Francesco Potorti` + + * sendmail.el (mail-send-nonascii): Add a new value `mime' and use + it as the default. + (mail-send): Test mail-send-nonascii also for the new `mime' value. + (sendmail-send-it): Conditionally add MIME headers specifying the + used character set. + 2000-03-07 Dave Love * winner.el: Fix keywords, autoload cookies. Split diff --git a/lisp/mail/mh-e.el b/lisp/mail/mh-e.el index 0483b2a009..12a7ea9de4 100644 --- a/lisp/mail/mh-e.el +++ b/lisp/mail/mh-e.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1985,86,87,88,90,92,93,94,95,97 Free Software Foundation, Inc. -;; Maintainer: billcurtis@hotmail.com +;; Maintainer: None ;; Version: 5.0.2 ;; Keywords: mail ;; Bug-reports: include `M-x mh-version' output in any correspondence @@ -60,7 +60,7 @@ ;; Modified by James Larus, BBN, July 1984 and UCB, 1984 & 1985. ;; Rewritten for GNU Emacs, James Larus 1985. larus@ginger.berkeley.edu ;; Modified by Stephen Gildea 1988. gildea@lcs.mit.edu -(defconst mh-e-RCS-id "$Id: mh-e.el,v 1.21 1999/08/16 03:50:35 kwzh Exp $") +(defconst mh-e-RCS-id "$Id: mh-e.el,v 1.22 1999/11/09 13:40:03 gerd Exp $") ;;; Code: diff --git a/src/ChangeLog b/src/ChangeLog index 8bca4f7079..11f10d79ca 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,9 @@ 2000-03-07 Gerd Moellmann + * xterm.c (x_connection_closed) [USE_X_TOOLKIT]: Don't try to + close the display with XtCloseDisplay. This caused a bus error + on OpenWindows. + * minibuf.c (Fminibuffer_complete): Move point to ZV when input is complete but not unique.