changeset 28292:156a858432c4

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Fri, 24 Mar 2000 12:21:51 +0000
parents a4faa7999de1
children 14eccbd25cae
files etc/NEWS lisp/ChangeLog lisp/cus-load.el lisp/loaddefs.el
diffstat 4 files changed, 32 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Fri Mar 24 12:14:43 2000 +0000
+++ b/etc/NEWS	Fri Mar 24 12:21:51 2000 +0000
@@ -472,6 +472,12 @@
 
 ** Changes to Rmail mode
 
+*** 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
+with y-or-n-p, or confirmation with yes-or-no-p.  Default is to ask
+for confirmation with yes-or-no-p.
+
 *** RET is now bound in the Rmail summary to rmail-summary-goto-msg,
 like `j'.
 
--- a/lisp/ChangeLog	Fri Mar 24 12:14:43 2000 +0000
+++ b/lisp/ChangeLog	Fri Mar 24 12:21:51 2000 +0000
@@ -1,3 +1,16 @@
+2000-03-24  Gerd Moellmann  <gerd@gnu.org>
+
+	* mail/rmail.el (rmail-confirm-expunge): New user-option.
+	(rmail-expunge): Ask for confirmation depending on the setting
+	of rmail-confirm-expunge.
+
+2000-03-23  Gerd Moellmann  <gerd@gnu.org>
+
+	* Makefile (bootstrap-clean): If $(emacs) exists, build
+	loaddefs.el first.  A loaddefs.el that's not up-to-date might
+	cause a bootstrap failure because things don't autoload as
+	expected.
+
 2000-03-23  Dave Love  <fx@gnu.org>
 
 	* net/browse-url.el: Restore previous use of
--- a/lisp/cus-load.el	Fri Mar 24 12:14:43 2000 +0000
+++ b/lisp/cus-load.el	Fri Mar 24 12:21:51 2000 +0000
@@ -183,7 +183,7 @@
 (put 'idlwave-shell-initial-commands 'custom-loads '("idlw-shell"))
 (put 'tildify 'custom-loads '("tildify"))
 (put 'cperl-autoinsert-details 'custom-loads '("cperl-mode"))
-(put 'help 'custom-loads '("help-macro" "help" "apropos" "cus-edit" "info-look" "info" "man" "tooltip"))
+(put 'help 'custom-loads '("help" "apropos" "cus-edit" "help-macro" "info-look" "info" "man" "tooltip"))
 (put 'forms 'custom-loads '("forms"))
 (put 'widget-documentation 'custom-loads '("wid-edit"))
 (put 'gnus-score-various 'custom-loads '("gnus-score" "gnus"))
@@ -278,7 +278,7 @@
 (put 'rmail-summary 'custom-loads '("rmail" "rmailsum"))
 (put 'metamail 'custom-loads '("metamail"))
 (put 'winner 'custom-loads '("winner"))
-(put 'wp 'custom-loads '("view" "cus-edit" "enriched" "lpr" "ps-print" "ebnf2ps" "bib-mode" "nroff-mode" "refbib" "refer" "scribe" "tildify"))
+(put 'wp 'custom-loads '("cus-edit" "enriched" "lpr" "ps-print" "view" "ebnf2ps" "bib-mode" "nroff-mode" "refbib" "refer" "scribe" "tildify"))
 (put 'reftex-citation-support 'custom-loads '("reftex-vars"))
 (put 'gnus-summary-choose 'custom-loads '("gnus-sum"))
 (put 'widget-browse 'custom-loads '("wid-browse"))
@@ -290,7 +290,7 @@
 (put 'vhdl-highlight-faces 'custom-loads '("vhdl-mode"))
 (put 'which-func 'custom-loads '("which-func"))
 (put 'pc-select 'custom-loads '("pc-select"))
-(put 'i18n 'custom-loads '("ccl" "cus-edit" "double" "iso-acc" "iso-ascii" "ogonek"))
+(put 'i18n 'custom-loads '("cus-edit" "double" "ccl" "iso-acc" "iso-ascii" "ogonek"))
 (put 'sh 'custom-loads '("sh-script"))
 (put 'message-headers 'custom-loads '("message"))
 (put 'idlwave-code-formatting 'custom-loads '("idlwave"))
@@ -426,7 +426,7 @@
 (put 'message-sending 'custom-loads '("message"))
 (put 'archive-arc 'custom-loads '("arc-mode"))
 (put 'rmail-output 'custom-loads '("rmailout"))
-(put 'editing 'custom-loads '("simple" "view" "indent" "paragraphs" "auto-show" "cus-edit" "faces" "outline" "hl-line" "hscroll" "vcursor" "picture"))
+(put 'editing 'custom-loads '("simple" "indent" "paragraphs" "auto-show" "cus-edit" "faces" "outline" "hl-line" "hscroll" "vcursor" "view" "picture"))
 (put 'crisp 'custom-loads '("crisp"))
 (put 'nroff 'custom-loads '("nroff-mode"))
 (put 'executable 'custom-loads '("executable"))
--- a/lisp/loaddefs.el	Fri Mar 24 12:14:43 2000 +0000
+++ b/lisp/loaddefs.el	Fri Mar 24 12:21:51 2000 +0000
@@ -11832,11 +11832,12 @@
 ;;;***
 
 ;;;### (autoloads (rmail-set-pop-password rmail-input rmail-mode
-;;;;;;  rmail rmail-enable-mime rmail-secondary-file-regexp rmail-secondary-file-directory
-;;;;;;  rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output
-;;;;;;  rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers
-;;;;;;  rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names)
-;;;;;;  "rmail" "mail/rmail.el" (14525 4986))
+;;;;;;  rmail rmail-enable-mime rmail-confirm-expunge rmail-secondary-file-regexp
+;;;;;;  rmail-secondary-file-directory rmail-mail-new-frame rmail-primary-inbox-list
+;;;;;;  rmail-delete-after-output rmail-highlight-face rmail-highlighted-headers
+;;;;;;  rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers
+;;;;;;  rmail-dont-reply-to-names) "rmail" "mail/rmail.el" (14555
+;;;;;;  23001))
 ;;; Generated autoloads from mail/rmail.el
 
 (defvar rmail-dont-reply-to-names nil "\
@@ -11894,6 +11895,9 @@
 (defvar rmail-secondary-file-regexp "\\.xmail$" "\
 *Regexp for which files are secondary Rmail files.")
 
+(defvar rmail-confirm-expunge (quote yes-or-no-p) "\
+*Whether and how to ask for confirmation before expunging deleted messages.")
+
 (defvar rmail-mode-hook nil "\
 List of functions to call when Rmail is invoked.")