<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>d32200c6461a05261be76d7f3963a19fa781b6db</id>
      </parent>
    </parents>
    <author>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </author>
    <url>http://github.com/januswel/dotfiles/commit/4296d58a0990d561121e58ea74db9be596ea112a</url>
    <id>4296d58a0990d561121e58ea74db9be596ea112a</id>
    <committed-date>2009-11-21T21:39:08-08:00</committed-date>
    <authored-date>2009-11-21T21:39:08-08:00</authored-date>
    <message>Fix swelling dictionary to manage match patterns

    * add function to clean up unused match ids.
    * and autocmd to call it.</message>
    <tree>5578b766dae25f6a39682cacc73560c552a16847</tree>
    <committer>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>31bf29fc475fdc632f07a8514e0ea8feee48ff2f</id>
      </parent>
    </parents>
    <author>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </author>
    <url>http://github.com/januswel/dotfiles/commit/d32200c6461a05261be76d7f3963a19fa781b6db</url>
    <id>d32200c6461a05261be76d7f3963a19fa781b6db</id>
    <committed-date>2009-11-21T21:30:14-08:00</committed-date>
    <authored-date>2009-11-21T21:30:14-08:00</authored-date>
    <message>Fair codes about autocommands

change augroup name to lower case.</message>
    <tree>cdbdd53ad115823060e077d8c555a39dab61f100</tree>
    <committer>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cc4445bf85c2f7687e5f8f9c43f0c39c1d787e8f</id>
      </parent>
    </parents>
    <author>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </author>
    <url>http://github.com/januswel/dotfiles/commit/31bf29fc475fdc632f07a8514e0ea8feee48ff2f</url>
    <id>31bf29fc475fdc632f07a8514e0ea8feee48ff2f</id>
    <committed-date>2009-11-21T21:23:44-08:00</committed-date>
    <authored-date>2009-11-21T21:23:44-08:00</authored-date>
    <message>Add regexps for IdeographicSpace in some encodings

    * add patterns for IDEOGRAPHIC SPACE in encoding cp932 and EUC-JP.
    * fix group name from DoubleWidthSpace to IdeographicSpace: defined
      by Unicode Consortium in CJK Symbols and Punctuation.</message>
    <tree>faaa3f56a3204ce48e9ff6d7450be64aca21d466</tree>
    <committer>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2b0dd6cf929684ac45f5ac73d19492ba0ceee116</id>
      </parent>
    </parents>
    <author>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </author>
    <url>http://github.com/januswel/dotfiles/commit/cc4445bf85c2f7687e5f8f9c43f0c39c1d787e8f</url>
    <id>cc4445bf85c2f7687e5f8f9c43f0c39c1d787e8f</id>
    <committed-date>2009-11-21T20:06:46-08:00</committed-date>
    <authored-date>2009-11-21T20:06:46-08:00</authored-date>
    <message>Use &quot;highlighting matches&quot; instead of :syntax

    * :syntax is hard to handle - causes are Syntax event, contained
      syntax, and so on - , thus I changed to use &quot;highlighting matches&quot;
      feature.
    * I seem that :match, :2match and :3match are not really suited to use in
      script, so I decide to use matchadd() and matchdelete().</message>
    <tree>8f13c05edf145ed91ca92c5bbb0c350dc72efea9</tree>
    <committer>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9cce36372641c99b24cded0241ce1a510e89c03e</id>
      </parent>
    </parents>
    <author>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </author>
    <url>http://github.com/januswel/dotfiles/commit/2b0dd6cf929684ac45f5ac73d19492ba0ceee116</url>
    <id>2b0dd6cf929684ac45f5ac73d19492ba0ceee116</id>
    <committed-date>2009-11-21T19:14:59-08:00</committed-date>
    <authored-date>2009-11-21T19:14:59-08:00</authored-date>
    <message>Part the function to features

    * extract data that include highlight group name, regexp pattern
      strings, and mapped highlight group name.
    * (reseting and re-reseting 'cpoptions' are typical codes to work in
      any environments.)
    * split the function ShowInvisibleCharacters() to SetSyntax() and
      DefineHighlightGroups().
    * and events to activate their functions are changed. SetSyntax() is
      called at BufWinEnter, and DefineHighlightGroups() is ColorScheme.</message>
    <tree>3075afe3203585a16da867781ffb2ce707b5f35f</tree>
    <committer>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>46f76304fac2fb14b29ecfc7419a1fb6f67bf9ad</id>
      </parent>
    </parents>
    <author>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </author>
    <url>http://github.com/januswel/dotfiles/commit/9cce36372641c99b24cded0241ce1a510e89c03e</url>
    <id>9cce36372641c99b24cded0241ce1a510e89c03e</id>
    <committed-date>2009-11-21T18:47:25-08:00</committed-date>
    <authored-date>2009-11-21T18:47:25-08:00</authored-date>
    <message>Change the definition of function to script local</message>
    <tree>dfca7ddc2b3e2b39503a712ce04a56f662268f7c</tree>
    <committer>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d3561309004187d9ea4b491ed94705b33d2b8961</id>
      </parent>
    </parents>
    <author>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </author>
    <url>http://github.com/januswel/dotfiles/commit/46f76304fac2fb14b29ecfc7419a1fb6f67bf9ad</url>
    <id>46f76304fac2fb14b29ecfc7419a1fb6f67bf9ad</id>
    <committed-date>2009-11-20T19:01:57-08:00</committed-date>
    <authored-date>2009-11-20T19:01:57-08:00</authored-date>
    <message>Add codes to check loaded or not</message>
    <tree>4404f9814912671b5fc7c2935d42d21bf07c9762</tree>
    <committer>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e7ca2d05790a6aeab73b0798171997205a628bca</id>
      </parent>
    </parents>
    <author>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </author>
    <url>http://github.com/januswel/dotfiles/commit/d3561309004187d9ea4b491ed94705b33d2b8961</url>
    <id>d3561309004187d9ea4b491ed94705b33d2b8961</id>
    <committed-date>2009-11-20T18:57:05-08:00</committed-date>
    <authored-date>2009-11-20T18:57:05-08:00</authored-date>
    <message>Cut out codes to check required feature</message>
    <tree>0dcb6fb697d126cb03e852b6e1f50c33a87cc475</tree>
    <committer>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3d94fb5901ac621b200e0093d133269eed12efbe</id>
      </parent>
    </parents>
    <author>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </author>
    <url>http://github.com/januswel/dotfiles/commit/e7ca2d05790a6aeab73b0798171997205a628bca</url>
    <id>e7ca2d05790a6aeab73b0798171997205a628bca</id>
    <committed-date>2009-11-19T17:19:53-08:00</committed-date>
    <authored-date>2009-11-19T17:19:53-08:00</authored-date>
    <message>Fix this plugin has no effect for some cases

    * the buffer that is new and no file is read
    * the window made by :split
    * also in other case ?</message>
    <tree>97325cf4891b67584e9b80c9895d17f1c16f5349</tree>
    <committer>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2784ad3deb65cc26e8bbf778555d814d6fac94df</id>
      </parent>
    </parents>
    <author>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </author>
    <url>http://github.com/januswel/dotfiles/commit/3d94fb5901ac621b200e0093d133269eed12efbe</url>
    <id>3d94fb5901ac621b200e0093d133269eed12efbe</id>
    <committed-date>2009-11-19T17:09:04-08:00</committed-date>
    <authored-date>2009-11-19T17:09:04-08:00</authored-date>
    <message>Change meaning of TabSpace

