OSDN Git Service

winmerge-jp/winmerge-jp.git
16 years agoVC6 issues
Jochen Tucht [Tue, 22 Jul 2008 16:31:42 +0000 (16:31 +0000)]
VC6 issues

16 years agoPATCH: [ 2018836 ] RFE:987590 hierarchical directory comparison result view
Takashi Sawanaka [Tue, 22 Jul 2008 14:47:03 +0000 (14:47 +0000)]
PATCH: [ 2018836 ] RFE:987590 hierarchical directory comparison result view

16 years agoPATCH: [ 2018836 ] RFE:987590 hierarchical directory comparison result view
Takashi Sawanaka [Tue, 22 Jul 2008 14:37:39 +0000 (14:37 +0000)]
PATCH: [ 2018836 ] RFE:987590 hierarchical directory comparison result view

16 years agoPATCH: [ 2023595 ] Structured DIFFITEM
Takashi Sawanaka [Tue, 22 Jul 2008 14:27:09 +0000 (14:27 +0000)]
PATCH: [ 2023595 ] Structured DIFFITEM

16 years agoFix crash in DirCmpReport::WriteString()
Jochen Tucht [Mon, 21 Jul 2008 16:16:54 +0000 (16:16 +0000)]
Fix crash in DirCmpReport::WriteString()

16 years agoFix broken "Prediffer" menu item
Takashi Sawanaka [Mon, 21 Jul 2008 14:23:30 +0000 (14:23 +0000)]
Fix broken "Prediffer" menu item

16 years agoFix compilation error on ANSI build
Takashi Sawanaka [Mon, 21 Jul 2008 14:14:33 +0000 (14:14 +0000)]
Fix compilation error on ANSI build

16 years agoPATCH: [ 2017426 ] Rescan after filter change
Kimmo Varis [Mon, 21 Jul 2008 11:25:40 +0000 (11:25 +0000)]
PATCH: [ 2017426 ] Rescan after filter change
 Rescan all file- and folder-compares, instead of current ones.

16 years agoWrite plugins enabled option to config log.
Kimmo Varis [Sun, 20 Jul 2008 09:25:42 +0000 (09:25 +0000)]
Write plugins enabled option to config log.

16 years agoDon't store both handle and pointer to LocationView in MergeEditView. We can always...
Kimmo Varis [Sun, 20 Jul 2008 08:52:03 +0000 (08:52 +0000)]
Don't store both handle and pointer to LocationView in MergeEditView. We can always get a handle from the pointer.

16 years agoRemove unused member variable (LONG m_nModifications).
Kimmo Varis [Sat, 19 Jul 2008 20:23:58 +0000 (20:23 +0000)]
Remove unused member variable (LONG m_nModifications).

16 years agoCouple of comment improvements.
Kimmo Varis [Sat, 19 Jul 2008 20:12:14 +0000 (20:12 +0000)]
Couple of comment improvements.

16 years agoBUG: [ 2010463 ] False warning: about to close several compare windows
Kimmo Varis [Sat, 19 Jul 2008 17:14:25 +0000 (17:14 +0000)]
BUG: [ 2010463 ] False warning: about to close several compare windows

16 years agoPATCH: [ 2021722 ] Add dialog listing available plugins
Kimmo Varis [Sat, 19 Jul 2008 11:07:44 +0000 (11:07 +0000)]
PATCH: [ 2021722 ] Add dialog listing available plugins

