From 8a896438a162a5b7dd3a20d7a2b0f95f50ed4acb Mon Sep 17 00:00:00 2001 From: "Mark K. Kim" Date: Sun, 27 Nov 2005 08:09:37 +0000 Subject: [PATCH] CVS Id tags added to several files for easier version tracking. --- Makefile | 1 + README.txt | 19 +++++++++++++++++++ docs/AUTHORS.txt | 1 + docs/CHANGES.txt | 6 ++++++ docs/COPYING.txt | 1 + docs/FAQ.txt | 3 +++ docs/INSTALL.txt | 1 + docs/Makefile | 1 + docs/OPTIONS.txt | 2 ++ docs/PNG.txt | 1 + docs/README.txt | 3 +++ macosx/Read Me.txt | 1 + macosx/SDLMain.h | 1 + macosx/SDLMain.m | 1 + macosx/wrapperdata.h | 4 +++- src/BeOS_print.h | 1 + src/colors.h | 1 + src/configure.in | 1 + src/great.h | 1 + src/macosx_print.h | 1 + src/macosx_print.m | 1 + src/magic.h | 1 + src/shapes.h | 1 + src/sounds.h | 1 + src/tip_tux.h | 1 + src/titles.h | 1 + src/tools.h | 1 + src/tuxpaint.c | 1 + src/win32_dirent.c | 3 +++ src/win32_dirent.h | 2 ++ src/win32_print.c | 1 + src/win32_print.h | 1 + visualc/README.txt | 2 +- 33 files changed, 66 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 19510e909..51e95fb5c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ # Makefile for tuxpaint +# $Id$ # Tux Paint - A simple drawing program for children. diff --git a/README.txt b/README.txt index edb803d61..4563e8d85 100644 --- a/README.txt +++ b/README.txt @@ -1,3 +1,22 @@ Please see the documentation located in the "docs" directory. + + + + + + + + + + + + + + + + + + +$Id$ diff --git a/docs/AUTHORS.txt b/docs/AUTHORS.txt index 590ed118e..d7bb0e5b7 100644 --- a/docs/AUTHORS.txt +++ b/docs/AUTHORS.txt @@ -8,6 +8,7 @@ http://www.newbreedsoftware.com/tuxpaint/ June 17, 2002 - November 20, 2005 +$Id$ * Design and Coding: diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 60263e9f0..86d518c3a 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -6,6 +6,8 @@ Copyright (c) 2005 by Bill Kendrick and others bill@newbreedsoftware.com http://www.newbreedsoftware.com/tuxpaint/ +$Id$ + 2005.November.26 (0.9.15b) @@ -20,6 +22,10 @@ http://www.newbreedsoftware.com/tuxpaint/ * "Thick" and "Thin" magic tools were removed, so removed mention of them from README documentation. + * Source files and documentation files tagged with CVS Id tags + for easier version tracking. + Mark K. Kim + * Locale update: -------------- * Georgian font is only ~50KB, so added to main Tux Paint archive. diff --git a/docs/COPYING.txt b/docs/COPYING.txt index ed7f99b43..8284f80d1 100644 --- a/docs/COPYING.txt +++ b/docs/COPYING.txt @@ -12,6 +12,7 @@ included with the TrueType Fonts that come with Tux Paint. See: ../fonts/locale/LL_docs/, where "LL" corresponds to a font filename. Bill Kendrick, 2005.October.10 +$Id$ ---------------------------------------- diff --git a/docs/FAQ.txt b/docs/FAQ.txt index aa57c7c48..a71ca0aeb 100644 --- a/docs/FAQ.txt +++ b/docs/FAQ.txt @@ -572,3 +572,6 @@ Help / Contact Or post to our 'tuxpaint-users' mailing list: http://www.newbreedsoftware.com/tuxpaint/lists/ + + +$Id$ diff --git a/docs/INSTALL.txt b/docs/INSTALL.txt index 57fb6540c..fb5d5c416 100644 --- a/docs/INSTALL.txt +++ b/docs/INSTALL.txt @@ -7,6 +7,7 @@ bill@newbreedsoftware.com http://www.newbreedsoftware.com/tuxpaint/ June 27, 2002 - February 26, 2005 +$Id$ Requirements: diff --git a/docs/Makefile b/docs/Makefile index d166c5c87..4d5e61520 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -8,6 +8,7 @@ # bill@newbreedsoftware.com # # Sept. 4, 2005 - October 9, 2005 +# $Id$ LINKS=links -dump -no-numbering -no-references diff --git a/docs/OPTIONS.txt b/docs/OPTIONS.txt index 58db5e5c8..46c3fee3d 100644 --- a/docs/OPTIONS.txt +++ b/docs/OPTIONS.txt @@ -821,3 +821,5 @@ Setting Your Environment's Locale Under Unix and Linux, you can use the Makefile that comes with the font to install the font in the appropriate location. + +$Id$ diff --git a/docs/PNG.txt b/docs/PNG.txt index 8249c75ff..8061253b1 100644 --- a/docs/PNG.txt +++ b/docs/PNG.txt @@ -7,6 +7,7 @@ bill@newbreedsoftware.com http://www.newbreedsoftware.com/tuxpaint/ June 27, 2002 - March 9, 2005 +$Id$ About PNGs diff --git a/docs/README.txt b/docs/README.txt index 36d964cb6..9c05fffcb 100644 --- a/docs/README.txt +++ b/docs/README.txt @@ -1107,3 +1107,6 @@ Fonts lists: http://www.newbreedsoftware.com/tuxpaint/lists/ + + +$Id$ diff --git a/macosx/Read Me.txt b/macosx/Read Me.txt index 6256b067b..38af9c12a 100644 --- a/macosx/Read Me.txt +++ b/macosx/Read Me.txt @@ -1,5 +1,6 @@ Tux Paint Xcode Project notes by Martin Fuhrer +$Id$ This Tux Paint project file is located in a folder titled "macosx", which should in turn be placed in the root folder of the Tux Paint source code distribution. The project will then be able to access all the source code files. diff --git a/macosx/SDLMain.h b/macosx/SDLMain.h index b8713dea6..4a7f5b10c 100755 --- a/macosx/SDLMain.h +++ b/macosx/SDLMain.h @@ -3,6 +3,7 @@ Non-NIB-Code & other changes: Max Horn Feel free to customize this file to suit your needs + $Id$ */ //#define MAC_OS_X_VERSION_MAX_ALLOWED MAC_OS_X_VERSION_10_2 diff --git a/macosx/SDLMain.m b/macosx/SDLMain.m index 7d79f661e..6a3634f00 100644 --- a/macosx/SDLMain.m +++ b/macosx/SDLMain.m @@ -3,6 +3,7 @@ Non-NIB-Code & other changes: Max Horn Feel free to customize this file to suit your needs + $Id$ */ #import "SDL.h" diff --git a/macosx/wrapperdata.h b/macosx/wrapperdata.h index 609ea7ca9..712366e23 100644 --- a/macosx/wrapperdata.h +++ b/macosx/wrapperdata.h @@ -5,6 +5,8 @@ * Created by Martin Fuhrer on Wed May 12 2004. * Copyright (c) 2004 __MyCompanyName__. All rights reserved. * + * $Id$ + * */ #ifndef WRAPPER_DATA @@ -22,4 +24,4 @@ struct WrapperDataStruct typedef struct WrapperDataStruct WrapperData; -#endif \ No newline at end of file +#endif diff --git a/src/BeOS_print.h b/src/BeOS_print.h index f788de63b..9675d8902 100644 --- a/src/BeOS_print.h +++ b/src/BeOS_print.h @@ -4,6 +4,7 @@ /* Marcin 'Shard' Konicki */ /* Jan. 17, 2003 */ +/* $Id$ */ #ifndef __BEOS_PRINT_H__ diff --git a/src/colors.h b/src/colors.h index 91db4fbab..72e045e25 100644 --- a/src/colors.h +++ b/src/colors.h @@ -9,6 +9,7 @@ http://www.newbreedsoftware.com/tuxpaint/ June 14, 2002 - November 21, 2004 + $Id$ */ diff --git a/src/configure.in b/src/configure.in index eb9698a6f..98eb6206d 100644 --- a/src/configure.in +++ b/src/configure.in @@ -1,4 +1,5 @@ # fake file, so that intltools work +# $Id$ AM_INIT_AUTOMAKE(tuxpaint, 0.9.14) AM_PROG_XML_I18N_TOOLS diff --git a/src/great.h b/src/great.h index 225cf5c2c..753c38ba3 100644 --- a/src/great.h +++ b/src/great.h @@ -9,6 +9,7 @@ http://www.newbreedsoftware.com/tuxpaint/ September 28, 2002 - September 30, 2002 + $Id$ */ diff --git a/src/macosx_print.h b/src/macosx_print.h index 031dc5056..d4592b169 100644 --- a/src/macosx_print.h +++ b/src/macosx_print.h @@ -4,6 +4,7 @@ // // Created by Darrell Walisser on Sat Mar 15 2003. // Copyright (c) 2003 __MyCompanyName__. All rights reserved. +// $Id$ // #include "SDL.h" diff --git a/src/macosx_print.m b/src/macosx_print.m index fed00ae8e..55a19bd58 100644 --- a/src/macosx_print.m +++ b/src/macosx_print.m @@ -4,6 +4,7 @@ // // Created by Darrell Walisser on Sat Mar 15 2003. // Copyright (c) 2003 __MyCompanyName__. All rights reserved. +// $Id$ // #import "macosx_print.h" diff --git a/src/magic.h b/src/magic.h index c827ccfdb..b11a5a562 100644 --- a/src/magic.h +++ b/src/magic.h @@ -9,6 +9,7 @@ http://www.newbreedsoftware.com/tuxpaint/ June 29, 2002 - December 11, 2004 + $Id$ */ diff --git a/src/shapes.h b/src/shapes.h index bb65ba5f2..b2d9216ad 100644 --- a/src/shapes.h +++ b/src/shapes.h @@ -9,6 +9,7 @@ http://www.newbreedsoftware.com/tuxpaint/ June 14, 2002 - January 8, 2003 + $Id$ */ diff --git a/src/sounds.h b/src/sounds.h index 6b35fc09f..4d7fe47aa 100644 --- a/src/sounds.h +++ b/src/sounds.h @@ -9,6 +9,7 @@ http://www.newbreedsoftware.com/tuxpaint/ June 15, 2002 - July 17, 2005 + $Id$ */ diff --git a/src/tip_tux.h b/src/tip_tux.h index 794cf40f9..63254e7cd 100644 --- a/src/tip_tux.h +++ b/src/tip_tux.h @@ -9,6 +9,7 @@ http://www.newbreedsoftware.com/tuxpaint/ June 17, 2002 - June 27, 2002 + $Id$ */ diff --git a/src/titles.h b/src/titles.h index 4f3a91206..b8c9260bb 100644 --- a/src/titles.h +++ b/src/titles.h @@ -9,6 +9,7 @@ http://www.newbreedsoftware.com/tuxpaint/ June 14, 2002 - September 14, 2004 + $Id$ */ diff --git a/src/tools.h b/src/tools.h index cbf29c8bc..7f8d6f5a8 100644 --- a/src/tools.h +++ b/src/tools.h @@ -9,6 +9,7 @@ http://www.newbreedsoftware.com/tuxpaint/ June 14, 2002 - December 10, 2002 + $Id$ */ diff --git a/src/tuxpaint.c b/src/tuxpaint.c index f74c7a57c..cc9e374a3 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -23,6 +23,7 @@ (See COPYING.txt) June 14, 2002 - November 26, 2005 + $Id$ */ diff --git a/src/win32_dirent.c b/src/win32_dirent.c index d7fe3a917..b56a91043 100644 --- a/src/win32_dirent.c +++ b/src/win32_dirent.c @@ -27,6 +27,9 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +/* $Id$ */ + + #include #include #include diff --git a/src/win32_dirent.h b/src/win32_dirent.h index c13f1665e..677536883 100644 --- a/src/win32_dirent.h +++ b/src/win32_dirent.h @@ -7,6 +7,8 @@ /* john@johnnypops.demon.co.uk */ /* */ /****************************************************/ +/* $Id$ */ + typedef long BOOL; typedef unsigned int DWORD; typedef wchar_t TCHAR; diff --git a/src/win32_print.c b/src/win32_print.c index 2997fa48a..d1d95cc5c 100644 --- a/src/win32_print.c +++ b/src/win32_print.c @@ -22,6 +22,7 @@ /* Sept. 30, 2002 - Oct. 17, 2002 */ /* Oct. 07, 2003 - added banding support */ /* - prints using 24-bit (not 32-bit) bitmap */ +/* $Id$ */ #include #include diff --git a/src/win32_print.h b/src/win32_print.h index 8363eb068..4dafe570f 100644 --- a/src/win32_print.h +++ b/src/win32_print.h @@ -4,6 +4,7 @@ /* John Popplewell */ /* Sept. 30, 2002 - Oct. 1, 2002 */ +/* $Id$ */ #ifndef __WIN32_PRINT_H__ diff --git a/visualc/README.txt b/visualc/README.txt index 786d738d3..c61dfb2c0 100644 --- a/visualc/README.txt +++ b/visualc/README.txt @@ -121,4 +121,4 @@ sure that the installer has the right name (this keeps bill happy:-) John Popplewell. john@johnnypops.demon.co.uk http://www.johnnypops.demon.co.uk/ - +$Id$