~vcs-imports/tuxtype/trunk

« back to all changes in this revision

Viewing changes to doc/ChangeLog

  • Committer: dbruce-guest
  • Date: 2009-03-12 02:43:29 UTC
  • Revision ID: vcs-imports@canonical.com-20090312024329-axpcu5xcjsg1gc4v
tweaks of desktop file, specfiles

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
03 Mar 2009 (svn.debian.org/tux4kids - revision 932)
 
2
Version 1.7.4
 
3
[ David Bruce <davidstuartbruce@gmail.com> ]
 
4
        - Build - configure.ac updated to only link to SDL_ttf when SDL_Pango is
 
5
          unavailable; also added configure option "--without-sdlpango" to facilitate
 
6
          testing of program when SDL_ttf is used.
 
7
 
1
8
03 Mar 2009 (svn.debian.org/tux4kids - revision 923)
2
9
[ David Bruce <davidstuartbruce@gmail.com> ]
3
 
        - Text drawing -
 
10
        - Text drawing - encapsulation of all calls to SDL_ttf and SDL_Pango to 
 
11
          within SDL_extras.c/.h.  The rest of the program no longer "knows" which
 
12
          text library is being used.  Now, since SDL_ttf is no longer used at all
 
13
          whenever SDL_Pango is available, we don't need any specific fonts for Linux.
4
14
 
5
15
22 Feb 2009 svn revision 903
6
16
[ David Bruce <davidstuartbruce@gmail.com> ]
8
18
          including removal of remaining incorrect uses of "unsigned char".
9
19
        - addition of "make dist_with_fonts_bzip2" target to help support OpenSUSE
10
20
          build service integration.
11
 
        - beginning of VERSIOM "1.7.4.preview"
 
21
        - beginning of VERSION "1.7.4.preview"
12
22
        - cleanup of alphabet.c with addition of pointer safety checks and fix of 
13
23
          "off-by-one" drawing error in fourth row of keyboard hints graphic.
14
24