2004-10-14 Jody Goldberg * Release 2.8.1 2004-04-15 Jody Goldberg * Release 2.6.1 2004-04-01 Jody Goldberg * Release 2.6.0.3 2004-03-30 Jody Goldberg * Release 2.6.0.1 2004-03-23 Jody Goldberg * Release 2.6.0 2004-03-11 Jody Goldberg * Release 2.5.4 2004-02-13 Jody Goldberg * Release 2.5.3 2004-01-14 Jody Goldberg * Release 2.5.2 2003-12-30 Jody Goldberg * Release 2.5.1.1 2003-12-30 Jody Goldberg * Release 2.5.1 2003-10-28 Jody Goldberg * Release 2.5.0 2003-07-07 Jody Goldberg * Release 2.3.4 2003-06-24 Jody Goldberg * Release 2.3.3 2003-05-07 Jody Goldberg * Release 2.3.1 Tue Feb 4 17:09:18 2003 Jonathan Blandford * Release 2.2.0.1 Tue Jan 21 01:15:14 2003 Jonathan Blandford * Release 2.2.0 Thu Jan 16 02:41:09 2003 Jonathan Blandford * Release 2.1.7 2003-01-10 Jody Goldberg * Release 2.1.6 2002-12-18 Jody Goldberg * Release 2.1.5 2002-11-23 Jody Goldberg * Release 2.1.3 2002-11-02 Jody Goldberg * Release 2.1.2 2002-10-21 Jody Goldberg * Release 2.1.1 2002-10-01 Jody Goldberg * Release 2.1.0.1 2002-08-21 Jody Goldberg * Release 2.1.0 2002-06-17 Jody Goldberg * Release 2.0.0 2002-02-27 Kjartan Maraas * main.c: s/PACKAGE/GETTEXT_PACKAGE/g 2001-10-15 Jakub Steiner * rollback-capplet.png: the applet icon 2001-09-14 Bradford Hovinen * rollback-capplet-dialog.c (rollback_capplet_dialog_init): Create apply and close buttons, ala the setup tools 2001-07-27 Bradford Hovinen * RELEASE : 1.5.2 2001-07-20 Chema Celorio * RELEASE : 1.5.0 2001-07-10 Kai Lahmann * rollback.desktop: added german translation 2001-07-05 Bradford Hovinen * config-manager-dialog.c: Update #include locations * Makefile.am (INCLUDES): (rollback_capplet_LDADD): Update to include ximian_archiver stuff correctly 2001-01-29 Bradford Hovinen * rollback-widget.c (rollback_widget_realize): Check entire success array and warn if any allocation did not succeed * config-manager-dialog.c (cancel_cb): Don't do rollback * Makefile.am (rollback_capplet_SOURCES): Added rollback-control.[ch] * config-manager-dialog.c (config_manager_dialog_init): Construct a rollback widget with a rollback control and place it in the dialog 2001-01-27 Bradford Hovinen * rollback-widget.c (rollback_widget_realize): Allocate control colors * rollback-widget.h (struct _RollbackWidget ): Added array control_colors * rollback-widget.c (rollback_widget_realize): (rollback_widget_unrealize): Implement. Just calls the parent's [un]realize and creates/destroys a GC to be used by the individual controls. (rollback_widget_get_gc): Implement. Return the GC created above 2001-01-25 Bradford Hovinen * main.c (main): Support operating on global backends Add popt option for operating on global backends 2001-01-24 Bradford Hovinen * config-manager-dialog.c (config_manager_dialog_finalize): Update unrefs (config_manager_dialog_init): GLADE_DIR -> GLADE_DATADIR (config_manager_dialog_init): Remove outdated signal connections (config_manager_dialog_init): Remove code to create location list Inherit from CappletWidget rather than GnomeDialog (config_manager_dialog_init): Remove gtk_window_set_policy call (ok_cb): (cancel_cb): Remove gnome_dialog_close call (config_manager_dialog_init): Set state to "changed" so that the Ok button is active (populate_backends_cb): Set backend_id in dialog if not already set * Makefile.am (INCLUDES): Changed CAPPLET_CFLAGS to ROLLBACK_CAPPLET_CFLAGS (rollback_capplet_LDADD): Ditto for CAPPLET_LIBS * config-manager-dialog.c: Remove #include "create-location-dialog.h" and #include "location-list.h"; set all the includes from libarchiver to get their files from the right directory 2001-01-18 Bradford Hovinen * config-manager-dialog.c (do_rollback): Rewrite, add boolean rollback_to_last to signature * config-manager-dialog.h: Change base class to CappletWidget