aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/ChangeLog')
-rw-r--r--widgets/ChangeLog88
1 files changed, 0 insertions, 88 deletions
diff --git a/widgets/ChangeLog b/widgets/ChangeLog
deleted file mode 100644
index cf7947e924..0000000000
--- a/widgets/ChangeLog
+++ /dev/null
@@ -1,88 +0,0 @@
-2005-01-18 Hao Sheng <hao.sheng@sun.com>
-
- * misc/e-dateedit.[ch]:
- (e_date_edit_get_entry): return the entry of the date edit.
-
-2004-11-12 JP Rosevear <jpr@novell.com>
-
- * menus/gal-view-menus.c: Convert to G_DEFINE_TYPE
-
-2004-11-12 JP Rosevear <jpr@novell.com>
-
- * e-timezone-dialog/e-timezone-dialog.c: convert to G_DEFINE_TYPE
-
-2004-10-28 Li Yuan <li.yuan@sun.com>
-
- * e-timezone-dialog/e-timezone-dialog.glade: Add a name for
- timezone combox.
-
-2004-09-13 Rodney Dawes <dobey@novell.com>
-
- * e-timezone-dialog/e-timezone-dialog.c (get_widgets):
- (on_map_motion, on_map_leave, e_timezone_dialog_set_timezone):
- * e-timezone-dialog/e-timezone-dialog.glade:
- Add the label back for previewing the timezone name, and set the
- label appropriately
-
- Fixes #64800
-
-2004-08-17 Rodney Dawes <dobey@novell.com>
-
- * e-timezone-dialog/e-timezone-dialog.c (e_timezone_dialog_construct):
- Connect to the "changed" signal instead of "activate"
-
- Fixes #62970
-
-2004-05-20 Rodney Dawes <dobey@ximian.com>
-
- * e-timezone-dialog/e-timezone-dialog.c (e_timezone_dialog_construct):
- Use the activate signal, instead of changed, for the combo box
- (on_map_motion): Set the text in the combo's entry when we mouse over
- one of the points on the map, as a preview for the timezone
- (on_map_leave): Reset the combo's entry to the timezone we started with
- when we leave the map
-
- Fixes #57122
-
-2004-04-09 Rodney Dawes <dobey@ximian.com>
-
- * e-timezone-dialog/e-timezone-dialog.c
- (e_timezone_dialog_construct): Set the border widths on the dialog's
- vbox and action area to be HIG-complaint
- Get rid of the timezone preview widget in here
- Point the internal 'table' to the right widget
- (on_map_motion): Get rid of the extra-hacky code to set the preview
- widget's label to the timezone, now that that widget is gone
- (on_map_leave): Update the comment to not reference the preview
- widget that is now gone
- Get rid of the code to set the preview widget's label to empty string
- * e-timezone-dialog/e-timezone-dialog.glade: Update for HIG-compliance
-
-2004-02-26 JP Rosevear <jpr@ximian.com>
-
- * e-timezone-dialog/e-timezone-dialog.c
- (e_timezone_dialog_dispose): don't reference uninitialized memory
-
-2003-12-10 Not Zed <NotZed@Ximian.com>
-
- * menus/gal-view-menus.c (remove_instance): NULL out
- priv->instance when we unref it. Bug #51713.
-
-2003-12-06 JP Rosevear <jpr@ximian.com>
-
- * */Makefile.am: Remove hard coded disable deprecated flags
-
-2003-11-07 JP Rosevear <jpr@ximian.com>
-
- * e-timezone-dialog/Makefile.am: don't include toplevel libical
-
-2003-11-07 JP Rosevear <jpr@ximian.com>
-
- * e-timezone-dialog/Makefile.am: use TZDIALOG_FLAGS
-
-2003-10-09 Jeffrey Stedfast <fejj@ximian.com>
-
- * e-timezone-dialog/Makefile.am: INCLUDE path fixes for changes
- made to libical build.
-
- * e-timezone-dialog.h: #include <libical/ical.h>