view etc/nxml/031F0-031FF.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 8224a72a6d75
children ef719132ddfa
line wrap: on
line source

(nxml-define-char-name-set 'katakana-phonetic-extensions
  '(("KATAKANA LETTER SMALL KU" #x31F0)
    ("KATAKANA LETTER SMALL SI" #x31F1)
    ("KATAKANA LETTER SMALL SU" #x31F2)
    ("KATAKANA LETTER SMALL TO" #x31F3)
    ("KATAKANA LETTER SMALL NU" #x31F4)
    ("KATAKANA LETTER SMALL HA" #x31F5)
    ("KATAKANA LETTER SMALL HI" #x31F6)
    ("KATAKANA LETTER SMALL HU" #x31F7)
    ("KATAKANA LETTER SMALL HE" #x31F8)
    ("KATAKANA LETTER SMALL HO" #x31F9)
    ("KATAKANA LETTER SMALL MU" #x31FA)
    ("KATAKANA LETTER SMALL RA" #x31FB)
    ("KATAKANA LETTER SMALL RI" #x31FC)
    ("KATAKANA LETTER SMALL RU" #x31FD)
    ("KATAKANA LETTER SMALL RE" #x31FE)
    ("KATAKANA LETTER SMALL RO" #x31FF)
    ))

;; arch-tag: 090acfb7-1a46-4b05-bebb-573bbc0d8a82