Mercurial > emacs
view etc/nxml/00000-0007F.el @ 110433:33cf78a271ef
Merge changes made in Gnus trunk.
mail-parse.el (mail-header-encode-parameter): Define as rfc2045-encode-string.
nnheader.el (nnheader-insert-nov): Protect against junk appearing in the extra mail headers.
gnus-html.el: Prefetch and html washing additions.
gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve calling conventions so that prefetch doesn't bug out.
Pass proper format strings to gnus-message.
nnimap.el: Allow anonymous login.
nnimap.el (nnimap-transform-headers): The chars header is called Chars not Bytes.
nnimap.el (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
gnus-start.el (gnus-get-unread-articles): Call `gnus-open-server' on each method before trying to scan them etc.
gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-region by subst-char-in-region.
gnus.el (gnus-similar-server-opened): Refactor a bit and add comments.
gnus.el: Fix a speed regression based in methods that were similar weren't the same.
gnus.el (gnus): When using the development version of Gnus, load the gnus-load file.
nnimap.el (nnimap-open-connection): When looking for credentials, also use the nnimap-server-port.
nnimap.el (nnimap-request-article): Return the group/article number, so that Gnus `^' works as expected.
nnimap.el (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of bogus characters.
gnus-html.el (gnus-html-image-fetched): Protect against the data not arriving.
nnimap.el (nnimap-wait-for-connection): Avoid a race condition while waiting for the connection string.
gnus.texi (Required Back End Functions): Document INFO.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Mon, 20 Sep 2010 00:36:54 +0000 |
parents | 90d168760002 |
children | ef719132ddfa |
line wrap: on
line source
(nxml-define-char-name-set 'basic-latin '(("SPACE" #x0020) ("EXCLAMATION MARK" #x0021) ("QUOTATION MARK" #x0022) ("NUMBER SIGN" #x0023) ("DOLLAR SIGN" #x0024) ("PERCENT SIGN" #x0025) ("AMPERSAND" #x0026) ("APOSTROPHE" #x0027) ("LEFT PARENTHESIS" #x0028) ("RIGHT PARENTHESIS" #x0029) ("ASTERISK" #x002A) ("PLUS SIGN" #x002B) ("COMMA" #x002C) ("HYPHEN-MINUS" #x002D) ("FULL STOP" #x002E) ("SOLIDUS" #x002F) ("DIGIT ZERO" #x0030) ("DIGIT ONE" #x0031) ("DIGIT TWO" #x0032) ("DIGIT THREE" #x0033) ("DIGIT FOUR" #x0034) ("DIGIT FIVE" #x0035) ("DIGIT SIX" #x0036) ("DIGIT SEVEN" #x0037) ("DIGIT EIGHT" #x0038) ("DIGIT NINE" #x0039) ("COLON" #x003A) ("SEMICOLON" #x003B) ("LESS-THAN SIGN" #x003C) ("EQUALS SIGN" #x003D) ("GREATER-THAN SIGN" #x003E) ("QUESTION MARK" #x003F) ("COMMERCIAL AT" #x0040) ("LATIN CAPITAL LETTER A" #x0041) ("LATIN CAPITAL LETTER B" #x0042) ("LATIN CAPITAL LETTER C" #x0043) ("LATIN CAPITAL LETTER D" #x0044) ("LATIN CAPITAL LETTER E" #x0045) ("LATIN CAPITAL LETTER F" #x0046) ("LATIN CAPITAL LETTER G" #x0047) ("LATIN CAPITAL LETTER H" #x0048) ("LATIN CAPITAL LETTER I" #x0049) ("LATIN CAPITAL LETTER J" #x004A) ("LATIN CAPITAL LETTER K" #x004B) ("LATIN CAPITAL LETTER L" #x004C) ("LATIN CAPITAL LETTER M" #x004D) ("LATIN CAPITAL LETTER N" #x004E) ("LATIN CAPITAL LETTER O" #x004F) ("LATIN CAPITAL LETTER P" #x0050) ("LATIN CAPITAL LETTER Q" #x0051) ("LATIN CAPITAL LETTER R" #x0052) ("LATIN CAPITAL LETTER S" #x0053) ("LATIN CAPITAL LETTER T" #x0054) ("LATIN CAPITAL LETTER U" #x0055) ("LATIN CAPITAL LETTER V" #x0056) ("LATIN CAPITAL LETTER W" #x0057) ("LATIN CAPITAL LETTER X" #x0058) ("LATIN CAPITAL LETTER Y" #x0059) ("LATIN CAPITAL LETTER Z" #x005A) ("LEFT SQUARE BRACKET" #x005B) ("REVERSE SOLIDUS" #x005C) ("RIGHT SQUARE BRACKET" #x005D) ("CIRCUMFLEX ACCENT" #x005E) ("LOW LINE" #x005F) ("GRAVE ACCENT" #x0060) ("LATIN SMALL LETTER A" #x0061) ("LATIN SMALL LETTER B" #x0062) ("LATIN SMALL LETTER C" #x0063) ("LATIN SMALL LETTER D" #x0064) ("LATIN SMALL LETTER E" #x0065) ("LATIN SMALL LETTER F" #x0066) ("LATIN SMALL LETTER G" #x0067) ("LATIN SMALL LETTER H" #x0068) ("LATIN SMALL LETTER I" #x0069) ("LATIN SMALL LETTER J" #x006A) ("LATIN SMALL LETTER K" #x006B) ("LATIN SMALL LETTER L" #x006C) ("LATIN SMALL LETTER M" #x006D) ("LATIN SMALL LETTER N" #x006E) ("LATIN SMALL LETTER O" #x006F) ("LATIN SMALL LETTER P" #x0070) ("LATIN SMALL LETTER Q" #x0071) ("LATIN SMALL LETTER R" #x0072) ("LATIN SMALL LETTER S" #x0073) ("LATIN SMALL LETTER T" #x0074) ("LATIN SMALL LETTER U" #x0075) ("LATIN SMALL LETTER V" #x0076) ("LATIN SMALL LETTER W" #x0077) ("LATIN SMALL LETTER X" #x0078) ("LATIN SMALL LETTER Y" #x0079) ("LATIN SMALL LETTER Z" #x007A) ("LEFT CURLY BRACKET" #x007B) ("VERTICAL LINE" #x007C) ("RIGHT CURLY BRACKET" #x007D) ("TILDE" #x007E) )) ;; arch-tag: c46ffe15-ef5b-46f6-837f-d6bcf56db5b2