Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/art/cursor/cursorthemegen/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'art/cursor/cursorthemegen/ChangeLog')
-rw-r--r--art/cursor/cursorthemegen/ChangeLog48
1 files changed, 48 insertions, 0 deletions
diff --git a/art/cursor/cursorthemegen/ChangeLog b/art/cursor/cursorthemegen/ChangeLog
new file mode 100644
index 0000000..40bcc7e
--- /dev/null
+++ b/art/cursor/cursorthemegen/ChangeLog
@@ -0,0 +1,48 @@
+2003-08-06 Alexander Larsson <alexl@redhat.com>
+
+ * main.c (cursor_get_image):
+ Define variables at top of function.
+
+2003-02-22 Matt Wilson <msw@redhat.com>
+
+ * main.c (cursor_source_find_image): use tmp_list =
+ tmp_list->next;, not tmp_list = tmp_list++;
+ (cursor_add_source): convert missing frames into warnings
+ (cursor_theme_write_cursor): skip frames of size -1 (they're
+ missing cursor files)
+
+Tue Feb 4 14:52:27 2003 Owen Taylor <otaylor@redhat.com>
+
+ * main.c (cursor_theme_check_alias): Add a warning if
+ the alias is defined but missing in the image. (#83252)
+
+2003-01-17 Havoc Pennington <hp@redhat.com>
+
+ * Makefile.am (cursorthemegen_SOURCES): fix distcheck
+
+Thu Jan 16 15:25:47 2003 Owen Taylor <otaylor@redhat.com>
+
+ * README: Add, add some docs.
+
+ * main.c themefile.c cursortheme.h: Put under MIT-style
+ license.
+
+ * Makefile.am generic.cursortheme sample.cursortheme:
+ Rename generic.cursortheme => sample.cursortheme
+
+Wed Jan 15 23:48:39 2003 Owen Taylor <otaylor@redhat.com>
+
+ * main.c themefile.c: Use a hash table instead of a
+ list of cursors.
+
+ * themefile.c generic.cursortheme: Remove <sources> element,
+ put <source> elements directly under <theme> node.
+
+ * themefile.c generic.cursortheme: Rename <rows> element to
+ <layout>.
+
+Wed Jan 15 18:25:24 2003 Owen Taylor <otaylor@redhat.com>
+
+ * Import sources into CVS, start ChangeLog
+
+