I think that the existence of TabSpaces in sources will be cause of the
mess, thus I treat TabSpaces as the Error.</message>
    <tree>866b4a5a637aa79f9d64cbdb555c2b24a662c8b9</tree>
    <committer>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c43d4f634d034c529e1a47fbfc7e8afc6f74c32c</id>
      </parent>
    </parents>
    <author>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </author>
    <url>http://github.com/januswel/dotfiles/commit/2784ad3deb65cc26e8bbf778555d814d6fac94df</url>
    <id>2784ad3deb65cc26e8bbf778555d814d6fac94df</id>
    <committed-date>2009-11-19T01:46:03-08:00</committed-date>
    <authored-date>2009-11-19T01:46:03-08:00</authored-date>
    <message>Delete meaningless settings

    * 'fileencodings' is setted by plugin &quot;Japanese.vim&quot;
    * setting of 'fileformat' in .vimrc is meaningless
    * pretty print comments</message>
    <tree>cf2776d13161deccbd7add91d27d89add4c9408c</tree>
    <committer>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e49d4b06c54438d1d3d27dec8bf0f0110fe06826</id>
      </parent>
    </parents>
    <author>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </author>
    <url>http://github.com/januswel/dotfiles/commit/c43d4f634d034c529e1a47fbfc7e8afc6f74c32c</url>
    <id>c43d4f634d034c529e1a47fbfc7e8afc6f74c32c</id>
    <committed-date>2009-11-19T01:10:50-08:00</committed-date>
    <authored-date>2009-11-19T01:10:50-08:00</authored-date>
    <message>Add setting of 'showcmd' option</message>
    <tree>f90ee20b41c88eb0d886af0e15f7011633d55a49</tree>
    <committer>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9ed6a83dbc99dd51e35db05e00a6117b0c3f2033</id>
      </parent>
    </parents>
    <author>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </author>
    <url>http://github.com/januswel/dotfiles/commit/e49d4b06c54438d1d3d27dec8bf0f0110fe06826</url>
    <id>e49d4b06c54438d1d3d27dec8bf0f0110fe06826</id>
    <committed-date>2009-11-19T00:02:57-08:00</committed-date>
    <authored-date>2009-11-19T00:02:57-08:00</authored-date>
    <message>Change 'statusline'

    * move modified flag at the top of line
    * show tabpage number and tabpage count
    * show character under the cursor and its hexadecimal octets
    * change percentage indicator to displayed window
    * add huge and detailed comments</message>
    <tree>5be8187835c47eab813dd913f2bda704f8e096cd</tree>
    <committer>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fe277ae4ebe0a6456fd82e74151fe091021f1c5d</id>
      </parent>
    </parents>
    <author>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </author>
    <url>http://github.com/januswel/dotfiles/commit/9ed6a83dbc99dd51e35db05e00a6117b0c3f2033</url>
    <id>9ed6a83dbc99dd51e35db05e00a6117b0c3f2033</id>
    <committed-date>2009-11-18T23:01:24-08:00</committed-date>
    <authored-date>2009-11-18T23:01:24-08:00</authored-date>
    <message>Change settings about 'list' option

    * set &quot;  &quot; (2 spaces) to &quot;tab&quot; directive in 'listchars' option
      in order to display none for tab characters
    * don't show tab characters in help file</message>
    <tree>fad00880b5123ef6cafe257f65c5c7703f03b495</tree>
    <committer>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a46c579f8157de4bc7d331af48f6ff0fcbd31c87</id>
      </parent>
    </parents>
    <author>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </author>
    <url>http://github.com/januswel/dotfiles/commit/fe277ae4ebe0a6456fd82e74151fe091021f1c5d</url>
    <id>fe277ae4ebe0a6456fd82e74151fe091021f1c5d</id>
    <committed-date>2009-11-18T22:53:55-08:00</committed-date>
    <authored-date>2009-11-18T22:53:55-08:00</authored-date>
    <message>Fix comments</message>
    <tree>059124b3ace0750ba55fcc9c384b43877d9add01</tree>
    <committer>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bfefb0fc6cc74e17210a545d543567b14535cccb</id>
      </parent>
    </parents>
    <author>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </author>
    <url>http://github.com/januswel/dotfiles/commit/a46c579f8157de4bc7d331af48f6ff0fcbd31c87</url>
    <id>a46c579f8157de4bc7d331af48f6ff0fcbd31c87</id>
    <committed-date>2009-11-18T21:16:53-08:00</committed-date>
    <authored-date>2009-11-18T21:16:53-08:00</authored-date>
    <message>Add fold markers

    * Add second level markers
    * Add 'fdc' ('foldcolumn') to modeline
    * Get together settings that belong in the same category</message>
    <tree>2deb416c954f8411e7081ac57164e7814f0e9260</tree>
    <committer>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>69e94d22f4c2739317c991b10aa3520d591411f9</id>
      </parent>
    </parents>
    <author>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </author>
    <url>http://github.com/januswel/dotfiles/commit/bfefb0fc6cc74e17210a545d543567b14535cccb</url>
    <id>bfefb0fc6cc74e17210a545d543567b14535cccb</id>
    <committed-date>2009-11-17T14:04:08-08:00</committed-date>
    <authored-date>2009-11-17T13:56:41-08:00</authored-date>
    <message>Fix settings for backupping

