Mercurial > emacs
view etc/nxml/00B80-00BFF.el @ 111705:cad125981c0f
Merge changes made in Gnus trunk.
shr-color.el (shr-color-visible): Really return original background if fixed.
shr.el (shr-insert-color-overlay): Replace deprecated syntax.
shr.el (shr-tag-body, shr-descend): Add background support.
shr.el (shr-tag-title): Add.
gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes this function to return incorrect results.
shr.el (shr-parse-style): Drop !important from styles.
message.el (message-goto-body): Remove the <#secure special-casing, which is too special.
mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes something or other in Emacs 23, and is backwards compatible.
message.el (message-goto-body): Use called-interactively-p.
message.el (message-in-body-p): message-goto-body returns point.
nnimap.el (nnimap-request-move-article): It's no longer necessary to clear marks before moving, since they're synced from the Gnus side first.
gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
gnus-sum.el (gnus-summary-move-article): Copy over all marks before moving, so that IMAP doesn't think a new article has arrived.
message.el (message-goto-body): called-interactively-p needs a parameter, so use `any'.
gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
gnus-sum.el (gnus-summary-include-articles): New function.
shr.el (shr-tag-table, shr-render-td): Add bgcolor support.
shr-color.el (shr-color-visible): Fix docstring.
shr.el (shr-insert-background-overlay): Fix typo.
shr.el (shr-render-td): Copy the background before rendering.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Wed, 24 Nov 2010 22:54:47 +0000 |
parents | 921a953c084f |
children | ef719132ddfa |
line wrap: on
line source
(nxml-define-char-name-set 'tamil '(("TAMIL SIGN ANUSVARA" #x0B82) ("TAMIL SIGN VISARGA" #x0B83) ("TAMIL LETTER A" #x0B85) ("TAMIL LETTER AA" #x0B86) ("TAMIL LETTER I" #x0B87) ("TAMIL LETTER II" #x0B88) ("TAMIL LETTER U" #x0B89) ("TAMIL LETTER UU" #x0B8A) ("TAMIL LETTER E" #x0B8E) ("TAMIL LETTER EE" #x0B8F) ("TAMIL LETTER AI" #x0B90) ("TAMIL LETTER O" #x0B92) ("TAMIL LETTER OO" #x0B93) ("TAMIL LETTER AU" #x0B94) ("TAMIL LETTER KA" #x0B95) ("TAMIL LETTER NGA" #x0B99) ("TAMIL LETTER CA" #x0B9A) ("TAMIL LETTER JA" #x0B9C) ("TAMIL LETTER NYA" #x0B9E) ("TAMIL LETTER TTA" #x0B9F) ("TAMIL LETTER NNA" #x0BA3) ("TAMIL LETTER TA" #x0BA4) ("TAMIL LETTER NA" #x0BA8) ("TAMIL LETTER NNNA" #x0BA9) ("TAMIL LETTER PA" #x0BAA) ("TAMIL LETTER MA" #x0BAE) ("TAMIL LETTER YA" #x0BAF) ("TAMIL LETTER RA" #x0BB0) ("TAMIL LETTER RRA" #x0BB1) ("TAMIL LETTER LA" #x0BB2) ("TAMIL LETTER LLA" #x0BB3) ("TAMIL LETTER LLLA" #x0BB4) ("TAMIL LETTER VA" #x0BB5) ("TAMIL LETTER SSA" #x0BB7) ("TAMIL LETTER SA" #x0BB8) ("TAMIL LETTER HA" #x0BB9) ("TAMIL VOWEL SIGN AA" #x0BBE) ("TAMIL VOWEL SIGN I" #x0BBF) ("TAMIL VOWEL SIGN II" #x0BC0) ("TAMIL VOWEL SIGN U" #x0BC1) ("TAMIL VOWEL SIGN UU" #x0BC2) ("TAMIL VOWEL SIGN E" #x0BC6) ("TAMIL VOWEL SIGN EE" #x0BC7) ("TAMIL VOWEL SIGN AI" #x0BC8) ("TAMIL VOWEL SIGN O" #x0BCA) ("TAMIL VOWEL SIGN OO" #x0BCB) ("TAMIL VOWEL SIGN AU" #x0BCC) ("TAMIL SIGN VIRAMA" #x0BCD) ("TAMIL AU LENGTH MARK" #x0BD7) ("TAMIL DIGIT ONE" #x0BE7) ("TAMIL DIGIT TWO" #x0BE8) ("TAMIL DIGIT THREE" #x0BE9) ("TAMIL DIGIT FOUR" #x0BEA) ("TAMIL DIGIT FIVE" #x0BEB) ("TAMIL DIGIT SIX" #x0BEC) ("TAMIL DIGIT SEVEN" #x0BED) ("TAMIL DIGIT EIGHT" #x0BEE) ("TAMIL DIGIT NINE" #x0BEF) ("TAMIL NUMBER TEN" #x0BF0) ("TAMIL NUMBER ONE HUNDRED" #x0BF1) ("TAMIL NUMBER ONE THOUSAND" #x0BF2) )) ;; arch-tag: a299bfdc-4543-4405-a4a8-202d178a578f