CVS Id tags added to several files for easier version tracking.

This commit is contained in:
Mark K. Kim 2005-11-27 08:09:37 +00:00
parent 686e563a49
commit 8a896438a1
33 changed files with 66 additions and 2 deletions

View file

@ -1,4 +1,5 @@
# Makefile for tuxpaint # Makefile for tuxpaint
# $Id$
# Tux Paint - A simple drawing program for children. # Tux Paint - A simple drawing program for children.

View file

@ -1,3 +1,22 @@
Please see the documentation located in the "docs" directory. Please see the documentation located in the "docs" directory.
$Id$

View file

@ -8,6 +8,7 @@ http://www.newbreedsoftware.com/tuxpaint/
June 17, 2002 - November 20, 2005 June 17, 2002 - November 20, 2005
$Id$
* Design and Coding: * Design and Coding:

View file

@ -6,6 +6,8 @@ Copyright (c) 2005 by Bill Kendrick and others
bill@newbreedsoftware.com bill@newbreedsoftware.com
http://www.newbreedsoftware.com/tuxpaint/ http://www.newbreedsoftware.com/tuxpaint/
$Id$
2005.November.26 (0.9.15b) 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 * "Thick" and "Thin" magic tools were removed, so removed mention
of them from README documentation. of them from README documentation.
* Source files and documentation files tagged with CVS Id tags
for easier version tracking.
Mark K. Kim <tuxNO_SOLICITATIONpaint-dev@cbreak.org>
* Locale update: * Locale update:
-------------- --------------
* Georgian font is only ~50KB, so added to main Tux Paint archive. * Georgian font is only ~50KB, so added to main Tux Paint archive.

View file

@ -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. See: ../fonts/locale/LL_docs/, where "LL" corresponds to a font filename.
Bill Kendrick, 2005.October.10 Bill Kendrick, 2005.October.10
$Id$
---------------------------------------- ----------------------------------------

View file

@ -572,3 +572,6 @@ Help / Contact
Or post to our 'tuxpaint-users' mailing list: Or post to our 'tuxpaint-users' mailing list:
http://www.newbreedsoftware.com/tuxpaint/lists/ http://www.newbreedsoftware.com/tuxpaint/lists/
$Id$

View file

@ -7,6 +7,7 @@ bill@newbreedsoftware.com
http://www.newbreedsoftware.com/tuxpaint/ http://www.newbreedsoftware.com/tuxpaint/
June 27, 2002 - February 26, 2005 June 27, 2002 - February 26, 2005
$Id$
Requirements: Requirements:

View file

@ -8,6 +8,7 @@
# bill@newbreedsoftware.com # bill@newbreedsoftware.com
# #
# Sept. 4, 2005 - October 9, 2005 # Sept. 4, 2005 - October 9, 2005
# $Id$
LINKS=links -dump -no-numbering -no-references LINKS=links -dump -no-numbering -no-references

View file

@ -821,3 +821,5 @@ Setting Your Environment's Locale
Under Unix and Linux, you can use the Makefile that comes with the Under Unix and Linux, you can use the Makefile that comes with the
font to install the font in the appropriate location. font to install the font in the appropriate location.
$Id$

View file

@ -7,6 +7,7 @@ bill@newbreedsoftware.com
http://www.newbreedsoftware.com/tuxpaint/ http://www.newbreedsoftware.com/tuxpaint/
June 27, 2002 - March 9, 2005 June 27, 2002 - March 9, 2005
$Id$
About PNGs About PNGs

View file

@ -1107,3 +1107,6 @@ Fonts
lists: lists:
http://www.newbreedsoftware.com/tuxpaint/lists/ http://www.newbreedsoftware.com/tuxpaint/lists/
$Id$

View file

@ -1,5 +1,6 @@
Tux Paint Xcode Project Tux Paint Xcode Project
notes by Martin Fuhrer <mfuhrer@alumni.ucalgary.ca> notes by Martin Fuhrer <mfuhrer@alumni.ucalgary.ca>
$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. 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.

View file

@ -3,6 +3,7 @@
Non-NIB-Code & other changes: Max Horn <max@quendi.de> Non-NIB-Code & other changes: Max Horn <max@quendi.de>
Feel free to customize this file to suit your needs Feel free to customize this file to suit your needs
$Id$
*/ */
//#define MAC_OS_X_VERSION_MAX_ALLOWED MAC_OS_X_VERSION_10_2 //#define MAC_OS_X_VERSION_MAX_ALLOWED MAC_OS_X_VERSION_10_2

View file

@ -3,6 +3,7 @@
Non-NIB-Code & other changes: Max Horn <max@quendi.de> Non-NIB-Code & other changes: Max Horn <max@quendi.de>
Feel free to customize this file to suit your needs Feel free to customize this file to suit your needs
$Id$
*/ */
#import "SDL.h" #import "SDL.h"

View file

@ -5,6 +5,8 @@
* Created by Martin Fuhrer on Wed May 12 2004. * Created by Martin Fuhrer on Wed May 12 2004.
* Copyright (c) 2004 __MyCompanyName__. All rights reserved. * Copyright (c) 2004 __MyCompanyName__. All rights reserved.
* *
* $Id$
*
*/ */
#ifndef WRAPPER_DATA #ifndef WRAPPER_DATA
@ -22,4 +24,4 @@ struct WrapperDataStruct
typedef struct WrapperDataStruct WrapperData; typedef struct WrapperDataStruct WrapperData;
#endif #endif

View file

