remove ===-lines in cvs log comments, so removelog awk script does its work correctly

git-svn-id: trunk@7540 -
This commit is contained in:
vincents 2005-08-22 11:51:25 +00:00
parent 4b77b6b726
commit 7ecd5dbcf0
40 changed files with 39 additions and 77 deletions

View File

@ -4,7 +4,6 @@
----------------------------------------
@created(Wed Feb 25st WET 2001)
@lastmod($Date$)
@author(Marc Weustink <marc@@dommelstein.net>)
This unit contains the base class definitions of the debugger. These

View File

@ -404,8 +404,7 @@ end.
{ =============================================================================
{
$Log$
Revision 1.98 2005/06/25 16:38:47 mattias
published TBitBtn.AutoSize

View File

@ -2406,8 +2406,7 @@ end;
end.
{ =============================================================================
{
$Log$
Revision 1.173 2005/06/22 23:04:44 mattias
implemented default height for gtk TStatusBar and set TStatusBar.AutoSize to true

View File

@ -434,8 +434,7 @@ finalization
end.
{ =============================================================================
{
$Log$
Revision 1.61 2005/03/23 10:45:06 mattias
fixed ambigious with ambiguous

View File

@ -393,8 +393,7 @@ end;
end.
{ =============================================================================
{
$Log$
Revision 1.4 2004/11/10 15:25:32 mattias
updated memcheck.pas from heaptrc.pp

View File

@ -1077,8 +1077,7 @@ begin
end;
end.
{ =============================================================================
{
$Log$
Revision 1.6 2004/05/11 11:42:26 mattias
replaced writeln by debugln

View File

@ -191,8 +191,7 @@ end;
// included by forms.pp
{ =============================================================================
{
$Log$
Revision 1.1 2004/07/25 01:04:45 mattias
TXMLPropStorage basically working

View File

@ -121,8 +121,7 @@ end;
// included by graphics.pp
{ =============================================================================
{
$Log$
Revision 1.14 2005/03/07 21:59:44 vincents
changed hexstr(cardinal()) for pointers to dbgs() and other 64-bits fixes from Peter Vreman

View File

@ -293,8 +293,7 @@ begin
end;
{ =============================================================================
{
$Log$
Revision 1.46 2005/06/03 20:58:23 mattias
fixed focussing modal forms on gtk intf

View File

@ -30,8 +30,7 @@ begin
FTitle:= rsSelectcolorTitle;
end;
{ =============================================================================
{
$Log$
Revision 1.6 2004/04/10 17:58:56 mattias
implemented mainunit hints for include files

View File

@ -3524,7 +3524,7 @@ end;
// included by controls.pp
{ =============================================================================
{
$Log$
Revision 1.269 2005/07/19 20:58:15 mattias
fixed reading vaInt16

View File

@ -119,8 +119,7 @@ end;
// included by controls.pp
{ =============================================================================
{
$Log$
Revision 1.12 2005/01/22 22:26:16 mattias
added sprite example

View File

@ -383,8 +383,7 @@ end;
// included by stdctrls.pp
{ =============================================================================
{
$Log$
Revision 1.40 2005/07/25 23:11:48 mattias
fixed TEdit to eat normal keys and avoid triggering accelerators

View File

@ -744,8 +744,7 @@ end;
// included by comctrls.pp
{ =============================================================================
{
$Log$
Revision 1.47 2005/06/25 15:34:03 mattias
fixed a few fpc over warnings from Andrew Haines

View File

@ -795,8 +795,7 @@ begin
end;
{ =============================================================================
{
$Log$
Revision 1.71 2005/03/31 21:29:45 micha
move GetNotebookTabIndexAtPos to the widgetset interface

View File

@ -143,8 +143,7 @@ end;
// included by stdctrls.pp
{ =============================================================================
{
$Log$
Revision 1.15 2005/06/25 01:42:38 mattias
moved InvalidatePreferredSize from gtk intf to lcl

View File

@ -238,8 +238,7 @@ begin
inherited Destroy;
end;
{ =============================================================================
{
$Log$
Revision 1.12 2005/04/03 10:13:34 mattias
dbgrids: Stops propagating ENTER key when modifying a field from Jesus

View File

@ -103,8 +103,7 @@ begin
inherited Destroy;
end;
{ =============================================================================
{
$Log$
Revision 1.4 2004/08/22 22:57:35 mattias
added OnActiveChange from Joost

View File

@ -360,7 +360,7 @@ end;
// included by controls.pp
{ =============================================================================
{
$Log$
Revision 1.9 2005/07/26 08:45:15 vincents
initialize variables at declaration instead in the unit initialization from Florian Köberle

View File

@ -21,8 +21,7 @@
// included by stdctrls.pp
{ =============================================================================
{
$Log$
Revision 1.4 2004/04/10 17:58:57 mattias
implemented mainunit hints for include files

View File

@ -279,8 +279,7 @@ begin
end;
{ =============================================================================
{
$Log$
Revision 1.23 2005/07/18 21:23:06 mattias
fixed TSaveDialog.Options ofNoReadOnlyReturn fr omColin Western

View File

@ -1050,8 +1050,7 @@ end;
// included by graphics.pp
{ =============================================================================
{
$Log$
Revision 1.30 2005/03/07 21:59:44 vincents
changed hexstr(cardinal()) for pointers to dbgs() and other 64-bits fixes from Peter Vreman

View File

@ -57,8 +57,7 @@ begin
end;
{ =============================================================================
{
$Log$
Revision 1.6 2004/04/10 17:58:57 mattias
implemented mainunit hints for include files

View File

@ -87,8 +87,7 @@ end;
// included by controls.pp
{ =============================================================================
{
$Log$
Revision 1.10 2005/01/16 11:40:10 mattias
fixed TGtkWidgetSet.ExtSelectClipRGN for DCOrigin

View File

@ -44,8 +44,7 @@ begin
end;
{ =============================================================================
{
$Log$
Revision 1.6 2004/04/10 17:58:57 mattias
implemented mainunit hints for include files

View File

@ -37,8 +37,7 @@ procedure TWidgetSet.PassCmdLineOptions;
begin
end;
{ =============================================================================
{
$Log$
Revision 1.117 2004/09/24 21:34:14 micha
convert LM_CREATE message to interface methods

View File

@ -608,8 +608,7 @@ begin
end;
//##apiwiz##eps## // Do not remove
{ =============================================================================
{
$Log$
Revision 1.36 2005/07/01 12:07:49 mattias
moved some menu intf methods to the TXXXWSMenuItem class from Martin Smat

View File

@ -1429,8 +1429,7 @@ begin
end;
//##apiwiz##eps## // Do not remove
{ =============================================================================
{
$Log$
Revision 1.23 2005/06/22 17:37:06 mattias
implemented TMouse.SetCursorPos from Andrew

View File

@ -507,8 +507,7 @@ end;
//##apiwiz##epi## // Do not remove
{ =============================================================================
{
$Log$
Revision 1.31 2005/07/01 12:07:49 mattias
moved some menu intf methods to the TXXXWSMenuItem class from Martin Smat

View File

@ -145,8 +145,7 @@ procedure RaiseLastOSError;
{$ENDIF}
{ =============================================================================
{
$Log$
Revision 1.32 2005/07/17 01:27:22 mattias
removed %MainUnit directive

View File

@ -268,8 +268,7 @@ begin
WSC.ColumnSetVisible(LV, Index, Self, FVisible);
end;
{ =============================================================================
{
$Log$
Revision 1.10 2005/02/26 17:08:41 marc
* Reworked listviews to match new interface

View File

@ -541,8 +541,7 @@ begin
SubItems.Assign(AValue);
end;
{ =============================================================================
{
$Log$
Revision 1.22 2005/07/01 18:20:41 mattias
added ldocktree.pas

View File

@ -46,8 +46,7 @@ end;
// included by menus.pp
{ =============================================================================
{
$Log$
Revision 1.6 2004/04/10 17:58:57 mattias
implemented mainunit hints for include files

View File

@ -2995,8 +2995,7 @@ end;
{$ENDIF}
{ =============================================================================
{
$Log$
Revision 1.283 2005/07/23 23:15:19 mattias
fixed sending UTF8 key presses in gtk intf

View File

@ -32,8 +32,7 @@
//##apiwiz##eps## // Do not remove, no wizard declaration after this line
{ =============================================================================
{
$Log$
Revision 1.3 2005/02/23 01:12:47 marc
+ Added RemoveProp winapi call

View File

@ -659,8 +659,7 @@ end;
{$C-}
{$EndIf}
{ =============================================================================
{
$Log$
Revision 1.14 2005/02/23 01:12:47 marc
+ Added RemoveProp winapi call

View File

@ -33,8 +33,7 @@
//##apiwiz##eps## // Do not remove, no wizard declaration after this line
{ =============================================================================
{
$Log$
Revision 1.4 2005/02/23 01:12:47 marc
+ Added RemoveProp winapi call

View File

@ -32,8 +32,7 @@
//##apiwiz##eps## // Do not remove, no wizard declaration after this line
{ =============================================================================
{
$Log$
Revision 1.1 2005/02/23 01:12:47 marc
+ Added RemoveProp winapi call

View File

@ -29,8 +29,7 @@
//##apiwiz##eps## // Do not remove, no wizard declaration after this line
{ =============================================================================
{
$Log$
Revision 1.1 2005/02/23 01:12:47 marc
+ Added RemoveProp winapi call

View File

@ -1261,8 +1261,7 @@ initialization
end.
{ =============================================================================
{
$Log$
Revision 1.214 2005/07/25 23:11:48 mattias
fixed TEdit to eat normal keys and avoid triggering accelerators