mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-30 19:53:09 +00:00
(rmail-retry-ignored-headers): Bump :version.
This commit is contained in:
parent
08ee620074
commit
4ed32706c7
@ -1,3 +1,28 @@
|
||||
2009-07-21 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* files.el (abort-if-file-too-large): Explicitly pass `filename'
|
||||
as an argument.
|
||||
(find-file-noselect, insert-file-1): Update for above change.
|
||||
|
||||
* mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
|
||||
|
||||
* mail/mailclient.el (mailclient-send-it): Fix message.
|
||||
|
||||
* emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
|
||||
(edebug-eval): Check cl-debug-env is bound.
|
||||
(print-level, print-circle): Don't redefine built-in variables.
|
||||
|
||||
* emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
|
||||
(custom-print-vectors): Remove old comments from doc.
|
||||
|
||||
* emerge.el (menu-bar-emerge-menu): Remove unused variable.
|
||||
(emerge-version): Make the variable an obsolete alias for the
|
||||
emacs-version variable. Make the function obsolete.
|
||||
(emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
|
||||
Emerge options, rather than merging in into the main Options menu.
|
||||
(emerge-options-menu): Adjust menu text. Use buttons for skip prefers
|
||||
and auto advance modes. Disable edit/fast items when not relevant.
|
||||
|
||||
2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* term/vt420.el (terminal-init-vt420): Fix typo.
|
||||
|
@ -375,7 +375,7 @@ If nil, display all header fields except those matched by
|
||||
"Headers that should be stripped when retrying a failed message."
|
||||
:type '(choice regexp (const nil :tag "None"))
|
||||
:group 'rmail-headers
|
||||
:version "23.1") ; added content-type/encoding, mime-version
|
||||
:version "23.2") ; added x-detected-operating-system, x-spam
|
||||
|
||||
;;;###autoload
|
||||
(defcustom rmail-highlighted-headers "^From:\\|^Subject:"
|
||||
|
Loading…
Reference in New Issue
Block a user