Quoting alex <[EMAIL PROTECTED]> from ml.softs.gtk-gnutella.devel: :Includes: : GTK1 support : Common bitzi gui files : Bug fixes : Internationalised some strings : Fixed some other issues Christian mentioned
It has been integrated in CVS. :Not been through indent yet. Please DON'T use indent. Write code directly following the coding standard. I had to manually fix all the wrong formatting that indent generates (or does not fix) like parameter alignment in multi-line function calls (which we don't use), or spaces after "*" in "gchar * param", etc... I've integrated your notes about indent in the STYLE guide, but I would NOT recommend to rely on indent to format code a posteriori. Better to format code a priori, when it is written, so you can intelligently deviate from the coding standards when it makes sense. If you use a post-indent method, your code will be perhaps uniform, but will loose its artistic touch. Things that should be fixed before the release: * The menu entry "Search metadata" should be disabled when nothing is selected in the search window. * There should be some visual progress about the collection precess in the metadata column as things are processed in the background: "waiting", "connecting", "reading", for instance. Currently, one clicks but nothing seems to happen, so it is quite disturbing. I'm going to more or less code freeze CVS now as we enter the pre-0.95 release period. Please fix the above within the next 2 weeks. This is also the signal that current CVS should be tested thoroughly, as it will be a major release and I won't have time to issue a 0.95.1 any time soon... Raphael ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Gtk-gnutella-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel
