<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>723d7ac6ffdbee6839f47ec8ed5823e385059909</id>
      </parent>
    </parents>
    <author>
      <name>Ian Struble</name>
      <email>istruble@gmail.com</email>
    </author>
    <url>http://github.com/istruble/jquery-autocomplete/commit/bdc926bd2c18c3ebab4e31463a8ae899fd761316</url>
    <id>bdc926bd2c18c3ebab4e31463a8ae899fd761316</id>
    <committed-date>2008-04-15T00:35:21-07:00</committed-date>
    <authored-date>2008-04-15T00:35:21-07:00</authored-date>
    <message>IE fixes for display of the suggestions and UP+DOWN arrow selection.

For some reason IE wraps the newly created wrapper for the suggestions
in a DIV.  Moving down to the wrapper node so it looks just like the
node all of the other browsers give us.

Keying off UP+DOWN on keyup because that is the only place IE exposes them.

Preventing TAB on both keyup and keydown during autocompleteMode so
we do not both select the next suggestion from our autocomplete list
and move focus to another element (i.e. suggestions for input A present
but focus is on input B).</message>
    <tree>6bc987a9628f0bc9d1f9023b4a277583379b6703</tree>
    <committer>
      <name>Ian Struble</name>
      <email>istruble@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1dbbaa3198a9fae6726ec2c0f2115a54fa60beea</id>
      </parent>
    </parents>
    <author>
      <name>Ian Struble</name>
      <email>istruble@gmail.com</email>
    </author>
    <url>http://github.com/istruble/jquery-autocomplete/commit/723d7ac6ffdbee6839f47ec8ed5823e385059909</url>
    <id>723d7ac6ffdbee6839f47ec8ed5823e385059909</id>
    <committed-date>2008-04-12T12:51:00-07:00</committed-date>
    <authored-date>2008-04-12T12:46:51-07:00</authored-date>
    <message>Safari-mac TAB behavior cleaned up and fixed RET-RET bug.

Tabbing in Safari-mac to another field was
  - moving the selection (good)
  - updating the input field (good)
  - moving focus to the next tab w/o ending the autocomplete (bad)
Now only cycles selection on TAB if active and lets the browser do
what it wants if not active.

Hitting RET-RET on an empty input field was:
  - activating autocomplete on RET (good)
  - throwing an error and remaining active on 2nd RET (bad)
Now it just closes on the second RET press.

Also changed the key calculation for keydown or keypressed events
to match browser key input quirks based on info at
  http://unixpapa.com/js/key.html</message>
    <tree>c96a148cea2c008204bda55535e5c3b4e678b59d</tree>
    <committer>
      <name>Ian Struble</name>
      <email>istruble@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8eabe8161d5df792b4f8f7fdeacaa0ac11f4de16</id>
      </parent>
    </parents>
    <author>
      <name>Rein Henrichs</name>
      <email>reinh@reinh.com</email>
    </author>
    <url>http://github.com/istruble/jquery-autocomplete/commit/1dbbaa3198a9fae6726ec2c0f2115a54fa60beea</url>
    <id>1dbbaa3198a9fae6726ec2c0f2115a54fa60beea</id>
    <committed-date>2008-01-07T14:56:57-08:00</committed-date>
    <authored-date>2008-01-07T14:56:57-08:00</authored-date>
    <message>Fixing mouseover really for real

Signed-off-by: Rein Henrichs &lt;reinh@reinh.com&gt;</message>
    <tree>ac827e86be630e382bcc04a33dce3e15eff86fcc</tree>
    <committer>
      <name>Rein Henrichs</name>
      <email>reinh@reinh.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0dbe56a44ed8eaff4486d71010be79aa1605f43e</id>
      </parent>
    </parents>
    <author>
      <name>Rein Henrichs</name>
      <email>reinh@reinh.com</email>
    </author>
    <url>http://github.com/istruble/jquery-autocomplete/commit/8eabe8161d5df792b4f8f7fdeacaa0ac11f4de16</url>
    <id>8eabe8161d5df792b4f8f7fdeacaa0ac11f4de16</id>
    <committed-date>2008-01-07T14:49:14-08:00</committed-date>
    <authored-date>2008-01-07T14:49:14-08:00</authored-date>
    <message>Fixing mousover to work with list items with child elements

