Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix up comment convention on the arch-tag lines. | Stefan Monnier | 2008-04-10 | 102 | -102/+102 |
| | |||||
* | (uncompface): Make buffer unibyte. | Katsumi Yamaoka | 2008-04-08 | 2 | -0/+5 |
| | |||||
* | (mail-source-value): | Stefan Monnier | 2008-04-07 | 2 | -2/+6 |
| | | | | Prefer fboundp to functionp so it works with macros as well. | ||||
* | Merge from gnus--devo--0 | Miles Bader | 2008-04-07 | 3 | -2/+21 |
| | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1110 | ||||
* | (mm-disable-multibyte): Autoload it. | Glenn Morris | 2008-04-05 | 2 | -4/+9 |
| | |||||
* | (mm-with-unibyte-buffer, mm-with-multibyte-buffer): | Stefan Monnier | 2008-04-05 | 2 | -4/+9 |
| | | | | Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters. | ||||
* | (nnheader-init-server-buffer): Change buffer's multibyteness | Stefan Monnier | 2008-04-05 | 2 | -1/+4 |
| | | | | after rather than before erasing it. | ||||
* | (gnus-mime-replace-part): Remove unnecessary use of mm-with-multibyte. | Stefan Monnier | 2008-04-05 | 2 | -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 Monnier | 2008-04-05 | 2 | -2/+5 |
| | |||||
* | (gnus-display-x-face-in-from): Remove unnecessary use of | Stefan Monnier | 2008-04-05 | 2 | -3/+5 |
| | | | | default-enable-multibyte-characters. | ||||
* | (mm-inline-media-tests): Add entry for x-diff. | Stefan Monnier | 2008-04-05 | 2 | -4/+8 |
| | |||||
* | (nnweb-init): Avoid nn-with-unibyte. | Stefan Monnier | 2008-04-05 | 2 | -6/+10 |
| | |||||
* | (gnus-configure-frame, gnus-all-windows-visible-p): | Stefan Monnier | 2008-04-03 | 2 | -5/+10 |
| | | | | Fix last change in case the element is not even a symbol. | ||||
* | (mml2015-use): Declare for compiler. | Glenn Morris | 2008-03-31 | 2 | -1/+10 |
| | | | | (message-info): Require mml2015 when appropriate. | ||||
* | (nntp-netcat-command): Rename from nntp-via-netcat-command. | Stefan Monnier | 2008-03-30 | 2 | -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 Morris | 2008-03-29 | 1 | -5/+0 |
| | |||||
* | (message-make-in-reply-to): Use mm-with-multibyte-buffer. | Stefan Monnier | 2008-03-29 | 2 | -18/+21 |
| | |||||
* | Merge from gnus--devo--0 | Miles Bader | 2008-03-29 | 14 | -128/+580 |
| | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1104 | ||||
* | (Fdefine_charset_internal): Change the way of | Kenichi Handa | 2008-03-27 | 1 | -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 Monnier | 2008-03-20 | 2 | -3/+5 |
| | |||||
* | (mm-set-buffer-multibyte): New function. | Stefan Monnier | 2008-03-20 | 2 | -0/+3 |
| | |||||
* | (gnus-configure-frame, gnus-all-windows-visible-p): | Stefan Monnier | 2008-03-20 | 2 | -4/+9 |
| | | | | Prefer fboundp to functionp so it works with macros as well. | ||||
* | *** empty log message *** | Stefan Monnier | 2008-03-19 | 2 | -116/+78 |
| | |||||
* | Use with-current-buffer. | Stefan Monnier | 2008-03-12 | 2 | -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 Monnier | 2008-03-12 | 2 | -14/+17 |
| | |||||
* | (nnweb-insert-html): Remove use of nnheader-string-as-multibyte. | Stefan Monnier | 2008-03-12 | 2 | -2/+9 |
| | |||||
* | (nnheader-init-server-buffer): Use with-current-buffer. | Stefan Monnier | 2008-03-12 | 2 | -6/+7 |
| | | | | (nnheader-string-as-multibyte): Remove. | ||||
* | Use inhibit-read-only. | Stefan Monnier | 2008-03-12 | 2 | -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 Monnier | 2008-03-12 | 2 | -2/+7 |
| | | | | (mm-uu-yenc-extract): Use with-current-buffer. | ||||
* | (gnus-soup-send-packet): Don't use mm-with-unibyte-current-buffer | Stefan Monnier | 2008-03-12 | 2 | -4/+6 |
| | | | | since the buffer is unibyte anyway. | ||||
* | Use with-current-buffer. | Stefan Monnier | 2008-03-12 | 2 | -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 Monnier | 2008-03-12 | 2 | -3/+7 |
| | | | | (nnimap-request-move-article): Use with-current-buffer. | ||||
* | (mm-with-part): Set the buffer to unibyte before inserting | Stefan Monnier | 2008-03-12 | 2 | -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 Monnier | 2008-03-12 | 2 | -28/+16 |
| | |||||
* | (message-ignored-resent-headers): Add "Delivered-To". | Stefan Monnier | 2008-03-12 | 2 | -4/+14 |
| | |||||
* | Merge from gnus--devo--0 | Miles Bader | 2008-03-10 | 2 | -7/+16 |
| | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1099 | ||||
* | Merge from gnus--devo--0 | Miles Bader | 2008-03-10 | 12 | -138/+502 |
| | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1097 | ||||
* | Merge from emacs--rel--22 | Miles Bader | 2008-03-10 | 2 | -4/+9 |
|\ | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1095 | ||||
| * | (mail-source-delete-old-incoming-confirm): Change | Reiner Steib | 2008-03-08 | 2 | -7/+16 |
| | | | | | | | | | | default to nil. (mail-source-delete-old-incoming): Make confirmation prompt more clear. | ||||
| * | *** empty log message *** | Juanma Barranquero | 2008-03-05 | 1 | -2/+2 |
| | | |||||
| * | (gnus-print-buffer): Honor ps-print-color-p. | Reiner Steib | 2008-03-05 | 2 | -1/+6 |
| | | | | | | | | Suggested by <chris.anderton@zetnet.co.uk>. | ||||
| * | Merge from gnus--rel--5.10 | Miles Bader | 2008-03-01 | 2 | -1/+6 |
| | | | | | | | | Revision: emacs@sv.gnu.org/emacs--rel--22--patch-239 | ||||
* | | Change a return type, for greater extensibility. See | Karl Fogel | 2008-03-07 | 2 | -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 Morris | 2008-03-05 | 2 | -11/+13 |
| | | | | | | | | (top-level): No need to load own source when compiling. | ||||
* | | (gnus-article-mode-line-format-alist): Move to gnus-sum. | Glenn Morris | 2008-03-05 | 1 | -5/+0 |
| | | |||||
* | | (top-level): No need to require gnus when compiling, | Glenn Morris | 2008-03-04 | 2 | -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 Monnier | 2008-03-03 | 2 | -2/+3 |
| | | |||||
* | | (mm-decode-content-transfer-encoding): Simplify. | Stefan Monnier | 2008-03-03 | 2 | -5/+4 |
| | | |||||
* | | Use inhibit-read-only and with-current-buffer. | Stefan Monnier | 2008-03-03 | 2 | -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 Monnier | 2008-03-03 | 2 | -2/+3 |
| | |