Mercurial > emacs
view etc/images/new.xpm @ 111789:f97704487fb3
Merge changes made in Gnus trunk.
nnir.el: Batch header retrieval.
proto-stream.el: New library to provide protocol-specific TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar protocols.
nnimap.el (nnimap-open-connection): Use it.
proto-stream.el (open-proto-stream): Complete the documentation.
nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
nntp.el: Use proto-streams for the relevant connections types.
nntp.el (nntp-open-connection): Switch on STARTTLS on supported servers.
proto-stream.el (open-proto-stream): Add a way to specify what the end of a command is.
proto-stream.el (proto-stream-open-tls): Delete output from openssl if we're using tls.el.
proto-stream.el (proto-stream-open-network): If we don't have gnutls-cli or gnutls built in, then don't try to establish a STARTTLS connection.
color.el (color-lab->srgb): Fix function call name.
proto-stream.el: Fix the syntax in the comment.
nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
proto-stream.el (proto-stream-open-starttls): Actually implement the starttls.el STARTTLS.
proto-stream.el (proto-stream-always-use-starttls): New variable.
proto-stream.el (proto-stream-open-starttls): De-duplicate the starttls code.
proto-stream.el (proto-stream-open-starttls): Folded back into the main function.
proto-stream.el (proto-stream-command): Refactor out.
nnimap.el (nnimap-stream): Change default to `undecided'.
nnimap.el (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl first, and then network.
nnimap.el (nnimap-open-connection-1): Respect nnimap-server-port.
nnimap.el (nnimap-open-connection): Be more backwards-compatible.
proto-stream.el (open-protocol-stream): Renamed from open-proto-stream.
proto-stream.el (proto-stream-open-network): When doing opportunistic TLS upgrades we don't really care about the identity of the peer.
gnus.texi (Customizing the IMAP Connection): Note the new defaults.
gnus.texi (Direct Functions): Note the STARTTLS upgrade.
proto-stream.el (proto-stream-open-network): Force starttls.el to use gnutls-cli, since that what we've checked for.
proto-stream.el (proto-stream-always-use-starttls): Only default to t if open-gnutls-stream exists.
proto-stream.el (proto-stream-open-network): If STARTTLS failed, then just open a normal connection.
proto-stream.el (proto-stream-open-network): Wait until the greeting before doing STARTTLS.
nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for backwards compatibility).
nnimap.el (nnimap-open-connection-1): Really respect nnimap-server-port.
nntp.el (nntp-open-connection): Provide a :success condition.
nnimap.el (nnimap-open-connection-1): Ditto.
proto-stream.el (proto-stream-open-network): See what the response to the STARTTLS command is.
proto-stream.el (proto-stream-open-network): Add some comments.
proto-stream.el: Fix example.
proto-stream.el (open-protocol-stream): Actually mention the STARTTLS upgrade.
nnir.el (nnir-get-active): Skip nnir-ignored-newsgroups when searching.
nnir.el (nnir-ignore-newsgroups): Fix default value.
nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of delete-dups that is not available in XEmacs 21.4.
mm-util.el (mm-delete-duplicates): Add comment.
gnus-sum.el (gnus-summary-delete-article): If delete fails don't change the registry.
nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't seem to accept strings-with-numbers as port numbers.
color.el: fix docstring to use English rather than math notation for intervals.
shr.el (shr-find-fill-point): Don't break before apostrophes.
nnir.el (nnir-request-move-article): Bail out if no move support in group.
color.el (color-rgb->hsv): Fix docstring.
nnir.el (nnir-get-active): Improve active list retrieval.
shr.el (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
nnimap.el (nnimap-open-connection-1): Fix PREAUTH.
proto-stream.el (open-protocol-stream): All starttls connections are handled by the network handler.
gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding to t of inhibit-read-only since it is inside gnus-with-article-headers.
gnus-gravatar.el (gnus-gravatar-transform-address): Use mail-extract-address-components that supports non-ASCII names rather than mail-header-parse-addresses.
shr.el (shr-find-fill-point): Don't break line between kinsoku-bol characters.
gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of names.
nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark funcall.
gnus-msg.el: Remove nastygram thing.
message.el (message-from-style): Fix comment.
message.el (message-user-organization): Do not use gnus-local-organization.
gnus.el: Remove gnus-local-organization.
rtree.el: New file to handle range trees.
nnir.el, gnus-sum.el: Redo the way nnir handles registry updates.
rtree.el (rtree-extract): Simplify.
gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting support.
gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
gnus-win.el (gnus-configure-frame): Remove old compatibility code.
rtree.el (rtree-memq): Rewrite it as a non-recursive function.
rtree.el (rtree-add, rtree-delq, rtree-length): Implement.
rtree.el (rtree-add): Make code slightly faster.
nnir.el: Allow modified summary-line-format in nnir summary buffers.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Thu, 02 Dec 2010 22:21:31 +0000 |
parents | 28718fa5d988 |
children |
line wrap: on
line source
/* XPM */ static char * new_xpm[] = { "24 24 127 2", " c None", ". c #000000", "+ c #D3D3D3", "@ c #F6F6F6", "# c #FFFFFF", "$ c #F9F9F9", "% c #DADADA", "& c #585858", "* c #C7C7C7", "= c #D1D1D1", "- c #D6D6D6", "; c #FEFEFE", "> c #FDFDFD", ", c #C0C0C0", "' c #E1E1E1", ") c #F0F0F0", "! c #9B9B9B", "~ c #FCFCFB", "{ c #FBFBFB", "] c #AFAFAE", "^ c #E9E9E9", "/ c #DFDFDF", "( c #8F8F8F", "_ c #FAFAF9", ": c #F9F9F8", "< c #A4A4A3", "[ c #F4F4F4", "} c #CFCFCF", "| c #A2A2A2", "1 c #F8F8F7", "2 c #F8F7F6", "3 c #9E9E9E", "4 c #F7F6F5", "5 c #F6F6F4", "6 c #F4F3F2", "7 c #DEDDDC", "8 c #D3D2D0", "9 c #B7B7B5", "0 c #9F9E9D", "a c #706F6F", "b c #65625A", "c c #F5F4F3", "d c #F2F2F0", "e c #E4E4E2", "f c #DAD9D7", "g c #D8D8D6", "h c #CDCCCA", "i c #AFAEAC", "j c #88847B", "k c #F3F3F1", "l c #EFEFED", "m c #EEEDEB", "n c #EDECEA", "o c #E9E8E6", "p c #D5D4D3", "q c #C4C3C2", "r c #8F8A81", "s c #F6F5F4", "t c #F5F5F3", "u c #F1F1EF", "v c #F1F0EE", "w c #ECEBE9", "x c #EAE9E7", "y c #E5E4E2", "z c #E4E3E0", "A c #D2D1CE", "B c #8D887E", "C c #F3F2F1", "D c #F0F0EE", "E c #F0EFED", "F c #EFEEEC", "G c #E8E7E5", "H c #E5E4E1", "I c #E2E1DE", "J c #E1DFDC", "K c #979288", "L c #A49E93", "M c #E8E7E4", "N c #E7E6E3", "O c #E3E2DF", "P c #E2E0DD", "Q c #E1E0DC", "R c #E0DFDB", "S c #A19C90", "T c #EDEDEB", "U c #EBEAE8", "V c #E9E8E5", "W c #E6E4E1", "X c #E3E2DE", "Y c #DFDEDA", "Z c #DEDDD9", "` c #DDDCD8", " . c #A19B90", ".. c #E7E5E2", "+. c #E4E3DF", "@. c #DCDBD7", "#. c #E6E5E2", "$. c #E5E4E0", "%. c #E2E1DD", "&. c #DBD9D5", "*. c #D9D7D3", "=. c #9F998D", "-. c #E4E2DF", ";. c #DDDBD7", ">. c #DCDAD6", ",. c #D8D6D2", "'. c #9E988D", "). c #EDEDED", "!. c #E1E0DD", "~. c #E0DEDA", "{. c #D8D6D1", "]. c #D7D5D1", "^. c #9D978B", "/. c #E1DFDB", "(. c #DEDCD8", "_. c #D7D6D1", ":. c #D5D3CE", "<. c #9B958A", "[. c #999891", "}. c #A39E92", "|. c #A39D92", "1. c #A39D91", "2. c #A29C90", "3. c #A19B8F", "4. c #9D978C", "5. c #9B968A", "6. c #676359", " ", " . . . . . . . . . . . . . ", " . + @ # # # # # # # # $ % & . ", " . @ # # # # # # # # # # * = - . ", " . # # # # # # # ; # ; > , ' ) ! . ", " . # # # # # ; > ~ > ~ { ] ^ # / ( . ", " . # # # ; > ~ { _ { _ : < ) # [ } | . ", " . # ; > ~ { _ : 1 : 1 2 3 . . . . . . . ", " . # ~ { _ : 1 2 4 2 4 5 6 7 8 9 0 a b . ", " . # _ : 1 2 4 5 c 5 c 6 d e f g h i j . ", " . # 1 2 4 5 c 6 k 6 k d l m n o p q r . ", " . # s t 6 6 k d u d u v m w x y z A B . ", " . # 6 C d D l v E v E F w G H z I J K . ", " . # 6 C d D l v E v E F w G H z I J L . ", " . # D l l F m n n n n w M N O P Q R S . ", " . # T n w w w U V U V V H W X Y Z ` .. ", " . # U o o G M M N M N ..+.X R Z ` @. .. ", " . # N #.#.#.H W $.W $.+.%.R Z @.&.*.=.. ", " . $ z O X -.+.%.X %.X Q Q Z ;.>.*.,.'.. ", " . ).!.J Q R %.R Q R Q Y ~.;.>.*.{.].^.. ", " . = /.~.Y Z R Z ~.Z ~.(.(.>.>.,._.:.<.. ", " . [.}.L |.1.|.S 2.S 2.3. .=.=.4.4.5.6.. ", " . . . . . . . . . . . . . . . . . . ", " "};