X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=ChangeLog;h=2506459fe4ee4fbae5aff0102813042f14dfcf60;hb=HEAD;hp=45823e22be479839b32c4418c44e2822ef0c920f;hpb=4baa6b2b7d0b62a765675d154733b8551dce2d4f;p=grrobot diff --git a/ChangeLog b/ChangeLog index 45823e2..2506459 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,22 @@ +2005-06-17 Carl Worth + + * .cvsignore: Ignore some generated files. + + * src/args.h (ARGS_HOST_DEFAULT): Revert default host to + rr.nickle.org now that I know that's up and running again. + 2005-06-16 Carl Worth + * src/grr_icon.c (grr_icon_predraw): Fix scaling of all icons by + copying the matrix from the main cairo_t to the temporary cairo_t. + +2005-06-16 Carl Worth + + * src/grr_icon.c (grr_icon_draw_predrawn): Fix inactive targets to + be translucent once again. + +2005-06-16 Carl Worth + * README: Update to refer to cairo instead of Xr. * src/args.c: (args_help), (args_usage), (args_parse): Fix