diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 6e32ae24b1..cdf13f49f6 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,15 @@ The license applies to all entries newer than 2009-04-28. */ +2012-08-03 15:31 UTC+0200 Viktor Szakats (harbour syenar.net) + + bin/commit.hb + + bin/find.hb + - bin/hbcommit.hb + - bin/hbfind.hb + * ChangeLog + % deleted 'hb' prefix + * updated examples + 2012-08-03 15:23 UTC+0200 Viktor Szakats (harbour syenar.net) * doc/en/cmdline.txt * doc/en/command.txt @@ -52,9 +61,9 @@ + added script to list and/or find public symbols in Harbour core and contribs (and some extras). To list all symbols (functions, classes): - $ hbrun bin/hbfind + $ hbrun bin/find To find string in symbols (case-insensitive): - $ hbrun bin/hbfind vol + $ hbrun bin/find vol 2012-07-31 14:50 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/hbide/projectwizard.prg @@ -5699,7 +5708,7 @@ add standard commit header and prepend the entry before latest on into ChangeLog file. Usage: - $ hbrun hbcommit.hb + $ hbrun commit.hb Please try it and use it when committing to Harbour SVN * contrib/hbplist diff --git a/harbour/bin/hbcommit.hb b/harbour/bin/commit.hb similarity index 100% rename from harbour/bin/hbcommit.hb rename to harbour/bin/commit.hb diff --git a/harbour/bin/hbfind.hb b/harbour/bin/find.hb similarity index 100% rename from harbour/bin/hbfind.hb rename to harbour/bin/find.hb