* delete initialization code
    * enable backupping when &quot;backup&quot; dir exists below &amp;runtimepath
    * fix comments</message>
    <tree>2110ba0d81fdf4bf40a6f13ec20d7dea7533b8f8</tree>
    <committer>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3afeca49c2a96b651a209b50b622b6bfad71aade</id>
      </parent>
    </parents>
    <author>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </author>
    <url>http://github.com/januswel/dotfiles/commit/69e94d22f4c2739317c991b10aa3520d591411f9</url>
    <id>69e94d22f4c2739317c991b10aa3520d591411f9</id>
    <committed-date>2009-11-13T08:19:51-08:00</committed-date>
    <authored-date>2009-11-13T08:19:51-08:00</authored-date>
    <message>Fix cluster expression that contains all syntax</message>
    <tree>0f6b2be26563b50c28d6f7bf401b87223af9ed94</tree>
    <committer>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>095b20a4e71a05d73107a3634ff26ec62effdf4c</id>
      </parent>
    </parents>
    <author>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </author>
    <url>http://github.com/januswel/dotfiles/commit/3afeca49c2a96b651a209b50b622b6bfad71aade</url>
    <id>3afeca49c2a96b651a209b50b622b6bfad71aade</id>
    <committed-date>2009-11-13T08:18:51-08:00</committed-date>
    <authored-date>2009-11-13T08:18:51-08:00</authored-date>
    <message>Fix regexp to match comments</message>
    <tree>f0cc507f15473c6ac96acbb2a72d898586e283db</tree>
    <committer>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d2bf6e48e63c46bc9d9a16e97fa6cdf862da31f4</id>
      </parent>
    </parents>
    <author>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </author>
    <url>http://github.com/januswel/dotfiles/commit/095b20a4e71a05d73107a3634ff26ec62effdf4c</url>
    <id>095b20a4e71a05d73107a3634ff26ec62effdf4c</id>
    <committed-date>2009-11-13T08:15:47-08:00</committed-date>
    <authored-date>2009-11-13T08:15:47-08:00</authored-date>
    <message>Add syntaxes for scancodes expression</message>
    <tree>47685a67fcdde18db4622128245cbe76923687cb</tree>
    <committer>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fcb7549ceb82e6e3557a5db3df268aa375a75ac1</id>
      </parent>
    </parents>
    <author>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </author>
    <url>http://github.com/januswel/dotfiles/commit/d2bf6e48e63c46bc9d9a16e97fa6cdf862da31f4</url>
    <id>d2bf6e48e63c46bc9d9a16e97fa6cdf862da31f4</id>
    <committed-date>2009-11-13T08:06:55-08:00</committed-date>
    <authored-date>2009-11-13T08:06:55-08:00</authored-date>
    <message>Changes about modifier

    * Modifier &quot;W&quot; is added.
    * Modifier &quot;Ln&quot; (n is number 0-9) is added.
    * Change regexp to match modifiers that start with allowed.</message>
    <tree>2058c42db3b585be8b8b207108594cc6ea8a021b</tree>
    <committer>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5f8f3eabdb5c703137ae49c4e325083aba8210df</id>
      </parent>
    </parents>
    <author>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </author>
    <url>http://github.com/januswel/dotfiles/commit/fcb7549ceb82e6e3557a5db3df268aa375a75ac1</url>
    <id>fcb7549ceb82e6e3557a5db3df268aa375a75ac1</id>
    <committed-date>2009-11-13T07:59:47-08:00</committed-date>
    <authored-date>2009-11-13T07:59:47-08:00</authored-date>
    <message>Fix regexp for identifier defined by keyseq

