| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1131
|
|
|
|
| |
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1128
|
| |
|
|
|
|
| |
Remove redundant calls to `generate-new-buffer-name'.
|
|
|
|
|
|
| |
(sieve-manage-putscript): Use length instead: `string-bytes' gives the
correct byte-length only if the process's coding-system is the same as
the one used internally by Emacs to represent strings.
|
|
|
|
| |
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1125
|
|\
| |
| |
| | |
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1121
|
| | |
|
| |
| |
| |
| | |
stripping of the signatur in doc string.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
2008-03-19 Nils Ackermann <nils@ackermath.info> (tiny change)
* nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
parameter.
* message.el (message-disassociate-draft): Specify drafts group name
fully.
2008-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
* mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
Incoming* files.
2008-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
* nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
(nntp-open-via-telnet-and-telnet): Make sure the nntp port to specify
is a string.
|
| |
| |
| |
| | |
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-246
|
| | |
|
| |
| |
| |
| | |
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1118
|
| | |
|
| | |
|
| |
| |
| |
| | |
Prefer fboundp to functionp so it works with macros as well.
|
| |
| |
| |
| | |
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1110
|
| | |
|
| |
| |
| |
| | |
Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
|
| |
| |
| |
| | |
after rather than before erasing it.
|
| |
| |
| |
| |
| | |
(gnus-request-article-this-buffer): Make sure the proper decoding is used
if gnus-original-article-buffer happens to be unibyte.
|
| | |
|
| |
| |
| |
| | |
default-enable-multibyte-characters.
|
| | |
|
| | |
|
| |
| |
| |
| | |
Fix last change in case the element is not even a symbol.
|
| |
| |
| |
| | |
(message-info): Require mml2015 when appropriate.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
(nntp-netcat-switches): Rename from nntp-via-netcat-switches.
(nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
(nntp-service-to-port): New function.
(nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
(nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
(nntp-open-netcat-stream): New function.
(nntp-open-via-rlogin-and-netcat): Don't use a pty.
|
| | |
|
| | |
|
| |
| |
| |
| | |
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1104
|
| |
| |
| |
| |
| | |
registering charsets in Vcharset_order_list.
(syms_of_charset): Make the charset `eight-bit' supplementary.
|
| | |
|
| | |
|
| |
| |
| |
| | |
Prefer fboundp to functionp so it works with macros as well.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
(nntp-send-buffer): Just set the buffer to unibyte rather than use the
dubious mm-with-unibyte-current-buffer.
(nntp-with-open-group-function): New function extracted from
nntp-with-open-group macro.
(nntp-with-open-group): Use the function, so it's easier to debug.
Add indentation and debugging info.
(nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend the
use of the netcat alternatives.
|
| | |
|
| | |
|
| |
| |
| |
| | |
(nnheader-string-as-multibyte): Remove.
|
| |
| |
| |
| |
| |
| | |
(mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
(mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
or unibyte-string.
|
| |
| |
| |
| | |
(mm-uu-yenc-extract): Use with-current-buffer.
|
| |
| |
| |
| | |
since the buffer is unibyte anyway.
|
| |
| |
| |
| |
| | |
(nnmh-request-list-1): Use mm-string-to-multibyte rather than
mm-string-as-multibyte on the output of mm-encode-coding-string.
|
| |
| |
| |
| | |
(nnimap-request-move-article): Use with-current-buffer.
|
| |
| |
| |
| |
| | |
the handle-buffer's text, so the implicit multibyte->unibyte conversion
uses string-make-unibyte rather than string-as-unibyte.
|
| | |
|
| | |
|
| |
| |
| |
| | |
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1099
|
| |
| |
| |
| | |
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1097
|