1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-20 10:23:57 +00:00
Commit Graph

1428 Commits

Author SHA1 Message Date
Stefan Monnier
990e2c2fbc (nntp-netcat-command): Rename from nntp-via-netcat-command.
(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.
2008-03-30 03:54:15 +00:00
Glenn Morris
d9ce91aecb Fix merge mistake. 2008-03-29 22:43:16 +00:00
Stefan Monnier
fa98585ca3 (message-make-in-reply-to): Use mm-with-multibyte-buffer. 2008-03-29 22:22:07 +00:00
Miles Bader
9b3ebcb696 Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1104
2008-03-29 19:54:11 +00:00
Kenichi Handa
880820fe87 (Fdefine_charset_internal): Change the way of
registering charsets in Vcharset_order_list.
(syms_of_charset): Make the charset `eight-bit' supplementary.
2008-03-27 11:36:43 +00:00
Stefan Monnier
61dc89b03c (mm-copy-to-buffer): Use mm-set-buffer-multibyte. 2008-03-20 15:49:10 +00:00
Stefan Monnier
df06dd59a6 (mm-set-buffer-multibyte): New function. 2008-03-20 15:47:15 +00:00
Stefan Monnier
b813166ace (gnus-configure-frame, gnus-all-windows-visible-p):
Prefer fboundp to functionp so it works with macros as well.
2008-03-20 15:42:57 +00:00
Stefan Monnier
c9e31f32bd *** empty log message *** 2008-03-19 01:52:49 +00:00
Stefan Monnier
ed075cb4ea Use with-current-buffer.
(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.
2008-03-12 19:56:09 +00:00
Stefan Monnier
f15a9fec25 (rfc2047-decode-string): Don't use `m'. Avoid mm-string-as-multibyte as well. 2008-03-12 19:40:14 +00:00
Stefan Monnier
944c87e061 (nnweb-insert-html): Remove use of nnheader-string-as-multibyte. 2008-03-12 19:20:33 +00:00
Stefan Monnier
2ec9cf150b (nnheader-init-server-buffer): Use with-current-buffer.
(nnheader-string-as-multibyte): Remove.
2008-03-12 19:07:16 +00:00
Stefan Monnier
3d2440b432 Use inhibit-read-only.
(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.
2008-03-12 19:04:56 +00:00
Stefan Monnier
456cace2bc (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
(mm-uu-yenc-extract): Use with-current-buffer.
2008-03-12 18:54:39 +00:00
Stefan Monnier
f5fcf556b2 (gnus-soup-send-packet): Don't use mm-with-unibyte-current-buffer
since the buffer is unibyte anyway.
2008-03-12 18:49:53 +00:00
Stefan Monnier
c9de775515 Use with-current-buffer.
(nnmh-request-list-1): Use mm-string-to-multibyte rather than
mm-string-as-multibyte on the output of mm-encode-coding-string.
2008-03-12 18:44:07 +00:00
Stefan Monnier
9c5fe825f7 (nnimap-retrieve-headers-progress): Use a unibyte temp buffer.
(nnimap-request-move-article): Use with-current-buffer.
2008-03-12 18:40:01 +00:00
Stefan Monnier
d4eb2b7e39 (mm-with-part): Set the buffer to unibyte before inserting
the handle-buffer's text, so the implicit multibyte->unibyte conversion
uses string-make-unibyte rather than string-as-unibyte.
2008-03-12 18:30:52 +00:00
Stefan Monnier
228b6ecd21 Use with-current-buffer. 2008-03-12 18:23:38 +00:00
Stefan Monnier
dd58a68650 (message-ignored-resent-headers): Add "Delivered-To". 2008-03-12 13:06:58 +00:00
Miles Bader
37a68866aa Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1099
2008-03-10 02:39:21 +00:00
Miles Bader
8f7abae3a9 Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1097
2008-03-10 00:50:22 +00:00
Miles Bader
56388398e7 Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1095
2008-03-10 00:49:47 +00:00
Reiner Steib
d59cff5af2 (mail-source-delete-old-incoming-confirm): Change
default to nil.
(mail-source-delete-old-incoming): Make confirmation prompt more clear.
2008-03-08 12:06:58 +00:00
Karl Fogel
e0385bf41a Change a return type, for greater extensibility. See
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.
2008-03-07 05:44:37 +00:00
Juanma Barranquero
5e25c51400 *** empty log message *** 2008-03-05 23:37:11 +00:00
Reiner Steib
a7b50e1ce0 (gnus-print-buffer): Honor ps-print-color-p.
Suggested by <chris.anderton@zetnet.co.uk>.
2008-03-05 22:06:39 +00:00
Glenn Morris
c1717fbdfc (gnus-article-mode-line-format-alist): Move here from gnus-art.
(top-level): No need to load own source when compiling.
2008-03-05 03:56:36 +00:00
Glenn Morris
ff72fb9cab (gnus-article-mode-line-format-alist): Move to gnus-sum. 2008-03-05 03:56:16 +00:00
Glenn Morris
1fc3462496 (top-level): No need to require gnus when compiling,
since unconditionally required near start of file.
(gnus-summary-display-while-building): Move definition before use.
2008-03-04 03:52:22 +00:00
Stefan Monnier
62dc3ac354 (nndoc-oe-dbx-type-p): Use mm-string-to-multibyte. 2008-03-03 04:12:46 +00:00
Stefan Monnier
a88fd51a1f (mm-decode-content-transfer-encoding): Simplify. 2008-03-03 04:07:51 +00:00
Stefan Monnier
c7a91ce132 Use inhibit-read-only and with-current-buffer.
(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.
2008-03-03 04:06:03 +00:00
Stefan Monnier
ef1b088ac6 (gnus-debug): Use mm-string-to-multibyte. 2008-03-03 03:57:32 +00:00
Stefan Monnier
dacb905a07 (gnus-update-group-mark-positions): Use mm-string-to-multibyte. 2008-03-03 03:49:06 +00:00
Miles Bader
6a3a129c14 Merge from gnus--rel--5.10
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-239
2008-03-01 01:29:58 +00:00
Miles Bader
14e8de0c3f Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1089
2008-03-01 01:28:14 +00:00
Glenn Morris
330f707bed Change defcustom :version from 23.0 to 23.1. 2008-02-29 04:03:49 +00:00
Glenn Morris
ab74c815cf (imap-ping-server): Change defcustom :version from 23.0 to 23.1. 2008-02-29 04:03:16 +00:00
Stefan Monnier
80de177875 Use with-current-buffer. 2008-02-28 19:12:01 +00:00
Glenn Morris
be021c015f (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
nnmairix-request-group-with-article-number-correction call.
(nnmairix-fast, nnmairix-group): New, less general names, for free
variables passed from nnmairix-request-group to
nnmairix-request-group-with-article-number-correction.  Declare.
(nnmairix-request-group-with-article-number-correction):
Use nnmairix-fast, nnmairix-group rather than fast, group.
2008-02-27 09:19:28 +00:00
Glenn Morris
e80c716461 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
variables to defconsts.  Convert comments to doc-strings.
(nnmairix-last-server, nnmairix-current-server): Convert from free
variables to defvars.  Convert comments to doc-strings.
(gnus-registry-fetch-group): Autoload.
(nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
(nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
(nnmairix-widget-build-editable-fields): Use car cddr rather than caddr.
2008-02-27 09:11:02 +00:00
Glenn Morris
da13b6ccb1 Switch license to GPLv3+.
Standardize license text.
Change defcustom :version from 23.0 to 23.1.
2008-02-27 08:57:49 +00:00
Miles Bader
3d0f8a6740 Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1086
2008-02-27 06:22:10 +00:00
Miles Bader
f5490ddcb4 Revert removal of `mm-hack-charsets' in Gnus
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1076
2008-02-24 15:23:45 +00:00
Miles Bader
b03f96dc5a Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1074
2008-02-24 10:09:07 +00:00
Miles Bader
52bec650ae Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1073
2008-02-24 06:43:15 +00:00
Miles Bader
20ca5ee4f7 Merge from gnus--rel--5.10
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-232
2008-02-24 06:09:16 +00:00
Reiner Steib
0b9c5ab7af (mm-codepage-setup): If cp-supported-codepages isn't
fbound (Emacs 23 unicode), signal an error.
2008-02-10 13:08:48 +00:00