From ed3cc67cd2be733a6d5e2a6393d10cfa28d9ec1e Mon Sep 17 00:00:00 2001 From: April White Date: Mon, 22 Jul 2002 00:33:27 +0000 Subject: [PATCH] 2002-07-21 2529 UTC+0500 April White * doc/en/set.txt * source/compiler/hbusage.c * source/rtl/setkey.c * tests/setkeys.prg ; my email address, just in case you want to find me :-) --- harbour/ChangeLog | 7 +++++++ harbour/doc/en/set.txt | 2 +- harbour/source/compiler/hbusage.c | 2 +- harbour/source/rtl/setkey.c | 2 +- harbour/tests/setkeys.prg | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 40c25f9875..5cd32f23ab 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,13 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2002-07-22 01:29 UTC+0500 April White + * doc/en/set.txt + * source/compiler/hbusage.c + * source/rtl/setkey.c + * tests/setkeys.prg + ; my email address, just in case you want to find me :-) + 2002-07-19 09:10 UTC+0500 April White ! contrib/btree/hb_BTree.c * struct hb_btree pStrCompare function pointer changed to use the size_t diff --git a/harbour/doc/en/set.txt b/harbour/doc/en/set.txt index de06e97524..fce668693b 100644 --- a/harbour/doc/en/set.txt +++ b/harbour/doc/en/set.txt @@ -9,7 +9,7 @@ * Copyright 1999 David G. Holm * Documentation for: SET(), __SETCENTURY() * - * Copyright 1999 A White + * Copyright 1999 A White * Documentation for: SETKEY(), HB_SetKeyGet(), HB_SETKEYSAVE(), * HB_SetKeyCheck(), SET KEY * diff --git a/harbour/source/compiler/hbusage.c b/harbour/source/compiler/hbusage.c index ab936975a2..1c37e3e9b4 100644 --- a/harbour/source/compiler/hbusage.c +++ b/harbour/source/compiler/hbusage.c @@ -139,7 +139,7 @@ void hb_compPrintCredits( void ) printf( "\n" "Credits: The Harbour Team at www.harbour-project.org\n" "\n" - "April White \n" + "April White \n" "Alejandro de Garate \n" "Alexander S. Kresin \n" "Antonio Linares \n" diff --git a/harbour/source/rtl/setkey.c b/harbour/source/rtl/setkey.c index 5b1af39e8c..2493253acf 100644 --- a/harbour/source/rtl/setkey.c +++ b/harbour/source/rtl/setkey.c @@ -6,7 +6,7 @@ * Harbour Project source code: * SETKEY() and related functions * - * Copyright 1999 A White + * Copyright 1999 A White * www - http://www.harbour-project.org * * This program is free software; you can redistribute it and/or modify diff --git a/harbour/tests/setkeys.prg b/harbour/tests/setkeys.prg index 687bf93924..60f79494c0 100644 --- a/harbour/tests/setkeys.prg +++ b/harbour/tests/setkeys.prg @@ -3,7 +3,7 @@ Harbour Project source code - http://www.Harbour-Project.org - By: A White - awhite@user.rose.com + By: A White - awhite@mail.rosecom.ca This file contains the Harbour function(s) that maintain the list of set-keys (hot-keys).