@ -4,6 +4,7 @@
/* Marcin 'Shard' Konicki <shard@beosjournal.org> */ /* Marcin 'Shard' Konicki <shard@beosjournal.org> */
/* Jan. 17, 2003 */ /* Jan. 17, 2003 */
/* $Id$ */
#ifndef __BEOS_PRINT_H__ #ifndef __BEOS_PRINT_H__

View file

@ -9,6 +9,7 @@
http://www.newbreedsoftware.com/tuxpaint/ http://www.newbreedsoftware.com/tuxpaint/
June 14, 2002 - November 21, 2004 June 14, 2002 - November 21, 2004
$Id$
*/ */

View file

@ -1,4 +1,5 @@
# fake file, so that intltools work # fake file, so that intltools work
# $Id$
AM_INIT_AUTOMAKE(tuxpaint, 0.9.14) AM_INIT_AUTOMAKE(tuxpaint, 0.9.14)
AM_PROG_XML_I18N_TOOLS AM_PROG_XML_I18N_TOOLS

View file

@ -9,6 +9,7 @@
http://www.newbreedsoftware.com/tuxpaint/ http://www.newbreedsoftware.com/tuxpaint/
September 28, 2002 - September 30, 2002 September 28, 2002 - September 30, 2002
$Id$
*/ */

View file

@ -4,6 +4,7 @@
// //
// Created by Darrell Walisser on Sat Mar 15 2003. // Created by Darrell Walisser on Sat Mar 15 2003.
// Copyright (c) 2003 __MyCompanyName__. All rights reserved. // Copyright (c) 2003 __MyCompanyName__. All rights reserved.
// $Id$
// //
#include "SDL.h" #include "SDL.h"

View file

@ -4,6 +4,7 @@
// //
// Created by Darrell Walisser on Sat Mar 15 2003. // Created by Darrell Walisser on Sat Mar 15 2003.
// Copyright (c) 2003 __MyCompanyName__. All rights reserved. // Copyright (c) 2003 __MyCompanyName__. All rights reserved.
// $Id$
// //
#import "macosx_print.h" #import "macosx_print.h"

View file

@ -9,6 +9,7 @@
http://www.newbreedsoftware.com/tuxpaint/ http://www.newbreedsoftware.com/tuxpaint/
June 29, 2002 - December 11, 2004 June 29, 2002 - December 11, 2004
$Id$
*/ */

View file

@ -9,6 +9,7 @@
http://www.newbreedsoftware.com/tuxpaint/ http://www.newbreedsoftware.com/tuxpaint/
June 14, 2002 - January 8, 2003 June 14, 2002 - January 8, 2003
$Id$
*/ */

View file

@ -9,6 +9,7 @@
http://www.newbreedsoftware.com/tuxpaint/ http://www.newbreedsoftware.com/tuxpaint/
June 15, 2002 - July 17, 2005 June 15, 2002 - July 17, 2005
$Id$
*/ */

View file

@ -9,6 +9,7 @@
http://www.newbreedsoftware.com/tuxpaint/ http://www.newbreedsoftware.com/tuxpaint/
June 17, 2002 - June 27, 2002 June 17, 2002 - June 27, 2002
$Id$
*/ */

View file

@ -9,6 +9,7 @@
http://www.newbreedsoftware.com/tuxpaint/ http://www.newbreedsoftware.com/tuxpaint/
June 14, 2002 - September 14, 2004 June 14, 2002 - September 14, 2004
$Id$
*/ */

View file

@ -9,6 +9,7 @@
http://www.newbreedsoftware.com/tuxpaint/ http://www.newbreedsoftware.com/tuxpaint/
June 14, 2002 - December 10, 2002 June 14, 2002 - December 10, 2002
$Id$
*/ */

View file

@ -23,6 +23,7 @@
(See COPYING.txt) (See COPYING.txt)
June 14, 2002 - November 26, 2005 June 14, 2002 - November 26, 2005
$Id$
*/ */

View file

@ -27,6 +27,9 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
/* $Id$ */
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <assert.h> #include <assert.h>

View file

@ -7,6 +7,8 @@
/* john@johnnypops.demon.co.uk */ /* john@johnnypops.demon.co.uk */
/* */ /* */
/****************************************************/ /****************************************************/
/* $Id$ */
typedef long BOOL; typedef long BOOL;
typedef unsigned int DWORD; typedef unsigned int DWORD;
typedef wchar_t TCHAR; typedef wchar_t TCHAR;

View file

@ -22,6 +22,7 @@
/* Sept. 30, 2002 - Oct. 17, 2002 */ /* Sept. 30, 2002 - Oct. 17, 2002 */
/* Oct. 07, 2003 - added banding support */ /* Oct. 07, 2003 - added banding support */
/* - prints using 24-bit (not 32-bit) bitmap */ /* - prints using 24-bit (not 32-bit) bitmap */
/* $Id$ */
#include <windows.h> #include <windows.h>
#include <direct.h> #include <direct.h>

View file

@ -4,6 +4,7 @@
/* John Popplewell <john@johnnypops.demon.co.uk> */ /* John Popplewell <john@johnnypops.demon.co.uk> */
/* Sept. 30, 2002 - Oct. 1, 2002 */ /* Sept. 30, 2002 - Oct. 1, 2002 */
/* $Id$ */
#ifndef __WIN32_PRINT_H__ #ifndef __WIN32_PRINT_H__

View file

@ -121,4 +121,4 @@ sure that the installer has the right name (this keeps bill happy:-)
John Popplewell. John Popplewell.
john@johnnypops.demon.co.uk john@johnnypops.demon.co.uk
http://www.johnnypops.demon.co.uk/ http://www.johnnypops.demon.co.uk/
$Id$