<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>rgb.txt</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -8,7 +8,7 @@
                 \___//___//_/ |_|/ .__// .__//_/   \___//_\_\  ~
                                 /_/   /_/                      ~
                                                   For Vim version 7.0 or newer
-                                                      Last changed 05 Oct 2008
+                                                      Last changed 28 Oct 2008
 
                                By Matt Wozniski
                                 mjw@drexel.edu
@@ -162,11 +162,12 @@ g:CSApprox_attr_map                                      *g:CSApprox_attr_map*
 g:CSApprox_extra_rgb_txt_dirs                  *g:CSApprox_extra_rgb_txt_dirs*
     When the colorscheme author uses a color by name, CSApprox needs to figure
     out what #rrggbb value it stands for.  It does this by parsing rgb.txt,
-    but first needs to locate it.  It has a default search path included, but
-    should it fail to find rgb.txt, this variable can be set to a List of
-    other directories that ought to be searched.  Default search path: &gt;
+    but first needs to locate it.  It has a default search path included, and
+    will also search in any directory in the user's 'runtimepath', but first
+    any directory included in this variable will be searched.  Failing to find
+    any valid rgb.txt is an unrecoverable error.  Default search path: &gt;
     [ /usr/local/share/X11, /usr/share/X11, /etc/X11, /usr/local/lib/X11,
-      /usr/lib/X11, /usr/local/X11R6/lib/X11, /usr/X11R6/lib/X11]
+      /usr/lib/X11, /usr/local/X11R6/lib/X11, /usr/X11R6/lib/X11 ]
 
 g:CSApprox_approximator_function            *g:CSApprox_approximator_function*
     If the default approximation function doesn't work well enough, the user
@@ -347,6 +348,9 @@ kterm (as of version 6.2.0)
 ==============================================================================
 7. Changelog                                              *csapprox-changelog*
 
+ 1.10   28 Oct 2008   Enable running on systems with no rgb.txt (Penn Su)
+                      Begin distributing a copy of rgb.txt with CSApprox
+
  1.00   04 Oct 2008   First public release
 
  0.90   14 Sep 2008   Initial beta release</diff>
      <filename>doc/CSApprox.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 &quot; CSApprox:    Make gvim-only colorschemes work transparently in terminal vim
 &quot; Maintainer:  Matthew Wozniski (mjw@drexel.edu)
-&quot; Date:        Sun, 05 Oct 2008 00:26:22 -0400
-&quot; Version:     1.00
+&quot; Date:        Tue, 28 Oct 2008 01:35:25 -0400
+&quot; Version:     1.10
 &quot; History:     :help csapprox-changelog
 
 &quot; Whenever you change colorschemes using the :colorscheme command, this script
@@ -294,6 +294,7 @@ function! s:UpdateRgbHash()
                     \ '/usr/lib/X11',
                     \ '/usr/local/X11R6/lib/X11',
                     \ '/usr/X11R6/lib/X11' ]
+                    \ + split(globpath(&amp;rtp, ''), '\n')
     let s:rgb = copy(s:rgb_defaults)
     sil! let lines = readfile(dir . '/rgb.txt')
 </diff>
      <filename>plugin/CSApprox.vim</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1a723df84d9e2fb50bf55b24018a55cf39ba6c0d</id>
    </parent>
  </parents>
  <author>
    <name>Tim Carey-Smith</name>
    <email>tim@spork.in</email>
  </author>
  <url>http://github.com/akitaonrails/vimfiles/commit/877be96ea346f9bd3177440fff45329465627574</url>
  <id>877be96ea346f9bd3177440fff45329465627574</id>
  <committed-date>2008-11-07T18:41:54-08:00</committed-date>
  <authored-date>2008-11-07T18:41:54-08:00</authored-date>
  <message>Upgrade CSApprox to 1.1.0 with the included rgb.txt</message>
  <tree>965c772bf4070a44ec445e070c43f9dde1ae5c17</tree>
  <committer>
    <name>Tim Carey-Smith</name>
    <email>tim@spork.in</email>
  </committer>
</commit>
