[Tux4kids-commits] r460 - in tuxtype/branches/tuxtype-new: . doc src

dbruce-guest at alioth.debian.org dbruce-guest at alioth.debian.org
Mon Apr 14 10:39:23 UTC 2008


Author: dbruce-guest
Date: 2008-04-14 10:39:22 +0000 (Mon, 14 Apr 2008)
New Revision: 460

Modified:
   tuxtype/branches/tuxtype-new/ChangeLog
   tuxtype/branches/tuxtype-new/doc/ChangeLog
   tuxtype/branches/tuxtype-new/src/alphabet.c
Log:
fixed small typo bug in alphabet.c (thanks Patrick Winnertz)



Modified: tuxtype/branches/tuxtype-new/ChangeLog
===================================================================
--- tuxtype/branches/tuxtype-new/ChangeLog	2008-04-03 14:33:57 UTC (rev 459)
+++ tuxtype/branches/tuxtype-new/ChangeLog	2008-04-14 10:39:22 UTC (rev 460)
@@ -1,3 +1,8 @@
+
+13 Apr 2008 - svn revision 460
+[ David Bruce <dbruce at tampabay.rr.com> ]
+       - fixed small typo bug in alphabet.c (thanks Patrick Winnertz)
+
 29 Mar 2008 - svn revision 451
 [ David Bruce <dbruce at tampabay.rr.com> ]
        - new branch made called "tuxtype-new", code reorganized with

Modified: tuxtype/branches/tuxtype-new/doc/ChangeLog
===================================================================
--- tuxtype/branches/tuxtype-new/doc/ChangeLog	2008-04-03 14:33:57 UTC (rev 459)
+++ tuxtype/branches/tuxtype-new/doc/ChangeLog	2008-04-14 10:39:22 UTC (rev 460)
@@ -1,3 +1,22 @@
+13 Apr 2008 - svn revision 460
+[ David Bruce <dbruce at tampabay.rr.com> ]
+       - fixed small typo bug in alphabet.c (thanks Patrick Winnertz)
+
+29 Mar 2008 - svn revision 451
+[ David Bruce <dbruce at tampabay.rr.com> ]
+       - new branch made called "tuxtype-new", code reorganized with
+       - more standard subdirs "src", "data", "doc"; Makefile.am's
+         and configure.ac updated accordingly.  After some tweaking,
+         seems to work properly for configuration, "make", "make install",
+         "make uninstall", "make distcheck" - and appears to run
+         correctly on Linux.
+       - version 1.5.17 to be released as last release from tree prior
+         to reorganization.
+
+23 Mar 2008
+[ David Bruce <dbruce at tampabay.rr.com> ]
+       - Nepali theme contributed by Vikal Acharya and Shakeel Shrestha
+
 22 Feb 2008
 [ David Bruce <dbruce at tampabay.rr.com> ]
        - replaced many of menu icon images with new shiny ones.

Modified: tuxtype/branches/tuxtype-new/src/alphabet.c
===================================================================
--- tuxtype/branches/tuxtype-new/src/alphabet.c	2008-04-03 14:33:57 UTC (rev 459)
+++ tuxtype/branches/tuxtype-new/src/alphabet.c	2008-04-14 10:39:22 UTC (rev 460)
@@ -217,7 +217,7 @@
   if (i == MAX_UNICODES)
   {
     fprintf(stderr, "GetFinger() - Unicode char '%C' not found in list.\n", uni_char);
-    return -2;
+    return -2;
   }
 
   if ((keyboard_list[i].finger < 0)




More information about the Tux4kids-commits mailing list