2005-07-19 Fernando Herrera * src/bug-buddy.c: (init_gnome_version_stuff): * src/bug-buddy.h: * src/bugzilla.c: (gify), (load_mostfreq_xml), (load_config_xml), (load_products_xml): * src/cell-renderer-uri.c: * src/distribution.c: * src/gdb-buddy.c: * src/gnome-crash.c: * src/libglade-buddy.h: * src/md5-utils.c: (md5_get_digest): * src/save-buddy.c: * src/united-states-of-bug-buddy.c: (on_druid_about_clicked), (email_is_valid): lot of (all) gcc4 and misc warning fixed. Ported to GtkAboutDialog. Patch from Kjartan Maraas. Closes bug #300065 2005-07-19 Fernando Herrera * configure.in: * src/bug-buddy.c: (update_crash_type), (init_ui), (delete_me), (main): * src/bug-buddy.glade: * src/bugzilla.c: (update_severity), (update_version), (add_severity), (update_version_menu), (bugzilla_product_add_components_to_clist), (bugzilla_add_mostfreq): * src/united-states-of-bug-buddy.c: (select_version), (select_severity): Port to GtkComboBox. Patch by Michael Gossard. Fixes #300065 and #130288 2005-07-19 Michael Gossard * src/bugzilla.c : (sort_mostfreq_list), (create_mostfreq_list), (bugzilla_add_mostfreq) sort frequently reported bugs list by ID, product, component, description. (fix bug #171935) 2005-07-19 Fernando Herrera * src/distribution.c: (get_lines_from_file), (get_lsb_version), (get_redhat_version), (get_turbolinux_version), (get_debian_version): * src/distribution.h: Reworked the code to use fancy g_file functions. Add support for reading LSB files (ie: Ubuntu distro support). Closes bug #168379 2005-07-19 Fernando Herrera * src/united-states-of-bug-buddy.c: Include signal.h. Patch by Dan Winship, closes #160544 2005-07-18 Danilo Šegan * docs/sr/sr.po: Updated translation not to break the build (until I fix xml2po). 2005-07-18 Danilo Šegan * docs/Makefile.am (DOC_LINGUAS): Added "sr". * docs/sr/sr.po: Added. 2005-07-11 Kjartan Maraas * configure.in: Post release version bump * docs/C/bug-buddy.xml: Fix docs build * src/save-buddy.c: (bb_write_buffer_to_fd): Pass 0 as arg 3 to waitpid() not NULL pointer.