aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-07-24 00:38:42 +0800
committerDan Winship <danw@src.gnome.org>2003-07-24 00:38:42 +0800
commitfb9b835fe3c590ede744c2a7b1508b6b418a0b8e (patch)
treede10bfbd01b12405ceeb8fa5ee4f21352edab821 /ChangeLog
parentb167ce08618496b4017274f5b5d5d0bfbebe7d85 (diff)
downloadgsoc2013-evolution-fb9b835fe3c590ede744c2a7b1508b6b418a0b8e.tar
gsoc2013-evolution-fb9b835fe3c590ede744c2a7b1508b6b418a0b8e.tar.gz
gsoc2013-evolution-fb9b835fe3c590ede744c2a7b1508b6b418a0b8e.tar.bz2
gsoc2013-evolution-fb9b835fe3c590ede744c2a7b1508b6b418a0b8e.tar.lz
gsoc2013-evolution-fb9b835fe3c590ede744c2a7b1508b6b418a0b8e.tar.xz
gsoc2013-evolution-fb9b835fe3c590ede744c2a7b1508b6b418a0b8e.tar.zst
gsoc2013-evolution-fb9b835fe3c590ede744c2a7b1508b6b418a0b8e.zip
Define EVO_MARSHAL_RULE, which creates glib marshaller .c and .h files
* configure.in: Define EVO_MARSHAL_RULE, which creates glib marshaller .c and .h files that don't cause gcc warnings * marshal.mk: The Makefile fragment used by EVO_MARSHAL_RULE. (Can't include newlines in an AC_SUBST, so we have to use AC_SUBST_FILE) * Makefile.am (EXTRA_DIST): add marshal.mk svn path=/trunk/; revision=21910
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e527958c7d..21348fddb0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2003-07-23 Dan Winship <danw@ximian.com>
+
+ * configure.in: Define EVO_MARSHAL_RULE, which creates glib
+ marshaller .c and .h files that don't cause gcc warnings
+
+ * marshal.mk: The Makefile fragment used by EVO_MARSHAL_RULE.
+ (Can't include newlines in an AC_SUBST, so we have to use
+ AC_SUBST_FILE)
+
+ * Makefile.am (EXTRA_DIST): add marshal.mk
+
2003-07-20 Hasbullah Bin Pit <sebol@ikhlas.com>
*configure.in: Added 'ms' (Malay) to ALL_LINGUAS.