Signed-off-by: Rein Henrichs &lt;reinh@reinh.com&gt;</message>
    <tree>390c4526ccf9a556ec410b7a4c9579e00aad362b</tree>
    <committer>
      <name>Rein Henrichs</name>
      <email>reinh@reinh.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>296cee5f7f942825244a4a6e5bce658b3ec5c637</id>
      </parent>
    </parents>
    <author>
      <name>Rein Henrichs</name>
      <email>reinh@reinh.com</email>
    </author>
    <url>http://github.com/istruble/jquery-autocomplete/commit/0dbe56a44ed8eaff4486d71010be79aa1605f43e</url>
    <id>0dbe56a44ed8eaff4486d71010be79aa1605f43e</id>
    <committed-date>2008-01-02T12:33:43-08:00</committed-date>
    <authored-date>2008-01-02T12:33:43-08:00</authored-date>
    <message>Adding newlines to files missing them

Signed-off-by: Rein Henrichs &lt;reinh@reinh.com&gt;</message>
    <tree>b0e158b64db358c7f7f2832c6e23a8a1fecc75ad</tree>
    <committer>
      <name>Rein Henrichs</name>
      <email>reinh@reinh.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1b79284f0f51844176617d70c3cb3f79990143f7</id>
      </parent>
    </parents>
    <author>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </author>
    <url>http://github.com/istruble/jquery-autocomplete/commit/296cee5f7f942825244a4a6e5bce658b3ec5c637</url>
    <id>296cee5f7f942825244a4a6e5bce658b3ec5c637</id>
    <committed-date>2007-12-29T18:22:55-08:00</committed-date>
    <authored-date>2007-12-29T18:22:55-08:00</authored-date>
    <message>It works better now</message>
    <tree>fcd2259cf9e632236d06a4ecb6d044393cc7f810</tree>
    <committer>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4f213bd30ebff23f7e4ba100b1abdbe07372d249</id>
      </parent>
    </parents>
    <author>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </author>
    <url>http://github.com/istruble/jquery-autocomplete/commit/1b79284f0f51844176617d70c3cb3f79990143f7</url>
    <id>1b79284f0f51844176617d70c3cb3f79990143f7</id>
    <committed-date>2007-12-28T15:52:01-08:00</committed-date>
    <authored-date>2007-12-28T15:52:01-08:00</authored-date>
    <message>Reining Katz and Dawgz</message>
    <tree>a32064618234d0464ee4554e0a5f34d391a7bcaa</tree>
    <committer>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c323a91ed66dc8dbc2dcb275d2fb5d6ebab36882</id>
      </parent>
    </parents>
    <author>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </author>
    <url>http://github.com/istruble/jquery-autocomplete/commit/4f213bd30ebff23f7e4ba100b1abdbe07372d249</url>
    <id>4f213bd30ebff23f7e4ba100b1abdbe07372d249</id>
    <committed-date>2007-12-28T15:11:10-08:00</committed-date>
    <authored-date>2007-12-28T15:11:10-08:00</authored-date>
    <message>Holy shit that was painful</message>
    <tree>25a14ea59ee568fed0df7be646f151aad50b80fd</tree>
    <committer>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f80b1002d15422e106185bdff4ea3a46f51f2979</id>
      </parent>
    </parents>
    <author>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </author>
    <url>http://github.com/istruble/jquery-autocomplete/commit/c323a91ed66dc8dbc2dcb275d2fb5d6ebab36882</url>
    <id>c323a91ed66dc8dbc2dcb275d2fb5d6ebab36882</id>
    <committed-date>2007-12-28T10:32:21-08:00</committed-date>
    <authored-date>2007-12-28T10:32:21-08:00</authored-date>
    <message>100 lines... and I think it works</message>
    <tree>be4f9518339e71c1c6b74f4784c7c387979a97ac</tree>
    <committer>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>af39fb71b5ac6fb5a61cb72e8b00bb33f30a0942</id>
      </parent>
    </parents>
    <author>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </author>
    <url>http://github.com/istruble/jquery-autocomplete/commit/f80b1002d15422e106185bdff4ea3a46f51f2979</url>
    <id>f80b1002d15422e106185bdff4ea3a46f51f2979</id>
    <committed-date>2007-12-27T21:59:17-08:00</committed-date>
    <authored-date>2007-12-27T21:59:17-08:00</authored-date>
    <message>support for objects</message>
    <tree>84e2c19ee140dcc2ab10ba2b61e36385bb41aa5d</tree>
    <committer>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>99e986aad0bcae4ef00ae77b76b3ce1b6ea5305d</id>
      </parent>
    </parents>
    <author>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </author>
    <url>http://github.com/istruble/jquery-autocomplete/commit/af39fb71b5ac6fb5a61cb72e8b00bb33f30a0942</url>
    <id>af39fb71b5ac6fb5a61cb72e8b00bb33f30a0942</id>
    <committed-date>2007-12-27T21:10:00-08:00</committed-date>
    <authored-date>2007-12-27T21:10:00-08:00</authored-date>
    <message>support for objects</message>
    <tree>c708e34a70a70fa91f6203aaf50cae01b0c5ef01</tree>
    <committer>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1919efb00d731f3bdc29d8c075d9961bd77f1dc9</id>
      </parent>
    </parents>
    <author>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </author>
    <url>http://github.com/istruble/jquery-autocomplete/commit/99e986aad0bcae4ef00ae77b76b3ce1b6ea5305d</url>
    <id>99e986aad0bcae4ef00ae77b76b3ce1b6ea5305d</id>
    <committed-date>2007-12-27T21:09:32-08:00</committed-date>
    <authored-date>2007-12-27T21:09:32-08:00</authored-date>
    <message>support for objects</message>
    <tree>6f9bd575231afc4d87de48fd425d80676f396f0c</tree>
    <committer>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b4377fa239b98145b36dd8590de38b532924619f</id>
      </parent>
    </parents>
    <author>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </author>
    <url>http://github.com/istruble/jquery-autocomplete/commit/1919efb00d731f3bdc29d8c075d9961bd77f1dc9</url>
    <id>1919efb00d731f3bdc29d8c075d9961bd77f1dc9</id>
    <committed-date>2007-12-27T20:48:53-08:00</committed-date>
    <authored-date>2007-12-27T20:48:53-08:00</authored-date>
    <message>support for Ajax</message>
    <tree>edec030be0599aac85db205c17d44e8e53606843</tree>
    <committer>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2650fae761c995310cae8be055a9c4f04dd037ab</id>
      </parent>
    </parents>
    <author>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </author>
    <url>http://github.com/istruble/jquery-autocomplete/commit/b4377fa239b98145b36dd8590de38b532924619f</url>
    <id>b4377fa239b98145b36dd8590de38b532924619f</id>
    <committed-date>2007-12-27T19:04:19-08:00</committed-date>
    <authored-date>2007-12-27T19:04:19-08:00</authored-date>
    <message>better binding</message>
    <tree>82bf9cc183b402c1b40299e31d4d6b34e0266770</tree>
    <committer>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>32500b52b85fbaca7331adfdd8465fb7aeb9b85e</id>
      </parent>
    </parents>
    <author>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </author>
    <url>http://github.com/istruble/jquery-autocomplete/commit/2650fae761c995310cae8be055a9c4f04dd037ab</url>
    <id>2650fae761c995310cae8be055a9c4f04dd037ab</id>
    <committed-date>2007-12-27T18:55:07-08:00</committed-date>
    <authored-date>2007-12-27T18:55:07-08:00</authored-date>
    <message>whoops</message>
    <tree>90b77dc918e0e4e8f34536b70683c01adda9fd8e</tree>
    <committer>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ce015c9b3986a33b434ffd5b7355f7037dfdd0d8</id>
      </parent>
    </parents>
    <author>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </author>
    <url>http://github.com/istruble/jquery-autocomplete/commit/32500b52b85fbaca7331adfdd8465fb7aeb9b85e</url>
    <id>32500b52b85fbaca7331adfdd8465fb7aeb9b85e</id>
    <committed-date>2007-12-27T18:52:17-08:00</committed-date>
    <authored-date>2007-12-27T18:52:17-08:00</authored-date>
    <message>small bugfix</message>
    <tree>9bd0867f876508b38935a4e4bbe0536530510aeb</tree>
    <committer>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b87be68fc3c74c43e916ef9a34704079ae01f1c0</id>
      </parent>
    </parents>
    <author>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </author>
    <url>http://github.com/istruble/jquery-autocomplete/commit/ce015c9b3986a33b434ffd5b7355f7037dfdd0d8</url>
    <id>ce015c9b3986a33b434ffd5b7355f7037dfdd0d8</id>
    <committed-date>2007-12-27T18:39:53-08:00</committed-date>
    <authored-date>2007-12-27T18:39:53-08:00</authored-date>
    <message>and it looks good</message>
    <tree>d23244046b0d69ecf53d8af40092d6a83919ae1d</tree>
    <committer>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>adc37514068dc308c397fe692711bf1638be7312</id>
      </parent>
    </parents>
    <author>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </author>
    <url>http://github.com/istruble/jquery-autocomplete/commit/b87be68fc3c74c43e916ef9a34704079ae01f1c0</url>
    <id>b87be68fc3c74c43e916ef9a34704079ae01f1c0</id>
    <committed-date>2007-12-27T18:29:58-08:00</committed-date>
    <authored-date>2007-12-27T18:29:58-08:00</authored-date>
    <message>sooo close</message>
    <tree>9d884613de5d7ddeeca86be0beb7ae755eaf9943</tree>
    <committer>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8f464379ded68977ed1fe652b9dae8c9eb0400ca</id>
      </parent>
    </parents>
    <author>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </author>
    <url>http://github.com/istruble/jquery-autocomplete/commit/adc37514068dc308c397fe692711bf1638be7312</url>
    <id>adc37514068dc308c397fe692711bf1638be7312</id>
    <committed-date>2007-12-27T17:36:06-08:00</committed-date>
    <authored-date>2007-12-27T17:36:06-08:00</authored-date>
    <message>whoops</message>
    <tree>3de33348042b84ff197907c0f199e835e1025ae9</tree>
    <committer>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0bd581d245217038e652c94b651709059ee8c48f</id>
      </parent>
    </parents>
    <author>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </author>
    <url>http://github.com/istruble/jquery-autocomplete/commit/8f464379ded68977ed1fe652b9dae8c9eb0400ca</url>
    <id>8f464379ded68977ed1fe652b9dae8c9eb0400ca</id>
    <committed-date>2007-12-27T17:31:43-08:00</committed-date>
    <authored-date>2007-12-27T17:31:43-08:00</authored-date>
    <message>More stuffs</message>
    <tree>60155c658ad9695bbd7060e35b08d5f253c27989</tree>
    <committer>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>599375d43a26f17dcf78672adee01cb98aa3d72d</id>
      </parent>
    </parents>
    <author>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </author>
    <url>http://github.com/istruble/jquery-autocomplete/commit/0bd581d245217038e652c94b651709059ee8c48f</url>
    <id>0bd581d245217038e652c94b651709059ee8c48f</id>
    <committed-date>2007-12-27T17:19:38-08:00</committed-date>
    <authored-date>2007-12-27T17:19:38-08:00</authored-date>
    <message>autocomplete</message>
    <tree>24904923ca534ad44f9722b7ebdd8d577581552d</tree>
    <committer>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b5793bbdc3ca5104097592231fa8b66adb084e61</id>
      </parent>
    </parents>
    <author>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </author>
    <url>http://github.com/istruble/jquery-autocomplete/commit/599375d43a26f17dcf78672adee01cb98aa3d72d</url>
    <id>599375d43a26f17dcf78672adee01cb98aa3d72d</id>
    <committed-date>2007-12-27T16:56:40-08:00</committed-date>
    <authored-date>2007-12-27T16:56:40-08:00</authored-date>
    <message>autocomplete CSS</message>
    <tree>686e4963e66f57ae084bbd4479e9bfa9ec1e11fc</tree>
    <committer>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c750dc2a6fbf0f3673e66d0f07c85bce362e4723</id>
      </parent>
    </parents>
    <author>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </author>
    <url>http://github.com/istruble/jquery-autocomplete/commit/b5793bbdc3ca5104097592231fa8b66adb084e61</url>
    <id>b5793bbdc3ca5104097592231fa8b66adb084e61</id>
    <committed-date>2007-12-27T16:48:52-08:00</committed-date>
    <authored-date>2007-12-27T16:48:52-08:00</authored-date>
    <message>Better CSS :P</message>
    <tree>0ec6ef5488e0e0c7c982550269a91da217c6c8b1</tree>
    <committer>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5315252c741b33d3c69934f4f478ef5d51899dff</id>
      </parent>
    </parents>
    <author>
      <name>Rein Henrichs</name>
      <email>reinh@reinh.com</email>
    </author>
    <url>http://github.com/istruble/jquery-autocomplete/commit/c750dc2a6fbf0f3673e66d0f07c85bce362e4723</url>
    <id>c750dc2a6fbf0f3673e66d0f07c85bce362e4723</id>
    <committed-date>2007-12-27T16:43:02-08:00</committed-date>
    <authored-date>2007-12-27T16:43:02-08:00</authored-date>
    <message>Updating autocomplete.html to use .active