Hiphen (-) and underbar (_) are used in keyseq identifier</message>
    <tree>0067ba4ede1ce66f34a7f51e35b537b2d2ddb9d6</tree>
    <committer>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>89229ec2603d67a696993aeca05019cebc752d4c</id>
      </parent>
    </parents>
    <author>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </author>
    <url>http://github.com/januswel/dotfiles/commit/5f8f3eabdb5c703137ae49c4e325083aba8210df</url>
    <id>5f8f3eabdb5c703137ae49c4e325083aba8210df</id>
    <committed-date>2009-11-13T07:50:50-08:00</committed-date>
    <authored-date>2009-11-13T07:50:50-08:00</authored-date>
    <message>Change mayuRegexpString to contained syntax

In mayu, regexp is always contained in window directive.</message>
    <tree>75508691a28a8f3a7f532b3e330ed97e7437145f</tree>
    <committer>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>82967c7a0089a7a02c7c7085c1fad0dc74811574</id>
      </parent>
    </parents>
    <author>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </author>
    <url>http://github.com/januswel/dotfiles/commit/89229ec2603d67a696993aeca05019cebc752d4c</url>
    <id>89229ec2603d67a696993aeca05019cebc752d4c</id>
    <committed-date>2009-11-13T07:24:22-08:00</committed-date>
    <authored-date>2009-11-13T07:24:22-08:00</authored-date>
    <message>Change name for setting file of mayu</message>
    <tree>30a0ce30bc84aa90fde4fe1d0aa9b14a0c1d88b2</tree>
    <committer>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0d6715916dba229fc6f9f62b1d5d0d9f0122823e</id>
      </parent>
    </parents>
    <author>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </author>
    <url>http://github.com/januswel/dotfiles/commit/82967c7a0089a7a02c7c7085c1fad0dc74811574</url>
    <id>82967c7a0089a7a02c7c7085c1fad0dc74811574</id>
    <committed-date>2009-11-12T17:02:55-08:00</committed-date>
    <authored-date>2009-11-12T17:02:55-08:00</authored-date>
    <message>Add settings to undo</message>
    <tree>e5c16096f579f831f2b4b83e0f7c589ec13e088d</tree>
    <committer>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>483bd09a05aec3756417bc4634ab3705bd49b92e</id>
      </parent>
    </parents>
    <author>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </author>
    <url>http://github.com/januswel/dotfiles/commit/0d6715916dba229fc6f9f62b1d5d0d9f0122823e</url>
    <id>0d6715916dba229fc6f9f62b1d5d0d9f0122823e</id>
    <committed-date>2009-11-12T16:05:30-08:00</committed-date>
    <authored-date>2009-11-12T16:05:30-08:00</authored-date>
    <message>Fix not jumping to top when renaming filename</message>
    <tree>f087087b5c466d5cae9b1bb27b33c2a6e7164be5</tree>
    <committer>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2fef1221b9f0cf3b6f6bd80a915c0933c134bafc</id>
      </parent>
    </parents>
    <author>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </author>
    <url>http://github.com/januswel/dotfiles/commit/483bd09a05aec3756417bc4634ab3705bd49b92e</url>
    <id>483bd09a05aec3756417bc4634ab3705bd49b92e</id>
    <committed-date>2009-11-12T13:30:36-08:00</committed-date>
    <authored-date>2009-11-12T13:30:36-08:00</authored-date>
    <message>Not use modifier wild-card with setting jkhl

