Author: AlbrechtS
Date: 2009-11-18 04:43:21 -0800 (Wed, 18 Nov 2009)
New Revision: 6943
Log:
Added missing svn properties and $Id$ tags.
Modified:
branches/branch-1.3/src/Fl_Help_Dialog_Dox.cxx
branches/branch-1.3/src/Fl_Table.cxx
branches/branch-1.3/src/Fl_Table_Row.cxx
branches/branch-1.3/src/Fl_Tree.cxx
branches/branch-1.3/src/Fl_Tree_Item.cxx
branches/branch-1.3/src/Fl_Tree_Item_Array.cxx
branches/branch-1.3/src/Fl_Tree_Prefs.cxx
branches/branch-1.3/src/aimm.h
branches/branch-1.3/src/cgdebug.h
branches/branch-1.3/src/fl_utf.c
branches/branch-1.3/src/fl_utf8.cxx
Modified: branches/branch-1.3/src/Fl_Help_Dialog_Dox.cxx
===================================================================
--- branches/branch-1.3/src/Fl_Help_Dialog_Dox.cxx 2009-11-18 12:22:51 UTC
(rev 6942)
+++ branches/branch-1.3/src/Fl_Help_Dialog_Dox.cxx 2009-11-18 12:43:21 UTC
(rev 6943)
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id$"
//
// Fl_Help_Dialog dialog for the Fast Light Tool Kit (FLTK).
//
@@ -116,5 +116,5 @@
Delegates call to encapsulated view_ void Fl_Help_View::textsize(Fl_Fontsize
s) instance method */
//
-// End of "$Id".
+// End of "$Id$".
//
Property changes on: branches/branch-1.3/src/Fl_Help_Dialog_Dox.cxx
___________________________________________________________________
Name: svn:keywords
+ author date id revision
Name: svn:eol-style
+ native
Modified: branches/branch-1.3/src/Fl_Table.cxx
===================================================================
--- branches/branch-1.3/src/Fl_Table.cxx 2009-11-18 12:22:51 UTC (rev
6942)
+++ branches/branch-1.3/src/Fl_Table.cxx 2009-11-18 12:43:21 UTC (rev
6943)
@@ -1,4 +1,6 @@
//
+// "$Id$"
+//
// Fl_Table -- A table widget
//
// Copyright 2002 by Greg Ercolano.
@@ -1216,3 +1218,7 @@
}
fl_pop_clip();
}
+
+//
+// End of "$Id$".
+//
Property changes on: branches/branch-1.3/src/Fl_Table.cxx
___________________________________________________________________
Name: svn:keywords
+ author date id revision
Name: svn:eol-style
+ native
Modified: branches/branch-1.3/src/Fl_Table_Row.cxx
===================================================================
--- branches/branch-1.3/src/Fl_Table_Row.cxx 2009-11-18 12:22:51 UTC (rev
6942)
+++ branches/branch-1.3/src/Fl_Table_Row.cxx 2009-11-18 12:43:21 UTC (rev
6943)
@@ -1,4 +1,6 @@
//
+// "$Id$"
+//
// Fl_Table_Row -- A row oriented table widget
//
// A class specializing in a table of rows.
@@ -315,3 +317,7 @@
_last_y = Fl::event_y();
return(ret);
}
+
+//
+// End of "$Id$".
+//
Property changes on: branches/branch-1.3/src/Fl_Table_Row.cxx
___________________________________________________________________
Name: svn:keywords
+ author date id revision
Name: svn:eol-style
+ native
Modified: branches/branch-1.3/src/Fl_Tree.cxx
===================================================================
--- branches/branch-1.3/src/Fl_Tree.cxx 2009-11-18 12:22:51 UTC (rev 6942)
+++ branches/branch-1.3/src/Fl_Tree.cxx 2009-11-18 12:43:21 UTC (rev 6943)
@@ -1,3 +1,7 @@
+//
+// "$Id$"
+//
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -352,3 +356,7 @@
if ( changed ) redraw(); // anything changed?
redraw
return(changed);
}
+
+//
+// End of "$Id$".
+//
Property changes on: branches/branch-1.3/src/Fl_Tree.cxx
___________________________________________________________________
Name: svn:keywords
+ author date id revision
Name: svn:eol-style
+ native
Modified: branches/branch-1.3/src/Fl_Tree_Item.cxx
===================================================================
--- branches/branch-1.3/src/Fl_Tree_Item.cxx 2009-11-18 12:22:51 UTC (rev
6942)
+++ branches/branch-1.3/src/Fl_Tree_Item.cxx 2009-11-18 12:43:21 UTC (rev
6943)
@@ -1,3 +1,7 @@
+//
+// "$Id$"
+//
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -705,3 +709,7 @@
}
return(p);
}
+
+//
+// End of "$Id$".
+//
Property changes on: branches/branch-1.3/src/Fl_Tree_Item.cxx
___________________________________________________________________
Name: svn:keywords
+ author date id revision
Name: svn:eol-style
+ native
Modified: branches/branch-1.3/src/Fl_Tree_Item_Array.cxx
===================================================================
--- branches/branch-1.3/src/Fl_Tree_Item_Array.cxx 2009-11-18 12:22:51 UTC
(rev 6942)
+++ branches/branch-1.3/src/Fl_Tree_Item_Array.cxx 2009-11-18 12:43:21 UTC
(rev 6943)
@@ -1,3 +1,7 @@
+//
+// "$Id$"
+//
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -147,3 +151,7 @@
}
return(-1);
}
+
+//
+// End of "$Id$".
+//
Property changes on: branches/branch-1.3/src/Fl_Tree_Item_Array.cxx
___________________________________________________________________
Name: svn:keywords
+ author date id revision
Name: svn:eol-style
+ native
Modified: branches/branch-1.3/src/Fl_Tree_Prefs.cxx
===================================================================
--- branches/branch-1.3/src/Fl_Tree_Prefs.cxx 2009-11-18 12:22:51 UTC (rev
6942)
+++ branches/branch-1.3/src/Fl_Tree_Prefs.cxx 2009-11-18 12:43:21 UTC (rev
6943)
@@ -1,3 +1,7 @@
+//
+// "$Id$"
+//
+
#include <FL/Fl.H>
#include <FL/Fl_Pixmap.H>
#include <FL/Fl_Tree_Prefs.H>
@@ -120,3 +124,7 @@
}
}
}
+
+//
+// End of "$Id$".
+//
Property changes on: branches/branch-1.3/src/Fl_Tree_Prefs.cxx
___________________________________________________________________
Name: svn:keywords
+ author date id revision
Name: svn:eol-style
+ native
Modified: branches/branch-1.3/src/aimm.h
===================================================================
--- branches/branch-1.3/src/aimm.h 2009-11-18 12:22:51 UTC (rev 6942)
+++ branches/branch-1.3/src/aimm.h 2009-11-18 12:43:21 UTC (rev 6943)
@@ -1,3 +1,6 @@
+//
+// "$Id$"
+//
// Standard dialog header file for the UTF-8 Fast Light Tool Kit (FLTK-UTF8).
//
// Copyright 2009 by Bill Spitzak and others.
@@ -423,6 +426,6 @@
#endif
-/*
- * End of "$Id$".
- */
+//
+// End of "$Id$".
+//
Property changes on: branches/branch-1.3/src/aimm.h
___________________________________________________________________
Name: svn:keywords
+ author date id revision
Name: svn:eol-style
+ native
Modified: branches/branch-1.3/src/cgdebug.h
===================================================================
--- branches/branch-1.3/src/cgdebug.h 2009-11-18 12:22:51 UTC (rev 6942)
+++ branches/branch-1.3/src/cgdebug.h 2009-11-18 12:43:21 UTC (rev 6943)
@@ -1,5 +1,5 @@
//
-// "$Id:$"
+// "$Id$"
//
// OS X Core Graphics debugging help for the Fast Light Tool Kit (FLTK).
//
@@ -210,6 +210,5 @@
#endif
//
-// End of "$Id:$".
+// End of "$Id$".
//
-
Property changes on: branches/branch-1.3/src/cgdebug.h
___________________________________________________________________
Name: svn:keywords
+ author date id revision
Name: svn:eol-style
+ native
Modified: branches/branch-1.3/src/fl_utf.c
===================================================================
--- branches/branch-1.3/src/fl_utf.c 2009-11-18 12:22:51 UTC (rev 6942)
+++ branches/branch-1.3/src/fl_utf.c 2009-11-18 12:43:21 UTC (rev 6943)
@@ -1,5 +1,8 @@
-/* This is the utf.c file from fltk2 adapted for use in my fltk1.1 port */
-
+/*
+ * "$Id$"
+ *
+ * This is the utf.c file from fltk2 adapted for use in my fltk1.1 port
+ */
/* Copyright 2006-2009 by Bill Spitzak and others.
*
* This library is free software; you can redistribute it and/or
@@ -855,3 +858,7 @@
}
/** @} */
+
+/*
+ * End of "$Id$".
+ */
Property changes on: branches/branch-1.3/src/fl_utf.c
___________________________________________________________________
Name: svn:keywords
+ author date id revision
Name: svn:eol-style
+ native
Modified: branches/branch-1.3/src/fl_utf8.cxx
===================================================================
--- branches/branch-1.3/src/fl_utf8.cxx 2009-11-18 12:22:51 UTC (rev 6942)
+++ branches/branch-1.3/src/fl_utf8.cxx 2009-11-18 12:43:21 UTC (rev 6943)
@@ -1,5 +1,6 @@
-// "$Id: $"
//
+// "$Id$"
+//
// Unicode to UTF-8 conversion functions.
//
// Author: Jean-Marc Lienher ( http://oksid.ch )
@@ -822,6 +823,5 @@
/** @} */
//
-// End of "$Id: $".
+// End of "$Id$".
//
-
Property changes on: branches/branch-1.3/src/fl_utf8.cxx
___________________________________________________________________
Name: svn:keywords
+ author date id revision
Name: svn:eol-style
+ native
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit