diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 6366332fbd..936f43a585 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,11 @@ past entries belonging to these authors: Viktor Szakats. */ +2009-06-05 10:01 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * INSTALL + * mpkg_win.nsi + * sf.net links corrected, https seems to need login. + 2009-06-05 10:10 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/vm/thread.c * minor cleanup diff --git a/harbour/INSTALL b/harbour/INSTALL index 3d0f9d855a..511117ceb9 100644 --- a/harbour/INSTALL +++ b/harbour/INSTALL @@ -162,7 +162,7 @@ HOW TO ENABLE OPTIONAL COMPONENTS BEFORE BUILD and also cygwin drive notation for cygwin. - Spaces in directory names aren't currently supported. (You can use short name alias on Windows platform, though) - - Don't put the dir inside double quotes. + - Don't put directory names inside double quotes. - Use absolute paths. Darwin (OS X) @@ -601,10 +601,10 @@ FOR MORE INFORMATION http://lists.harbour-project.org/pipermail/harbour-users/ Sourceforge page: - https://sourceforge.net/projects/harbour-project/ + http://sourceforge.net/projects/harbour-project/ Development timeline: - https://apps.sourceforge.net/trac/harbour-project/timeline + http://apps.sourceforge.net/trac/harbour-project/timeline Source repository browser: http://harbour-project.svn.sourceforge.net/viewvc/harbour-project/ @@ -613,7 +613,7 @@ FOR MORE INFORMATION svn co https://harbour-project.svn.sourceforge.net/svnroot/harbour-project harbour-project Miscellaneous documents: - /doc directory under this dir. + /doc directory under this directory. diff --git a/harbour/mpkg_win.nsi b/harbour/mpkg_win.nsi index a9610cc43b..929bd693d1 100644 --- a/harbour/mpkg_win.nsi +++ b/harbour/mpkg_win.nsi @@ -130,8 +130,8 @@ Section "Start Menu and Desktop icons" hb_shortcuts WriteINIStr "$SMPROGRAMS\Harbour Project\Links\Mailing lists.url" "InternetShortcut" "URL" "http://www.harbour-project.org/mailing.html" WriteINIStr "$SMPROGRAMS\Harbour Project\Links\Developers' mail archives.url" "InternetShortcut" "URL" "http://lists.harbour-project.org/pipermail/harbour/" ; WriteINIStr "$SMPROGRAMS\Harbour Project\Links\Users' mail archives.url" "InternetShortcut" "URL" "http://lists.harbour-project.org/pipermail/harbour-users/" - WriteINIStr "$SMPROGRAMS\Harbour Project\Links\Sourceforge page.url" "InternetShortcut" "URL" "https://sourceforge.net/projects/harbour-project/" - WriteINIStr "$SMPROGRAMS\Harbour Project\Links\Development timeline.url" "InternetShortcut" "URL" "https://apps.sourceforge.net/trac/harbour-project/timeline" + WriteINIStr "$SMPROGRAMS\Harbour Project\Links\Sourceforge page.url" "InternetShortcut" "URL" "http://sourceforge.net/projects/harbour-project/" + WriteINIStr "$SMPROGRAMS\Harbour Project\Links\Development timeline.url" "InternetShortcut" "URL" "http://apps.sourceforge.net/trac/harbour-project/timeline" SectionEnd