Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4ed32706
Commit
4ed32706
authored
Jul 21, 2009
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(rmail-retry-ignored-headers): Bump :version.
parent
08ee6200
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
1 deletion
+26
-1
lisp/ChangeLog
lisp/ChangeLog
+25
-0
lisp/mail/rmail.el
lisp/mail/rmail.el
+1
-1
No files found.
lisp/ChangeLog
View file @
4ed32706
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.
...
...
lisp/mail/rmail.el
View file @
4ed32706
...
...
@@ -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:"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment