]> git.cworth.org Git - grrobot/blobdiff - ChangeLog
Update to 2020
[grrobot] / ChangeLog
index b09591a4092b8e7c352dfc622461b6115f1251a3..2506459fe4ee4fbae5aff0102813042f14dfcf60 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,26 @@
+2005-06-17  Carl Worth  <cworth@cworth.org>
+
+       * .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  <cworth@cworth.org>
+
+       * 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  <cworth@cworth.org>
 
-       * README:
-       * src/args.c: (args_help), (args_usage), (args_parse):
+       * src/grr_icon.c (grr_icon_draw_predrawn): Fix inactive targets to
+       be translucent once again.
+
+2005-06-16  Carl Worth  <cworth@cworth.org>
+       
+       * README: Update to refer to cairo instead of Xr.
+       
+       * src/args.c: (args_help), (args_usage), (args_parse): Fix
+       command-line option parsing. Use getopt rather than argp.
 
 2005-06-16  Carl Worth  <cworth@cworth.org>