fix compilation, update changelog

git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@195 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
XhmikosR 2010-12-25 16:14:13 +00:00
parent 373b433cd0
commit 9a68283d82
2 changed files with 20 additions and 5 deletions

View File

@ -12,13 +12,14 @@ Subtitle Edit Changelog
* IMPROVED:
* Context menu for subtitle textbox now has italic, bold, underline, font name, and color
* Updated NHunspell (spell check component) to latest version (0.9.6)
* Synchronization Show earlier/later changed a bit, also added short cut (Ctrl+Shift+D)
* Main window: Video player will now automatically move up beside subtitle if waveform is displayed + some re-sizing of controls allowed
* Synchronization Show earlier/later changed a bit, also added a shortcut (Ctrl+Shift+D)
* Main window: Video player will now automatically move up beside subtitle if waveform is
displayed + some resizing of controls allowed
* FIXED:
* OCR Fix Engine: Lines after "..." will no longer be changed to start with uppercase letter
* Fixed missing line break in Sony Dvd Architecht (w line numbers) - thx Rosa
* Fixed a minor bug in initialization of waveform - thx Frederic!
* Fixed a minor bug in Visual Sync, if end scene was after video length
* Missing line break in Sony Dvd Architecht (w line numbers) - thx Rosa
* A minor bug in initialization of waveform - thx Frederic!
* A minor bug in Visual Sync, if end scene was after video length
3.0 (18th November 2010)

View File

@ -530,6 +530,20 @@
<Compile Include="Logic\VobSub\VobSubParser.cs" />
<Compile Include="Logic\VobSub\VobSubMergedPack.cs" />
<Compile Include="Logic\VobSub\VobSubPack.cs" />
<Compile Include="Logic\zlib\Adler32.cs" />
<Compile Include="Logic\zlib\Deflate.cs" />
<Compile Include="Logic\zlib\InfBlocks.cs" />
<Compile Include="Logic\zlib\InfCodes.cs" />
<Compile Include="Logic\zlib\Inflate.cs" />
<Compile Include="Logic\zlib\InfTree.cs" />
<Compile Include="Logic\zlib\StaticTree.cs" />
<Compile Include="Logic\zlib\SupportClass.cs" />
<Compile Include="Logic\zlib\Tree.cs" />
<Compile Include="Logic\zlib\ZInputStream.cs" />
<Compile Include="Logic\zlib\Zlib.cs" />
<Compile Include="Logic\zlib\ZOutputStream.cs" />
<Compile Include="Logic\zlib\ZStream.cs" />
<Compile Include="Logic\zlib\ZStreamException.cs" />
<Compile Include="Logic\Wave.cs" />
<Compile Include="Logic\WavePeak.cs" />
<Compile Include="Logic\ZipExtractor.cs" />