OSDN Git Service

winmerge-jp/winmerge-jp.git
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)

16 years agoBump manual revision to 1.4.3.
Kimmo Varis [Tue, 24 Jun 2008 17:00:20 +0000 (17:00 +0000)]
Bump manual revision to 1.4.3.

16 years agoSynchronize PO files to POT file.
Kimmo Varis [Tue, 24 Jun 2008 16:54:04 +0000 (16:54 +0000)]
Synchronize PO files to POT file.

16 years agoAdd info how to go to tracker item by tracker item number.
Kimmo Varis [Tue, 24 Jun 2008 16:49:15 +0000 (16:49 +0000)]
Add info how to go to tracker item by tracker item number.

16 years agoUse CRLFSTYLE enum as a EOL style type instead of int.
Kimmo Varis [Tue, 24 Jun 2008 08:47:25 +0000 (08:47 +0000)]
Use CRLFSTYLE enum as a EOL style type instead of int.

16 years agoCleanups for the DiffTextBuffer code.
Kimmo Varis [Tue, 24 Jun 2008 07:35:58 +0000 (07:35 +0000)]
Cleanups for the DiffTextBuffer code.

16 years agoPATCH: [ 2001237 ] Proper source displaying in "Confirm Copy" dialog
Kimmo Varis [Mon, 23 Jun 2008 23:01:12 +0000 (23:01 +0000)]
PATCH: [ 2001237 ] Proper source displaying in "Confirm Copy" dialog
 Submitted by Denis Matiukha

16 years agoPATCH: [ 2001190 ] Split CDiffTextBuffer to own files
Kimmo Varis [Mon, 23 Jun 2008 22:54:36 +0000 (22:54 +0000)]
PATCH: [ 2001190 ] Split CDiffTextBuffer to own files

16 years agoWeb: Add "tracker" tracker shortcut.
Tim Gerundt [Mon, 23 Jun 2008 20:11:38 +0000 (20:11 +0000)]
Web: Add "tracker" tracker shortcut.

16 years agoPATCH: [ 1999880 ] Beta 2.9.10 release notes
Kimmo Varis [Mon, 23 Jun 2008 16:07:02 +0000 (16:07 +0000)]
PATCH: [ 1999880 ] Beta 2.9.10 release notes

16 years agoPATCH: [ 2000307 ] Swedish.isl translation update for Slovenian language
Kimmo Varis [Mon, 23 Jun 2008 14:32:03 +0000 (14:32 +0000)]
PATCH: [ 2000307 ] Swedish.isl translation update for Slovenian language
 Submitted by Hans Eriksson

16 years agoTODO: [ 1879979 ] Uni*File::ReadBom() used to check for unicode
Kimmo Varis [Sun, 22 Jun 2008 17:35:42 +0000 (17:35 +0000)]
TODO: [ 1879979 ] Uni*File::ReadBom() used to check for unicode

16 years agoBugFix: Messages missing from installer translations
Kimmo Varis [Sun, 22 Jun 2008 12:58:52 +0000 (12:58 +0000)]
BugFix: Messages missing from installer translations

16 years agoPATCH: [ 1997236 ] New Slovenian translation for WinMerge
Kimmo Varis [Sun, 22 Jun 2008 12:41:31 +0000 (12:41 +0000)]
PATCH: [ 1997236 ] New Slovenian translation for WinMerge
 Submitted by Iztok Osredkar

16 years agoAdd our default SVN properties for new file.
Kimmo Varis [Sat, 21 Jun 2008 12:44:24 +0000 (12:44 +0000)]
Add our default SVN properties for new file.

16 years agoAdd small script able to compare the list of source files on disk and in VisualStudio...
Marcel Gosselin [Sat, 21 Jun 2008 04:18:40 +0000 (04:18 +0000)]
Add small script able to compare the list of source files on disk and in VisualStudio project files
This script now supports Vs2003 and VS2008. Adding VS2005 and VC6 should be trivial.

16 years agoAdd svn:ignore property for build folders and .suo and .ncb VisualStudio generated...
Marcel Gosselin [Sat, 21 Jun 2008 01:22:00 +0000 (01:22 +0000)]
Add svn:ignore property for build folders and .suo and .ncb VisualStudio generated files.