Specify &quot;C-&quot; (Ctrl) for settings to move focus and &quot;S-&quot; (Shift) for ones
to move selection</message>
    <tree>c65b163ffa30bba1fc7f3736cbca94571ec36f1f</tree>
    <committer>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4df0798105ef32e5d370e218bec419c47fef2f5d</id>
      </parent>
    </parents>
    <author>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </author>
    <url>http://github.com/januswel/dotfiles/commit/2fef1221b9f0cf3b6f6bd80a915c0933c134bafc</url>
    <id>2fef1221b9f0cf3b6f6bd80a915c0933c134bafc</id>
    <committed-date>2009-11-12T13:21:50-08:00</committed-date>
    <authored-date>2009-11-12T13:21:50-08:00</authored-date>
    <message>Clip common keymap2 settings</message>
    <tree>cd63fa49b0db6add559e8195427864abd5aaaa4b</tree>
    <committer>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ccdf95a3e68d47a014f767baaf8313927228baad</id>
      </parent>
    </parents>
    <author>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </author>
    <url>http://github.com/januswel/dotfiles/commit/4df0798105ef32e5d370e218bec419c47fef2f5d</url>
    <id>4df0798105ef32e5d370e218bec419c47fef2f5d</id>
    <committed-date>2009-11-12T13:08:18-08:00</committed-date>
    <authored-date>2009-11-12T13:08:18-08:00</authored-date>
    <message>Add toolbar and menu to control like vim

    * Add regexp to specify toolbar and menu, to window directive
    * change window-name &quot;FileList&quot; to &quot;CommonControl&quot;</message>
    <tree>4d3fc0a75f41205f2611e138407af06e837b3e4d</tree>
    <committer>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1861bd1761583145c65a433af6a4dc6d70950aa6</id>
      </parent>
    </parents>
    <author>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </author>
    <url>http://github.com/januswel/dotfiles/commit/ccdf95a3e68d47a014f767baaf8313927228baad</url>
    <id>ccdf95a3e68d47a014f767baaf8313927228baad</id>
    <committed-date>2009-11-12T12:59:59-08:00</committed-date>
    <authored-date>2009-11-12T12:59:59-08:00</authored-date>
    <message>Use only Ascii character</message>
    <tree>f04f52426b7947f10461948556a70d709e38e118</tree>
    <committer>
      <name>janus_wel</name>
      <email>janus.wel.3@gmail.com</email>
    </committer>
  </commit>
</commits>