Signed-off-by: Rein Henrichs &lt;reinh@reinh.com&gt;</message>
    <tree>29fbb5a3dd82d2b623ff92e723a1cbe8ebfe66b7</tree>
    <committer>
      <name>Rein Henrichs</name>
      <email>reinh@reinh.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d8493f4ce74b5bba67cf0e12dce747d7d90f56ba</id>
      </parent>
    </parents>
    <author>
      <name>Rein Henrichs</name>
      <email>reinh@reinh.com</email>
    </author>
    <url>http://github.com/istruble/jquery-autocomplete/commit/5315252c741b33d3c69934f4f478ef5d51899dff</url>
    <id>5315252c741b33d3c69934f4f478ef5d51899dff</id>
    <committed-date>2007-12-27T16:42:22-08:00</committed-date>
    <authored-date>2007-12-27T16:42:22-08:00</authored-date>
    <message>Only using .active to specify current item in css

Signed-off-by: Rein Henrichs &lt;reinh@reinh.com&gt;</message>
    <tree>cb6277b872be573592416991d4927242c39d6c0a</tree>
    <committer>
      <name>Rein Henrichs</name>
      <email>reinh@reinh.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0f419d25893191b298fbcd9ef8b757d5e0fc0249</id>
      </parent>
    </parents>
    <author>
      <name>Rein Henrichs</name>
      <email>reinh@reinh.com</email>
    </author>
    <url>http://github.com/istruble/jquery-autocomplete/commit/d8493f4ce74b5bba67cf0e12dce747d7d90f56ba</url>
    <id>d8493f4ce74b5bba67cf0e12dce747d7d90f56ba</id>
    <committed-date>2007-12-27T16:38:24-08:00</committed-date>
    <authored-date>2007-12-27T16:38:24-08:00</authored-date>
    <message>Updating css to merge selected and hover states

