CVSROOT:        /home/cvs
Module name:    freesci
Changes by:     cvsuser 01/03/06 17:14:14

Modified files:
        .              : ChangeLog 
        src            : config.c 
        src/engine     : kgraphics.c 
        src/gfx        : gfx_pixmap_scale.c 
        src/gfx/resource: sci_pic_0.c 
        src/scicore    : vocab.c 
        src/sound      : midiout_alsaraw.c 

Log message:
* (a) dispose_loop now checks for views' underbits and frees them if it finds
any
* (b) Patch by Emmanuel: vocab_synonymize_tokens() now replaces word groups
rather than classes
* (c) gfxr_draw_pic0(): invoke srand(time(NULL)) after drawing with randomized
patterns (thanks, Lars!)

Observations:
I hoped (a) would help with #119, but it doesn't.
(b) closes #116, and possibly some other parser bugs we haven't noticed yet
(#66? Unlikely, but should test that).
(c) fixes problems with non-randomness happening with the default settings,
caused by srand() being used on fixed random seeds (to produce consistant
pics, at least locally) and randomness not being restored.

Good night,

-- Christoph


Reply via email to