summaryrefslogtreecommitdiff
path: root/lisp/gnus
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Merge from emacs--rel--22Miles Bader2008-03-102-4/+9
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1095
| * (mail-source-delete-old-incoming-confirm): ChangeReiner Steib2008-03-082-7/+16
| | | | | | | | | | default to nil. (mail-source-delete-old-incoming): Make confirmation prompt more clear.
| * *** empty log message ***Juanma Barranquero2008-03-051-2/+2
| |
| * (gnus-print-buffer): Honor ps-print-color-p.Reiner Steib2008-03-052-1/+6
| | | | | | | | Suggested by <chris.anderton@zetnet.co.uk>.
| * Merge from gnus--rel--5.10Miles Bader2008-03-012-1/+6
| | | | | | | | Revision: emacs@sv.gnu.org/emacs--rel--22--patch-239
* | Change a return type, for greater extensibility. SeeKarl Fogel2008-03-072-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html and its thread for discussion leading to this change. * emacs-cvs/lisp/bookmark.el: (bookmark-jump-noselect): Return an alist instead of a dotted pair. (bookmark-jump, bookmark-jump-other-window, bookmark-insert) (bookmark-bmenu-2-window, bookmark-bmenu-other-window) (bookmark-bmenu-switch-other-window): Adjust accordingly. (bookmark-make-cell-function): Adjust documentation accordingly. * emacs-cvs/lisp/image-mode.el (image-bookmark-jump): Adjust return type accordingly; document. * emacs-cvs/lisp/doc-view.el (doc-view-bookmark-jump): Adjust return type accordingly; document.
* | (gnus-article-mode-line-format-alist): Move here from gnus-art.Glenn Morris2008-03-052-11/+13
| | | | | | | | (top-level): No need to load own source when compiling.
* | (gnus-article-mode-line-format-alist): Move to gnus-sum.Glenn Morris2008-03-051-5/+0
| |
* | (top-level): No need to require gnus when compiling,Glenn Morris2008-03-042-14/+19
| | | | | | | | | | since unconditionally required near start of file. (gnus-summary-display-while-building): Move definition before use.
* | (nndoc-oe-dbx-type-p): Use mm-string-to-multibyte.Stefan Monnier2008-03-032-2/+3
| |
* | (mm-decode-content-transfer-encoding): Simplify.Stefan Monnier2008-03-032-5/+4
| |
* | Use inhibit-read-only and with-current-buffer.Stefan Monnier2008-03-032-100/+71
| | | | | | | | | | | | (gnus-summary-jump-to-group): Consider windows on other displayed frames as well. Similar changes might be needed elsewhere, but that's the one I've bumped into during my use.
* | (gnus-debug): Use mm-string-to-multibyte.Stefan Monnier2008-03-032-2/+3
| |