summaryrefslogtreecommitdiff
path: root/lisp/gnus
Commit message (Collapse)AuthorAgeFilesLines
* Merge from gnus--devo--0Miles Bader2008-04-293-19/+46
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1131
* Merge from gnus--devo--0Miles Bader2008-04-265-42/+121
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1128
* *** empty log message ***Juanma Barranquero2008-04-251-4/+9
|
* (smime-sign-region, smime-encrypt-region, smime-decrypt-region):Juanma Barranquero2008-04-251-3/+3
| | | | Remove redundant calls to `generate-new-buffer-name'.
* (sieve-string-bytes): Remove.Stefan Monnier2008-04-242-7/+13
| | | | | | (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.
* Merge from gnus--devo--0Miles Bader2008-04-241-1/+1
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1125
* Merge from emacs--rel--22Miles Bader2008-04-231-3/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1121
| * Fix up trailer.Stefan Monnier2008-04-111-3/+1
| |
| * (message-cite-original-without-signature): MentionReiner Steib2008-03-242-1/+7
| | | | | | | | stripping of the signatur in doc string.
| * [ Merge from Gnus v5-10 ]Reiner Steib2008-03-195-8/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * Merge from gnus--rel--5.10Miles Bader2008-03-104-33/+51
| | | | | | | | Revision: emacs@sv.gnu.org/emacs--rel--22--patch-246
* | (mailcap-file-default-commands): New function.Juri Linkov2008-04-222-0/+52
| |
* | Merge from gnus--devo--0Miles Bader2008-04-217-33/+94
| | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1118
* | Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-10102-102/+102
| |
* | (uncompface): Make buffer unibyte.Katsumi Yamaoka2008-04-082-0/+5
| |
* | (mail-source-value):Stefan Monnier2008-04-072-2/+6
| | | | | | | | Prefer fboundp to functionp so it works with macros as well.
* | Merge from gnus--devo--0Miles Bader2008-04-073-2/+21
| | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1110
* | (mm-disable-multibyte): Autoload it.Glenn Morris2008-04-052-4/+9
| |
* | (mm-with-unibyte-buffer, mm-with-multibyte-buffer):Stefan Monnier2008-04-052-4/+9
| | | | | | | | Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
* | (nnheader-init-server-buffer): Change buffer's multibytenessStefan Monnier2008-04-052-1/+4
| | | | | | | | after rather than before erasing it.
* | (gnus-mime-replace-part): Remove unnecessary use of mm-with-multibyte.Stefan Monnier2008-04-052-5/+15
| | | | | | | | | | (gnus-request-article-this-buffer): Make sure the proper decoding is used if gnus-original-article-buffer happens to be unibyte.
* | (gnus-x-splash): Avoid binding default-enable-multibyte-characters.Stefan Monnier2008-04-052-2/+5
| |
* | (gnus-display-x-face-in-from): Remove unnecessary use ofStefan Monnier2008-04-052-3/+5
| | | | | | | | default-enable-multibyte-characters.
* | (mm-inline-media-tests): Add entry for x-diff.Stefan Monnier2008-04-052-4/+8
| |
* | (nnweb-init): Avoid nn-with-unibyte.Stefan Monnier2008-04-052-6/+10
| |
* | (gnus-configure-frame, gnus-all-windows-visible-p):Stefan Monnier2008-04-032-5/+10
| | | | | | | | Fix last change in case the element is not even a symbol.
* | (mml2015-use): Declare for compiler.Glenn Morris2008-03-312-1/+10
| | | | | | | | (message-info): Require mml2015 when appropriate.
* | (nntp-netcat-command): Rename from nntp-via-netcat-command.Stefan Monnier2008-03-302-31/+69
| | | | | | | | | | | | | | | | | | | | (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.
* | Fix merge mistake.Glenn Morris2008-03-291-5/+0
| |
* | (message-make-in-reply-to): Use mm-with-multibyte-buffer.Stefan Monnier2008-03-292-18/+21
| |
* | Merge from gnus--devo--0Miles Bader2008-03-2914-128/+580
| | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1104
* | (Fdefine_charset_internal): Change the way ofKenichi Handa2008-03-271-31/+31
| | | | | | | | | | registering charsets in Vcharset_order_list. (syms_of_charset): Make the charset `eight-bit' supplementary.
* | (mm-copy-to-buffer): Use mm-set-buffer-multibyte.Stefan Monnier2008-03-202-3/+5
| |
* | (mm-set-buffer-multibyte): New function.Stefan Monnier2008-03-202-0/+3
| |
* | (gnus-configure-frame, gnus-all-windows-visible-p):Stefan Monnier2008-03-202-4/+9
| | | | | | | | Prefer fboundp to functionp so it works with macros as well.
* | *** empty log message ***Stefan Monnier2008-03-192-116/+78
| |
* | Use with-current-buffer.Stefan Monnier2008-03-122-97/+105
| | | | | | | | | | | | | | | | | | | | | | (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.
* | (rfc2047-decode-string): Don't use `m'. Avoid mm-string-as-multibyte as well.Stefan Monnier2008-03-122-14/+17
| |
* | (nnweb-insert-html): Remove use of nnheader-string-as-multibyte.Stefan Monnier2008-03-122-2/+9
| |
* | (nnheader-init-server-buffer): Use with-current-buffer.Stefan Monnier2008-03-122-6/+7
| | | | | | | | (nnheader-string-as-multibyte): Remove.
* | Use inhibit-read-only.Stefan Monnier2008-03-122-42/+42
| | | | | | | | | | | | (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-copy-to-buffer): Preserve (uni/multi)byteness.Stefan Monnier2008-03-122-2/+7
| | | | | | | | (mm-uu-yenc-extract): Use with-current-buffer.
* | (gnus-soup-send-packet): Don't use mm-with-unibyte-current-bufferStefan Monnier2008-03-122-4/+6
| | | | | | | | since the buffer is unibyte anyway.
* | Use with-current-buffer.Stefan Monnier2008-03-122-10/+10
| | | | | | | | | | (nnmh-request-list-1): Use mm-string-to-multibyte rather than mm-string-as-multibyte on the output of mm-encode-coding-string.
* | (nnimap-retrieve-headers-progress): Use a unibyte temp buffer.Stefan Monnier2008-03-122-3/+7
| | | | | | | | (nnimap-request-move-article): Use with-current-buffer.
* | (mm-with-part): Set the buffer to unibyte before insertingStefan Monnier2008-03-122-14/+16
| | | | | | | | | | the handle-buffer's text, so the implicit multibyte->unibyte conversion uses string-make-unibyte rather than string-as-unibyte.
* | Use with-current-buffer.Stefan Monnier2008-03-122-28/+16
| |
* | (message-ignored-resent-headers): Add "Delivered-To".Stefan Monnier2008-03-122-4/+14
| |
* | Merge from gnus--devo--0Miles Bader2008-03-102-7/+16
| | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1099
* | Merge from gnus--devo--0Miles Bader2008-03-1012-138/+502
| | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1097