Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
34f3c1f3
Commit
34f3c1f3
authored
Jun 17, 2008
by
Miles Bader
Browse files
Merge from gnus--rel--5.10
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-276
parent
7266b296
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
251 additions
and
204 deletions
+251
-204
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+4
-0
lisp/gnus/message.el
lisp/gnus/message.el
+1
-1
man/ChangeLog
man/ChangeLog
+17
-0
man/gnus-faq.texi
man/gnus-faq.texi
+226
-200
man/gnus.texi
man/gnus.texi
+3
-3
No files found.
lisp/gnus/ChangeLog
View file @
34f3c1f3
2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
* message.el (message-disassociate-draft): Revert 2008-03-18 change.
2008-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
...
...
lisp/gnus/message.el
View file @
34f3c1f3
...
...
@@ -5827,7 +5827,7 @@ are not included."
"Disassociate the message buffer from the drafts directory."
(
when
message-draft-article
(
nndraft-request-expire-articles
(
list
message-draft-article
)
"
nndraft:
drafts"
nil
t
)))
(
list
message-draft-article
)
"drafts"
nil
t
)))
(
defun
message-insert-headers
()
"Generate the headers for the article."
...
...
man/ChangeLog
View file @
34f3c1f3
2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
* gnus-faq.texi: Generate. Change node names to "FAQ N-M".
* gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
2008-06-15 Frank Schmitt <ich@frank-schmitt.net>
* gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
Fix a typo.
2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Mail Source Customization): Correct values of
`mail-source-delete-incoming'. Reported by Tassilo Horn.
(Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
2008-05-10 Eli Zaretskii <eliz@gnu.org>
* msdog.texi (Windows Files): Update the documentation of
...
...
man/gnus-faq.texi
View file @
34f3c1f3
This diff is collapsed.
Click to expand it.
man/gnus.texi
View file @
34f3c1f3
...
...
@@ -14097,8 +14097,8 @@ files. If a positive number, delete files older than number of days
(the deletion will only happen when receiving new mail). You may also
set @code{mail-source-delete-incoming} to @code{nil} and call
@code{mail-source-delete-old-incoming} from a hook or interactively.
@code{mail-source-delete-incoming} defaults to @code{
2
} in alpha Gnusae
and @code{
10
} in released Gnusae. @xref{Gnus Development}.
@code{mail-source-delete-incoming} defaults to @code{
10
} in alpha Gnusae
and @code{
2
} in released Gnusae. @xref{Gnus Development}.
@item mail-source-delete-old-incoming-confirm
@vindex mail-source-delete-old-incoming-confirm
...
...
@@ -27240,7 +27240,7 @@ controls this.
@item You can now drag and drop attachments to the Message buffer.
See @code{mml-dnd-protocol-alist} and @code{mml-dnd-attach-options}.
@xref{MIME, ,MIME, message, Message Manual}.
@c New in 5.10.9 / 5.11 (Emacs 2
1
.1)
@c New in 5.10.9 / 5.11 (Emacs 2
2
.1)
@item @code{auto-fill-mode} is enabled by default in Message mode.
See @code{message-fill-column}. @xref{Various Message Variables, ,
...
...
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