[Meta-diff-devel] CompareShellEx CompareShellEx-ReadMe.txt,1.2,1.3 CompareShellEx.dpr,1.6,1.7 Compar
Brought to you by:
undees
From: Sebastian S. <ey...@us...> - 2005-08-29 07:03:17
|
Update of /cvsroot/meta-diff/CompareShellEx In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16435/CompareShellEx Modified Files: CompareShellEx-ReadMe.txt CompareShellEx.dpr CompareShellEx.lc Log Message: Updated version information. Index: CompareShellEx.dpr =================================================================== RCS file: /cvsroot/meta-diff/CompareShellEx/CompareShellEx.dpr,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** CompareShellEx.dpr 26 Aug 2005 20:24:06 -0000 1.6 --- CompareShellEx.dpr 29 Aug 2005 07:03:05 -0000 1.7 *************** *** 34,38 **** LibraryName='CompareShellEx'; ! VersionStr='1.3 ('+__COMPILE_DATETIME_AS_STRING__+')'; glBitmapFirst=1; --- 34,38 ---- LibraryName='CompareShellEx'; ! VersionStr='1.4 ('+__COMPILE_DATETIME_AS_STRING__+')'; glBitmapFirst=1; Index: CompareShellEx-ReadMe.txt =================================================================== RCS file: /cvsroot/meta-diff/CompareShellEx/CompareShellEx-ReadMe.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** CompareShellEx-ReadMe.txt 18 Aug 2005 20:10:12 -0000 1.2 --- CompareShellEx-ReadMe.txt 29 Aug 2005 07:03:05 -0000 1.3 *************** *** 33,40 **** Then, at the command prompt, enter: ! RunDLL32 CompareShellEx,Install Note that "Install" is case sensitive. For your convenience, a simple batch file named "CompareShellEx-Install.bat" has been added to perform the installation. _________ --- 33,42 ---- Then, at the command prompt, enter: ! RunDLL32 CompareShellEx,Install [user] Note that "Install" is case sensitive. For your convenience, a simple batch file named "CompareShellEx-Install.bat" has been added to perform the installation. + If the "user" string is provided, the shell extension will install itself + for the current user only. _________ *************** *** 43,54 **** To uninstall CompareShellEx, type the following at command prompt: ! RunDLL32 CompareShellEx,Uninstall Again, "Uninstall" is case sensitive. Alternatively, use "CompareShellEx-Uninstall.bat". ______________________________ CompareShellEx Version History v1.3 - Added support for meta-diff (http://meta-diff.sourceforge.net/). --- 45,62 ---- To uninstall CompareShellEx, type the following at command prompt: ! RunDLL32 CompareShellEx,Uninstall [user] Again, "Uninstall" is case sensitive. Alternatively, use "CompareShellEx-Uninstall.bat". + If the "user" string is provided, the shell extension will uninstall itself + for the current user only. ______________________________ CompareShellEx Version History + v1.4 + - Fixed a shell extension integration bug. + - The shell extension can now (un)install itself for the current user only. + v1.3 - Added support for meta-diff (http://meta-diff.sourceforge.net/). *************** *** 93,95 **** E-mail : eyebex at users.sourceforge.net Web : http://threekings.tk/layouts/craquelure/index.php?section=sundries&anchor=cse ! Date : 2005.Aug.18 --- 101,103 ---- E-mail : eyebex at users.sourceforge.net Web : http://threekings.tk/layouts/craquelure/index.php?section=sundries&anchor=cse ! Date : 2005.Aug.29 Index: CompareShellEx.lc =================================================================== RCS file: /cvsroot/meta-diff/CompareShellEx/CompareShellEx.lc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** CompareShellEx.lc 26 Aug 2005 20:08:34 -0000 1.2 --- CompareShellEx.lc 29 Aug 2005 07:03:05 -0000 1.3 *************** *** 1,2 **** const ! __COMPILE_DATETIME_AS_STRING__='2005.Aug.26'; --- 1,2 ---- const ! __COMPILE_DATETIME_AS_STRING__='2005.Aug.29'; |