Signed-off-by: Rein Henrichs &lt;reinh@reinh.com&gt;</message>
    <tree>48ae145f596efcd695de4d0a75a09a1c552fc1a3</tree>
    <committer>
      <name>Rein Henrichs</name>
      <email>reinh@reinh.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e24acd64709cbbb7f6f23dc700a216ff28d3d557</id>
      </parent>
    </parents>
    <author>
      <name>Rein Henrichs</name>
      <email>reinh@reinh.com</email>
    </author>
    <url>http://github.com/istruble/jquery-autocomplete/commit/0f419d25893191b298fbcd9ef8b757d5e0fc0249</url>
    <id>0f419d25893191b298fbcd9ef8b757d5e0fc0249</id>
    <committed-date>2007-12-27T16:33:50-08:00</committed-date>
    <authored-date>2007-12-27T16:33:50-08:00</authored-date>
    <message>autocomplete css for great justice

Signed-off-by: Rein Henrichs &lt;reinh@reinh.com&gt;</message>
    <tree>c87371f83e922905b8e951f9ae6dee5b90f475ae</tree>
    <committer>
      <name>Rein Henrichs</name>
      <email>reinh@reinh.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ee867551ec4b9f4e17959dd57cea7b5c8f054964</id>
      </parent>
    </parents>
    <author>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </author>
    <url>http://github.com/istruble/jquery-autocomplete/commit/e24acd64709cbbb7f6f23dc700a216ff28d3d557</url>
    <id>e24acd64709cbbb7f6f23dc700a216ff28d3d557</id>
    <committed-date>2007-12-27T16:06:36-08:00</committed-date>
    <authored-date>2007-12-27T16:06:36-08:00</authored-date>
    <message>It works dammit</message>
    <tree>bcc97e0224efef975e05a057895d044ab8811688</tree>
    <committer>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a23497ea8596a6b7a531933d3547c0d76df425a8</id>
      </parent>
    </parents>
    <author>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </author>
    <url>http://github.com/istruble/jquery-autocomplete/commit/ee867551ec4b9f4e17959dd57cea7b5c8f054964</url>
    <id>ee867551ec4b9f4e17959dd57cea7b5c8f054964</id>
    <committed-date>2007-12-27T15:23:08-08:00</committed-date>
    <authored-date>2007-12-27T15:23:08-08:00</authored-date>
    <message>Non-sucky version</message>
    <tree>7dce7ad173b2120de351827589d3ff455b0e4909</tree>
    <committer>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>64cf567491108d68322f12040eecb4a6a3973874</id>
      </parent>
    </parents>
    <author>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </author>
    <url>http://github.com/istruble/jquery-autocomplete/commit/a23497ea8596a6b7a531933d3547c0d76df425a8</url>
    <id>a23497ea8596a6b7a531933d3547c0d76df425a8</id>
    <committed-date>2007-12-27T15:13:13-08:00</committed-date>
    <authored-date>2007-12-27T15:13:13-08:00</authored-date>
    <message>Checkin</message>
    <tree>cae03ed8c347a9bd08a08faed3ffa1a564ec69af</tree>
    <committer>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </committer>
  </commit>
</commits>