16 years agoFix XML whitespace canonicalization (which got broken when converting UniFile from...
Jochen Tucht [Sat, 19 Jul 2008 09:32:18 +0000 (09:32 +0000)]
Fix XML whitespace canonicalization (which got broken when converting UniFile from CString to String)

16 years agoFix an invalid CMP_STATE transition from STATE_COMPARE to STATE_START
Jochen Tucht [Sat, 19 Jul 2008 09:18:06 +0000 (09:18 +0000)]
Fix an invalid CMP_STATE transition from STATE_COMPARE to STATE_START

16 years agoConvert couple of CStrings to Strings in plugins code.
Kimmo Varis [Fri, 18 Jul 2008 19:22:29 +0000 (19:22 +0000)]
Convert couple of CStrings to Strings in plugins code.

16 years agoSet our default properties.
Kimmo Varis [Fri, 18 Jul 2008 18:39:04 +0000 (18:39 +0000)]
Set our default properties.

16 years agoPATCH: [ 2021431 ] add common stylesheet to DocBook XSL customization layer
Kimmo Varis [Fri, 18 Jul 2008 18:31:17 +0000 (18:31 +0000)]
PATCH: [ 2021431 ] add common stylesheet to DocBook XSL customization layer
 Submitted by Denis Bradford

16 years agoPATCH: [ 2015434 ] Manual: Use own build tool package for building the manual - Final...
Tim Gerundt [Thu, 17 Jul 2008 21:40:14 +0000 (21:40 +0000)]
PATCH: [ 2015434 ] Manual: Use own build tool package for building the manual - Final download link to the manual tools

16 years agoAdd note about times in DirItem. This comment was earlier in wrong place with DIFFITEM.
Kimmo Varis [Thu, 17 Jul 2008 16:46:29 +0000 (16:46 +0000)]
Add note about times in DirItem. This comment was earlier in wrong place with DIFFITEM.

16 years agoImprove DIFFITEM description comment.
Kimmo Varis [Thu, 17 Jul 2008 16:42:46 +0000 (16:42 +0000)]
Improve DIFFITEM description comment.

16 years agoAdd our standard keywords for ListEntry.h.
Kimmo Varis [Thu, 17 Jul 2008 16:38:57 +0000 (16:38 +0000)]
Add our standard keywords for ListEntry.h.

16 years agoConvert UniFile to use String (remove rest of CStrings).
Kimmo Varis [Thu, 17 Jul 2008 00:04:04 +0000 (00:04 +0000)]
Convert UniFile to use String (remove rest of CStrings).

16 years agoConvert rest of CStrings to Strings in unicoder. Bunch of other CString to String...
Kimmo Varis [Wed, 16 Jul 2008 08:24:27 +0000 (08:24 +0000)]
Convert rest of CStrings to Strings in unicoder. Bunch of other CString to String conversions.

16 years agoBUG: [ 2018287 ] Disabled plugins hide line difference
Kimmo Varis [Wed, 16 Jul 2008 07:08:15 +0000 (07:08 +0000)]
BUG: [ 2018287 ] Disabled plugins hide line difference

16 years agoCString to String conversion for unicoder's maketchar/maketstring functions.
Kimmo Varis [Tue, 15 Jul 2008 22:41:20 +0000 (22:41 +0000)]
CString to String conversion for unicoder's maketchar/maketstring functions.

16 years agoPATCH: [ 2017901 ] Copy edit help topic
Kimmo Varis [Tue, 15 Jul 2008 20:02:12 +0000 (20:02 +0000)]
PATCH: [ 2017901 ] Copy edit help topic
 Fix one paragraph, use 80 char lines.
 Submitted by Denis Bradford

16 years agoUse enum UNICODESET instead of int as a unicoding variable.
Kimmo Varis [Tue, 15 Jul 2008 19:44:58 +0000 (19:44 +0000)]
Use enum UNICODESET instead of int as a unicoding variable.

16 years agoPATCH: [ 2017426 ] Rescan after filter change
Kimmo Varis [Tue, 15 Jul 2008 17:34:10 +0000 (17:34 +0000)]
PATCH: [ 2017426 ] Rescan after filter change

16 years agoPATCH: [ 2017901 ] Copy edit help topic
Kimmo Varis [Tue, 15 Jul 2008 14:02:15 +0000 (14:02 +0000)]
PATCH: [ 2017901 ] Copy edit help topic
 Fix typos, minor edit to two topics
 Submitted by Denis Bradford

16 years agoPATCH: [ 2017901 ] Copy edit help topic
Kimmo Varis [Tue, 15 Jul 2008 11:14:17 +0000 (11:14 +0000)]
PATCH: [ 2017901 ] Copy edit help topic
 Submitted by Denis Bradford

16 years agoPATCH: [ 2015434 ] Manual: Use own build tool package for building the manual - New...
Tim Gerundt [Mon, 14 Jul 2008 21:29:09 +0000 (21:29 +0000)]
PATCH: [ 2015434 ] Manual: Use own build tool package for building the manual - New Java download URL

16 years agoPATCH: [ 2015434 ] Manual: Use own build tool package for building the manual
Tim Gerundt [Mon, 14 Jul 2008 20:30:22 +0000 (20:30 +0000)]
PATCH: [ 2015434 ] Manual: Use own build tool package for building the manual

16 years agoAdd method for getting frame type (folder/file compare).
Kimmo Varis [Sat, 12 Jul 2008 20:54:11 +0000 (20:54 +0000)]
Add method for getting frame type (folder/file compare).

16 years agoConstness improvements for LineFiltersList.
Kimmo Varis [Sat, 12 Jul 2008 09:42:42 +0000 (09:42 +0000)]
Constness improvements for LineFiltersList.

16 years agoAdd Keith Rule (CMemDC - memory DC developer) to contributors list.
Kimmo Varis [Sat, 12 Jul 2008 08:03:38 +0000 (08:03 +0000)]
Add Keith Rule (CMemDC - memory DC developer) to contributors list.

16 years agoWinMerge experimental release 2.11.1.1 (SVN revision 5609)
Kimmo Varis [Fri, 11 Jul 2008 10:29:10 +0000 (10:29 +0000)]
WinMerge experimental release 2.11.1.1 (SVN revision 5609)

16 years agoSynchronize PO files from English.pot file.
Kimmo Varis [Fri, 11 Jul 2008 10:25:20 +0000 (10:25 +0000)]
Synchronize PO files from English.pot file.

16 years agoBump manual revision to 1.5.0.
Kimmo Varis [Fri, 11 Jul 2008 10:22:57 +0000 (10:22 +0000)]
Bump manual revision to 1.5.0.

16 years agoBump ShellExtension version to 1.15.0.
Kimmo Varis [Fri, 11 Jul 2008 10:21:36 +0000 (10:21 +0000)]
Bump ShellExtension version to 1.15.0.

16 years agoPATCH: [ 1979321 ] Plugins: Show processing instructions in XML files
Kimmo Varis [Fri, 11 Jul 2008 10:15:29 +0000 (10:15 +0000)]
PATCH: [ 1979321 ] Plugins: Show processing instructions in XML files
 Link to expat dll instead of static linking it.

16 years agoPATCH: [ 1979321 ] Plugins: Show processing instructions in XML files
Kimmo Varis [Fri, 11 Jul 2008 10:00:38 +0000 (10:00 +0000)]
PATCH: [ 1979321 ] Plugins: Show processing instructions in XML files
 Submitted by Marco De Paoli

16 years agoUpdate Subversion document: add AnkhSVN plugin, add tags URL.
Kimmo Varis [Fri, 11 Jul 2008 07:23:21 +0000 (07:23 +0000)]
Update Subversion document: add AnkhSVN plugin, add tags URL.

16 years agoBUG: [ 2012377 ] UTF-8 encoding shown as 65001
Kimmo Varis [Fri, 11 Jul 2008 07:01:59 +0000 (07:01 +0000)]
BUG: [ 2012377 ] UTF-8 encoding shown as 65001

16 years agoCleanup. Use early return in error case instead of putting whole function code inside...
Kimmo Varis [Thu, 10 Jul 2008 21:41:47 +0000 (21:41 +0000)]
Cleanup. Use early return in error case instead of putting whole function code inside one if block.

16 years agoBUG: [ 2015174 ] Insert-/Update mode is not shown
Kimmo Varis [Thu, 10 Jul 2008 20:16:00 +0000 (20:16 +0000)]
BUG: [ 2015174 ] Insert-/Update mode is not shown

16 years agoBuild AnsiConvert.cpp without precompiled headers.
Kimmo Varis [Thu, 10 Jul 2008 19:52:59 +0000 (19:52 +0000)]
Build AnsiConvert.cpp without precompiled headers.

16 years agoPATCH: [ 2015155 ] PreLink.Bat
Kimmo Varis [Thu, 10 Jul 2008 17:14:21 +0000 (17:14 +0000)]
PATCH: [ 2015155 ] PreLink.Bat
 Was using wrong wrong variable when deleting
 Submitted by Robert Grange

16 years agoBUG: [ 2010053 ] Folder compare crashed since WinMerge 2.9.1.3
Kimmo Varis [Thu, 10 Jul 2008 13:10:18 +0000 (13:10 +0000)]
BUG: [ 2010053 ] Folder compare crashed since WinMerge 2.9.1.3
 Fix ANSI build crash from AnsiConvert.cpp.

16 years agoPATCH: [ 2014387 ] Fix minor coding errors in help files
Kimmo Varis [Wed, 9 Jul 2008 20:26:07 +0000 (20:26 +0000)]
PATCH: [ 2014387 ] Fix minor coding errors in help files
 Submitted by Denis Bradford

16 years agoFix article id in Intro_diffs.xml.
Kimmo Varis [Wed, 9 Jul 2008 16:39:23 +0000 (16:39 +0000)]
Fix article id in Intro_diffs.xml.

16 years agoUse constant as buffer size, improve doxygen commenting.
Kimmo Varis [Wed, 9 Jul 2008 12:09:56 +0000 (12:09 +0000)]
Use constant as buffer size, improve doxygen commenting.

16 years agoPATCH: [ 2013845 ] Add option to enable plugins (disabled by default)
Kimmo Varis [Wed, 9 Jul 2008 11:31:04 +0000 (11:31 +0000)]
PATCH: [ 2013845 ] Add option to enable plugins (disabled by default)

16 years agoPATCH: [ 2013576 ] Remove BuildAll.bat
Kimmo Varis [Wed, 9 Jul 2008 09:24:06 +0000 (09:24 +0000)]
PATCH: [ 2013576 ] Remove BuildAll.bat

16 years agoPATCH: [ 2011924 ] Reorganize help components
Kimmo Varis [Wed, 9 Jul 2008 08:05:00 +0000 (08:05 +0000)]
PATCH: [ 2011924 ] Reorganize help components
 Submitted by Denis Bradford

16 years agoPATCH: [ 2008581 ] Convert paths using system codepage
Kimmo Varis [Tue, 8 Jul 2008 23:10:58 +0000 (23:10 +0000)]
PATCH: [ 2008581 ] Convert paths using system codepage
 Fixed memory handling, problem(s) noticed by Jochen

16 years agoPatch #1885119 - Semaphore, LIST_ENTRY
Jochen Tucht [Mon, 7 Jul 2008 16:35:48 +0000 (16:35 +0000)]
Patch #1885119 - Semaphore, LIST_ENTRY

16 years agoMove installer localization instructions document to Docs/Developers where all other...
Kimmo Varis [Mon, 7 Jul 2008 11:13:47 +0000 (11:13 +0000)]
Move installer localization instructions document to Docs/Developers where all other documents are.

16 years agoRemove few unused strings from installer language files.
Kimmo Varis [Mon, 7 Jul 2008 11:05:48 +0000 (11:05 +0000)]
Remove few unused strings from installer language files.

16 years agoPATCH: [ 2011602 ] Add ShellExtension for drives (root folders)
Kimmo Varis [Mon, 7 Jul 2008 07:55:24 +0000 (07:55 +0000)]
PATCH: [ 2011602 ] Add ShellExtension for drives (root folders)

16 years agoPATCH: [ 2011365 ] Incorporate dev review comments in Intro_diffs help topic
Kimmo Varis [Mon, 7 Jul 2008 07:30:55 +0000 (07:30 +0000)]
PATCH: [ 2011365 ] Incorporate dev review comments in Intro_diffs help topic
 Submitted by Denis Bradford

16 years agoFix ifdef for debug code (we have _DEBUG).
Kimmo Varis [Sat, 5 Jul 2008 10:23:20 +0000 (10:23 +0000)]
Fix ifdef for debug code (we have _DEBUG).

16 years agoRemove commented out code. Fix class name in doxygen comment.
Kimmo Varis [Sat, 5 Jul 2008 10:20:33 +0000 (10:20 +0000)]
Remove commented out code. Fix class name in doxygen comment.

16 years agoWeb: Add SourceForge.net Community Choice Awards 2008 Finalist VOTE banner
Tim Gerundt [Fri, 4 Jul 2008 15:28:29 +0000 (15:28 +0000)]
Web: Add SourceForge.net Community Choice Awards 2008 Finalist VOTE banner

16 years agoAdd 2.10 branch to branch list.
Kimmo Varis [Fri, 4 Jul 2008 09:20:21 +0000 (09:20 +0000)]
Add 2.10 branch to branch list.

16 years agoWinMerge 2.10.x (R_210) branch created (r5561)
Kimmo Varis [Fri, 4 Jul 2008 08:24:20 +0000 (08:24 +0000)]
WinMerge 2.10.x (R_210) branch created (r5561)

16 years agoWinMerge experimental release 2.9.1.5 (SVN revision 5560)
Kimmo Varis [Fri, 4 Jul 2008 07:46:12 +0000 (07:46 +0000)]
WinMerge experimental release 2.9.1.5 (SVN revision 5560)

16 years agoChangelog: BugFix: Random crashes in folder compare (#2005308)
Kimmo Varis [Thu, 3 Jul 2008 22:11:00 +0000 (22:11 +0000)]
Changelog: BugFix: Random crashes in folder compare (#2005308)

16 years agoUpdate release notes for 2.9.10 beta.
Kimmo Varis [Thu, 3 Jul 2008 19:56:45 +0000 (19:56 +0000)]
Update release notes for 2.9.10 beta.

16 years agoBump manual revision to 1.4.4.
Kimmo Varis [Thu, 3 Jul 2008 19:45:15 +0000 (19:45 +0000)]
Bump manual revision to 1.4.4.

16 years agoBump ShellExtension version number to 1.14.2.
Kimmo Varis [Thu, 3 Jul 2008 19:43:54 +0000 (19:43 +0000)]
Bump ShellExtension version number to 1.14.2.

16 years agoPATCH: [ 2008581 ] Convert paths using system codepage
Kimmo Varis [Thu, 3 Jul 2008 19:39:57 +0000 (19:39 +0000)]
PATCH: [ 2008581 ] Convert paths using system codepage
 Patch idea from rarevisitor

16 years agoAdd DEBUG_NEW define.
Kimmo Varis [Thu, 3 Jul 2008 19:05:36 +0000 (19:05 +0000)]
Add DEBUG_NEW define.

16 years agoPATCH: [ 2007673 ] Update release notes for shutdown hang
Kimmo Varis [Wed, 2 Jul 2008 22:35:00 +0000 (22:35 +0000)]
PATCH: [ 2007673 ] Update release notes for shutdown hang

16 years agoPATCH: [ 2007426 ] Chinese Simplified translation for trunk, all in one
Kimmo Varis [Wed, 2 Jul 2008 09:08:49 +0000 (09:08 +0000)]
PATCH: [ 2007426 ] Chinese Simplified translation for trunk, all in one
 Submitted by xmpdhml

16 years agoChangelog: next manual copy editing patch.
Kimmo Varis [Tue, 1 Jul 2008 21:36:33 +0000 (21:36 +0000)]
Changelog: next manual copy editing patch.

16 years agoPATCH: [ 2005418 ] Major copy edit of Intro_diffs Help topic
Kimmo Varis [Tue, 1 Jul 2008 08:51:07 +0000 (08:51 +0000)]
PATCH: [ 2005418 ] Major copy edit of Intro_diffs Help topic
 Submitted by Denis Bradford

16 years agoUse String and std::vector instead of CString, LPCTSTR and CArray
Marcel Gosselin [Mon, 30 Jun 2008 13:37:00 +0000 (13:37 +0000)]
Use String and std::vector instead of CString, LPCTSTR and CArray

16 years agoMake header file self-contained
Marcel Gosselin [Mon, 30 Jun 2008 02:16:38 +0000 (02:16 +0000)]
Make header file self-contained

16 years agoUse bool instead of BOOL and String instead of CString and LPCTSTR
Marcel Gosselin [Mon, 30 Jun 2008 01:45:21 +0000 (01:45 +0000)]
Use bool instead of BOOL and String instead of CString and LPCTSTR

16 years agoMake header files self-contained
Marcel Gosselin [Mon, 30 Jun 2008 01:16:38 +0000 (01:16 +0000)]
Make header files self-contained

16 years agoUninline error struct. Use String in error struct. Add method for returning error...
Kimmo Varis [Sun, 29 Jun 2008 21:30:09 +0000 (21:30 +0000)]
Uninline error struct. Use String in error struct. Add method for returning error string.

16 years agoAdd doxygen comments for buffer struct. Rename arguments to be more descriptive.
Kimmo Varis [Sun, 29 Jun 2008 18:10:35 +0000 (18:10 +0000)]
Add doxygen comments for buffer struct. Rename arguments to be more descriptive.

16 years agoPATCH: [ 2005031 ] Fix location pane flickering(2)
Takashi Sawanaka [Sun, 29 Jun 2008 17:04:48 +0000 (17:04 +0000)]
PATCH: [ 2005031 ] Fix location pane flickering(2)

16 years agoPATCH: [ 2005308 ] Fix crash in DirScan.cpp list polling
Kimmo Varis [Sun, 29 Jun 2008 08:11:20 +0000 (08:11 +0000)]
PATCH: [ 2005308 ] Fix crash in DirScan.cpp list polling

16 years agoPATCH: [ 2004385 ] Detach menus before destroying
Kimmo Varis [Sun, 29 Jun 2008 08:04:32 +0000 (08:04 +0000)]
PATCH: [ 2004385 ] Detach menus before destroying

16 years agoBUG: [ 2004160 ] Possible crash when enabling line filter
Takashi Sawanaka [Sat, 28 Jun 2008 11:13:51 +0000 (11:13 +0000)]
BUG: [ 2004160 ] Possible crash when enabling line filter
 rename buffer::used to buffer::sizeof
 rename buffer::size to buffer::capacity

16 years agoMarcel Gosselin is now part of our development team - welcome.
Kimmo Varis [Fri, 27 Jun 2008 18:54:18 +0000 (18:54 +0000)]
Marcel Gosselin is now part of our development team - welcome.

16 years agoAdd Slovenian translator (Iztok Osredkar) to the contributors list.
Kimmo Varis [Fri, 27 Jun 2008 18:37:56 +0000 (18:37 +0000)]
Add Slovenian translator (Iztok Osredkar) to the contributors list.

16 years agoPATCH: [ 2003203 ] Remove debug info from release executables
Kimmo Varis [Thu, 26 Jun 2008 21:08:41 +0000 (21:08 +0000)]
PATCH: [ 2003203 ] Remove debug info from release executables

16 years agoPATCH: [ 2002091 ] Manual: Tweak <authorgroup> and <toc> styling
Tim Gerundt [Thu, 26 Jun 2008 20:42:50 +0000 (20:42 +0000)]
PATCH: [ 2002091 ] Manual: Tweak <authorgroup> and <toc> styling

16 years agoDefine _CRT_SECURE_NO_DEPRECATE in compiler command line instead of StdAfx.h so it...
Kimmo Varis [Thu, 26 Jun 2008 12:50:32 +0000 (12:50 +0000)]
Define _CRT_SECURE_NO_DEPRECATE in compiler command line instead of StdAfx.h so it is visible in all files. Compiler versions that don't know the define ignore it.

16 years agoPATCH: [ 2002738 ] SplashScreen PostNcDestroy does not call base class
Kimmo Varis [Thu, 26 Jun 2008 12:35:55 +0000 (12:35 +0000)]
PATCH: [ 2002738 ] SplashScreen PostNcDestroy does not call base class

16 years agoPATCH: [ 2002431 ] Revised install doc after review
Kimmo Varis [Wed, 25 Jun 2008 14:35:25 +0000 (14:35 +0000)]
PATCH: [ 2002431 ] Revised install doc after review
 Submitted by Denis Bradford

16 years agoPATCH: [ 2000322 ] Copy edit of first four Help topics for review
Kimmo Varis [Wed, 25 Jun 2008 13:26:26 +0000 (13:26 +0000)]
PATCH: [ 2000322 ] Copy edit of first four Help topics for review
 Submitted by Denis Bradford

16 years agoPATCH: [ 1992426 ] Web: Changes for new stable release 2.8.4
Tim Gerundt [Tue, 24 Jun 2008 21:44:47 +0000 (21:44 +0000)]
PATCH: [ 1992426 ] Web: Changes for new stable release 2.8.4

16 years agoPATCH: [ 2001874 ] Fix CSS for variablelist
Tim Gerundt [Tue, 24 Jun 2008 20:20:01 +0000 (20:20 +0000)]
PATCH: [ 2001874 ] Fix CSS for variablelist
 Submitted by Denis Bradford

16 years agoFix ANSI build, Src/Common/RegOptionsMgr.cpp didn't have all needed properties in...
Kimmo Varis [Tue, 24 Jun 2008 19:35:08 +0000 (19:35 +0000)]
Fix ANSI build, Src/Common/RegOptionsMgr.cpp didn't have all needed properties in project file.

16 years agoWinMerge experimental release 2.9.1.4 (SVN revision 5518)
Kimmo Varis [Tue, 24 Jun 2008 17:13:33 +0000 (17:13 +0000)]
WinMerge experimental release 2.9.1.4 (SVN revision 5518)