<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>dotXCompose</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,19 +1,14 @@
-p2p-ispell
-==========
+.XCompose
+=========
 
-When you run Ispell,
-it remembers what words you&#8217;ve added to your &#8220;personal dictionary&#8221;.
-Unfortunately,
-most of those words are real words
-in ordinary English.
-Why should all of us add them to our dictionaries separately?
+As explained in &lt;http://canonical.org/~kragen/setting-up-keyboard.html&gt;,
+your Compose key in X11 is controlled by (among other things) the file
+`.XCompose` in your home directory.  This file gives you a large set
+of bindings for Unicode characters that are useful occasionally.
 
-If you use `flyspell-mode` in Emacs &#8804;22,
-you&#8217;re using Ispell.
-If you also use Unix,
-this tiny package
-will let you share the work of adding modern words
-(&#8220;memristor&#8221;, &#8220;hyperlinks&#8221;, lowercase &#8220;internet&#8221;)
-and acronyms
-(&#8220;IRC&#8221;, &#8220;IrDA&#8221;, &#8220;URL&#8221;)
-with other users of Ispell.
+More contributions are welcome; there's a Git repository at
+&lt;http://github.org/kragen/xcompose&gt;.  We're trying to come up with a
+broadly acceptable set of keybindings that won't interfere with the
+traditional Compose bindings, aren't too hard to type, and cover a
+wide set of characters that are useful to use occasionally, making
+them available without the need for specialized input methods.</diff>
      <filename>README.md</filename>
    </modified>
    <modified>
      <diff>@@ -1,23 +1,15 @@
 #!/bin/bash
 set -e
-if [ -f ~/.ispell_american ]; then
+if [ -f ~/.XCompose ]; then
 	cat &lt;&lt;'EOF' &gt;&amp;2
-You already have a `~/.ispell_american`.  Move it out of the way.
+You already have a `~/.XCompose`.  Move it out of the way.
 
-You may want to merge it into this list.  To do so, I'm pretty sure you can do
-this:
-
-    mv ~/.ispell_american new-words
-    ./install
-    sort -u dotispell_american new-words -o dotispell_american
-    git diff
-    git commit -am 'adding my private words'
-
-Let me know if that doesn't work out.
+You may want to merge it into this file, taking care to avoid
+duplicates.
 
 Kragen Javier Sitaker &lt;kragen@canonical.org&gt;
 
 EOF
 	exit 1
 fi
-ln -s &quot;$(pwd)/dotispell_american&quot; ~/.ispell_american
+ln -s &quot;$(pwd)/dotXCompose&quot; ~/.XCompose</diff>
      <filename>install</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>dotispell_american</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>6dcefda8d0e1c5ec36c92075d91f88105c76941e</id>
    </parent>
  </parents>
  <author>
    <name>Kragen Javier Sitaker</name>
    <email>kragen@pobox.com</email>
  </author>
  <url>http://github.com/kragen/xcompose/commit/71d7c7d552e47d2967067ab9c78c0b169fe5161d</url>
  <id>71d7c7d552e47d2967067ab9c78c0b169fe5161d</id>
  <committed-date>2009-01-04T16:17:13-08:00</committed-date>
  <authored-date>2009-01-04T16:17:13-08:00</authored-date>
  <message>changed from a `.ispell_american` sharing project to a `.XCompose` sharing project</message>
  <tree>65efe3c433a912a902ba604c579057afa92b7d6f</tree>
  <committer>
    <name>Kragen Javier Sitaker</name>
    <email>kragen@pobox.com</email>
  </committer>
</commit>
