summaryrefslogtreecommitdiff
path: root/capplets/theme-switcher/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'capplets/theme-switcher/ChangeLog')
-rw-r--r--capplets/theme-switcher/ChangeLog40
1 files changed, 0 insertions, 40 deletions
diff --git a/capplets/theme-switcher/ChangeLog b/capplets/theme-switcher/ChangeLog
deleted file mode 100644
index 1a18b63fd..000000000
--- a/capplets/theme-switcher/ChangeLog
+++ /dev/null
@@ -1,40 +0,0 @@
-2001-09-29 Richard Hestilow <hestilow@ximian.com>
-
- * gui.c (sort_alpha): Use g_strcasecmp, not strcmp.
- Fixes bug #13539.
-
-2001-09-29 Richard Hestilow <hestilow@ximian.com>
-
- * lister.c: (list_themes, list_system_themes, list_user_themes):
- Return a GList of ThemeEntry*, and remove extraneous number argument.
- Also, use g_strdup_printf instead of g_snprintf.
-
- * da.h (ThemeEntry): Add a "row" data member.
- * gui.c: Change variables current_theme, current_global_theme,
- initial_theme, and last_theme to ThemeEntry*.
- (make_main): Change GtkList to a GtkCList to avoid scrolling bug.
- (click_entry): Changed to "select_row" callback prototype.
- (delete_entry): Removed.
- (item_destroy_notify): Added in lieu of delete_entry.
- (sort_alpha): Accept ThemeEntry* and not GtkBin*.
- (add_theme_list): Added.
- (update_theme_entries): Use clist functions.
-
-2001-07-27 Bradford Hovinen <hovinen@ximian.com>
-
- * RELEASE : 1.5.2
-
-2001-07-27 Bradford Hovinen <hovinen@ximian.com>
-
- * Makefile.am: Remove empty SUBDIRS line
-
-2001-07-20 Chema Celorio <chema@celorio.com>
-
- * RELEASE : 1.5.0
-
-2001-07-19 Richard Hestilow <hestilow@ximian.com>
-
- * Started.
-
- * main.c (main): Don't waitpid. I have no idea why it didn't work,
- but this is at least better than waiting forever.