fix logs to get rid of comment level 2 warning

git-svn-id: trunk@5932 -
This commit is contained in:
micha 2004-09-07 10:26:17 +00:00
parent 02b14f6cbb
commit e91d8c2c09
7 changed files with 28 additions and 7 deletions

View File

@ -792,8 +792,11 @@ end;
{
$Log$
Revision 1.46 2004/09/07 10:26:16 micha
fix logs to get rid of comment level 2 warning
Revision 1.45 2004/09/07 09:44:46 micha
convert lcl messages to new interface using methods: LM_{G,S}ETSELSTART, LM_{G,S}ETSELLEN, LM_{G,S}ETLIMITTEXT
convert lcl messages to new interface using methods: LM_G/SETSELSTART, LM_G/SETSELLEN, LM_G/SETLIMITTEXT
Revision 1.44 2004/09/01 10:25:58 mattias
added some project flags to start getting rid of TProjectType

View File

@ -380,8 +380,11 @@ end;
{ =============================================================================
$Log$
Revision 1.33 2004/09/07 10:26:16 micha
fix logs to get rid of comment level 2 warning
Revision 1.32 2004/09/07 09:44:46 micha
convert lcl messages to new interface using methods: LM_{G,S}ETSELSTART, LM_{G,S}ETSELLEN, LM_{G,S}ETLIMITTEXT
convert lcl messages to new interface using methods: LM_G/SETSELSTART, LM_G/SETSELLEN, LM_G/SETLIMITTEXT
Revision 1.31 2004/08/25 20:16:12 marc
* fixed infinite for maxlength

View File

@ -462,8 +462,11 @@ end.
{ =============================================================================
$Log$
Revision 1.190 2004/09/07 10:26:16 micha
fix logs to get rid of comment level 2 warning
Revision 1.189 2004/09/07 09:44:46 micha
convert lcl messages to new interface using methods: LM_{G,S}ETSELSTART, LM_{G,S}ETSELLEN, LM_{G,S}ETLIMITTEXT
convert lcl messages to new interface using methods: LM_G/SETSELSTART, LM_G/SETSELLEN, LM_G/SETLIMITTEXT
Revision 1.188 2004/09/02 09:16:59 mattias
improved double byte char fonts for gtk1, started synedit UTF8 support

View File

@ -9155,8 +9155,11 @@ end;
{ =============================================================================
$Log$
Revision 1.540 2004/09/07 10:26:16 micha
fix logs to get rid of comment level 2 warning
Revision 1.539 2004/09/07 09:44:46 micha
convert lcl messages to new interface using methods: LM_{G,S}ETSELSTART, LM_{G,S}ETSELLEN, LM_{G,S}ETLIMITTEXT
convert lcl messages to new interface using methods: LM_G/SETSELSTART, LM_G/SETSELLEN, LM_G/SETLIMITTEXT
Revision 1.538 2004/09/06 22:24:52 mattias
started the carbon LCL interface

View File

@ -284,11 +284,14 @@ End.
{ =============================================================================
$Log$
Revision 1.97 2004/09/07 10:26:17 micha
fix logs to get rid of comment level 2 warning
Revision 1.96 2004/09/07 10:18:10 micha
fix win32 interface, remove lm_setlimittext (obsolete)
Revision 1.95 2004/09/07 09:44:46 micha
convert lcl messages to new interface using methods: LM_{G,S}ETSELSTART, LM_{G,S}ETSELLEN, LM_{G,S}ETLIMITTEXT
convert lcl messages to new interface using methods: LM_G/SETSELSTART, LM_G/SETSELLEN, LM_G/SETLIMITTEXT
Revision 1.94 2004/08/27 08:55:23 micha
implement tapplication.minimize for win32, stub for gtk

View File

@ -2979,11 +2979,14 @@ End;
{
$Log$
Revision 1.233 2004/09/07 10:26:17 micha
fix logs to get rid of comment level 2 warning
Revision 1.232 2004/09/07 10:18:11 micha
fix win32 interface, remove lm_setlimittext (obsolete)
Revision 1.231 2004/09/07 09:44:46 micha
convert lcl messages to new interface using methods: LM_{G,S}ETSELSTART, LM_{G,S}ETSELLEN, LM_{G,S}ETLIMITTEXT
convert lcl messages to new interface using methods: LM_G/SETSELSTART, LM_G/SETSELLEN, LM_G/SETLIMITTEXT
Revision 1.230 2004/09/06 15:08:32 micha
implement LM_GETSELLEN en LM_GETSELSTART for win32 edit controls

View File

@ -1044,8 +1044,11 @@ end.
{
$Log$
Revision 1.74 2004/09/07 10:26:16 micha
fix logs to get rid of comment level 2 warning
Revision 1.73 2004/09/07 09:44:46 micha
convert lcl messages to new interface using methods: LM_{G,S}ETSELSTART, LM_{G,S}ETSELLEN, LM_{G,S}ETLIMITTEXT
convert lcl messages to new interface using methods: LM_G/SETSELSTART, LM_G/SETSELLEN, LM_G/SETLIMITTEXT
Revision 1.72 2004/08/30 16:37:58 mattias
added OnUTF8KeyPresss