0.1.3 2000/05/30 Roman Weich -------------------------------------------------------------------------------- startup: - if the startup-func didn't find the condition-combolistfile(:>), a new will be created with(!) some new entries tree: - changed the funcs add_new_item_to_tree() in tree.c and sort_uitems_in_datafile() in fileops.c; due to that the entries in the tree will be sorted better now (first the groups, then the items (U**X-style;)) issuelist: - changed clist_select_issue() for better handling; on double click the clicked issue will be in edit-mode:> issuebox: - added the ability to add a sequence of issues (write somthing like "1-34" in the issue-number field to add issues 1 - 34) edit.c: - added new funcs to edit/delete an item from the four combos menu: - added new items in menu "edit" to edit/delete the combo-items - added item "Stats" to main menu bugfixes: - fixes for bugs in the add/edit/delete group/title functions, due to that all malloc and strdup calls were changed to gtk-included funcs - fixed a bug in the issuebox which caused a coredump (in save_combo_item()) - and some other little bugs has been fixed other: - included statistics - added a configfile and a struct rc_config_t for some preferences - ...and some other minor changes - added the GPL notice-header to all .c files 0.1.2 2000/04/27 Roman Weich -------------------------------------------------------------------------------- issuebox: - changed label "Sites" to "Pages" comictree: - deleted the reload_widgets-func from edit.c and added the funcs add_new_item_to_tree and remove_item__from_tree; changed the funcs for del/add/edit a tree-item/group (tree.c), now the prog doesn't create a new tree after every change, simply create/remove or change the item itselfs issuelist: - written a new compare-func to sort the issues in the list (added into gtkcomic.c) bugfixes: - fix for the bug in the issuebox, which had deleted the text in the combos during an edit-process (func make_combo_list in issue_box.c) - the func for saving the new entries in the combo had have a bug > fixed 0.1.1 2000/04/22 Roman Weich -------------------------------------------------------------------------------- comictree: - added new file for all tree-operations (tree.c) - moved the make_tree-func from gtkcomic.c to tree.c - pixmaps for the groups included (pix_group_collapsed.xpm and pix_group_expanded.xpm) menu: - changed the items in menu "edit" fileops: - changed all datatypes (int,char...) to GLib-compatible (gint,gchar...) - written new funcs to add/edit/delete of items(titles) and groups comic.h: - changed members of selected_tree_item_t for better use - changed members of curr_tree_item_t for better use other: - this release cann't read the data of the earlier version! 0.1.0 2000/04/05 Roman Weich -------------------------------------------------------------------------------- - first release