Changeset 8184

Show
Ignore:
Timestamp:
06/30/07 09:33:35 (1 year ago)
Author:
matthew
Message:

Apply some upstream fixes to Vim.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/chapter01/changelog.xml

    r8183 r8184  
    3939      <para>2007-06-30</para> 
    4040      <itemizedlist> 
     41        <listitem> 
     42          <para>[matthew] - Add upstream patches for Vim.</para> 
     43        </listitem> 
    4144        <listitem> 
    4245          <para>[matthew] - Upgrade to Udev-113, fixes 
  • trunk/BOOK/chapter01/whatsnew.xml

    r8181 r8184  
    223223      <para>&util-linux-lseek-patch;</para> 
    224224    </listitem> 
     225    <listitem> 
     226      <para>&vim-fixes-patch;</para> 
     227    </listitem> 
    225228  </itemizedlist> 
    226229 
  • trunk/BOOK/chapter03/patches.xml

    r8181 r8184  
    254254 
    255255    <varlistentry> 
     256      <term>Vim Fixes Patch - <token>&vim-fixes-patch-size;</token>:</term> 
     257      <listitem> 
     258        <para>Download: <ulink url="&patches-root;&vim-fixes-patch;"/></para> 
     259        <para>MD5 sum: <literal>&vim-fixes-patch-md5;</literal></para> 
     260      </listitem> 
     261    </varlistentry> 
     262 
     263    <varlistentry> 
    256264      <term>Vim Man Directories Patch - <token>&vim-mandir-patch-size;</token>:</term> 
    257265      <listitem> 
  • trunk/BOOK/chapter06/vim.xml

    r8148 r8184  
    4848    <filename>vim-&vim-version;-lang.tar.gz</filename> archives into the 
    4949    same directory.</para> 
     50 
     51    <para>Apply a patch which fixes various issues already found and fixed by 
     52    the upstream maintainers since the inital release of Vim-&vim-version;: 
     53    </para> 
     54 
     55<screen><userinput>patch -Np1 -i ../&vim-fixes-patch;</userinput></screen> 
    5056 
    5157    <para>This version of Vim installs translated man pages and places 
  • trunk/BOOK/patches.ent

    r8181 r8184  
    137137<!ENTITY util-linux-lseek-patch-size "10 KB"> 
    138138 
     139<!ENTITY vim-fixes-patch "vim-&vim-version;-fixes-1.patch"> 
     140<!ENTITY vim-fixes-patch-md5 "744bc215560d3fbe80bfef4bab270f9a"> 
     141<!ENTITY vim-fixes-patch-size "19.6 KB"> 
     142 
    139143<!ENTITY vim-mandir-patch "vim-&vim-version;-mandir-1.patch"> 
    140144<!ENTITY vim-mandir-patch-md5 "b6426eb4192faba1e867ddd502323f5b">