Original commit message from CVS:
* gst/gst.c:
Escape a % to make gtkdoc happier; bug 322958.
+2005-12-02 Michael Smith <msmith@fluendo.com>
+
+ * gst/gst.c:
+ Escape a % to make gtkdoc happier; bug 322958.
+
=== release 0.9.7 ===
2005-12-01 <thomas (at) apestaart (dot) org>
* g_option_context_add_main_entries (ctx, options, GETTEXT_PACKAGE);
* g_option_context_add_group (ctx, gst_init_get_option_group ());
* if (!g_option_context_parse (ctx, &argc, &argv, &err)) {
- * g_print ("Error initializing: %s\n", GST_STR_NULL (err->message));
+ * g_print ("Error initializing: %s\n", GST_STR_NULL (err->message));
* exit (1);
* }
* g_option_context_free (ctx);