head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.36 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.34 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.32 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.30 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.28 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.26 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.24 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.22 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.20 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.18 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.16 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.14 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.12 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.10 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.8 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.6 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.4 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.2 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.1.0.6 pkgsrc-2005Q4-base:1.1 pkgsrc-2005Q3:1.1.0.4 pkgsrc-2005Q3-base:1.1 pkgsrc-2005Q2:1.1.0.2 pkgsrc-2005Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2006.02.04.17.03.30; author wiz; state dead; branches; next 1.1; 1.1 date 2005.04.29.22.18.30; author rillig; state Exp; branches; next ; desc @@ 1.2 log @Update to 0.62: For Release 0.62 ---------------- - Support Mergeant MIME type (Rodrigo) - Build fixes (Rodrigo) - Fixed desktop file installation dir (Rodrigo) - Fixed #311572 (Rodrigo) - Adapted to libgda/libgnomedb 1.3.90 APIs (Vivien) - Updated translations: - en_CA (Adam) - fr (Christophe) - nb (Kjartan) - no (Kjartan) - pt_BR (Raphael) - vi (Clytie) - Added translations: - ne (Pawan) For Release 0.61 ---------------- - Explicitly require libgda/libgnomedb-2.0 (Rodrigo) - Use GType for GObject-based classes, not guint (Vivien) For Release 0.60 ---------------- - Added many command line arguments to specify Mergeant's start configuration (username, password, data source, etc) (Vivien) - Improved connection dialog (Vivien) - Display information about data types synonyms (Vivien) - Added an SQL console to direclty send SQL statements to the DBMS server (Vivien) - Removed bonobo dependencies (Vivien) - Merged the libmergeant library into Libgnomedb (Vivien) - Many GUI improvements (Rodrigo, Vivien) - Many, many small improvements and bug fixes - Updated translations - Added translations: - Lithuanian (Žygimantas Beručka) - Kinyarwanda (Steve Murphy) - Japanese (Takeshi AIHANA) - Norwegian (Kjartan Maraas) @ text @$NetBSD: patch-ah,v 1.1 2005/04/29 22:18:30 rillig Exp $ Needed for ISO C90 compliance. --- libmergeant/mg-parameter.c.orig Sat Jul 10 15:43:03 2004 +++ libmergeant/mg-parameter.c Tue Apr 26 13:05:11 2005 @@@@ -608,9 +608,10 @@@@ void mg_parameter_set_value (MgParameter *param, const GdaValue *value) { gboolean changed = TRUE; + const GdaValue *current_val; + g_return_if_fail (param && IS_MG_PARAMETER (param)); g_return_if_fail (param->priv); - const GdaValue *current_val; param->priv->invalid_forced = FALSE; @ 1.1 log @Added compatibility patches for ISO C90. Approved by wiz. @ text @d1 1 a1 1 $NetBSD$ @