# HG changeset patch # User nenolod # Date 1165220212 28800 # Node ID bf9198617dae64f5c72f008f19b3d101a57a1845 # Parent c43fb0845b716cd068e41bc5c493b2a701b12383 [svn] - remove only reference in source to xmms_entry_new() and prepare xentry.c's last rites. diff -r c43fb0845b71 -r bf9198617dae ChangeLog --- a/ChangeLog Mon Dec 04 00:10:02 2006 -0800 +++ b/ChangeLog Mon Dec 04 00:16:52 2006 -0800 @@ -1,3 +1,23 @@ +2006-12-04 08:10:02 +0000 William Pitcock + revision [3071] + - update VFS documentation + - include gtkdoc templates for libaudacious + + trunk/doc/libaudacious/tmpl/beepctrl.sgml | 648 ++++++++++++++++++++++++++ + trunk/doc/libaudacious/tmpl/configdb.sgml | 166 ++++++ + trunk/doc/libaudacious/tmpl/dirbrowser.sgml | 31 + + trunk/doc/libaudacious/tmpl/formatter.sgml | 71 ++ + trunk/doc/libaudacious/tmpl/rcfile.sgml | 202 ++++++++ + trunk/doc/libaudacious/tmpl/titlestring.sgml | 105 ++++ + trunk/doc/libaudacious/tmpl/util.sgml | 19 + trunk/doc/libaudacious/tmpl/vfs.sgml | 213 ++++++++ + trunk/doc/libaudacious/tmpl/xconvert.sgml | 32 + + trunk/doc/libaudacious/tmpl/xentry.sgml | 34 + + trunk/doc/libaudacious/tmpl/xml_document.sgml | 224 ++++++++ + trunk/libaudacious/vfs.c | 273 +++------- + 12 files changed, 1829 insertions(+), 189 deletions(-) + + 2006-12-04 07:26:42 +0000 William Pitcock revision [3069] - make documentation-build will invoke gtk-doc to compile the audacious SDK docs. diff -r c43fb0845b71 -r bf9198617dae audacious/input.c --- a/audacious/input.c Mon Dec 04 00:10:02 2006 -0800 +++ b/audacious/input.c Mon Dec 04 00:16:52 2006 -0800 @@ -605,7 +605,7 @@ label = gtk_label_new(_("Filename:")); gtk_box_pack_start(GTK_BOX(filename_hbox), label, FALSE, TRUE, 0); - filename_entry = xmms_entry_new(); + filename_entry = gtk_entry_new(); filename_utf8 = filename_to_utf8(filename); gtk_entry_set_text(GTK_ENTRY(filename_entry), filename_utf8);