]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Fri, 24 Mar 2000 12:21:51 +0000 (12:21 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 24 Mar 2000 12:21:51 +0000 (12:21 +0000)
etc/NEWS
lisp/ChangeLog
lisp/cus-load.el
lisp/loaddefs.el

index e93ae62c100c5b1973e18a21737cd6c3a0903fbc..32ea87146e07f7a401a3b6bff78d74eb38016f66 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -472,6 +472,12 @@ the buffer whose process should be used from the mini-buffer.
 
 ** 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'.
 
index e5202a0d83c1215738cf75eb70438ba3927e5da5..175d5afffc6e91e23f9eff14ca8a57213d5a9310 100644 (file)
@@ -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
index 32fe289ed4543f6c43c50b6567902de324de2c70..cf0c724f6e6ef242b634760ea43f97c8d2985324 100644 (file)
 (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"))
 (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"))
 (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"))
 (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"))
index 265d78931af23c579a172ca07dc83134a0150384..20127ec416c73accdc35933e161bc4d429370e16 100644 (file)
@@ -11832,11 +11832,12 @@ variable." t nil)
 ;;;***
 \f
 ;;;### (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 @@ and the value of the environment variable MAIL overrides it).")
 (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.")