16 years agoFix a typo.
Kimmo Varis [Wed, 18 Jun 2008 23:36:34 +0000 (23:36 +0000)]
Fix a typo.

16 years agoTODO: [ 1460517 ] Use default settings from HKLM in registry
Kimmo Varis [Wed, 18 Jun 2008 19:46:34 +0000 (19:46 +0000)]
TODO: [ 1460517 ] Use default settings from HKLM in registry
 Copy registry values from HKLM to HKCU.

16 years agoRemove code to remove a key that was added by couple of 2.7.x experimentals. I'm...
Kimmo Varis [Tue, 17 Jun 2008 19:53:54 +0000 (19:53 +0000)]
Remove code to remove a key that was added by couple of 2.7.x experimentals. I'm sure there are no installations with that key left.

16 years agoTODO: [ 1460517 ] Use default settings from HKLM in registry
Kimmo Varis [Tue, 17 Jun 2008 16:50:09 +0000 (16:50 +0000)]
TODO: [ 1460517 ] Use default settings from HKLM in registry
 Modify installer to install WinMerge for all users.

16 years agoPATCH: [ 1995265 ] Release notes for 2.8.4
Kimmo Varis [Tue, 17 Jun 2008 14:27:25 +0000 (14:27 +0000)]
PATCH: [ 1995265 ] Release notes for 2.8.4

16 years agoConvert CTypedPtrList to std::vector.
Kimmo Varis [Tue, 17 Jun 2008 09:59:10 +0000 (09:59 +0000)]
Convert CTypedPtrList to std::vector.

16 years agoImprove plugins code readability by using m_ prefix for member variables.
Kimmo Varis [Tue, 17 Jun 2008 08:18:40 +0000 (08:18 +0000)]
Improve plugins code readability by using m_ prefix for member variables.

16 years agoUse std::vector in FilterList instead of CList.
Kimmo Varis [Tue, 17 Jun 2008 08:02:29 +0000 (08:02 +0000)]
Use std::vector in FilterList instead of CList.

16 years agoMove RegOptionsMgr.cpp and .h to Src/Common -folder. I accidentally added these files...
Kimmo Varis [Mon, 16 Jun 2008 18:54:40 +0000 (18:54 +0000)]
Move RegOptionsMgr.cpp and .h to Src/Common -folder. I accidentally added these files to wrong (/Src) folder in previous commit.

