view etc/nxml/02150-0218F.el @ 110410:f2e111723c3a

Merge changes made in Gnus trunk. Reimplement nnimap, and do tweaks to the rest of the code to support that. * gnus-int.el (gnus-finish-retrieve-group-infos) (gnus-retrieve-group-data-early): New functions. * gnus-range.el (gnus-range-nconcat): New function. * gnus-start.el (gnus-get-unread-articles): Support early retrieval of data. (gnus-read-active-for-groups): Support finishing the early retrieval of data. * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name if the move is internal, so that nnimap can do fast internal moves. * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for nnimap usage. * nnimap.el: Rewritten. * nnmail.el (nnmail-inhibit-default-split-group): New internal variable to allow the mail splitting to not return a default group. This is useful for nnimap, which will leave unmatched mail in the inbox. * utf7.el (utf7-encode): Autoload. Implement shell connection. * nnimap.el (nnimap-open-shell-stream): New function. (nnimap-open-connection): Use it. Get the number of lines by using BODYSTRUCTURE. (nnimap-transform-headers): Get the number of lines in each message. (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the number of lines. Not all servers return UIDNEXT. Work past this problem. Remove junk from end of file. Fix typo in "bogus" section. Make capabilties be case-insensitive. Require cl when compiling. Don't bug out if the LIST command doesn't have any parameters. 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change) * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command doesn't have any parameters. (mm-text-html-renderer): Document gnus-article-html. 2010-09-17 Julien Danjou <julien@danjou.info> (tiny fix) * mm-decode.el (mm-text-html-renderer): Document gnus-article-html. * dgnushack.el: Define netrc-credentials. If the user doesn't have a /etc/services, supply some sensible port defaults. Have `unseen-or-unread' select an unread unseen article first. (nntp-open-server): Return whether the open was successful or not. Throughout all files, replace (save-excursion (set-buffer ...)) with (with-current-buffer ... ). Save result so that it doesn't say "failed" all the time. Add ~/.authinfo to the default, since that's probably most useful for users. Don't use the "finish" method when we're reading from the agent. Add some more nnimap-relevant agent stuff to nnagent.el. * nnimap.el (nnimap-with-process-buffer): Removed. Revert one line that was changed by mistake in the last checkin. (nnimap-open-connection): Don't error out when we can't make a connection nnimap-related changes to avoid bugging out if we can't contact a server. * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups from methods that are denied. * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log in. (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for nothing. * gnus-sum.el (gnus-select-newsgroup): Indent.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Sat, 18 Sep 2010 10:02:19 +0000
parents 1cd610d94f44
children ef719132ddfa
line wrap: on
line source

(nxml-define-char-name-set 'number-forms
  '(("VULGAR FRACTION ONE THIRD" #x2153)
    ("VULGAR FRACTION TWO THIRDS" #x2154)
    ("VULGAR FRACTION ONE FIFTH" #x2155)
    ("VULGAR FRACTION TWO FIFTHS" #x2156)
    ("VULGAR FRACTION THREE FIFTHS" #x2157)
    ("VULGAR FRACTION FOUR FIFTHS" #x2158)
    ("VULGAR FRACTION ONE SIXTH" #x2159)
    ("VULGAR FRACTION FIVE SIXTHS" #x215A)
    ("VULGAR FRACTION ONE EIGHTH" #x215B)
    ("VULGAR FRACTION THREE EIGHTHS" #x215C)
    ("VULGAR FRACTION FIVE EIGHTHS" #x215D)
    ("VULGAR FRACTION SEVEN EIGHTHS" #x215E)
    ("FRACTION NUMERATOR ONE" #x215F)
    ("ROMAN NUMERAL ONE" #x2160)
    ("ROMAN NUMERAL TWO" #x2161)
    ("ROMAN NUMERAL THREE" #x2162)
    ("ROMAN NUMERAL FOUR" #x2163)
    ("ROMAN NUMERAL FIVE" #x2164)
    ("ROMAN NUMERAL SIX" #x2165)
    ("ROMAN NUMERAL SEVEN" #x2166)
    ("ROMAN NUMERAL EIGHT" #x2167)
    ("ROMAN NUMERAL NINE" #x2168)
    ("ROMAN NUMERAL TEN" #x2169)
    ("ROMAN NUMERAL ELEVEN" #x216A)
    ("ROMAN NUMERAL TWELVE" #x216B)
    ("ROMAN NUMERAL FIFTY" #x216C)
    ("ROMAN NUMERAL ONE HUNDRED" #x216D)
    ("ROMAN NUMERAL FIVE HUNDRED" #x216E)
    ("ROMAN NUMERAL ONE THOUSAND" #x216F)
    ("SMALL ROMAN NUMERAL ONE" #x2170)
    ("SMALL ROMAN NUMERAL TWO" #x2171)
    ("SMALL ROMAN NUMERAL THREE" #x2172)
    ("SMALL ROMAN NUMERAL FOUR" #x2173)
    ("SMALL ROMAN NUMERAL FIVE" #x2174)
    ("SMALL ROMAN NUMERAL SIX" #x2175)
    ("SMALL ROMAN NUMERAL SEVEN" #x2176)
    ("SMALL ROMAN NUMERAL EIGHT" #x2177)
    ("SMALL ROMAN NUMERAL NINE" #x2178)
    ("SMALL ROMAN NUMERAL TEN" #x2179)
    ("SMALL ROMAN NUMERAL ELEVEN" #x217A)
    ("SMALL ROMAN NUMERAL TWELVE" #x217B)
    ("SMALL ROMAN NUMERAL FIFTY" #x217C)
    ("SMALL ROMAN NUMERAL ONE HUNDRED" #x217D)
    ("SMALL ROMAN NUMERAL FIVE HUNDRED" #x217E)
    ("SMALL ROMAN NUMERAL ONE THOUSAND" #x217F)
    ("ROMAN NUMERAL ONE THOUSAND C D" #x2180)
    ("ROMAN NUMERAL FIVE THOUSAND" #x2181)
    ("ROMAN NUMERAL TEN THOUSAND" #x2182)
    ("ROMAN NUMERAL REVERSED ONE HUNDRED" #x2183)
    ))

;; arch-tag: 9931b436-670d-471f-8214-f4c4454ae841