16 years agoSplit CRegOptions from OptionsMgr.h/cpp to own cpp/h files (RegOptionsMgr.cpp and...
Kimmo Varis [Mon, 16 Jun 2008 18:46:28 +0000 (18:46 +0000)]
Split CRegOptions from OptionsMgr.h/cpp to own cpp/h files (RegOptionsMgr.cpp and RegOptionsMgr.h). Most of the time we'll only use OptionsMgr.

16 years agoUse OptionsMgr to store selected language.
Kimmo Varis [Mon, 16 Jun 2008 17:40:20 +0000 (17:40 +0000)]
Use OptionsMgr to store selected language.

16 years agoPATCH: [ 1994578 ] Brazilian update for 2.8.2
Kimmo Varis [Mon, 16 Jun 2008 15:20:15 +0000 (15:20 +0000)]
PATCH: [ 1994578 ] Brazilian update for 2.8.2
 Submitted by Felipe Periard Lopes

16 years agoRemove some commented out code blocks from editor code.
Kimmo Varis [Mon, 16 Jun 2008 08:05:58 +0000 (08:05 +0000)]
Remove some commented out code blocks from editor code.

16 years agoPATCH: [ 1991259 ] Convert editor find/replace to use PCRE regexps
Kimmo Varis [Mon, 16 Jun 2008 04:52:20 +0000 (04:52 +0000)]
PATCH: [ 1991259 ] Convert editor find/replace to use PCRE regexps

16 years agoBUG: [1994402] Crash when starting WinMerge with only one path
Takashi Sawanaka [Sun, 15 Jun 2008 21:59:35 +0000 (21:59 +0000)]
BUG: [1994402] Crash when starting WinMerge with only one path

16 years agoBUG: [ 1993835 ] Crash when starting a second instance
Takashi Sawanaka [Sun, 15 Jun 2008 13:29:27 +0000 (13:29 +0000)]
BUG: [ 1993835 ] Crash when starting a second instance

16 years agoPATCH: [ 1990886 ] WinMerge 2.8.2 release notes
Kimmo Varis [Thu, 12 Jun 2008 14:19:29 +0000 (14:19 +0000)]
PATCH: [ 1990886 ] WinMerge 2.8.2 release notes

16 years agoPATCH: [ 1991171 ] Add new header for constants like URLs
Kimmo Varis [Thu, 12 Jun 2008 13:05:09 +0000 (13:05 +0000)]
PATCH: [ 1991171 ] Add new header for constants like URLs

16 years agoFix identing in CCrystalTextView::MergeTextBlocks(). Remove commented out code from...
Kimmo Varis [Wed, 11 Jun 2008 20:01:10 +0000 (20:01 +0000)]
Fix identing in CCrystalTextView::MergeTextBlocks(). Remove commented out code from CCrystalTextView::DrawSingleLine().

16 years agoPATCH: [ 1989744 ] Use PNG images for all screenshots
Kimmo Varis [Wed, 11 Jun 2008 13:00:53 +0000 (13:00 +0000)]
PATCH: [ 1989744 ] Use PNG images for all screenshots
 Cleanup Plugins.xml
 Submitted by denisbradford

16 years agoPATCH: [ 1989744 ] Use PNG images for all screenshots
Kimmo Varis [Wed, 11 Jun 2008 12:55:58 +0000 (12:55 +0000)]
PATCH: [ 1989744 ] Use PNG images for all screenshots
 Submitted by denisbradford

16 years agoPATCH: [ 1990121 ] Manual: Update translations list
Kimmo Varis [Wed, 11 Jun 2008 04:46:54 +0000 (04:46 +0000)]
PATCH: [ 1990121 ] Manual: Update translations list

16 years agoInstaller: Translate "Greek" and "Ukrainian" menu items to German
Tim Gerundt [Tue, 10 Jun 2008 21:13:31 +0000 (21:13 +0000)]
Installer: Translate "Greek" and "Ukrainian" menu items to German

16 years agoPATCH: [ 1989858 ] Use std::vector in word-diff code
Kimmo Varis [Tue, 10 Jun 2008 16:49:30 +0000 (16:49 +0000)]
PATCH: [ 1989858 ] Use std::vector in word-diff code

16 years agoPATCH: [ 1988845 ] Manual: Use PNG images for all screenshots
Kimmo Varis [Tue, 10 Jun 2008 13:32:48 +0000 (13:32 +0000)]
PATCH: [ 1988845 ] Manual: Use PNG images for all screenshots
 Submitted by Denis Bradford

16 years agoConvert stringdiffs to use String instead of CString.
Kimmo Varis [Tue, 10 Jun 2008 10:39:02 +0000 (10:39 +0000)]
Convert stringdiffs to use String instead of CString.

16 years agoUse std::vector instead of CArray in stringdiffs.
Kimmo Varis [Tue, 10 Jun 2008 09:17:39 +0000 (09:17 +0000)]
Use std::vector instead of CArray in stringdiffs.

16 years agoPATCH: [ 1979910 ] Web: Add wiki link to Translations tab
Tim Gerundt [Mon, 9 Jun 2008 20:01:46 +0000 (20:01 +0000)]
PATCH: [ 1979910 ] Web: Add wiki link to Translations tab

16 years agoPATCH: [ 1981326 ] ISL file syntax highlighting starts comment with {
Tim Gerundt [Mon, 9 Jun 2008 19:53:28 +0000 (19:53 +0000)]
PATCH: [ 1981326 ] ISL file syntax highlighting starts comment with {

16 years agoConvert MovedLines class to use std::map instead of CMap and remove MFC dependency...
Kimmo Varis [Mon, 9 Jun 2008 15:32:15 +0000 (15:32 +0000)]
Convert MovedLines class to use std::map instead of CMap and remove MFC dependency from it.

16 years agoFix a non-crashing access violation that may show up in debugger
Jochen Tucht [Sun, 8 Jun 2008 12:36:06 +0000 (12:36 +0000)]
Fix a non-crashing access violation that may show up in debugger

16 years agoMergeStatus: Convert CString members to String
Jochen Tucht [Sat, 7 Jun 2008 12:14:19 +0000 (12:14 +0000)]
MergeStatus: Convert CString members to String

16 years agoPATCH: [ 1987057 ] Fix case of file names in project file
Kimmo Varis [Sat, 7 Jun 2008 06:57:12 +0000 (06:57 +0000)]
PATCH: [ 1987057 ] Fix case of file names in project file
 Submitted by Marcel Gosselin

16 years agoPATCH: [ 1985997 ] Remove unnecessary #ifndef around includes
Kimmo Varis [Sat, 7 Jun 2008 06:48:49 +0000 (06:48 +0000)]
PATCH: [ 1985997 ] Remove unnecessary #ifndef around includes
 Submitted by Marcel Gosselin

16 years agoPATCH: [ 1984346 ] Archive reports don't include original archive paths/names
Kimmo Varis [Sat, 7 Jun 2008 06:29:21 +0000 (06:29 +0000)]
PATCH: [ 1984346 ] Archive reports don't include original archive paths/names

16 years agoPATCH: [ 1985982 ] Remove some unused forward declarations
Kimmo Varis [Fri, 6 Jun 2008 05:20:49 +0000 (05:20 +0000)]
PATCH: [ 1985982 ] Remove some unused forward declarations
 Submitted by Marcel Gosselin

16 years agoAdd meta info for translations status to Brazilian.po and Korean.po
Tim Gerundt [Thu, 5 Jun 2008 23:17:19 +0000 (23:17 +0000)]
Add meta info for translations status to Brazilian.po and Korean.po

16 years agoUpdate contributors list for Korean and Brazilian translations.
Kimmo Varis [Thu, 5 Jun 2008 18:09:56 +0000 (18:09 +0000)]
Update contributors list for Korean and Brazilian translations.

16 years agoWinMerge experimental release 2.9.1.3 (SVN revision 5438)
Kimmo Varis [Thu, 5 Jun 2008 17:37:06 +0000 (17:37 +0000)]
WinMerge experimental release 2.9.1.3 (SVN revision 5438)

16 years agoFix typo.
Kimmo Varis [Thu, 5 Jun 2008 17:33:18 +0000 (17:33 +0000)]
Fix typo.

16 years agoManual: Bump revision to 1.4.2.
Kimmo Varis [Thu, 5 Jun 2008 17:31:40 +0000 (17:31 +0000)]
Manual: Bump revision to 1.4.2.

16 years agoBump ShellExtension version number to 1.14.1.
Kimmo Varis [Thu, 5 Jun 2008 16:57:46 +0000 (16:57 +0000)]
Bump ShellExtension version number to 1.14.1.

16 years agoFix project file for real now. Change precompiled headers creation setting to automat...
Kimmo Varis [Thu, 5 Jun 2008 16:52:51 +0000 (16:52 +0000)]
Fix project file for real now. Change precompiled headers creation setting to automatic for LineFiltersList. The setting was wrong for release targets.

16 years agoRevert the previous change - it was just wrong to change precompiled headers globally!
Kimmo Varis [Thu, 5 Jun 2008 16:48:25 +0000 (16:48 +0000)]
Revert the previous change - it was just wrong to change precompiled headers globally!

16 years agoFix a typo.
Kimmo Varis [Thu, 5 Jun 2008 16:42:13 +0000 (16:42 +0000)]
Fix a typo.

16 years agoFix project file after earlier patch (Remove MFC dependency from LineFiltersList...
Kimmo Varis [Thu, 5 Jun 2008 16:40:47 +0000 (16:40 +0000)]
Fix project file after earlier patch (Remove MFC dependency from LineFiltersList.h and LineFiltersList.cpp.). Precompiled headers generation wasn't correctly changed to all targets.

16 years agoPATCH: [ 1978374 ] Brazilian Portuguese translation update
Kimmo Varis [Thu, 5 Jun 2008 16:21:35 +0000 (16:21 +0000)]
PATCH: [ 1978374 ] Brazilian Portuguese translation update
 Submitted by Felipe Periard Lopes

16 years agoPATCH: [ 1978362 ] Korean translation update
Kimmo Varis [Thu, 5 Jun 2008 13:43:40 +0000 (13:43 +0000)]
PATCH: [ 1978362 ] Korean translation update
 Submitted by sushizang [at] empal.com

16 years agoChangelog: fix typo.
Kimmo Varis [Thu, 5 Jun 2008 12:51:05 +0000 (12:51 +0000)]
Changelog: fix typo.

16 years agoPATCH: [ 1984884 ] Allow drag&drop conflict files to main window
Kimmo Varis [Thu, 5 Jun 2008 12:48:16 +0000 (12:48 +0000)]
PATCH: [ 1984884 ] Allow drag&drop conflict files to main window

16 years agoFix Bug #1984479
Jochen Tucht [Wed, 4 Jun 2008 16:54:04 +0000 (16:54 +0000)]
Fix Bug #1984479

16 years agoRemove MFC dependency from LineFiltersList.h and LineFiltersList.cpp.
Kimmo Varis [Wed, 4 Jun 2008 15:56:57 +0000 (15:56 +0000)]
Remove MFC dependency from LineFiltersList.h and LineFiltersList.cpp.

16 years agoPATCH: [ 1983958 ] Use std::vector for storing folder compare items
Kimmo Varis [Wed, 4 Jun 2008 13:29:42 +0000 (13:29 +0000)]
PATCH: [ 1983958 ] Use std::vector for storing folder compare items

16 years agoPATCH: [ 1983670 ] Fix folder compare sorting by binary status
Kimmo Varis [Wed, 4 Jun 2008 12:54:47 +0000 (12:54 +0000)]
PATCH: [ 1983670 ] Fix folder compare sorting by binary status

16 years agoConvert line filter list to use vector instead of CList.
Kimmo Varis [Wed, 4 Jun 2008 06:31:43 +0000 (06:31 +0000)]
Convert line filter list to use vector instead of CList.

16 years agoBUG: [ 1976480 ] Mini-Bug: "Differences found"-label is not refreshed...
Tim Gerundt [Tue, 3 Jun 2008 21:25:17 +0000 (21:25 +0000)]
BUG: [ 1976480 ] Mini-Bug: "Differences found"-label is not refreshed...

16 years agoPATCH: [ 1977130 ] Manual: Small facelift for the manual
Tim Gerundt [Tue, 3 Jun 2008 21:06:21 +0000 (21:06 +0000)]
PATCH: [ 1977130 ] Manual: Small facelift for the manual

16 years agoUse UINT as diffcode type, not int.
Kimmo Varis [Tue, 3 Jun 2008 15:37:48 +0000 (15:37 +0000)]
Use UINT as diffcode type, not int.

16 years agoRemove method declaration for method that is not implemented.
Kimmo Varis [Tue, 3 Jun 2008 15:00:06 +0000 (15:00 +0000)]
Remove method declaration for method that is not implemented.

16 years agoPATCH: [ 1980970 ] Swedish.isl translation update for Ukrainian language
Kimmo Varis [Sun, 1 Jun 2008 17:45:44 +0000 (17:45 +0000)]
PATCH: [ 1980970 ] Swedish.isl translation update for Ukrainian language
 Submitted by Hans Eriksson

16 years agoPatch #1981261
Jochen Tucht [Sun, 1 Jun 2008 16:45:16 +0000 (16:45 +0000)]
Patch #1981261

16 years agoFix a typo in my previous cleanup commit.
Kimmo Varis [Sun, 1 Jun 2008 13:44:12 +0000 (13:44 +0000)]
Fix a typo in my previous cleanup commit.

16 years agoAdd some doxygen comments.
Kimmo Varis [Sun, 1 Jun 2008 10:58:45 +0000 (10:58 +0000)]
Add some doxygen comments.

16 years agoAdd some doxygen comments to UniMarkdownFile.
Kimmo Varis [Sun, 1 Jun 2008 09:28:58 +0000 (09:28 +0000)]
Add some doxygen comments to UniMarkdownFile.

16 years agoDocs: More detailed PCRE building instructions.
Kimmo Varis [Sat, 31 May 2008 14:43:13 +0000 (14:43 +0000)]
Docs: More detailed PCRE building instructions.

16 years agoDocs: Update pcre building instructions after pcre update to 7.7.
Kimmo Varis [Sat, 31 May 2008 14:02:48 +0000 (14:02 +0000)]
Docs: Update pcre building instructions after pcre update to 7.7.

16 years agoBuildScript: Fix building pcre after pcre update to version 7.7.
Kimmo Varis [Sat, 31 May 2008 13:02:37 +0000 (13:02 +0000)]
BuildScript: Fix building pcre after pcre update to version 7.7.

16 years agoWeb: Add "WinMerge X.Y" heading to index pages
Tim Gerundt [Fri, 30 May 2008 23:36:17 +0000 (23:36 +0000)]
Web: Add "WinMerge X.Y" heading to index pages

16 years agoAdd doxygen comments and cleanup header bar edit control code.
Kimmo Varis [Fri, 30 May 2008 12:09:27 +0000 (12:09 +0000)]
Add doxygen comments and cleanup header bar edit control code.

16 years agoBUG: [ 1602313 ] WinMerge stays in tasklist after closing
Kimmo Varis [Fri, 30 May 2008 06:26:40 +0000 (06:26 +0000)]
BUG: [ 1602313 ] WinMerge stays in tasklist after closing
 Remove unneeded WM_CLOSE handler CMergeEditView::OnWindowClose()

16 years agoWeb: Optimize heading size
Tim Gerundt [Thu, 29 May 2008 22:04:54 +0000 (22:04 +0000)]
Web: Optimize heading size

16 years agoAdd meta info for translations status to Ukrainian.po
Tim Gerundt [Thu, 29 May 2008 20:30:04 +0000 (20:30 +0000)]
Add meta info for translations status to Ukrainian.po

16 years agoChangeLog: Update PCRE (regular expression library) to version 7.7 (#1941779)
Kimmo Varis [Thu, 29 May 2008 19:03:27 +0000 (19:03 +0000)]
ChangeLog: Update PCRE (regular expression library) to version 7.7 (#1941779)

16 years agoPATCH: [ 1973149 ] Ukrainian Translation (WinMerge v2.8.0)
Kimmo Varis [Thu, 29 May 2008 17:54:51 +0000 (17:54 +0000)]
PATCH: [ 1973149 ] Ukrainian Translation (WinMerge v2.8.0)
 [ 1974021 ] Ukrainian translation for WinMerge
 Submitted by Warrior and  Vitaliy Stopchans'kyy

16 years agoRemove useless wrapper code in dlgutil. Use CMainFrame functions directly where needed.
Kimmo Varis [Thu, 29 May 2008 10:46:23 +0000 (10:46 +0000)]
Remove useless wrapper code in dlgutil. Use CMainFrame functions directly where needed.
 - revert the change for expat project file. It was a plain accident.

16 years agoRemove useless wrapper code in dlgutil. Use CMainFrame functions directly where needed.
Kimmo Varis [Thu, 29 May 2008 09:47:36 +0000 (09:47 +0000)]
Remove useless wrapper code in dlgutil. Use CMainFrame functions directly where needed.

16 years agoAdd doxygen comments, remove unneeded include line.
Kimmo Varis [Thu, 29 May 2008 08:24:22 +0000 (08:24 +0000)]
Add doxygen comments, remove unneeded include line.

16 years agoUninline DiffFileFlags::toString(). Also rename it to ToString() to comply with funct...
Kimmo Varis [Thu, 29 May 2008 07:34:48 +0000 (07:34 +0000)]
Uninline DiffFileFlags::toString(). Also rename it to ToString() to comply with function naming.

16 years agoImprove doxygen comment.
Kimmo Varis [Wed, 28 May 2008 21:53:27 +0000 (21:53 +0000)]
Improve doxygen comment.

16 years agoWeb: Add small facelift from patch #1943384 to print layout too.
Tim Gerundt [Wed, 28 May 2008 21:21:43 +0000 (21:21 +0000)]
Web: Add small facelift from patch #1943384 to print layout too.

16 years agoAdd doxygen comments.
Kimmo Varis [Wed, 28 May 2008 21:05:54 +0000 (21:05 +0000)]
Add doxygen comments.

16 years agoTODO: [ 1941779 ] Update PCRE to latest version
Kimmo Varis [Wed, 28 May 2008 12:51:28 +0000 (12:51 +0000)]
TODO: [ 1941779 ] Update PCRE to latest version
 Remove custom build steps that referred to CMake installation.

16 years agoTODO: [ 1941779 ] Update PCRE to latest version
Kimmo Varis [Wed, 28 May 2008 07:14:24 +0000 (07:14 +0000)]
TODO: [ 1941779 ] Update PCRE to latest version
 Remove lots of remaining absolute paths from project files.