1 2009-03-17 Cosimo Cecchi <cosimoc@gnome.org>
3 * README.STABLE_BRANCH:
4 * configure.in: post-branch bump to 2.27.0.
6 =========================== 2.26.0 ==============================
8 2009-03-17 Cosimo Cecchi <cosimoc@gnome.org>
11 * configure.in: update for 2.26.0.
13 2009-03-09 Cosimo Cecchi <cosimoc@gnome.org>
15 * configure.in: let gnome-doc-utils handle scrollkeeper presence
16 rather than hardcoding a check in our configure script (#574617).
18 =========================== 2.25.91 =============================
20 2009-02-16 Cosimo Cecchi <cosimoc@gnome.org>
23 * configure.in: update for 2.25.91.
25 2009-02-15 Cosimo Cecchi <cosimoc@gnome.org>
27 * configure.in: build correctly with --disable-eds (#571918).
29 =========================== 2.25.2 ==============================
31 2008-12-01 Cosimo Cecchi <cosimoc@gnome.org>
33 * MAINTAINERS: add myself.
35 * configure.in: update for 2.25.2.
37 2008-11-13 Cosimo Cecchi <cosimoc@gnome.org>
39 * gnome-breakpad/gnome-breakpad.cc:
40 Use the correct index when freeing strings.
41 Patch by Josseline Mouette (#560657).
43 2008-11-11 Cosimo Cecchi <cosimoc@gnome.org>
45 * gnome-breakpad/gnome-breakpad.cc:
46 Don't free uninitialized memory. Fix segfaults when using 2.25.1.
48 =========================== 2.25.1 ==============================
50 2008-11-04 Cosimo Cecchi <cosimoc@gnome.org>
52 * AUTHORS: add myself.
53 * NEWS: update for 2.25.1.
55 2008-11-04 Cosimo Cecchi <cosimoc@gnome.org>
57 * src/bug-buddy.c: (show_version_cb):
58 Re-add --version option after libgnome dropping.
60 2008-10-20 Cosimo Cecchi <cosimoc@gnome.org>
64 * src/bug-buddy.c: (fill_system_info):
65 Enforce single header policy under maintainer mode.
67 2008-10-19 Cosimo Cecchi <cosimoc@gnome.org>
69 * gnome-breakpad/Makefile.am:
70 Update to google-breakpad r290.
72 2008-10-17 Cosimo Cecchi <cosimoc@gnome.org>
74 * src/bug-buddy.c: (fill_system_info):
75 Check if the GTK+ module is activated in GConf before adding it to
78 2008-10-16 Cosimo Cecchi <cosimoc@gnome.org>
80 * src/bug-buddy.c: (gconf_get_key_name_from_path),
82 Include the loaded GTK+ modules in the report (#555037).
84 2008-10-15 Cosimo Cecchi <cosimoc@gnome.org>
88 * bugzilla/*: deleted, this is now useless (#556364).
89 Pointed out by Matthias Clasen.
91 2008-10-13 Cosimo Cecchi <cosimoc@gnome.org>
93 * src/bug-buddy.c: (on_send_clicked):
94 Actually hide the "Send" button after clicking it (#556129).
96 2008-10-03 Matthias Clasen <mclasen@redhat.com>
98 Bug 554931 – make gtk module resident
100 * gnome-breakpad/gnome-breakpad.cc (g_module_check_init): New
101 function to prevent unloading the module, since unloading it
104 2008-10-04 Cosimo Cecchi <cosimoc@gnome.org>
106 * gnome-breakpad/gnome-breakpad.cc:
107 Add a license header and remove commented code.
109 2008-10-01 Cosimo Cecchi <cosimoc@gnome.org>
111 * gnome-breakpad/gnome-breakpad.cc:
112 * src/bug-buddy.c: (unknown_app_finished), (fill_custom_info),
114 Implement a logger for critical and fatal warnings, which will be
115 included in the bug report sent to bugzilla (#350221).
116 This also moves the files included with the --include option down
117 at the bottom of the stacktrace (if present).
118 * src/gnome-crash.c: (main):
119 Update the test to contain a critical warning.
121 2008-09-29 Cosimo Cecchi <cosimoc@gnome.org>
123 * help/*: removed, as it's obsolete, not used anymore and just wastes
124 time for some translators who don't read the "this is obsolete" notice.
126 2008-09-27 Cosimo Cecchi <cosimoc@gnome.org>
128 * gnome-breakpad/gnome-breakpad.cc:
130 Use g_file_read_link () instead of readlink () and some minor style
133 2008-09-27 Cosimo Cecchi <cosimoc@gnome.org>
135 * src/bug-buddy.c: (main): use --unlink-tempfile instead of --own-file,
136 as Evince seems to do the same and it sounds a bit better as well.
137 Suggested by Christian Persch.
139 2008-09-26 Cosimo Cecchi <cosimoc@gnome.org>
141 * src/bug-buddy.c: (fill_include_file), (main):
143 Add an option to own the included file (i.e. delete it after
144 including). That only works together with the --include option
145 and is disabled by default (#540150).
147 2008-09-26 Kjartan Maraas <kmaraas@gnome.org>
149 * src/bugzilla.h: Remove gnome-vfs-uri.h include which broke
152 2008-09-25 Cosimo Cecchi <cosimoc@gnome.org>
154 * src/bug-buddy.c: (send_report), (main):
157 2008-09-25 Cosimo Cecchi <cosimoc@gnome.org>
159 * src/gdb-buddy.c: (get_process_executable), (gdb_get_trace):
160 Take the real path of the process from /proc, on supported platforms
162 Thanks to Sam Morris and Matt Keenan (#172394).
164 2008-09-25 Cosimo Cecchi <cosimoc@gnome.org>
166 * src/bug-buddy.c: (link_callback):
167 Drop the check on GTK_VERSION now that we require GTK+ 2.14.0.
169 2008-09-24 Cosimo Cecchi <cosimoc@gnome.org>
172 Make google-breakpad support optional (but enabled by default for
173 the platforms that support it).
174 Thanks to Sjoerd Simons (#479507).
176 2008-09-24 Cosimo Cecchi <cosimoc@gnome.org>
180 * src/bug-buddy.c: (get_gnome_version_info), (help_callback),
183 * src/gnome-crash.c: (main):
184 Drop dependency on libgnome and libgnomeui.
186 2008-09-22 Cosimo Cecchi <cosimoc@gnome.org>
188 * README: update README file with some recent information.
190 2008-09-15 Cosimo Cecchi <cosimoc@gnome.org>
192 * data/bug-buddy.schemas.in:
193 Install the GConf key to enable gnomebreakpad loading by XSettings.
195 2008-09-15 Cosimo Cecchi <cosimoc@gnome.org>
197 * gnome-breakpad/gnome-breakpad.cc:
198 Simplify the code and do not use google-breakpad to connect the
199 exception handler, as for some reason that doesn't seem to work
200 when we load the gnomebreakpad module with XSettings.
202 2008-09-11 Cosimo Cecchi <cosimoc@gnome.org>
204 * README.STABLE_BRANCH:
206 Bump after branching, trunk is now 2.25.1 and the stable branch
209 ======================= 2.23.91.1 ==============================
211 2008-09-01 Cosimo Cecchi <cosimoc@gnome.org>
215 Bump for 2.23.91.1 release.
217 2008-09-01 Cosimo Cecchi <cosimoc@gnome.org>
220 * gnome-breakpad/gnome-breakpad.cc:
221 Reverted latest commit as it throws out a runtime warning.
222 Added a comment with reference to a GTK+ bug.
224 ======================= 2.23.91 ==============================
226 2008-08-31 Cosimo Cecchi <cosimoc@gnome.org>
230 Bump for 2.23.91 release.
232 2008-08-31 Cosimo Cecchi <cosimoc@gnome.org>
235 * gnome-breakpad/gnome-breakpad.cc:
236 Replace a direct call to X API with gdk_x11, and do not specify x11
237 anymore as a required module in the configure script.
238 Removed a bit of duplicate code.
239 This should also fix bug #500179.
241 2008-08-31 Cosimo Cecchi <cosimoc@gnome.org>
243 * data/bug-buddy.desktop.in.in:
244 Remove the deprecated "Encoding" key.
245 Thanks to Pacho Ramos (#550031).
247 ======================= 2.23.90 ==============================
249 2008-08-17 Cosimo Cecchi <cosimoc@gnome.org>
253 Bump for 2.23.90 release.
255 2008-08-12 Stéphane Raimbault <stephane.raimbault@gmail.com>
257 * src/bug-buddy.c: (network_error):
258 Fix a typo with 'Internet' (#547309).
260 2008-08-06 Cosimo Cecchi <cosimoc@gnome.org>
263 Remove useless gnome-desktop dependency.
267 2008-08-06 Cosimo Cecchi <cosimoc@gnome.org>
271 Remove .cvsignore files.
273 2008-08-05 Cosimo Cecchi <cosimoc@gnome.org>
275 * data/bug-buddy.desktop.in.in:
276 Adds a missing semicolon.
278 ========================= 2.23.6 =========================
280 2008-08-04 Cosimo Cecchi <cosimoc@gnome.org>
284 Bump for 2.23.6 release.
286 Fix to pass distcheck.
288 2008-08-04 Cosimo Cecchi <cosimoc@gnome.org>
290 * src/bug-buddy.c: (on_send_clicked):
291 Add mnemonics to the new review description dialog.
292 Thanks to Andre Klapper.
294 2008-08-04 Cosimo Cecchi <cosimoc@gnome.org>
296 * src/bug-buddy.c: (on_send_clicked):
297 Fix coding style and indentation.
299 2008-08-03 Diego Escalante Urrelo <diegoe@gnome.org>
301 * src/bug-buddy.c: (on_send_clicked):
302 Add a GtkMessageDialog warning about a too short description, the user is
303 allowed to still send the report but he's advised to fill a more detailed
304 description (#361311).
306 2008-08-02 Cosimo Cecchi <cosimoc@gnome.org>
308 * src/bug-buddy.c: (network_error):
309 Use a better wording when reporting a network error to the user.
310 Thanks to Dominic Cleal (#506442).
312 2008-08-01 Cosimo Cecchi <cosimoc@gnome.org>
314 * src/bug-buddy.c: (copy_link_item_activated_cb),
315 (build_link_menu), (link_button_press_event_cb), (bug_sent):
316 Add a right click menu item "Copy Link Address" on the GtkLinkButton
317 to allow copying of the bug URL (#540174).
319 2008-07-31 Diego Escalante Urrelo <diegoe@gnome.org>
324 Remove single includes regarding gtk. Forgot to add this changelog entry on
327 2008-07-31 Cosimo Cecchi <cosimoc@gnome.org>
329 * src/bug-buddy.c: (email_domain_is_valid):
330 Activate the send button only if the domain part contains
331 at least a dot (#437333).
333 2008-07-31 Cosimo Cecchi <cosimoc@gnome.org>
335 * data/bug-buddy.gtkbuilder:
336 Set the right icon size.
338 2008-07-31 Cosimo Cecchi <cosimoc@gnome.org>
341 Fix a leftover of the code reorganization.
343 2008-07-31 Cosimo Cecchi <cosimoc@gnome.org>
345 * data/bug-buddy.schemas.in:
346 Fix an incoherent singular/plural schema description.
347 Thanks to Diego Escalante Urrelo (#390982).
349 2008-07-31 Cosimo Cecchi <cosimoc@gnome.org>
351 * src/bug-buddy.c: (main):
352 Fix a incorrect check which would lead to a leak or to undefined
354 Thanks to Christian Persch (#508631).
356 2008-07-27 Cosimo Cecchi <cosimoc@gnome.org>
359 * debian/Makefile.am:
360 * debian/changelog.in:
364 There's no need for having an (outdated) debian/ directory here.
366 2008-07-26 Cosimo Cecchi <cosimoc@gnome.org>
373 * src/bug-buddy.gtkbuilder:
377 * src/libglade-buddy.h
381 Rearranged the code tree into a more coherent fashion.
382 Added data/ to hold icons, XML and .in files, added m4/ to
384 Change the icon to a new Tango one, thanks to Andreas Nilsson,
385 Michael Monreal and Sebastian Kraft (#406958).
386 Fixed bits of autogen.sh, configure.in and Makefile.am to get rid
387 of old stuff and fix some warnings.
388 Remove some useless includes and obsolete libglade-buddy.h file.
390 2008-07-26 Cosimo Cecchi <cosimoc@gnome.org>
394 Don't ship spec file in the tarball anymore.
396 2008-07-26 Cosimo Cecchi <cosimoc@gnome.org>
399 Remove useless dependency on libgnomecanvas.
401 2008-07-26 Cosimo Cecchi <cosimoc@gnome.org>
406 Added a manual and install it (#517514).
408 2008-07-26 Cosimo Cecchi <cosimoc@gnome.org>
411 Moved help away from the docs folder.
413 2008-07-26 Cosimo Cecchi <cosimoc@gnome.org>
416 Remove unused command line switches (#428205).
418 2008-07-21 Cosimo Cecchi <cosimoc@gnome.org>
421 Add tar-ustar to AM_INIT_AUTOMAKE to pass make dist.
423 2008-07-21 Cosimo Cecchi <cosimoc@gnome.org>
427 Bump for release 2.23.5.1.
429 2008-07-21 Cosimo Cecchi <cosimoc@gnome.org>
431 * pixmaps/Makefile.am:
432 Correctly install bug-buddy.png.
433 Thanks to Sebastien Bacher (#544009).
435 2008-07-21 Cosimo Cecchi <cosimoc@gnome.org>
437 * NEWS: Update for release.
439 2008-07-21 Cosimo Cecchi <cosimoc@gnome.org>
443 Bump intltool required version to 0.40.0.
445 2008-07-15 Cosimo Cecchi <cosimoc@gnome.org>
447 * pixmaps/Makefile.am:
449 * src/bug-buddy.c: (main):
450 Use gtk_image_set_from_icon_name instead of custom code to
451 load the application icons.
452 Based on a patch from David Farning (#435948).
454 2008-07-15 Cosimo Cecchi <cosimoc@gnome.org>
456 * src/bug-buddy.c: (keypress_callback), (main):
457 Close the window when pressing Escape.
458 Patch from BVK Chaitanya (#328952).
460 2008-07-15 Rodrigo Moya <rodrigo@gnome-db.org>
462 Added missing header files for compilation with gcc4.3 (#517635).
464 2008-07-15 Cosimo Cecchi <cosimoc@gnome.org>
467 Only ship bug-buddy.desktop.in.in inside the tarballs. (#521824).
469 2008-07-15 Cosimo Cecchi <cosimoc@gnome.org>
471 * pixmaps/Makefile.am:
472 Fix gtk-update-icon-cache for uninstall-hook.
473 Patch by Brian Pepple (#432437).
475 2008-07-14 Cosimo Cecchi <cosimoc@gnome.org>
477 * src/bug-buddy.desktop.in.in:
478 Use "OnlyShowIn=GNOME" for the desktop file.
479 Patch from Rodrigo Moya (#517633).
481 2008-07-14 Andre Klapper <a9016009@gmx.de>
483 * src/distribution.c: Add PLD Linux detection.
484 Patch by Marcin Banasiak (#514811).
486 2008-07-14 Andre Klapper <a9016009@gmx.de>
489 Fix X11 underlinking problem.
490 Patch by Frederic Crozat (#535098).
492 2008-07-14 Cosimo Cecchi <cosimoc@gnome.org>
496 Remove vestiges of NetworkManager dependency (#519134).
498 2008-07-14 Cosimo Cecchi <cosimoc@gnome.org>
500 * src/bugzilla.c: (bugzilla_parse_response),
501 (bugzilla_create_report):
504 2008-07-14 Cosimo Cecchi <cosimoc@gnome.org>
506 * gnome-breakpad/gnome-breakpad.cc:
508 Patch by Hans Petter Jansson (#484728).
510 2008-07-14 Cosimo Cecchi <cosimoc@gnome.org>
512 * src/bugzilla.c: (bugzilla_create_report):
513 Initialize the GError to NULL to avoid reading of uninitialized memory.
514 Patch from Hans Petter Jansson (#484737).
516 2008-07-14 Cosimo Cecchi <cosimoc@gnome.org>
518 * src/bug-buddy.c: (link_callback):
521 2008-07-14 Cosimo Cecchi <cosimoc@gnome.org>
523 * README.STABLE_BRANCH:
525 * src/bug-buddy.c: (link_callback):
526 * src/verify-desktop-files.c: (main):
527 Port to GIO and bump version to 2.23.5.
529 2008-03-10 Fernando Herrera <fherrera@onirica.com.com>
531 * configure.in: Release 2.22.0
533 2008-01-30 Fernando Herrera <fherrera@novell.com>
535 * src/bugzilla.c: (bugzilla_create_report): Fixed title param.
537 2008-01-30 Fernando Herrera <fherrera@novell.com>
539 * configure.in: Bump version to 2.21.90
540 * src/bugzilla.c: (bugzilla_create_report): remove UTF-8 control
541 characters from the report to make bugzilla.gnome.org happy.
543 2008-01-07 Dan Winship <danw@gnome.org>
545 * configure.in: require libsoup-2.4
547 * src/bugzilla.c (bugzilla_create_report): Use new libsoup XML-RPC
549 (bugzilla_parse_response): Likewise. Now returns SOUP_XMLRPC_FAULT
550 GErrors in some cases.
552 * src/bug-buddy.c: Update for libsoup 2.4
553 (bug_sent): deal with different bugzilla_parse_response() error
556 2007-10-06 Fernando Herrera <fherrera@onirica.com>
558 * Merge from http://www.gnome.org/~fherrera/bug-buddy.git
560 commit c15013d422afce63e5c876e5109f95157a95bb0a
561 Send os_version param containing distro in the XML-RPC call
563 commit 29e5abc75ffb4b7d6e0113aad676b490fc047fdc
564 Fix breakpad Makefile.am typo
566 commit 43081dd128b69127392548be0bd86616bfdf47e4
567 Updated configure.in for 2.20.1
569 2007-10-06 Fernando Herrera <fherrera@onirica.com>
571 * Merge from http://www.gnome.org/~fherrera/bug-buddy.git
573 commit 7d7817008ee16e0de3b38989dd69452bfe2ce719
575 Make Dependency on e-d-s optional. Based on a patch by Brent Smith. Fix bug #345130
577 commit 91a2ecdc240a15ac2753e2696b348500d220dd31
579 Depend on gtk+ >= 2.12. Fix bug #483436
581 2007-10-06 Fernando Herrera <fherrera@onirica.com>
583 * Merge from http://www.gnome.org/~fherrera/bug-buddy.git
585 commit a38a1ecf39912c9778491739a72473d6d7f67f10
587 Parse xml reponse from the collector server. Point to gnome server
589 commit e2c03b628fc01ab0de8e678fcbec94a0c1da6dc8
591 Add minidump-id to the XML-RPC call
593 commit d227ff5b70cf217912a42b4527dedc4ac1da6cbe
595 Point to http://localhost/breakpad/xmlrpc-collector.py for testing
597 commit 659f1dc9e394eeec0163ca82e5659ed97ea77ffe
599 Add back the method name as BugBuddy.createBug
601 commit de614a6cf2fc6a11a7173c046548e4fb1ee26831
603 Fix filename of the dumped file on gnome-breakpad bug-buddy invocation
604 Implement sending minidumps
606 2007-09-28 Fernando Herrera <fherrera@onirica.com>
608 * gnome-breakpad/Makefile.am: Fix typo
610 2007-09-27 Fernando Herrera <fherrera@onirica.com>
613 * gnome-breakpad/Makefile.am: Compile Solaris or linux handler
616 2007-09-27 Fernando Herrera <fherrera@onirica.com>
618 * google-breakpad/*: Update to upstream r216 version.
620 2007-09-25 Fernando Herrera <fherrera@onirica.com>
622 * gnome-breakpad/gnome-breakpad.cc: Return always 0 on gtk_module_init
625 2007-09-25 Fernando Herrera <fherrera@onirica.com>
627 * gnome-breakpad/gnome-breakpad.cc: Fix Solaris compilation.
629 2007-09-25 Fernando Herrera <fherrera@onirica.com>
631 * configure.in: Disable static libs.
632 * gnome-breakpad/Makefile.am: Don't install libgnomebreakpad as a
633 versioned library. Patch by Fryderyk Dziarmagowski. Fixes bug #473671
635 2007-09-25 Fernando Herrera <fherrera@onirica.com>
637 * gnome-breakpad/gnome-breakpad.cc: Don't include google-breakpad
638 header / don't use google_breapad namespace if ENABLE_GOOGLE_BREAKPAD
641 2007-09-25 Fernando Herrera <fherrera@onirica.com>
643 * gnome-breakpad/gnome-breakpad.cc: Fix memleak. Patch by Priit Laes.
646 2007-09-25 Fernando Herrera <fherrera@onirica.com>
648 * gnome-breakpad/gnome-breakpad.cc: Don't install any handler if
649 application has set any of them already (that is before gtk_init). It
650 was causing crashes (exposing bugs?) with SWT applications. Fixes bug
653 2007-09-25 Fernando Herrera <fherrera@onirica.com>
655 * src/bug-buddy.c: (email_local_part_is_valid), (email_is_valid):
656 check email address against RFC 3696 rules. Patch from Sjoerd Simons.
659 2007-09-17 Fernando Herrera <fherrera@onirica.com>
661 * configure.in: Release 2.20.0
663 2007-09-03 Fernando Herrera <fherrera@onirica.com>
665 * google-breakpad/Makefile.am: install breapad library under
666 $prefix/lib/bug-buddy dir because it's private to our instalation
667 (until google-breakpad is properly released and we can depend on it)
669 2007-09-03 Fernando Herrera <fherrera@onirica.com>
671 * configure.in: Always configure google-breakpad dir.
672 * Makefile.am: distcheck always google-breakpad dir, but compile it
673 only on supported platforms.
675 2007-09-02 Fernando Herrera <fherrera@onirica.com>
677 * po/POTFILES.in: Added gtkbuilder file here with the right type to
678 get in translated. Thanks to Priit Laes. Fixes bug #471290
680 2007-09-01 Fernando Herrera <fherrera@onirica.com>
682 * src/bug-buddy.c: (all_sent): Don't connect close button twice.
685 2007-08-28 Fernando Herrera <fherrera@onirica.com>
688 * configure.in: Release 2.19.91
690 2007-08-28 Fernando Herrera <fherrera@onirica.com>
692 * src/distribution.c: Add Frugalware Linux detection. Patch by Alex
693 Smith. Fix bug #414641
695 2007-08-28 Fernando Herrera <fherrera@onirica.com>
697 * src/bug-buddy.c: (on_save_clicked), (main): Don't free desktop path.
698 Translate program description correctly, patch by Gabor Kelemen, fix
701 2007-08-28 Fernando Herrera <fherrera@onirica.com>
703 * src/bug-buddy.c: (on_save_clicked): Use special dir functions to get
704 homedir. Patch by Luca Ferretti. Fix bug #453115
706 2007-08-28 Fernando Herrera <fherrera@onirica.com>
708 * src/bug-buddy.gtkbuilder: Mark copy button as translatable. Fix bug
711 2007-08-28 Fernando Herrera <fherrera@onirica.com>
713 * src/bug-buddy.c: (on_save_clicked): Mark save dialog title for
714 translation. Patch by Gabor Kelemen. Fix bug #459107
716 2007-08-28 Fernando Herrera <fherrera@onirica.com>
718 * src/bug-buddy.c: (main): Correct the string asking the information
719 to be provided in English. Patch by Claudio Saavedra. Fix bug #361312
721 2007-08-28 Fernando Herrera <fherrera@onirica.com>
723 * src/bug-buddy.c: (unknown_app_finished): Include binary name at
724 least when an unknown application backtrace has been collected.
726 2007-08-28 Fernando Herrera <fherrera@onirica.com>
728 * src/Makefile.am: use -export-dynamic instead of --export-dynamic to
729 fix build in SunStudio 12. Patch from Dave Lin. Fix bug #463569
731 2007-08-16 Fernando Herrera <fherrera@onirica.com>
735 * gnome-breakpad/Makefile.am: Compile google-breakpad conly in supported
737 * gnome-breakpad/gnome-breakpad.cc: Install a seghandler if
738 google-breakpad is not compiled in (it will only launch bug-buddy if
739 debug symbols are present).
741 2007-08-15 Fernando Herrera <fherrera@onirica.com>
743 * configure.in: check for gelf.h
744 * gnome-breakpad/gnome-breakpad.cc: Use gelf functions for accessing
745 32 and 64 bits elf files. Check not only for regular debug information
746 but also for separate .debug file.
748 2007-08-15 Fernando Herrera <fherrera@onirica.com>
750 * gnome-breakpad/gnome-breakpad.cc: Fix leak of the elf file.
752 2007-08-08 Fernando Herrera <fherrera@onirica.com>
754 * MAINTAINERS: updated with userid
756 2007-08-02 Fernando Herrera <fherrera@onirica.com>
760 * src/bug-buddy.c: (lock_text), (search_forbidden_words),
761 (copy_review), (edit_review), (show_review), (network_error),
762 (all_sent), (previous_sent), (bug_sent), (send_report),
763 (check_email), (on_send_clicked), (gdb_insert_text),
764 (show_pending_checkbox_if_pending), (useless_finished),
765 (known_app_finished), (gdb_finished), (on_save_clicked),
766 (unknown_app_finished), (send_minidump),
767 (gdb_finished_unknown_app), (bug_buddy_quit), (close_callback),
768 (fill_gnome_info), (fill_custom_info), (fill_proccess_info),
769 (fill_include_file), (fill_system_info), (fill_stderr_info),
771 * src/bug-buddy.glade:
772 * src/bug-buddy.gtkbuilder:
773 * src/bugzilla.c: (bugzilla_create_report):
774 * src/bugzilla.h: Port to GtkBuilder. Remove libglade dependency.
776 2007-08-01 Wouter Bolsterlee <wbolster@svn.gnome.org>
780 2007-07-31 Fernando Herrera <fherrera@onirica.com>
783 * README.STABLE_BRANCH: Release 2.19.0 "Young Explorer"
785 2007-07-31 Fernando Herrera <fherrera@onirica.com>
787 * configure.in: Check for libelf headers
789 2007-07-27 Fernando Herrera <fernando.herrera-de-las-heras@nokia.com>
791 * google-breakpad:*/* Add google-breakpad.
792 * gnome-breakpad: Include a seghandler as a GTK_MODULE invoking either
793 gnome-terminal+gdb, bug-buddy+gdb or bug-buddy+minidump.
795 * configure.in: Bump version to 2.19.0. Add libelf checks
796 * src/bug-buddy.c: (send_minidump), (main):
797 * src/bug-buddy.h: Dummy dialog, as we don't have yet the debug server.
799 2007-04-09 Fernando Herrera <fherrera@onirica.com>
801 * configure.in: Bump version to 2.18.1
802 * src/bugzilla.c: (add_bugzilla_application), (application_free):
803 * src/bugzilla.h: Refcount applications. Fix a crash when closing
804 bug-buddy and there were dups other-binaries. Patch by Matthias
805 Clasen. Fix bug #424711
807 2007-04-02 Frederic Crozat <fcrozat@mandriva.com>
810 Correct key for OtherBinaries lookup in .desktop.
812 2007-03-13 Fernando Herrera <fherrera@onirica.com>
815 * configure.in: Released 2.18.0
817 2007-03-08 Christian Kirbach <Christian.Kirbach@googlemail.com>
819 * src/bug-buddy.desktop.in.in:
820 "Application" is not a valid category in the freedesktop specification.
822 =========================== 2.17.4 ==========================
824 2007-02-20 Kjartan Maraas <kmaraas@gnome.org>
826 * Makefile.am: Dist MAINTAINERS.
828 2007-02-18 Fernando Herrera <fherrera@onirica.com>
830 * src/bug-buddy.c: (main): Don't register with the session manager.
831 Patch by Dan Winship. Fix bug #406009
833 2007-01-20 Andre Klapper <a9016009@gmx.de>
835 * src/bug-buddy.glade: remove an empty string from translation.
837 2007-01-08 Fernando Herrera <fherrera@onirica.com>
839 * src/bug-buddy.c: (fill_system_info): Add gtk-theme and
840 icon-theme information to the report.
842 2007-01-08 Fernando Herrera <fherrera@onirica.com>
847 * src/bug-buddy.c: (delete_review), (get_gnome_version_info),
848 (save_to_file), (network_error), (bug_sent), (create_report_title),
849 (send_report), (on_save_clicked), (fill_stderr_info), (main):
850 * src/bugzilla.c: (get_i18n_slist), (load_applets),
851 (load_applications), (bugzilla_create_report):
852 * src/distribution.c: (get_lines_from_file):
853 * src/distribution.h:
856 * src/proccess.c: (proccess_get_mem_state), (proccess_get_time):
857 * src/verify-desktop-files.c: (main): Upadte autogen stuff and configure.
858 Make bug-buddy compile without warnings. Fix some wrong g_free.
859 Patch by Christian Persch. Fix bug #394054
861 2007-01-07 Fernando Herrera <fherrera@onirica.com>
863 * src/bug-buddy.c: (create_debuginfo_link): Add a comment for translators
864 for the http://live.gnome.org/GettingTraces/DistroSpecificInstructions
865 link. Thanks to Priit Laes.
867 2007-01-07 Fernando Herrera <fherrera@onirica.com>
869 * COPYING.ximian-logos:
871 * pixmaps/Makefile.am: Removed old logos not used anymore.
873 2007-01-07 Fernando Herrera <fherrera@onirica.com>
875 * src/bug-buddy.c: (bug_sent), (main):
876 * src/verify-desktop-files.c: (check_bugzilla_info): s/bugzilla/Bugzilla.
877 Patch by Diego Escalante Urrelo. Fixes bug #354287
879 2007-01-07 Fernando Herrera <fherrera@onirica.com>
881 * src/bug-buddy.c: (on_save_clicked): Use home when desktop_is_homedir
882 to save bug reports. Patch by Diego Escalante Urrelo. Fixes bug #349941
884 2007-01-07 Fernando Herrera <fherrera@onirica.com>
886 * src/bug-buddy.menu.in: Include also autostar dir in the .desktop
889 2006-12-20 Fernando Herrera <fherrera@onirica.com>
891 * src/bugzilla.c: (load_applications): dup the
892 string from gmenu_tree_entry_get_name for prev_name
893 before freeing the keyfile/entry. Fix bug #357203.
894 Thanks to Mark McLoughlin!.
896 2006-12-18 Fernando Herrera <fherrera@onirica.com>
898 * NEWS: Released 2.17.3 ("Paris connection")
900 2006-12-14 Fernando Herrera <fherrera@onirica.com>
902 * src/bug-buddy.c: (email_local_part_is_valid),
903 (email_domain_label_is_valid), (email_domain_is_valid),
904 (email_is_valid): Rework the email address checking.
905 Patch by Alex Jones. Fix bug #350621
907 2006-12-14 Fernando Herrera <fherrera@onirica.com>
909 * src/gdb-buddy.c: (gdb_get_trace): set the GIOChannel as
910 G_IO_FLAG_NONBLOCK. Now bug-buddy does not freeze anymore while
911 reading gdb output!. Fix bug #326680
913 2006-12-14 Fernando Herrera <fherrera@onirica.com>
915 * src/bug-buddy.c: (delete_review), (show_review): handle delete
916 event of the review window to hide it.
918 2006-12-13 Dennis Cranston <dennis_cranston@yahoo.com>
920 * src/bug-buddy.c: (known_app_finished): String format fix
922 2006-12-13 Andre Klapper <a9016009@gmx.de>
924 * src/bug-buddy.c: fixing two typos.
926 2006-12-13 Fernando Herrera <fherrera@onirica.com>
928 * src/bugzilla.c: (bugzilla_parse_response): use g_return_val_if_fail
929 instead of g_return_if_fail. Patch from OpenSuSE RPM.
931 2006-12-13 Fernando Herrera <fherrera@onirica.com>
933 * src/bug-buddy.glade: Remove the focus from the hidden Send button.
934 It was respossible of some spurious crashes when pressing a key
937 2006-12-13 Fernando Herrera <fherrera@onirica.com>
939 * src/bug-buddy.c: (gdb_insert_text), (create_debuginfo_link),
940 (useless_finished), (gdb_finished): Don't submit reports with less than
941 3 steps on the backtrace. Fix bug#383349
943 2006-12-13 Fernando Herrera <fherrera@onirica.com>
945 * src/bug-buddy.c: (network_error), (all_sent), (send_report),
946 (on_save_clicked), (bug_buddy_quit), (close_callback), (main):
947 * src/bugzilla.c: (add_bugzilla_application), (application_free),
948 (load_applications): Don't leak the hash table. Allow also colissions
949 on the other_binaries case.
951 2006-12-13 Fernando Herrera <fherrera@onirica.com>
953 * src/bugzilla.c: (add_bugzilla_application): Allow colissions on the hash
954 table, i.e.: different "Applications" with the same binary name. Next
955 step would be add parameters to the BugzillaApplication struct and
958 2006-12-07 Fernando Herrera <fherrera@onirica.com>
960 * src/bug-buddy.c: (lock_text), (show_review),
961 (known_app_finished), (main): Show locked text with the INSENSITIVE color
962 for the background. Move custom script output to the editable part of the
965 2006-12-06 Dennis Cranston <dennis_cranston@yahoo.com>
967 * src/bug-buddy.c: (bug_sent): Convert button from cancel to
968 close after sending the bug report.
970 2006-12-05 Dennis Cranston <dennis_cranston@yahoo.com>
972 * src/bug-buddy.c: (known_app_finished): Add the application
973 name, string fixes, and remove unnecessary line feeds,
974 (unknown_app_finished): Add mnemonic and use a more descriptive
975 label for the save button, and string fixes; (main): String fixes,
976 and remove unnecessary line feeds.
977 * src/bug-buddy.glade: Clean up the user interface.
979 2006-12-05 Fernando Herrera <fherrera@onirica.com>
981 * src/bug-buddy.c: (search_forbidden_words), (show_review),
982 (known_app_finished):
983 * src/forbidden-words.h: Add some heuristitcs to detect sensitive
984 data on the bug report. If they are present, mark the privacy label
985 as bold and remark those words in the review window.
987 2006-12-05 Fernando Herrera <fherrera@onirica.com>
989 * src/bug-buddy.c: (lock_text), (edit_review): Lock some text in the
990 report. Fix bug #382075
992 2006-12-05 Fernando Herrera <fherrera@onirica.com>
994 * src/bug-buddy.c: (network_error), (all_sent), (send_report),
995 (known_app_finished), (unknown_app_finished), (main):
996 * src/bug-buddy.glade:
997 * src/bug-buddy.h: Remove status bar. Use progress bar to tell
998 the user what bug-buddy is doing. Don't specify any initial size.
1000 2006-12-03 Fernando Herrera <fherrera@onirica.com>
1002 * configure.in: Post-release version bumping to 2.17.3
1004 2006-12-03 Fernando Herrera <fherrera@onirica.com>
1006 * NEWS: Release 2.17.2 ("3rd coin")
1008 2006-12-03 Fernando Herrera <fherrera@onirica.com>
1010 * src/bug-buddy.c: (send_report), (on_send_clicked):
1011 * src/bug-buddy.glade:
1012 * src/bugzilla.c: (bugzilla_create_report):
1013 * src/bugzilla.h: Hide review/button after submitting a bug.
1014 Fix a last-minute bug preventing the bug link to be shown (and
1015 crashing because the warning). Do not set priority/severity when
1016 submiting a non-crash. Fix bug #348863
1018 2006-12-03 Fernando Herrera <fherrera@onirica.com>
1020 * configure.in: Post-release version bumping to 2.17.2
1022 2006-12-03 Fernando Herrera <fherrera@onirica.com>
1024 * NEWS: Release 2.17.1 instead of wrong 2.17.0
1025 * po/LINGUAS: Add this file in order to get po files
1028 2006-12-03 Fernando Herrera <fherrera@onirica.com>
1030 * configure.in: Post-release version bumping to 2.17.1
1032 2006-12-03 Fernando Herrera <fherrera@onirica.com>
1034 * NEWS: Release 2.17.0 ("Coin, operated boy").
1036 2006-12-03 Fernando Herrera <fherrera@onirica.com>
1038 * src/bug-buddy.c: (on_send_clicked), (unknown_app_finished): Don't show
1039 review info/button when app does not belong to GNOME bugzilla and it's
1040 going just to be saved. Removed references to old expander.
1042 2006-12-03 Fernando Herrera <fherrera@onirica.com>
1044 * src/bug-buddy.c: (copy_review), (edit_review), (close_review),
1045 (show_review), (known_app_finished), (unknown_app_finished):
1046 * src/bug-buddy.glade: Use a new window for reviewing the report
1047 instead of an small window inside an expander. Add ability to copy
1048 the report and editing it.
1050 2006-12-03 Fernando Herrera <fherrera@onirica.com>
1052 * README.STABLE_BRANCH: Update info about branches
1054 2006-12-02 Fernando Herrera <fherrera@onirica.com>
1056 * src/bug-buddy.c: (help_callback), (main):
1057 * src/bug-buddy.glade: Add a Help button to bug-buddy.
1058 Patch by Brent Smith. Fix bug #353087
1060 2006-12-02 Fernando Herrera <fherrera@onirica.com>
1062 * src/bug-buddy.glade: Added missing accelerators. Fix bug
1065 2006-12-02 Fernando Herrera <fherrera@onirica.com>
1067 * src/bug-buddy.glade: Removed unused hbox.
1069 2006-12-01 Ruben Vermeersch <ruben@savanne.be>
1071 * src/gdb-cmd: Added "set backtracelimit 200", fixes bug #306465.
1073 2006-12-01 Fernando Herrera <fherrera@onirica.com>
1075 * src/bug-buddy.c: (load_icon), (main):
1076 * src/bugzilla.c: (add_bugzilla_application):
1077 * src/bugzilla.h: Don't load _all_ applications icons. Load only
1080 2006-11-28 Fernando Herrera <fherrera@onirica.com>
1082 * configure.in: Bump version to 2.17.0
1083 * src/bug-buddy.c: (fill_custom_info), (main):
1084 * src/bugzilla.c: (add_bugzilla_application), (load_applets),
1085 (load_applications):
1086 * src/bugzilla.h: Add support for "X-GNOME-Bugzilla-ExtraInfoScript"
1087 and "bugzilla:extra_info_script" entries in .desktop and .server
1088 files. The output of that custom script is included on the bug-buddy
1091 2006-11-28 Fernando Herrera <fherrera@onirica.com>
1093 * src/bug-buddy.c: (known_app_finished), (main): Add an string
1094 aksing to fill the bug report in English. This does not break
1095 the string freeze, because if the string is not translated it's not
1096 showed on the UI. Fix bug #361312. Patch by Claudio Saavedra and
1097 Mariano Suárez-Alvarez.
1099 2006-11-28 Fernando Herrera <fherrera@onirica.com>
1101 * src/bug-buddy.c: (known_app_finished): Disable send button if
1102 initial email address is empty. Fix bug #363782
1104 2006-11-16 Kjartan Maraas <kmaraas@gnome.org>
1106 * configure.in: po/LINGUAS support. Luca Cavalli.
1109 2006-11-16 Kjartan Maraas <kmaraas@gnome.org>
1111 * src/bug-buddy.c: (main): Remove markup from translatable
1112 message. Closes bug #360444.
1114 2006-11-16 Kjartan Maraas <kmaraas@gnome.org>
1116 * bug-buddy.schemas.in: Fix a typo. Closes bug #351049.
1117 Clytie Siddall and Rob Bradford again.
1119 2006-11-16 Kjartan Maraas <kmaraas@gnome.org>
1121 * src/bug-buddy.c: (link_callback), (bug_sent), (main):
1122 Re-commit the fix for 351006.
1124 2006-11-16 Kjartan Maraas <kmaraas@gnome.org>
1126 * src/bug-buddy.c: (link_callback), (bug_sent), (main):
1127 Revert until we branch.
1129 2006-11-16 Kjartan Maraas <kmaraas@gnome.org>
1131 * src/bug-buddy.c: (link_callback), (bug_sent), (main):
1132 Use consistent naming for Bug Buddy. Rob Bradford, Clytie
1133 Siddall. Closes bug #351006.
1135 2006-11-16 Kjartan Maraas <kmaraas@gnome.org>
1139 Fix mis-handling of libexecdir. Based on suggestions from
1140 dmacks at netspace org and Christian Persch. Closes
1143 2006-11-16 Kjartan Maraas <kmaraas@gnome.org>
1145 * src/bug-buddy.desktop.in.in: Add GTK to the category.
1146 Patch from Stephane LOEUILLET. Closes bug 328026.
1148 2006-11-16 Brian Pepple <bdpepple@ameritech.net>
1150 * Makefile.am (EXTRA_DIST):
1152 Drop spec file. bug #121993.
1154 2006-11-16 Kjartan Maraas <kmaraas@gnome.org>
1156 * src/bug-buddy.c: (bug_sent), (set_proxy), (send_report),
1157 (show_pending_checkbox_if_pending), (main): Fix use of proxy
1158 username and password. Patch from Ali Sabil. Closese
1159 bug #354624. I also fixed a couple leaks in there.
1160 * src/eds-buddy.c: Fix compiler warnings.
1161 * src/verify-desktop-files.c: Same.
1163 2006-11-11 Fernando Herrera <fherrera@onirica.com>
1165 * configure.in: Bump version to 2.16.1
1167 2006-11-11 Fernando Herrera <fherrera@onirica.com>
1169 * src/bug-buddy.c: (known_app_finished), (unknown_app_finished),
1170 (fill_system_info), (fill_stderr_info), (main): Add more info to
1171 bug-buddy reports, including:
1172 - A11y enabled or not
1174 - selinux enabled or not
1175 - .xsession-errors last lines
1176 Patch by Alexander Larsson. Fixes bug #362855
1178 2006-10-26 Francisco Javier F. Serrador <serrador@openshine.com>
1180 * src/bug-buddy.c: Mark some strings for translation.
1182 2006-09-05 Fernando Herrera <fherrera@onirica.com>
1185 * configure.in: Release 2.16.0
1187 2006-09-04 Fernando Herrera <fherrera@onirica.com>
1189 * src/bug-buddy.c: (focus_details), (unknown_app_finished): focus details
1190 view on an idle call, because doing just after expanding the expander
1191 crashes gtk+. Fix bug #353348
1193 2006-09-04 Brent Smith <gnome@nextreality.net>
1195 * Makefile.am: remove the docs subdirectory as the bug-buddy manual is
1197 * src/bug-buddy.desktop.in.in: Add a NoDisplay=true so that bug-buddy
1198 doesn't appear in the menus
1200 2006-08-30 Kjartan Maraas <kmaraas@gnome.org>
1202 * configure.in: Remove "no" from ALL_LINGUAS.
1204 2006-08-21 Fernando Herrera <fherrera@onirica.com>
1207 * configure.in: Release 2.15.92 ("Lumbago")
1209 2006-08-21 Olav Vitters <olav@bkor.dhs.org>
1211 * src/bug-buddy.glade: Mark _Send button as translatable. Patch by
1212 Kalle Vahlman. Fixes bug 352166.
1214 2006-08-20 Fernando Herrera <fherrera@onirica.com>
1216 * src/bug-buddy.c: (create_report_title): Remove extra "%".
1217 * src/bugzilla.c: (bugzilla_create_report): Remove debug_string
1219 2006-08-18 Erdal Ronahi <erdal.ronahi@gmail.com>
1221 * configure.in: Added (ku) Kurdish language
1223 2006-08-17 Fernando Herrera <fernando.herrera-de-las-heras@nokia.com>
1225 * src/bug-buddy.c: (set_proxy), (create_report_title),
1226 (send_report), (main):
1228 * src/bugzilla.c: (bugzilla_create_report):
1229 * src/bugzilla.h: Construct report title based on first words of
1230 the description. Added a missing NULL to g_object_set.
1232 2006-08-15 Fernando Herrera <fherrera@onirica.com>
1234 * src/bug-buddy.c: (send_report):
1235 * src/bugzilla.c: (bugzilla_create_report): Removed debug messages.
1237 2006-08-15 Fernando Herrera <fherrera@onirica.com>
1239 * src/bug-buddy.c: (main): If bugzilla product has not been found for
1240 the --package argument fallback to search for a binary.
1242 2006-08-15 Fernando Herrera <fherrera@onirica.com>
1244 * src/bug-buddy.keys.in: removed. Fix #328479
1246 2006-08-15 Fernando Herrera <fherrera@onirica.com>
1248 * src/bug-buddy.glade: Make gdb-text non-editable. Fix bug #350437.
1249 Make details view text wrap.
1250 * src/bug-buddy.c: (known_app_finished), (unknown_app_finished): set
1251 focus to the details text entry after finished colleting all info.
1253 2006-08-15 Fernando Herrera <fherrera@onirica.com>
1255 * src/bug-buddy.glade: Fix spacing issues. Patch from Christian Persch.
1257 2006-08-13 Brent Smith <gnome@nextreality.net>
1259 * src/bug-buddy.menu.in: add a forward slash in the LegacyDir so
1260 the path is actually correct; otherwise bug-buddy only finds applets.
1262 2006-08-13 Fernando Herrera <fherrera@onirica.com>
1264 * src/bug-buddy.c: (main):
1265 * src/bugzilla.c: (get_all_applications_from_dir),
1266 (load_applications): Show main window application before loading
1267 .dekstop files and run g_mainloop interactions while loading to
1268 make app update progress bar so it feels more responsive.
1270 2006-08-13 Fernando Herrera <fherrera@onirica.com>
1273 * src/bug-buddy.menu: Removed.
1274 * src/bug-buddy.menu.in: Added to use <LegacyDir> pointing
1275 to ${sharedir}/applications. Fix the problem with
1276 ~/.local/share/applications files not having bugzilla info.
1278 2006-08-12 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1281 Remove applications_DATA from Makefile.am.
1283 2006-08-11 Vladimer Sichinava <vlsichinava@gmail.com>
1285 * configure.in: Added "ka" (Georgian) to ALL_LINGUAS
1287 2006-08-09 Fernando Herrera <fernando.herrera-de-las-heras@nokia.com>
1289 * src/bug-buddy.c: (main): Fix a double-free.
1291 2006-08-01 Fernando Herrera <fernando.herrera-de-las-heras@nokia.com>
1293 * src/bugzilla.c: (add_bugzilla_application), (load_applets),
1294 (load_applications), (bugzilla_create_report):
1295 * src/bugzilla.h: Port to GKeyFile API for reading desktop files
1296 removing deprecated libgnome stuff. Use untranslated application name
1299 2006-08-01 Fernando Herrera <fernando.herrera-de-las-heras@nokia.com>
1301 * configure.in: Require new libsoup. Bump version to 2.15.91
1302 * src/bug-buddy.c: (send_report): use new libsoup xml-rpc
1303 deserialization function.
1305 * src/Makefile.am: Removed xmlrpc.c file.
1307 2006-07-24 Fernando Herrera <fernando.herrera-de-las-heras@nokia.com>
1310 * configure.in: Release 2.15.90
1312 2006-07-24 Fernando Herrera <fernando.herrera-de-las-heras@nokia.com>
1314 * src/verify-desktop-files.c: (main): Initialize bonobo-activation.
1316 2006-07-24 Fernando Herrera <fernando.herrera-de-las-heras@nokia.com>
1319 * src/bug-buddy.c: (save_to_file), (network_error),
1320 (remove_pending_reports), (all_sent), (previous_sent), (bug_sent),
1321 (send_report), (show_pending_checkbox_if_pending),
1322 (known_app_finished), (main):
1323 * src/bug-buddy.glade: Added a check button for sending old bug
1324 reports not sent because no network connection. Load them and send
1326 * src/xmlrpc.c: (hacked_soup_xmlrpc_message_from_string): Ugly hack
1327 for deserializing a XML-RPC message until we got it into libsoup.
1329 Removed NetworkManager code at all.
1331 2006-07-24 Fernando Herrera <fernando.herrera-de-las-heras@nokia.com>
1333 * pixmaps/Makefile.am:
1334 * src/bug-buddy.c: (main):
1335 * src/bug-buddy.desktop.in.in: make application use theme-friendly
1336 icons. Patch from Brian Pepple. Fixes bug #337813
1338 2006-07-24 Fernando Herrera <fernando.herrera-de-las-heras@nokia.com>
1340 * src/bug-buddy.c: (main):
1341 * src/bug-buddy.glade:
1342 * src/bugzilla.c: (bugzilla_search_for_package):
1343 * src/bugzilla.h: Invoke bug-buddy only with --package=XXX command
1344 line to get it in non-crash/suggestion mode, so applications like
1345 evolution can invoke it from the help menu.
1347 2006-07-24 Fernando Herrera <fernando.herrera-de-las-heras@nokia.com>
1349 * README.STABLE_BRANCH: Update branch information.
1350 * configure.in: Don't use NetworkManager because it is giving lot
1351 of false positives (usually people with wired and wireless networks)
1353 * src/bugzilla.c: (add_bugzilla_application),
1354 (get_all_applications), (bugzilla_parse_response): Use own .menu file
1355 for reading all applications. Patch from Brent Smith, fixes #347422
1357 2006-07-24 Fernando Herrera <fernando.herrera-de-las-heras@nokia.com>
1359 * src/bug-buddy.c: (send_report):
1360 * src/bug-buddy.glade: Fix some typos pointed by Matthias Clasen
1363 2006-07-18 Guntupalli Karunakar <karunakar@freedomink.org>
1365 * configure.in: Added "dz" (Dzongkha) to ALL_LINGUAS.
1367 2006-07-03 Runa Bhattacharjee <runabh@gmail.com>
1369 * configure.in: Added Bengali India (bn_IN) to ALL_LINGUAS.
1371 2006-06-30 Thierry Randrianiriana <thierryR@cvs.gnome.org>
1373 * configure.in: Added Malagasy code 'mg' in ALL_LINGUAS.
1374 * po/mg.po: Added Malagasy translation.
1376 2006-06-28 Frederic Peters <fpeters@0d.be>
1380 * src/bug-buddy.c: Make libnm_glib optional. Closes bug #346091.
1382 2006-06-25 Fernando Herrera <fherrera@onirica.com>
1384 * configure.in: Require libnm_glib to check for network
1385 * src/bug-buddy.c: (bug_sent), (save_to_file), (send_report),
1386 (on_send_clicked), (on_save_clicked), (main): If there is no network
1387 available save report to a file for sending next time. Resize fixes
1388 * src/bug-buddy.glade: Add mnemonic to Send
1389 * src/bugzilla.h: Remove an old GtkTreeIter
1391 2006-06-18 Brent Smith <gnome@nextreality.net>
1393 * src/bug-buddy.c: (unknown_app_finished): Mark the button text for
1396 2006-06-18 Brent Smith <gnome@nextreality.net>
1398 * src/proccess.c: (proccess_get_mem_state): Fix a mispelling, thanks
1399 to Baptiste Mille-Mathias for pointing this out.
1401 2006-06-18 Brent Smith <gnome@nextreality.net>
1403 * src/bug-buddy.c: (fill_include_file): initialize GError to NULL,
1404 otherwise we can get a crash
1406 2006-06-18 Brent Smith <gnome@nextreality.net>
1408 * src/gdb-buddy.c: remove debug define
1409 * src/gdb-buddy.h: added this missing file (needed to compile)
1411 2006-06-18 Fernando Herrera <fherrera@onirica.com>
1414 * src/bug-buddy.c: (gdb_insert_text), (known_app_finished),
1415 (gdb_finished), (save_to_file), (on_save_clicked),
1416 (unknown_app_finished), (gdb_finished_unknown_app),
1417 (close_callback), (fill_gnome_info), (fill_include_file), (main):
1418 * src/bug-buddy.glade:
1421 * src/gdb-buddy.c: (gdb_stop), (gdb_handle_input), (gdb_destroy),
1422 (gdb_buddy_error_quark), (gdb_get_trace): Add support for saving
1423 traces from unknow applications. Patch from Brent Smith. Closes bug
1426 Add support again for the --include option, so crashes on gnome-python
1427 and Gtk# can invoke bug-buddy for sending traces to our bugzilla.
1429 2006-06-13 Olav Vitters <olav@bkor.dhs.org>
1431 * configure.in: Bump libsoup requirement to >= 2.2.94.
1433 2006-06-12 Brent Smith <gnome@nextreality.net>
1439 2006-06-12 Brent Smith <gnome@nextreality.net>
1443 Fix some build issues caused by the merge
1444 * src/bugzilla.c: (bugzilla_create_report):
1445 Submit bug reports to bugzilla.gnome.org instead of
1446 bugzilla-test.gnome.org
1448 2006-06-12 Brent Smith <gnome@nextreality.net>
1453 * bug-buddy.schemas.in:
1465 * src/bb-marshal.list:
1466 * src/bug-buddy-core.desktop.in.in:
1467 * src/bug-buddy.applications:
1468 * src/bug-buddy.c: (on_gdb_stop_clicked), (stock_pixmap_buddy),
1469 (get_gnome_version_info), (update_progress_bar), (save_email),
1470 (link_callback), (bug_sent), (set_proxy), (send_report),
1471 (email_is_valid), (check_email), (on_send_clicked), (gdb_finished),
1472 (close_callback), (delete_callback), (fill_gnome_info),
1473 (fill_proccess_info), (main):
1474 * src/bug-buddy.glade:
1476 * src/bugzilla.c: (add_bugzilla_application), (load_applets),
1477 (bugzilla_error_quark), (load_applications),
1478 (bugzilla_parse_response), (bugzilla_create_report):
1480 * src/cell-renderer-uri.c:
1481 * src/cell-renderer-uri.h:
1483 * src/distribution.c: (get_distro_name_from_file),
1485 * src/distribution.h:
1486 * src/eds-buddy.c: (get_default_user_email):
1488 * src/gdb-buddy.c: (get_trace_from_gdb), (stop_gdb),
1489 (handle_gdb_input), (get_trace_from_pair):
1492 * src/proccess.c: (proccess_get_mem_state), (proccess_get_time):
1496 * src/signal-buddy.c:
1497 * src/signal-buddy.h:
1498 * src/united-states-of-bug-buddy.c:
1499 * src/verify-desktop-files.c: (check_bugzilla_info), (main):
1500 Merged bug-buddy-xmlrpc branch to HEAD using the following commands on
1501 a fresh checkout of HEAD:
1502 cvs update -j HEAD -j BUG_BUDDY_2_13_0
1503 cvs update -j BUG_BUDDY_2_13_0 -j bug-buddy-xmlrpc
1506 2006-06-11 Brent Smith <gnome@nextreality.net>
1508 * src/bug-buddy.c: (main):
1509 - Complain if --pid is not specified
1511 2006-06-11 Brent Smith <gnome@nextreality.net>
1513 * src/bug-buddy.c: (fill_gnome_info), (main):
1514 - If we can't get information about the GNOME version (probably due to a
1515 missing or bad installation of gnome-desktop), then spit out an error
1517 - Don't gtk_widget_show() the main window until right before we start
1518 the main loop; this way we don't see the main_window when we call
1519 buddy_error() before gtk_main()
1521 2006-06-11 Brent Smith <gnome@nextreality.net>
1523 * src/bug-buddy.c: (main):
1524 Pop up an error dialog if --appname is not passed.
1526 2006-06-11 Brent Smith <gnome@nextreality.net>
1528 * src/bug-buddy.c: (main):
1530 Ported bug-buddy from Popt to GOption
1532 2006-06-10 Brent Smith <gnome@nextreality.net>
1534 * src/bug-buddy.c: (bug_sent), (send_report):
1535 Handle errors creating the report in send_report()
1536 * src/bugzilla.c: (bugzilla_parse_response),
1537 (bugzilla_create_report):
1538 More error handling using GError
1540 Migrated some enumerations to the BUGZILLA_ERROR_* enums so there is
1541 only one set of error codes
1543 2006-06-10 Brent Smith <gnome@nextreality.net>
1545 * src/bug-buddy.c: (bug_sent), (send_report), (on_send_clicked),
1546 (gdb_finished), (close_callback):
1547 - Provide intelligent error messages based on the XML-RPC response
1549 - Hide the send button immediately after the user clicks it to prevent
1550 duplicate bugs from being submitted
1551 * src/bug-buddy.glade:
1552 - Make "app-image" vertically aligned to the top
1553 - Make "main-text" selectable and turn on label wrapping
1555 - Move GnomeVersionInfo to bugzilla.h header to remove circular
1556 dependency between header files
1557 * src/bugzilla.c: (bugzilla_error_quark),
1558 (bugzilla_parse_response):
1559 - Much better error handling of the XML-RPC response; Also, return a
1560 GError with information about the particular error message
1562 - Added GError support structures for BUGZILLA_ERROR
1563 - Moved GnomeVersionInfo struct to here
1564 - provide function prototypes for all functions with extern linkage
1565 * src/distribution.h:
1566 - provide prototype for get_distro_name()
1568 - Use proccess.h header file
1570 - Add this header file to declare function prototypes
1572 2006-06-04 Brent Smith <gnome@nextreality.net>
1574 * src/bug-buddy.c: (link_callback): Display an error in a dialog box
1575 instead of stdout if the gnome_vfs_url_show call fails.
1577 2006-06-04 Brent Smith <gnome@nextreality.net>
1579 * src/bug-buddy.glade: Switch the order of the "Send" and "Close"
1580 button, so that "Send" is on the right.
1582 2006-06-04 Brent Smith <gnome@nextreality.net>
1584 * configure.in: Bump the required GTK+ version to 2.9 since we make
1585 use of the new GtkLinkButton
1586 * src/bug-buddy.c: (link_callback), (bug_sent), (send_report),
1587 (gdb_finished), (close_callback), (delete_callback), (main):
1588 Added a GtkLinkButton after the bug report has been sent so that
1589 the user can view their bug immediately by clicking on the button;
1590 Renamed the cancel-button to close-button and changed the names of the
1591 callbacks; Also fixed a couple of compiler warnings
1592 * src/bug-buddy.glade: Moved the "Send" button to the bottom in the
1593 button bar and removed the "Cancel" button in favor of a more
1594 simple scheme with just "Send" and "Close"; Also changed
1595 alignment of the button box so that it is always aligned at the
1596 bottom of the vertical box.
1598 2006-06-02 Fernando Herrera <fherrera@onirica.com>
1601 * bug-buddy.schemas.in: Re-added schemas, only with
1604 2006-06-02 Fernando Herrera <fherrera@onirica.com>
1606 * configure.in: Add eds dependency.
1608 * src/bug-buddy.c: (save_email), (bug_sent), (send_report),
1609 (email_is_valid), (check_email), (gdb_finished):
1610 * src/bug-buddy.glade: email address now is mandatory. Get it
1611 from gconf settings and if not available, from eds.
1613 2006-05-31 Fernando Herrera <fherrera@onirica.com>
1615 * src/bug-buddy.c: (send_report): Add text from the "What were you
1616 doing" entry to the report.
1618 2006-05-31 Fernando Herrera <fherrera@onirica.com>
1620 * src/bug-buddy.c: (set_proxy), (send_report): Use proxy from gconf
1621 settings when available.
1622 * src/bugzilla.c: (bugzilla_create_report): Remove password param
1623 * TODO: Add some stuff to do in the new branch
1625 2006-05-30 Olav Vitters <olav@bkor.dhs.org>
1627 * src/bugzilla.c: Add User-Agent header to HTTP request as requested
1630 2006-05-30 Olav Vitters <olav@bkor.dhs.org>
1632 * src/bugzilla.c: Change XML-RPC method call to match GNOME Bugzilla
1633 server changes. Also update URL.
1635 2006-02-08 Fernando Herrera <fherrera@onirica.com>
1638 * src/bug-buddy.c: (bug_sent), (send_report), (on_send_clicked),
1639 (gdb_finished), (main):
1640 * src/bug-buddy.glade:
1641 * src/bugzilla.c: (bugzilla_parse_response),
1642 (bugzilla_create_report): Added UI to include user comnmets about what
1643 he was doing and email address. Added a Send button. UI needs more love
1645 * src/verify-desktop-files.c: (check_bugzilla_info), (main): Added
1646 a little program to verify installed .desktop files for correct
1647 X-GNOME-Bugzilla-* stuff
1649 2006-02-07 Fernando Herrera <fherrera@onirica.com>
1651 * COPYING: Re-add notice about using only v2 of GPL that was
1652 removed accidentaly by some automake weirdness.
1653 * src/distribution.c: Use only v2 of GPL fot this code.
1655 2006-02-07 Fernando Herrera <fherrera@onirica.com>
1659 * src/bug-buddy.c: (send_report), (gdb_finished),
1660 (fill_gnome_info), (fill_proccess_info), (main):
1661 * src/bug-buddy.glade:
1662 * src/bugzilla.c: (bugzilla_send_report):
1663 * src/proccess.c: (proccess_get_mem_state), (proccess_get_time): Change
1664 windows main title. Add mem and cpu info for the crashed procces from
1667 2006-02-06 Fernando Herrera <fherrera@onirica.com>
1670 * src/bug-buddy.c: (get_gnome_version_info), (bug_sent),
1671 (send_report), (gdb_finished):
1672 * src/bug-buddy.glade:
1674 * src/bugzilla.c: (got_response), (bugzilla_send_report):
1675 * src/bugzilla.h: Implement the XML-RPC sending. Currenty it uses
1676 hard-coded bugzilla URL and username/password. Don't try to play
1677 with it as bugzilla-test is IP-protected :)
1679 2006-02-03 Fernando Herrera <fherrera@onirica.com>
1685 * src/bb-marshal.list:
1686 * src/bug-buddy-core.desktop.in.in:
1687 * src/bug-buddy.applications:
1688 * src/bug-buddy.c: (on_gdb_stop_clicked), (get_gnome_version_info),
1689 (update_progress_bar), (send_report), (gdb_finished),
1690 (cancel_callback), (delete_callback), (main):
1691 * src/bug-buddy.glade:
1693 * src/bugzilla.c: (add_bugzilla_application), (load_applets),
1694 (load_applications), (add_application):
1696 * src/cell-renderer-uri.c:
1697 * src/cell-renderer-uri.h:
1699 * src/distribution.c: (get_distro_name_from_file),
1701 * src/gdb-buddy.c: (get_trace_from_gdb), (stop_gdb),
1702 (handle_gdb_input), (get_trace_from_pair):
1707 * src/signal-buddy.c:
1708 * src/signal-buddy.h:
1709 * src/united-states-of-bug-buddy.c: Big rewrite. Only one window. Only one
1710 click for submit a bug. Removed all the selections stuff. Bug Buddy now
1711 only reports crashes. Currently the XML-RPC sending stuff is missing,
1712 so it does not send anything yet.
1714 2006-01-06 Fernando Herrera <fherrera@onirica.com>
1716 * src/bugzilla.c: update treeview headers when switching
1717 beetwen applcations/products. Patch from Matthias Clasen
1718 (Closes bug #317530)
1720 2006-01-06 Fernando Herrera <fherrera@onirica.com>
1722 * src/distribution.{c,h}: Fix the LSB distro detection
1724 2006-01-05 Fernando Herrera <fherrera@onirica.com>
1726 * src/bug-buddy.glade: Center main window. Patch from
1727 Christian Neumair. Closes bug #321297
1729 2006-01-05 Fernando Herrera <fherrera@onirica.com>
1731 * src/bug-buddy.glade: Set the GnomeFileEntry in
1732 save mode for saving the bug report (Closes bug #323967)
1734 2006-01-05 Fernando Herrera <fherrera@onirica.com>
1736 * src/bug-buddy.glade: Lot of HIGification by
1737 Christian Persch. Closes bug #325650
1739 2006-01-05 Fernando Herrera <fherrera@onirica.com>
1741 * configure.in: Bump version to 2.13.0
1742 * src/bugzilla.c: workaround for gnome-vfs bug
1744 2005-12-28 Abel Cheung <maddog@linuxhall.org>
1746 * configure.in: Added "zh_HK" to ALL_LINGUAS.
1748 2005-11-30 Fernando Herrera <fherrera@onirica.com>
1751 * NEWS: Release 2.12.2 ("Il vulcano")
1753 2005-10-28 Simos Xenitellis <simos@gnome.org>
1755 * configure.in: Added ky (Kirghiz) to ALL_LINGUAS.
1757 2005-10-01 Fernando Herrera <fherrera@onirica.com>
1760 * configure.in: Release 2.12.1 "i Party 7"
1762 2005-10-01 Fernando Herrera <fherrera@onirica.com>
1764 * src/bugzilla.c: Remove duplicate entries. Patch
1765 from Matthias Clasen. Fixes bug #317524
1767 2005-09-06 Fernando Herrera <fherrera@onirica.com>
1769 * NEWS: Release 2.12.0 ("My fatal fate")
1771 2005-08-23 Vincent Untz <vuntz@gnome.org>
1773 * src/united-states-of-bug-buddy.c: don't mark the copyright string as
1776 2005-08-23 Vincent Untz <vuntz@gnome.org>
1778 * configure.in: post-release bump to 2.12.0.
1780 ==================== 2.11.92 ====================
1782 2005-08-23 Vincent Untz <vuntz@gnome.org>
1785 * configure.in: version 2.9.92.
1787 2005-07-19 Fernando Herrera <fherrera@onirica.com>
1789 * src/bug-buddy.c: (init_gnome_version_stuff):
1791 * src/bugzilla.c: (gify), (load_mostfreq_xml), (load_config_xml),
1792 (load_products_xml):
1793 * src/cell-renderer-uri.c:
1794 * src/distribution.c:
1796 * src/gnome-crash.c:
1797 * src/libglade-buddy.h:
1798 * src/md5-utils.c: (md5_get_digest):
1800 * src/united-states-of-bug-buddy.c: (on_druid_about_clicked),
1801 (email_is_valid): lot of (all) gcc4 and misc warning fixed.
1802 Ported to GtkAboutDialog. Patch from Kjartan Maraas. Closes
1805 2005-07-19 Fernando Herrera <fherrera@onirica.com>
1808 * src/bug-buddy.c: (update_crash_type), (init_ui), (delete_me),
1810 * src/bug-buddy.glade:
1811 * src/bugzilla.c: (update_severity), (update_version),
1812 (add_severity), (update_version_menu),
1813 (bugzilla_product_add_components_to_clist),
1814 (bugzilla_add_mostfreq):
1815 * src/united-states-of-bug-buddy.c: (select_version),
1816 (select_severity): Port to GtkComboBox. Patch by Michael Gossard.
1817 Fixes #300065 and #130288
1819 2005-07-19 Michael Gossard <michael.gossard@free.fr>
1821 * src/bugzilla.c : (sort_mostfreq_list),
1822 (create_mostfreq_list), (bugzilla_add_mostfreq) sort frequently reported
1823 bugs list by ID, product, component, description. (fix bug #171935)
1825 2005-07-19 Fernando Herrera <fherrera@onirica.com>
1827 * src/distribution.c: (get_lines_from_file), (get_lsb_version),
1828 (get_redhat_version), (get_turbolinux_version),
1829 (get_debian_version):
1830 * src/distribution.h: Reworked the code to use fancy g_file functions.
1831 Add support for reading LSB files (ie: Ubuntu distro support). Closes
1834 2005-07-19 Fernando Herrera <fherrera@onirica.com>
1836 * src/united-states-of-bug-buddy.c: Include signal.h. Patch by
1837 Dan Winship, closes #160544
1839 2005-07-18 Danilo Šegan <danilo@gnome.org>
1841 * docs/sr/sr.po: Updated translation not to break the build (until
1844 2005-07-18 Danilo Šegan <danilo@gnome.org>
1846 * docs/Makefile.am (DOC_LINGUAS): Added "sr".
1848 * docs/sr/sr.po: Added.
1850 2005-07-11 Kjartan Maraas <kmaraas@gnome.org>
1852 * configure.in: Post release version bump
1853 * docs/C/bug-buddy.xml: Fix docs build
1854 * src/save-buddy.c: (bb_write_buffer_to_fd): Pass 0
1855 as arg 3 to waitpid() not NULL pointer.
1857 2005-06-04 Swapnil Hajare <dreamil@gmail.com>
1859 * configure.in: added entry for Marathi language (mr) in ALL_LINGUAS
1861 2005-05-18 Olav Vitters <olav@bkor.dhs.org>
1863 * src/bugzilla.c: (load_applications): Initialize prev_name variable
1864 to NULL to prevent crash on startup. Patch from <rwahl@gmx.de>. Closes
1867 2005-05-04 Fernando Herrera <fernando.herrera@tecsidel.es>
1869 * src/bugzilla.c: (load_applications): Use gmenu API to fix
1870 build. Patch by Elijah Newren. Closes bug #302769
1872 2005-04-11 Mark McLoughlin <mark@skynet.ie>
1874 * src/Makefile.am, src/bugzilla.c: update for
1875 libgnome-menu API renaming.
1877 2005-04-06 Mark McLoughlin <mark@skynet.ie>
1879 * src/bugzilla.c: (get_all_applications): update for
1880 slight change in menu_tree_lookup() API.
1882 2005-04-01 Adi Attar <aattar@cvs.gnome.org>
1884 * configure.in: Added "xh" to ALL_LINGUAS.
1886 2005-03-31 Steve Murphy <murf@e-tools.com>
1888 * configure.in: Added "rw" to ALL_LINGUAS.
1890 2005-03-30 Christian Rose <menthos@menthos.com>
1892 * configure.in: Added "ug" to ALL_LINGUAS.
1894 2005-03-23 Fernando Herrera <fernando.herrera@tecsidel.es>
1896 * configure.in: require libgnomemenu >= 2.11.1.
1897 * src/bugzilla.c: (get_all_applications_from_alias),
1898 (get_all_applications_from_dir), (get_all_applications),
1899 (load_applications): Port to the new libgnomemenu API. Patch
1900 by Mark McLoughlin <markmc@redhat.com>
1902 2005-03-23 Fernando Herrera <fernando.herrera@tecsidel.es>
1904 * README.STABLE_BRANCH: Branched. HEAD is now for GNOME 2.11
1905 * configure.in: Postrelease version bumpig to 2.11.0
1907 2005-03-07 Fernando Herrera <fernando.herrera@tecsidel.es>
1910 * configure.in: Release 2.10.0 ("La movida")
1912 2005-02-28 Fernando Herrera <fernando.herrera@tecsidel.es>
1915 * configure.in: Release 2.9.92 ("Magical Fenix")
1917 2005-02-11 Maxim V. Dziumanenko <mvd@mylinux.com.ua>
1919 * docs/uk/bug-buddy.xml:
1920 * docs/uk/legal.xml:
1921 * docs/uk/.cvsignore: Added Ukrainian translation of the documentation.
1923 2005-02-11 Shaun McCance <shaunm@gnome.org>
1925 * docs/bug-buddy.omf.in
1926 - Added missing file
1928 2005-02-10 Fernando Herrera <fernando.herrera@tecsidel.es>
1931 * configure.in: Release 2.9.91 ("Hänsel und Gretel")
1933 2005-02-10 Fernando Herrera <fernando.herrera@tecsidel.es>
1936 * src/Makefile.am: Require gnome-menus.
1937 * src/bugzilla.c: (bugzilla_application_new), (load_applets),
1938 (compare_applications), (get_all_applications_from_dir),
1939 (get_all_applications), (load_applications): Use libmenu to get all
1940 applications instead of removed "applications-all-users:///" gnome-vfs
1941 method. Don't require applets to have defined (panel:category), as
1942 it seems to be reomved for GNOME 2.10. Load icons code fixes.
1944 2005-01-29 Fernando Herrera <fherrera@onirica.com>
1949 * src/Makefile.am: Lot of autofoo updates by Shaun McCance and me.
1950 * docs/C/bug-buddy.xml: Updated docs by Shaun McCance.
1951 * docs/C/Makefile.am:
1952 * docs/C/bug-buddy-C.omf:
1954 * docs/de/Makefile.am:
1955 * docs/de/bug-buddy-de.omf:
1956 * docs/es/Makefile.am:
1957 * docs/es/bug-buddy-es.omf:
1958 * docs/fr/Makefile.am:
1959 * docs/fr/bug-buddy-fr.omf:
1960 * docs/it/Makefile.am:
1961 * docs/it/bug-buddy-it.omf:
1962 * docs/ja/Makefile.am:
1963 * docs/ja/bug-buddy-ja.omf:
1964 * docs/ko/Makefile.am:
1965 * docs/ko/bug-buddy-ko.omf:
1966 * docs/sv/Makefile.am:
1967 * docs/sv/bug-buddy-sv.omf:
1968 * docs/zh_CN/Makefile.am:
1969 * docs/zh_CN/bug-buddy-zh_CN.omf:
1970 * docs/zh_HK/Makefile.am:
1971 * docs/zh_HK/bug-buddy-zh_HK.omf:
1972 * docs/zh_TW/Makefile.am:
1973 * docs/zh_TW/bug-buddy-zh_TW.omf: Files removed from CVS, they are
1974 now autogenerated from gdu.
1976 2005-01-24 Fernando Herrera <fherrera@onirica.com>
1978 * configure.in: Post release version bumping.
1980 2005-01-24 Fernando Herrera <fherrera@onirica.com>
1983 * configure.in: Released 2.9.3 "Wild Rose"
1985 2005-01-07 Kjartan Maraas <kmaraas@gnome.org>
1987 * src/bug-buddy.glade1: Remove
1988 * src/bug-buddy.gladep: Remove
1990 2004-11-30 Fernando Herrera <fherrera@onirica.com>
1993 * configure.in: Released 2.9.2 "Tres Jotas"
1995 2004-11-21 Fernando Herrera <fherrera@onirica.com>
1997 * src/bug-buddy.c: (init_ui):
1999 * src/united-states-of-bug-buddy.c: (submit_ok): Added a kill command line
2000 argument for killing that pid after the bug report is sent.
2002 2004-11-20 Fernando Herrera <fherrera@onirica.com>
2004 * src/bug-buddy.c: (init_ui), (main):
2005 * src/bug-buddy.glade:
2007 * src/united-states-of-bug-buddy.c: (mail_write_template),
2008 (on_druid_about_clicked), (enter_intro), (done_intro), (done_gdb),
2009 (enter_desc): Skip the product/component pages if the application is
2010 passed on the command line (also show its name in the intro page).
2011 Use the command line option --include-file to include a file in the
2014 2004-11-13 Fernando Herrera <fherrera@onirica.com>
2016 * README.STABLE_BRANCH: Branched for gnome-2-8
2017 * configure.in: Bump version to 2.9.0
2019 2004-11-11 Fernando Herrera <fherrera@onirica.com>
2021 * docs/C/bug-buddy-C.omf: Fix omf file to validate against
2022 scrollkeeper-omf.dtd. Patch from Joe Marcus Clarke and
2023 David Weinehall (fix bug #157817 and debian 280641)
2025 2004-09-24 Pawan Chitrakar <pawan@nplinux.org>
2027 * configure.in: Added ne "Nepali" in ALL_LINGUAS
2029 2004-09-22 Fernando Herrera <fherrera@onirica.com>
2031 * configure.in: Post release version bumping to 2.8.1
2032 * src/gdb-buddy.c: (get_trace_from_pair): Fix search for binaries
2035 2004-09-12 Fernando Herrera <fherrera@onirica.com>
2037 * NEWS: Release 2.8.0 "Chicote"
2039 2004-09-12 Fernando Herrera <fherrera@onirica.com>
2041 * docs/Makefile.am: Disable build of outdated docs.
2042 * src/bug-buddy.glade:
2043 * src/united-states-of-bug-buddy.c: (on_druid_help_clicked),
2044 (on_druid_about_clicked): Enable help button and point help to
2045 the right section. Patch by Shaun McCance (Fix bug #135573)
2047 2004-09-11 Shaun McCance <shaunm@gnome.org>
2049 * docs/C/bug-buddy-C.omf:
2050 * docs/C/bug-buddy.xml:
2053 2004-09-12 Fernando Herrera <fherrera@onirica.com>
2058 * src/bug-buddy-core.desktop.in.in:
2059 * src/bug-buddy.desktop.in.in: Install a new desktop file to handle
2060 the application/x-core MIME type correctly (it is open with --core
2061 command line option only).
2063 2004-09-11 Shaun McCance <shaunm@gnome.org>
2065 * docs/C/bug-buddy-C.omf:
2066 * docs/de/bug-buddy-de.omf:
2067 * docs/es/bug-buddy-es.omf:
2068 * docs/fr/bug-buddy-fr.omf:
2069 * docs/it/bug-buddy-it.omf:
2070 * docs/ja/bug-buddy-ja.omf:
2071 * docs/ko/bug-buddy-ko.omf:
2072 * docs/sv/bug-buddy-sv.omf:
2073 * docs/zh_CN/bug-buddy-zh_CN.omf:
2074 * docs/zh_HK/bug-buddy-zh_HK.omf:
2075 * docs/zh_TW/bug-buddy-zh_TW.omf:
2078 2004-09-08 Fernando Herrera <fherrera@onirica.com>
2080 * configure.in: Post release version bumping to 2.8.0
2082 2004-09-08 Fernando Herrera <fherrera@onirica.com>
2085 * bugzilla/gnome/products:
2086 * bugzilla/ximian/mostfreq:
2087 * bugzilla/ximian/products:
2088 * configure.in: Release 2.7.92 (RC1) "Ojos verdes"
2090 2004-09-03 Gora Mohanty <gmohanty@cvs.gnome.org>
2092 * configure.in: Added "or" to ALL_LINGUAS.
2094 2004-08-21 Fernando Herrera <fherrera@onirica.com>
2097 * bugzilla/gnome/mostfreq:
2098 * bugzilla/gnome/products:
2099 * bugzilla/ximian/products:
2100 * configure.in: Release 2.7.91 (Beta 2) "budyboop"
2102 2004-08-16 Christian Rose <menthos@menthos.com>
2104 * configure.in: Added "bs" to ALL_LINGUAS.
2106 2004-08-15 Kjartan Maraas <kmaraas@gnome.org>
2108 * configure.in: Added nb to ALL_LINGUAS.
2110 2004-07-21 Ray Strode <rstrode@redhat.com>
2111 * bug-buddy/src/bug-buddy.desktop.in.in: Add MimeType line
2112 to desktop file new mime sytem.
2114 2004-06-01 Fernando Herrera <fherrera@onirica.com>
2116 * configure.in: Post release version bumping to 2.7.1
2118 2004-06-01 Fernando Herrera <fherrera@onirica.com>
2121 * bugzilla/gnome/config:
2122 * bugzilla/gnome/mostfreq:
2123 * bugzilla/gnome/products:
2124 * bugzilla/ximian/config:
2125 * bugzilla/ximian/mostfreq:
2126 * bugzilla/ximian/products: Release 2.7.0 "Lully"
2128 2004-04-15 Simon Frankau <sgf@arbitrary.name>
2130 * src/united-states-of-bug-buddy.c: (druid_set_sensitive):
2132 * src/united-states-of-bug-buddy.c: (email_is_valid): Rewritten
2133 * src/united-states-of-bug-buddy.c: Various minor tidy-ups.
2135 2004-04-15 Simon Frankau <sgf@arbitrary.name>
2137 * src/bug-buddy.c: (main):
2139 * src/bugzilla.c: (load_bugzilla_xml):
2140 * src/united-states-of-bug-buddy.c: (druid_draw_state),
2141 (on_druid_prev_clicked), (druid_set_state),
2142 (on_druid_next_clicked), (on_druid_cancel_clicked), (enter_intro),
2143 (done_intro), (enter_gdb), (done_gdb), (enter_product),
2144 (done_product), (enter_component), (done_component),
2145 (enter_mostfreq), (done_mostfreq), (enter_desc), (done_desc),
2146 (enter_email_config), (done_email_config), (enter_email),
2147 (done_email), (enter_finished), (done_finished): : Druid tab state
2148 machine rearranged so that the code for each state can be localised within
2152 2004-04-15 Simon Frankau <sgf@arbitrary.name>
2154 * src/bug-buddy.c: (init_ui): Warning added if a pid is given without
2157 * src/gdb-buddy.c: (start_animation), (stop_animation), (stop_gdb),
2158 (get_trace_from_pair): Rewritten to tidy freeing
2159 of strings (memory lead fixed), with some error messages added.
2161 2004-04-15 Simon Frankau <sgf@arbitrary.name>
2163 * src/bug-buddy.c: (on_gdb_go_clicked), (on_gdb_stop_clicked),
2164 (on_list_button_press_event), (main):
2166 * src/bugzilla.c: (async_update), (end_bugzilla_download),
2167 (start_bugzilla_download), (products_list_load):
2168 * src/gdb-buddy.c: (start_gdb), (get_trace_from_pair):
2169 * src/united-states-of-bug-buddy.c: (druid_set_state): remove
2170 druid_data.explicit_dirty, druid_data.download_in_progress.
2172 2004-04-15 Simon Frankau <sgf@arbitrary.name>
2174 * src/bug-buddy.c: (buddy_error), (on_gdb_save_clicked), (main):
2176 * src/bugzilla.c: (load_bugzillas):
2177 * src/gdb-buddy.c: (get_trace_from_core), (get_trace_from_pair):
2178 * src/united-states-of-bug-buddy.c: (mail_config_page_sendmail_ok),
2179 (mail_config_page_gnome_ok), (desc_page_ok), (submit_ok),
2180 (on_druid_next_clicked): use new buddy_error function.
2182 2004-04-15 Fernando Herrera <fherrera@onirica.com>
2184 * src/bug-buddy.c: (init_ui): Fix two strings. Fix bug #140053
2186 2004-04-15 Fernando Herrera <fherrera@onirica.com>
2188 * src/bug-buddy.glade: add scroll bar to description bug text box if
2189 needed. Fix bug #137540
2191 2004-04-15 Fernando Herrera <fherrera@onirica.com>
2193 * bug-buddy.schemas.in:
2194 * src/united-states-of-bug-buddy.c: (druid_set_state): Fix wrong
2197 2004-04-15 Fernando Herrera <fherrera@onirica.com>
2199 * src/bug-buddy.glade: s/Next/Forward/ . Fix bug #136191, patch from
2202 2004-04-13 Fernando Herrera <fherrera@onirica.com>
2204 * configure.in: Bump version to 2.7.0
2206 2004-04-12 Fernando Herrera <fherrera@onirica.com>
2208 * README.STABLE_BRANCH: update branch info.
2209 * configure.in: Post release version bumping to 2.6.1
2211 2004-04-09 Guntupalli Karunakar <karunakar@freedomink.org>
2213 * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
2215 2004-04-03 Samúel Jón Gunnarsson <sammi@techattack.nu>
2217 * is.po: Added "is" to ALL_LINGUAS.
2219 2004-03-22 Fernando Herrera <fherrera@onirica.com>
2221 * src/Makefile.am: (Fix a compiler issue, bug #135625)
2223 * bugzilla/gnome/products:
2224 * configure.in: Release 2.6.0 "Almodóvar did it again!"
2226 2004-03-20 Guntupalli Karunakar <karunakar@freedomink.org>
2228 * configure.in: Added 'pa' for Punjabi to ALL_LINGUAS.
2230 2004-03-17 Gareth Owen
2232 * configure.in: Added en_GB to ALL_LINGUAS
2234 2004-03-16 Fernando Herrera <fherrera@onirica.com>
2237 * bugzilla/gnome/products:
2238 * configure.in: Release 2.5.92 "We are the champions"
2240 2004-03-16 Fernando Herrera <fherrera@onirica.com>
2243 * src/bug-buddy.glade: set the filechooser in save mode with the new
2245 * src/united-states-of-bug-buddy.c: remove an unused function.
2247 2004-03-15 Glynn Foster <glynn.foster@sun.com>
2249 * configure.in: Add docs to build.
2250 * docs/Makefile.am: Add docs to build.
2251 * docs/*: Put back localized online help for de, fr, es, it, ja, ko, sv,
2252 zh_TW, zh_CN and zh_HK from Sun's translation team - may be a little
2253 outdated, but it's a good start to update them from.
2255 2004-02-25 Fernando Herrera <fherrera@onirica.com>
2257 * src/united-states-of-bug-buddy.c: (druid_set_state): Disable Back
2258 button when debugging is the first page. Fix #135343
2260 2004-02-24 Fernando Herrera <fherrera@onirica.com>
2263 * src/bug-buddy.applications:
2264 * src/bug-buddy.keys.in: Update to application/x-core MIME type from the
2266 * src/bug-buddy.mime: removed
2268 2004-02-24 Fernando Herrera <fherrera@onirica.com>
2271 * bugzilla/gnome/products:
2272 * configure.in: Release 2.5.90 "I love it when a plan comes
2275 2004-02-24 Fernando Herrera <fherrera@onirica.com>
2277 * src/united-states-of-bug-buddy.c: (check_old_version),
2278 (on_druid_next_clicked): Only check old version once (Fix #134167). If
2279 failing getting application product from application name, load the product
2282 2004-02-24 Fernando Herrera <fherrera@onirica.com>
2284 * src/bug-buddy.glade:
2285 * src/united-states-of-bug-buddy.c:
2286 (on_email_file_gnome_entry_browse_clicked): Set the FileChooser in
2287 save mode for saving bug reports.
2289 2004-02-24 Fernando Herrera <fherrera@onirica.com>
2291 * src/united-states-of-bug-buddy.c: (on_druid_cancel_clicked): Remove
2292 confirmation dialog after the UI-review recomendation.
2294 2004-02-24 Fernando Herrera <fherrera@onirica.com>
2296 * src/bugzilla.c: (generate_email_text): Don't free version string.
2297 Fix #126449. Patch from Simon Frankau
2299 2004-02-21 Christian Rose <menthos@menthos.com>
2301 * configure.in: Added "en_CA" to ALL_LINGUAS.
2303 2004-02-15 Fernando Herrera <fherrera@onirica.com>
2306 * bugzilla/gnome/products:
2307 * configure.in: Release 2.5.3, "No name release"
2309 2004-02-11 Fernando Herrera <fherrera@onirica.com>
2311 * src/Makefile.am: add -export-dynamic. Fix bug #132174. Patch from
2314 2004-02-11 Fernando Herrera <fherrera@onirica.com>
2316 * gentool/gentool.m4: Add quotes AC_PROG_GENTOOL. Patch from Alexander
2317 Winston. Fix bug #133150
2319 2004-02-11 Fernando Herrera <fherrera@onirica.com>
2321 * src/bug-buddy.glade: Use GtkFileChooser in GnomeFileEntries
2323 2004-01-20 Fernando Herrera <fherrera@onirica.com>
2325 * src/bug-buddy.c: (init_gnome_version_stuff): read GNOME date
2327 * src/united-states-of-bug-buddy.c: (check_old_version),
2328 (druid_set_state): if GNOME version is older than 6 months suggest
2331 2004-01-20 Fernando Herrera <fherrera@onirica.com>
2333 * Makefile.am: Remove OrigTree
2334 * configure.in: requiere intltool 0.29
2336 2004-01-20 Fernando Herrera <fherrera@onirica.com>
2338 * bug-buddy.schemas.in: Fix some typos. Fix bug #131876.
2340 2004-01-20 Jason Leach <leach@wam.umd.edu>
2342 * Makefile.am (install-data-local): builddir != srcdir fix.
2344 2004-01-06 Vincent Untz <vincent@vuntz.net>
2346 * src/bug-buddy.desktop.in.in: changed the comment to be less
2347 GNOME-specific (proposition by Luis Villa). Fix bug #89356.
2349 2004-01-03 Fernando Herrera <fherrera@onirica.com>
2351 * Makefile.am: added intltool-modules/XML/Parser/Style/OrigTree.pm
2352 * src/bugzilla.c: (load_bugzilla): store and free string returned by
2353 gnome_config_get_string
2355 2004-01-02 Robert Sedak <robert.sedak@sk.htnet.hr>
2357 * configure.in: Added "hr" in ALL_LINGUAS .
2359 2003-12-26 Fernando Herrera <fherrera@onirica.com>
2362 * bugzilla/gnome/products:
2363 * configure.in: Release 2.5.2, "Franco Corelli"
2365 2003-12-25 Fernando Herrera <fherrera@onirica.com>
2368 * bug-buddy.schemas.in:
2370 * po/POTFILES.in: Schema file stuff
2371 * src/bug-buddy.c: (init_ui), (delete_me):
2372 * src/bug-buddy.glade:
2374 * src/config.c: (entry_changed_notify), (config_entry_commit),
2376 * src/united-states-of-bug-buddy.c: (on_druid_cancel_clicked): Port
2377 bug-buddy configuration to gconf
2379 2003-12-14 Fernando Herrera <fherrera@onirica.com>
2381 * src/united-states-of-bug-buddy.c: (on_druid_about_clicked): Add
2382 support for translators in the about dialog.
2384 2003-12-14 Fernando Herrera <fherrera@onirica.com>
2386 * src/bug-buddy.c: (main):
2387 * src/united-states-of-bug-buddy.c: (on_druid_about_clicked): Use
2388 gtk_icon_theme_* to load icons.
2390 2003-12-13 Fernando Herrera <fherrera@onirica.com>
2392 * src/bugzilla.c: (load_products_xml): Don't add closed products.
2393 * src/united-states-of-bug-buddy.c: (on_druid_next_clicked): Refuse
2394 selected application if its bugzilla info doesn't match with any
2395 bugzilla xml info (a non-existant, mistyped or closed
2396 product/component in .desktop file). Fix bug #123435
2398 2003-12-13 Fernando Herrera <fherrera@onirica.com>
2400 * src/bug-buddy.glade:
2401 * src/united-states-of-bug-buddy.c: (on_druid_next_clicked): add
2402 context to component selection page (Application or product
2403 selected). Fix bug #128349. Also remove code for unknown applications
2405 2003-12-13 Fernando Herrera <fherrera@onirica.com>
2407 * src/bug-buddy.c: (on_applications_products_changed), (init_ui):
2408 Switch between apps and products.
2409 * src/bug-buddy.glade: Remove toggle button and no product/app
2410 checkbox. Use two radio buttons for switching between apps and
2412 * src/config.c: (save_config), (load_config): Don't load/store
2413 applications/products view setting. Show apps by default
2414 * src/libglade-buddy.h: Change app/products function
2415 * src/bugzilla.c: (generate_email_text):
2416 * src/united-states-of-bug-buddy.c: (on_druid_prev_clicked),
2417 (on_druid_next_clicked): Remove email generation and warning for
2419 This closes bug #129137
2421 2003-12-13 Fernando Herrera <fherrera@onirica.com>
2423 * src/bugzilla.c: (load_applets), (visit_cb): Show only applications
2424 and applets with known bugzilla info (Fixes #129138)
2426 2003-12-12 Fernando Herrera <fherrera@onirica.com>
2428 * src/bug-buddy.c: (on_gdb_save_clicked): remove hard coded
2431 2003-12-12 Fernando Herrera <fherrera@onirica.com>
2433 * src/distribution.c: (get_irix_version): Report "Irix"
2434 * src/distribution.h: add support for Fedora and Gentoo
2436 2003-12-11 Fernando Herrera <fherrera@onirica.com>
2439 * src/united-states-of-bug-buddy.c: (druid_set_state),
2440 (on_druid_next_clicked): preserve bug description if filled
2442 2003-12-09 Fernando Herrera <fherrera@onirica.com>
2444 * bugzilla/gnome/products:
2446 * NEWS: Update for 2.5.1 release ("Mi mamáprefiere GNOME")
2448 2003-12-04 Jan Arne Petersen <jpetersen@uni-bonn.de>
2450 * src/bug-buddy.c: (on_gdb_save_clicked): Use GtkFileChooser
2451 instead of GtkFileSelection.
2453 2003-12-04 Fernando Herrera <fherrera@onirica.com>
2455 * src/bugzilla.c: (load_products_xml): Fix a bug introduced when
2456 fixing #125396 that prevented the component list to be loaded.
2458 2003-11-09 Fernando Herrera <fherrera@onirica.com>
2460 * bugzilla/gnome/products:
2461 * NEWS: Update for 2.5.0 release ("He tardado 10 minutos en
2464 2003-11-06 Fernando Herrera <fherrera@onirica.com>
2466 * src/bug-buddy.c: (init_gnome_version_stuff):
2467 * src/bugzilla.c: (load_products_xml), (get_xml_file): Fix some
2468 leaks, patch from Kjartan Maraas (fix bug #125396)
2470 2003-11-06 Fernando Herrera <fherrera@onirica.com>
2472 * README.STABLE_BRANCH:
2473 * configure.in: gnome 2.5 branch info
2475 2003-11-06 Sivaiah N <snallagatla@novell.com>
2478 * src/Makefile.am: disable deprecations by
2479 default, added a --enable-deprecations option to enable them.
2481 2003-10-06 Vincent Untz <vincent@vuntz.net>
2483 * src/bug-buddy.c: (main) don't show up to three windows at a time when
2484 updating the product databases. And we don't need to tell the user the
2485 update was successful (it's supposed to be successful).
2488 2003-10-06 Vincent Untz <vincent@vuntz.net>
2490 * src/gdb-buddy.c: (get_trace_from_pair) fix crash when debugging a
2491 program not in the path and search in GNOME2_PATH instead of
2492 GNOME_PATH. Should fix bug #115147.
2494 2003-09-17 Fatih Demir <kabalak@gtranslator.org>
2496 * configure.in: Added "ta" (Tamil) to the languages' list.
2498 2003-09-01 Fernando Herrera <fherrera@onirica.com>
2501 * bugzilla/gnome/products:
2502 * configure.in: Update for 2.4.0 Release ("Galactic")
2504 2003-08-25 Fernando Herrera <fherrera@onirica.com>
2507 * bugzilla/gnome/products:
2508 * configure.in: Updte for 2.3.5 Release ("La Espiral")
2510 2003-08-14 Guntupalli Karunakar <karunakar@freedomink.org>
2512 * configure.in: Added "hi" in ALL_LINGUAS.
2514 2003-08-03 Fernando Herrera <fherrera@onirica.com>
2517 * bugzilla/gnome/products:
2518 * bugzilla/ximian/mostfreq:
2519 * bugzilla/ximian/products:
2520 * configure.in: Update for 2.3.4 Release ("Pinochio")
2522 2003-07-23 Fernando Herrera <fherrera@onirica.com>
2524 * src/bugzilla.c: (load_products_xml): Workaround for a bugzilla
2525 create-products-xml bug, that made bug-buddy crash.
2527 2003-07-21 Fernando Herrera <fherrera@onirica.com>
2529 * src/bugzilla.c: (generate_email_text): Fix a str free (bug #117806)
2530 * src/united-states-of-bug-buddy.c: (select_version),
2531 (on_druid_next_clicked): Fix a crash (bug #117809). Fill version entry
2532 with unspecified if version is not know after selecting a product
2535 2003-07-18 Fernando Herrera <fherrera@onirica.com>
2537 * src/united-states-of-bug-buddy.c: (on_druid_about_clicked):
2538 Unify copyright strings. Patch from Christian Neumair. Fixes #101725
2540 2003-07-15 Fernando Herrera <fherrera@onirica.com>
2544 * bugzilla/gnome/mostfreq:
2545 * bugzilla/gnome/products:
2546 * bugzilla/ximian/config:
2547 * bugzilla/ximian/mostfreq:
2548 * bugzilla/ximian/products: Update for 2.3.3 Release ("I've given up
2551 2003-07-15 Fernando Herrera <fherrera@onirica.com>
2553 * src/bug-buddy.c: (init_ui):
2554 * src/bug-buddy.glade:
2556 * src/bugzilla.h: Use a combo for version entry.
2557 * src/bugzilla.c: (update_version), (update_version_menu), (generate_email_text):
2558 * src/united-states-of-bug-buddy.c: (select_version),
2559 (select_severity), (on_druid_next_clicked): Select version and severity.
2560 * src/bugzilla.c: (load_products_xml), (load_bugzilla_xml_file). If not downloading
2561 new bugzilla files, compare dates of ~/.gnome/bug-buddy.d/* and prefix/share/bug-buddy/*
2562 to use the most recent. Use again applications-all-users because gnome-vfs bug was fixed.
2564 2003-07-14 Fernando Herrera <fherrera@onirica.com>
2566 * src/gdb-buddy.c: (handle_gdb_input): convert gdb output from ISO-8859-1
2567 (the charset gdb is using) to UTF-8 using a fallback, preventing incomplete
2568 traces with non-convertible chars.
2570 2003-06-28 Fernando Herrera <fherrera@onirica.com>
2572 * src/bug-buddy.c: (init_ui):
2574 * src/bugzilla.c: (generate_email_text):
2575 * src/united-states-of-bug-buddy.c: (mail_write_template),
2576 (mail_lock_text), (druid_set_state): Use differents templates for each
2577 kind of bug report. Fix also a crash when reporting non-bugzilla bugs
2578 without the "Description:" field
2580 2003-06-26 Fernando Herrera <fherrera@onirica.com>
2582 * src/bugzilla.c: (generate_email_text): s/Gnome
2583 distributor/Gnome-Distributor/ as spaces in headers break halloween
2584 pasrsing at submit@bugs.gnome.org. Thanks to Andrew Sobala for
2585 pointing this. (Fix #116058)
2587 2003-06-15 Taneem Ahmed <taneem@eyetap.org>
2589 * configure.in: Added "bn" to ALL_LINGUAS.
2591 2003-06-10 Fernando Herrera <fherrera@onirica.com>
2593 * src/bug-buddy.glade: Some HIG changes. Mostly accelerators, padding,
2594 and text corrections.
2595 * src/united-states-of-bug-buddy.c: (submit_ok): Fix a typo, remove
2596 confirmation dialog before submiting a bug.
2598 2003-06-10 Fernando Herrera <fherrera@onirica.com>
2600 * src/bug-buddy.glade:
2601 * src/united-states-of-bug-buddy.c: (submit_ok): String changes and
2602 corrections from Luis Villa (bug #114822)
2604 2003-06-09 Fernando Herrera <fherrera@onirica.com>
2607 * bugzilla/gnome/products:
2608 * bugzilla/ximian/mostfreq:
2609 * bugzilla/ximian/products: Update for 2.3.2 Release ("In the
2612 2003-06-09 Fernando Herrera <fherrera@onirica.com>
2615 * src/bug-buddy.desktop.in:
2616 * src/bug-buddy.desktop.in.in: Move bug-buddy.desktop.in to
2617 bug-buddy.desktop.in.in to be parsed by configure script in order to
2618 get @VERSION@ replaced. Update POTFILES.in entry.
2620 2003-06-09 Fernando Herrera <fherrera@onirica.com>
2622 * configure.in: bump version number.
2623 * src/bug-buddy.desktop.in: Add X-GNOME-Bugzilla-version (this will
2624 requiere the move to .desktop.in.in)
2626 * src/bugzilla.c: (bugzilla_application_new), (load_applets),
2627 (visit_cb), (generate_email_text): read version from .desktop file.
2628 Add Bugzilla-Version field to email
2629 * src/united-states-of-bug-buddy.c: (on_druid_next_clicked): Merge
2630 patch from ximian to stop crashing in product view (bug #114712). Also
2631 write the version number in the entry.
2633 2003-06-07 Fernando Herrera <fherrera@onirica.com>
2635 * src/bug-buddy.glade: Add a privacy warning.
2636 * src/bugzilla.c: (bugzilla_application_new): Don't add duplicated
2638 * src/bugzilla.c: (add_products): Fix for a NULL-dereference
2639 (Fixes #104357, thanks to Jens Askengren for the patch)
2640 * src/bug-buddy.c: (init_ui):
2641 * src/united-states-of-bug-buddy.c: (mail_lock_text),
2642 (druid_set_state): Don't allow the user to modify Bugzilla headers in
2645 2003-06-04 Abel Cheung <maddog@linux.org.hk>
2647 * src/united-states-of-bug-buddy.c(on_druid_next_clicked): Fixed
2648 string marked for translation.
2650 2003-05-31 Paisa Seeluangsawat <paisa@colorado.edu>
2652 * configure.in: Added Thai (th) to ALL_LINGUAS.
2654 2003-05-27 Abel Cheung <maddog@linux.org.hk>
2656 * src/bug-buddy.glade: Fix small typo.
2658 2003-05-19 Fernando Herrera <fherrera@onirica.com>
2662 * src/bug-buddy.c: (init_ui): Go to STATE_GDB when invoked from crash.
2663 2.3.1 "My brown paper bag" release!
2665 2003-05-18 Fernando Hererra <fherrera@onirica.com>
2669 * bugzilla/gnome/mostfreq:
2670 * bugzilla/gnome/products:
2671 * bugzilla/ximian/config:
2672 * bugzilla/ximian/mostfreq:
2673 * bugzilla/ximian/products:
2674 * configure.in: update for 2.3.0 release ("Sex, lies and Div-Xs")
2676 2003-05-16 Telsa Gwymme <hobbit@aloss.ukuu.org.uk>
2678 * configure.in: Added "cy" (Welsh) to ALL_LINGUAS
2680 2003-05-16 Fernando Herrera <fherrera@onirica.com>
2682 * src/united-states-of-bug-buddy.c: (on_druid_next_clicked):fix some
2683 warnings and a typpo.
2685 2003-05-15 Fernando Herrera <fherrera@onirica.com>
2687 * src/bug-buddy.c: (init_ui), (main):
2688 * src/bug-buddy.glade:
2689 * src/bug-buddy.h: New first page when invoked from scratch. Ask for
2691 * src/bugzilla.c: (generate_email_text): Add keywords based on bug
2692 type, and set priority "enhancement" when it is a a feature request.
2693 * src/united-states-of-bug-buddy.c: (on_druid_about_clicked),
2694 (druid_set_state), (on_druid_prev_clicked),
2695 (on_druid_next_clicked): Manage new intro page. Show debug page
2696 always when invoked from scratch and debug type is selected. Add
2697 myself to the about dialog.
2699 2003-05-06 Fernando Herrera <fherrera@onirica.com>
2701 * src/bug-buddy.c: (init_gnome_version_stuff):
2703 * src/bugzilla.c: (generate_email_text): s/vendor/distributor as done
2704 in gnome-desktop (to make RMS happy)
2706 2003-05-06 Fernando Herrera <fherrera@onirica.com>
2708 * src/bugzilla.c: (async_update): Print the progress label only when
2709 all files/sizes are calculated (Fixes #108408)
2710 (generate_email_text): Print Distribution name after the Subject
2713 2003-05-04 Christian Rose <menthos@menthos.com>
2715 * configure.in: Added sr and sr@Latn to ALL_LINGUAS.
2717 2003-04-01 Fernando Herrera <fherrera@onirica.com>
2721 * src/distribution.c: (get_line_from_fd), (get_line_from_file),
2722 (get_redhat_version), (get_turbolinux_version),
2723 (get_debian_version), (get_irix_version),
2724 (get_distro_name_from_file), (get_distro_name): Add distribution
2725 detection to bug-buddy.
2726 * src/distribution.h:
2727 * src/bugzilla.c: (generate_email_text): Add distribution info to
2728 report, and Gnome Vendor as "Gnome Vendor".
2730 2003-03-13 Christian Rose <menthos@menthos.com>
2732 * configure.in: Added "ml" to ALL_LINGUAS.
2734 2003-02-17 Roozbeh Pournader <roozbeh@sharif.edu>
2736 * configure.in: Added "fa" to ALL_LINGUAS
2738 2003-02-10 Mohammad DAMT <mdamt@bisnisweb.com>
2740 * po/id.po: Added Indonesian Translation
2741 * configure.in: Added "id" to ALL_LINGUAS
2743 2003-02-07 Abel Cheung <maddog@linux.org.hk>
2745 * configure.in: Removed "en_GB" from ALL_LINGUAS (completely
2748 2003-01-25 Alex Duggan <aldug@astrolinux.com>
2750 * src/united-states-of-bug-buddy.c: use the bug-buddy icon in the
2751 about dialog. Fixes #104445
2753 2003-02-03 Fernando Herrera <fherrera@onirica.com>
2756 * bugzilla/gnome/mostfreq:
2757 * bugzilla/gnome/products:
2758 * bugzilla/ximian/products:
2759 * configure.in: update for 2.2.102 release ("Oh na na na")
2761 2003-02-01 Fernando Herrera <fherrera@onirica.com>
2763 * TODO: Update with some ideas from Owen and me.
2764 * src/bugzilla.c: (bugzilla_application_new),
2765 (generate_email_text): Only add a binary to the list if it is not
2766 already in. If the app doesn't have bugzilla product, ask for email
2767 address to send the report. (Fix #104599)
2768 * src/united-states-of-bug-buddy.c: (select_component_row): Check if
2771 2003-01-21 Christian Rose <menthos@menthos.com>
2773 * configure.in: Added "mn" to ALL_LINGUAS.
2775 2002-01-19 Fernando Herrera <fherrera@onirica.com>
2779 * configure.in: 2.2.101 release "Fidelio"
2781 2003-01-14 Pablo Saratxaga <pablo@mandrakesoft.com>
2783 * configure.in: Added Amharic (am) and Macedonian (mk) to ALL_LINGUAS
2785 2003-01-05 Fernando Herrera <fherrera@onirica.com>
2787 * src/gdb-buddy.c: (get_trace_from_pair): set NULL encoding for gdb
2788 output, so g_io_channel can read text with invalid UTF-8 strings
2791 2002-12-31 Fernando Herrera <fherrera@onirica.com>
2793 * src/bug-buddy.desktop.in: add StartupNotify
2795 2002-12-31 Fernando Herrera <fherrera@onirica.com>
2799 * configure.in: 2.2.100 release "I should be there, baby!"
2800 * pixmaps/gnome.png: Update GNOME logo to the new version.
2802 2002-12-29 Fernando Herrera <fherrera@onirica.com>
2804 * src/united-states-of-bug-buddy.c: Little text typo. Fixes (#99564)
2805 Thanks to Christian Rose for pointing this.
2807 2002-12-29 Fernando Herrera <fherrera@onirica.com>
2809 * src/bug-buddy.glade: Don't use gtk stock button "Refresh". Use
2810 "Update" as label to be consistent with the text (fixes #101693).
2811 Remove references to help button (fixes #86410).
2813 2002-12-29 Fernando Herrera <fherrera@onirica.com>
2815 * src/united-states-of-bug-buddy.c: (select_component_row),
2816 (on_druid_next_clicked): If component is in the .desktop file
2817 preselect it. (Thanks to Kristian Rietveld for its gtktree
2820 2002-12-29 Fernando Herrera <fherrera@onirica.com>
2822 * src/bugzilla.c: (visit_cb): don't use all-applications because it is
2823 not working. Use applications-all-users:/// and check for recursion
2825 2002-12-28 Fernando Herrera <fherrera@onirica.com>
2827 * configure.in: requiere libgnomeui 2.1.x for gnome-icom-theme
2829 2002-12-16 Fernando Herrera <fherrera@onirica.com>
2833 * README.STABLE_BRANCH:
2836 * bugzilla/gnome/config:
2837 * bugzilla/gnome/mostfreq:
2838 * bugzilla/gnome/products:
2839 * bugzilla/ximian/config:
2840 * bugzilla/ximian/mostfreq:
2841 * bugzilla/ximian/products: Updated for the new release.
2843 2002-12-15 Fernando Herrera <fherrera@onirica.com>
2845 * src/bug-buddy.glade:
2846 * src/bugzilla.c: (async_update): Tweak progress dialog. Show only
2847 number of files "1 of 6".
2848 http://bugzilla.gnome.org/bugzilla.gnome.org/config.xml is nothing
2849 relevant for the user.
2851 2002-12-13 Fernando Herrera <fherrera@onirica.com>
2853 * bugzilla/gnome.bugzilla:
2854 * bugzilla/ximian.bugzilla:
2856 * src/bug-buddy.glade:
2858 * src/bugzilla.c: (md5str_equal_digest), (get_xml_file),
2859 (bugzilla_get_md5sums), (load_bugzilla):
2861 * src/config.c: (save_config), (load_config): Download md5sums from
2862 bugzilla (only if it didn't in the last 24h), and compare with local
2863 bugzilla files. If different, aks the user for updating them.
2865 * src/md5-utils.c: Copied md5 functions from somewhere in the gnome
2868 2002-12-13 Fernando Herrera <fherrera@onirica.com>
2870 * src/gdb-buddy.c: Try to look in libexec dir (Needed to debug
2873 2002-12-10 Fernando Herrera <fherrera@onirica.com>
2875 * src/bug-buddy.c (stop_progress, queue_download_restart,
2876 on_proxy_settings_clicked, on_progress_start_clicked,
2877 on_progress_stop_clicked, main):
2879 * src/bug-buddy.glade:
2881 * src/bugzilla.c (async_update, copy_from_system_to_cache,
2882 get_xml_file, end_bugzilla_download, start_bugzilla_download,):
2883 Changed the logic of downloading. First try the newer version from
2884 local cached bugzilla files and the ones from sharedir. If they are
2885 too old, ask the user for updating. New dialog for updating and
2886 new progress dialog.
2888 2002-12-15 Fernando Herrera <fherrera@onirica.com>
2890 * src/united-states-of-bug-buddy.c: add Kevin and Eric to credits as
2893 2002-12-14 Fernando Herrera <fherrera@onirica.com>
2895 * src/bugzilla.c: (open_mostfreq_bug):
2896 * src/cell-renderer-uri.c: (cell_renderer_uri_set_property),
2897 (cell_renderer_uri_activate): Workaround to fix #86711. As cru->uri is
2898 not set correctly (maybe a gtk+ or a problem derivating the class?),
2899 use a new function to open the bug with bug_position --> iter -->
2902 2002-12-03 Fernando Herrera <fherrera@onirica.com>
2904 * src/bugzilla.c (products_list_load): Removed code to autoselect
2905 component (it didn't work)
2907 * src/united-states-of-bug-buddy.c (on_druid_prev_clicked)
2908 on_druid_next_clicked: When invoked from crash, try to guess
2909 product and component (from .desktop file) corresponding to the
2910 crashed app. When invoked from scratch, after the user has
2911 selected an application, guess the product. This implies skipping
2912 two sometimes hard steps. Autoset critical severity for crashes.
2914 2002-12-08 Malcolm Tredinnick <malcolm@commsecure.com.au>
2916 * src/united-states-of-bug-buddy.c: Unbreak the build and
2917 restore Ximian's copyright notice.
2919 2002-12-07 Christian Neumair <chris@gnome-de.org>
2921 * src/united-states-of-bug-buddy.c: Made copyright string translatable
2922 and changed it (pattern is "(C) first-year-code-was-published
2923 first-author"). Sorry Ximian, but that's the way we ought to refer to
2926 2002-11-21 Kjartan Maraas <kmaraas@gnome.org>
2928 * src/bugzilla.c (load_bugzilla): Free the path. Fixing a leak
2929 and closing bugzilla #95981.
2931 2002-11-17 Dmitry G. Mastrukov <dmitry@taurussoft.org>
2933 * configure.in: Added Belarusian to ALL_LINGUAS.
2935 2002-09-30 jacob berkman <jacob@ximian.com>
2937 * src/bugzilla.c (load_applets):
2940 (load_applications): port from GnomeIconLoader to GnomeIconTheme
2942 2002-09-06 jacob berkman <jacob@ximan.com>
2944 * src/bug-buddy.[ch]:
2945 * src/bugzilla.[ch]:
2947 * src/united-states-of-bug-buddy.c: commit 2 week old changes on
2948 my local tree. i think this adds support for pre-selecting a
2949 crashed app in the list of applications. or, it would but
2950 gtktreeview doesn't work right.
2952 * src/save-buddy.c: include signal.h
2954 2002-09-04 Ross Burton <ross@burtonini.com>
2956 * src/bug-buddy.desktop.in: Fix the desktop file so that it
2957 validates correctly.
2959 2002-08-15 jacob berkman <jacob@ximian.com>
2961 * src/bugzilla.c (create_products_list):
2962 (create_components_list): sort by the first column
2964 * src/config.c (save_config):
2965 (load_config): don't persist "show debugging info"
2967 * configure.in: require bonobo-activation and libbonobo
2969 * src/bugzilla.c (bugzilla_application_new): helper func
2970 (get_i18n_slist): cut-n-paste from (gasp!) menu.c
2971 (load_applets): get the list of applets from bonobo-activation
2972 (visit_cb): use bugzilla_application_new()
2973 (load_applications): load the applets too and don't leak the icon
2976 2002-08-14 jacob berkman <jacob@ximian.com>
2978 * src/bugzilla.c (BUGZILLA_*):
2979 * src/bug-buddy.desktop.in (X-GNOME-Bugzilla-*): spell it GNOME
2981 * configure.in: check for gnome-desktop
2983 * src/united-states-of-bug-buddy.c (druid_set_state): disable next
2984 button if we are downloading
2985 (on_druid_prev_clicked): handle a new state we can be in
2986 (submit_ok): handle the user selecting an application (this
2987 function needs to be refactored)
2989 * src/save-buddy.c (bb_write_buffer_to_*): add a wait_msg arg that
2990 is the label of the dialog that pops up after a while
2992 * src/config.c (save_config):
2993 (load_config): persist whether we are showing products or
2996 * src/bugzilla.c (load_bugzilla_xml): only populate the products
2997 list if we are showing products
2998 (end_bugzilla_download):
2999 (start_bugzilla_download): turn the next button off while
3000 downloading if we are on the product page
3002 (load_applications): load a list of applications from
3003 all-applications:/// to present the user, rather than using a list
3004 of products. .desktop files with X-Gnome-Bugzilla-* headers will
3006 (products_list_load): populate the products list with either
3007 products or applications
3009 * src/bug-buddy.h (DruidData): add show_products and applications
3012 * src/bug-buddy.glade: add a button to swtich between product and
3013 application selection mode
3015 * src/bug-buddy.desktop.in: add X-Gnome-Bugzilla-* entries
3017 * src/bug-buddy.c (buddy_set_text_widget):
3018 (buddy_get_text_widget): add support for GtkButton
3019 (on_gdb_save_clicked): pass a wait message
3020 (on_product_toggle_clicked): toggle the tree view between
3021 applications / products listing
3022 (on_list_button_press_event): don't continue if a download is in
3024 (main): load the list of applications
3026 * src/bugzilla.[ch] (bugzilla_bts_add_products_to_clist): nuke
3027 (BugzillaProduct): make components a hash table
3028 (BugzillaBTS): make products a hash table
3029 (generate_email_text): submit data from gnome-version.xml
3030 (*): fixups for hash tables, and i think fix bug #83109 (can't
3031 tell because gnome-vfs crashes for me)
3033 * src/bug-buddy.h (DruidData): make bugzillas a GHashTable, and
3036 * src/bug-buddy.glade: kill the bts selection option menu
3038 * src/bug-buddy.[ch] (init_gnome_version_stuff): read gnome
3039 platform version and vendor from
3040 $prefix/share/gnome-about/gnome-version.xml
3042 * src/bugzilla.c (generate_email_text): clean up a bit
3044 2002-08-13 jacob berkman <jacob@ximian.com>
3046 * src/united-states-of-bug-buddy.c (submit_ok): fix a crash
3048 * configure.in: bump to 2.2.99
3050 * src/united-states-of-bug-buddy.c: use new saving code (fixes
3053 * src/save-buddy.c (bb_write_buffer_to_fd): use an io channel to
3054 write to a file, and pop up a dialog if it takes more than 1.1
3055 seconds which allows the user to cancel the action (fixes #73443)
3057 * src/*.[ch]: nuke some #if 0'd code and fix some compile warnings
3060 * src/signal-buddy.[ch]: steal unix signal/glib mainloop code from gdm
3062 2002-08-12 jacob berkman <jacob@ximian.com>
3064 * NEWS (2.2.1): updates, but need to fix the other part of 84914
3065 before releasing a new version
3067 * src/save-buddy.c (bb_save_file): steal file saving from gedit
3070 * src/united-states-of-bug-buddy.c (on_druid_cancel_clicked): kill
3071 gdb (should fix bug #86404)
3073 * src/save-buddy.c (bb_save_file): prompt the user to overwrite
3074 the file if it already exists (bug #84914)
3076 * src/gdb-buddy.c (handle_gdb_input): convert gdb data to UTF-8
3077 (michael meeks, bug #82722)
3079 2002-07-28 Christian Rose <menthos@menthos.com>
3081 * configure.in: Added "sq" to ALL_LINGUAS.
3083 2002-06-19 jacob berkman <jacob@ximian.com>
3086 * configure.in: 2.2.0
3088 2002-06-05 jacob berkman <jacob@ximian.com>
3090 * src/Makefile.am (EXTRA_DIST): dist .applications file
3092 2002-06-05 Alex Graveley <alex@ximian.com>
3094 * src/bug-buddy.keys.in: Remove unsupported open action, add
3095 settings for nautilus1 user-levels, and set default_action_type to
3098 * src/bug-buddy.applications: Add bug-buddy-core-file handler for
3099 application/x-core-file mimetype, with the command "buddy --core",
3100 and the name "Bug Buddy".
3102 * src/Makefile.am (applications_DATA): Install
3103 bug-buddy.applications.
3105 2002-06-04 Yanko Kaneti <yaneti@declera.com>
3107 * configure.in: (ALL_LINGUAS) Added Bulgarian (bg).
3109 2002-05-28 Eric Baudais <baudais@kkpsi.org>
3111 * docs/C/bug-buddy.xml: Updated the docs for 2.1.6.
3112 * docs/C/bug-buddy-C.omf: Updated for 2.1.6.
3114 2002-05-26 Chris Lyttle <chris@wilddev.net>
3116 * docs/C/bug-buddy-C.omf: Added rights and version tags
3117 * docs/C/Makefile.am: changed figs to figdir
3118 * Makefile.am: Add omf.make to EXTRA_DIST
3119 * configure.in: Added scrollkeeper test for v0.3.8 and removed
3120 omf-install from makefile list
3121 * omf.make: Added for new scrollkeeper
3122 * xmldocs.make: changed to new version
3124 2002-05-21 Eric Baudais <baudais@okstate.edu>
3126 * docs/C/bug-buddy-C.omf: Changed the OMF file to conform with
3127 the OMF DTD Scrollkeeper uses.
3129 2002-05-15 jacob berkman <jacob@ximian.com>
3131 * docs/Makefile.am (man_MANS):
3132 * docs/bug-buddy.1: man page from David LaBissoniere
3133 <labisso@debian.org>
3135 * AUTHORS: i haven't been to CMU in over 2 years
3137 2002-05-13 jacob berkman <jacob@ximian.com>
3140 * configure.in: release 2.1.6
3142 * bugzilla/*: update
3144 * src/united-states-of-bug-buddy.c (on_druid_next_clicked):
3145 (on_druid_prev_clicked): if there are no mostfreq bugs, skip that
3146 page (fixes bug #76405)
3150 * bugzilla/Makefile.am:
3151 * bugzilla/gnome/Makefile.am:
3152 * bugzilla/ximian/Makefile.am: finally give in to automake 1.5
3153 breaking backwards compat behaviour and waste cpu by not using my
3154 cool automake hack (also fixes #74390)
3156 * src/bug-buddy.glade:
3157 * src/bug-buddy.c (on_proxy_settings_clicked):
3158 * src/config.c: remove proxy config dialog, just run
3159 gnome-network-properties
3161 * src/bugzilla.c (load_bugzillas): don't crash if no bugzillas
3162 were found. put up a dialog and bail instead. fixes bug #74390
3164 2002-05-10 Wayne Schuller <k_wayne@linuxpower.org>
3166 * src/bugzilla.c: (bugzilla_add_mostfreq): The most frequent list
3167 is for display only, so don't let anything get
3168 selected. http://bugzilla.gnome.org/show_bug.cgi?id=77277
3170 2002-05-08 Pablo Saratxaga <pablo@mandrakesoft.com>
3172 * configure.in: Added Vietnamese (vi) to ALL_LINGUAS
3174 2002-05-07 Archit Baweja <bighead@users.sourceforge.net>
3176 * src/united-states-of-bug-buddy.c (submit_ok): show Cancel/Submit
3177 instead of No/Yes to adhere to UI Guidlines. fixed #74816.
3179 2002-02-29 Pablo Saratxaga <pablo@mandrakesoft.com>
3181 * configure.in: Added Basque language (eu) to ALL_LINGUAS
3183 2002-04-19 jacob berkman <jacob@ximian.com>
3185 * configure.in: 2.1.5
3187 * src/bug-buddy.glade: fix icon
3189 * bugzilla/*: update
3191 2002-04-17 Abel Cheung <maddog@linux.org.hk>
3193 * configure.in: Removed en_AU, it's a completely empty translation,
3194 unhandled for 2 years.
3196 2002-04-16 jacob berkman <jacob@ximian.com>
3198 * src/bug-buddy.glade: fix packing of copy/save buttons (fixes bug
3201 * src/gdb-cmd: do 'bt full' rather than 'bt' - suggested by havoc
3204 2002-04-10 jacob berkman <jacob@ximian.com>
3206 * src/bugzilla.c (gify): if convert didn't work just strdup
3208 2002-04-09 jacob berkman <jacob@ximian.com>
3210 * src/bug-buddy.glade: turn word wrap on
3211 add copy/save buttons
3213 * src/bug-buddy.c (on_gdb_copy_clicked): copy the contents of the
3214 gdb text widget to the clipboard
3215 (on_gdb_save_clicked): save the contents of the gdb text widget to
3218 * src/gdb-buddy.c (start_animation):
3219 (stop_animation): enable/disable copy/save buttons
3223 * src/united-states-of-bug-buddy.c (on_druid_help_clicked): call
3224 gnome_help_display()
3226 * configure.in (AC_OUTPUT):
3227 * Makefile.am (SUBDIRS): add omf-install/
3229 2002-04-02 jacob berkman <jacob@ximian.com>
3231 * configure.in: fix stupid tyop in previous commit (noticed by
3234 2002-04-01 jacob berkman <jacob@ximian.com>
3236 * src/Makefile.am (bug_buddy_LDFLAGS):
3237 * configure.in: fix #77035 and #76834 (thanks to danw)
3239 * src/Makefile.am (bug_buddy_LDFLAGS): add back -export-dynamic
3240 for now (fixes #77035)
3242 2002-03-29 jacob berkman <jacob@ximian.com>
3244 * src/bug-buddy.keys.in: add a nl
3246 * src/Makefile.am (bug_buddy_LDFLAGS): remove -export-dynamic
3249 * src/bug-buddy.glade:
3250 * src/bug-buddy.glade2: use glade 2
3252 * src/bug-buddy.c (main): load bug-buddy.glade
3254 * configure.in: remove libglade-convert stuff
3256 2002-02-21 Seth Nickell <snickell@stanford.edu>
3259 * src/bug-buddy.desktop.in:
3261 Install into $(datadir)/applications and add a
3262 Categories field for GNOME2.
3264 2002-03-18 jacob berkman <jacob@ximian.com>
3266 * src/gdb-buddy.c (get_trace_from_pair): change wording
3269 * configure.in: 2.1.4
3271 * docs/C/bug-buddy.sgml: remove
3273 * Makefile.am (SUBDIRS): re-add docs
3275 * docs/C/bug-buddy.xml: updated per patch from Kevin Conder
3276 <kevin@kevindumpscore.com> for bug #71189
3278 * bugzilla/*: update files
3280 * src/bug-buddy.glade: set the default button to Forward, not
3283 * src/gdb-buddy.c (get_trace_from_pair): add a message saying
3284 which program generated the core file
3286 2002-03-14 jacob berkman <jacob@ximian.com>
3288 * src/united-states-of-bug-buddy.c (submit_ok): fix up some memory
3289 management stuff (from Wayne Schuller <k_wayne@linuxpower.org>,
3292 2002-03-12 jacob berkman <jacob@ximian.com>
3294 * src/Makefile.am ($(bug_buddy_OBJECTS)): build fix for automake
3297 2002-02-19 jacob berkman <jacob@ximian.com>
3299 * Makefile.am: add gnome's mostfreq.xml and update xml files
3301 2002-02-11 John Fleck <jfleck@inkstain.net>
3305 * omf-install/Makefile.am
3306 * docs/C/bug-buddy-C.omf
3310 * docs/C/Makefile.am
3311 * docs/C/bug-buddy.xml
3312 add new xml versions of the docs and other things needed for the
3313 build infrasture - awaiting update to the docs to match GNOME2ness
3314 before adding 'em into the build
3316 2002-02-07 jacob berkman <jacob@ximian.com>
3318 * configure.in: add AM_PROG_LIBTOOL (Laszlo PETER
3319 <Laszlo.Peter@ireland.sun.com>)
3321 2002-02-04 jacob berkman <jacob@ximian.com>
3326 2002-02-03 John Fleck <jfleck@inkstain.net>
3328 * docs/C/bug-buddy.xml - patch from Kevin Conder converting doc to
3330 * docs/C/legal.xml - added document with newly required legalisms,
3331 next step toward docs that are no longer "way busted".
3332 The xml docs are not yet included in the build.
3334 2002-02-01 jacob berkman <jacob@ximian.com>
3336 * Makefile.am (SUBDIRS):
3337 * configure.in: don't build docs as they are way busted.
3339 * src/bug-buddy.c (init_ui): hide windows when they are deleted,
3340 and fill in bug report template untranslated. (bugzilla 69460)
3342 * src/bugzilla.c: download files to a temporary file, then rename
3343 them. also try to do something sensical when downloads fail, but
3344 sadly gnome-vfs is kind of broken when your proxy doesn't work and
3347 * src/bug-buddy.glade: make toplevels invisible by default, and
3348 hide the options for spawning external mailers (bugzilla #70156)
3350 * src/config.c: default to using sendmail
3352 2002-01-18 jacob berkman <jacob@ximian.com>
3354 * pixmaps/Makefile.am (pixmap_DATA): remove some files that aren't
3357 * src/united-states-of-bug-buddy.c (on_druid_about_clicked): set
3358 ourselves as transient for the toplevel
3359 (druid_set_state): call druid_set_sensitive() rather than hacking
3361 (druid_set_state): fixup for new state order
3362 (on_druid_prev_clicked): skip pages when we aren't reporting to
3364 (email_is_valid): don't allow mails from root@ (fixes #57490
3366 (mail_config_page_gnome_ok): quick and error prone check that they
3367 filled in the mail command
3368 (mail_config_page_ok): clean up
3369 (on_druid_next_clicked): fixup for new state order
3371 * src/gdb-buddy.c (animate): pulse a progress bar
3373 (stop_animation): un-comment in
3375 * src/config.c (configs): comment out removed widgets
3377 (save_config): clean up the mess i made the other day.
3379 * src/bugzilla.c (goto_product_page): comment out unused function
3380 (async_update): if the download is done then update the ui and
3382 (on_progress_cancel_clicked): comment out unused func
3383 (load_bugzilla_xml_file): try to load from cache, fallback to
3385 (load_bugzilla_xml): simplify a little
3386 (create_products_list): put the icon and product name in the same
3387 column (thanks anders)
3388 (end_bugzilla_download): hide some widgets and cancel the vfs xfer
3390 (start_bugzilla_download): move code here so we can start the
3391 download from multiple places
3392 (load_bugzillas): don't try to download
3393 (generate_email_text): handle when we aren't submitting to
3394 bugzilla, and wrap gdb text
3396 * src/bug-buddy.c (get_widget): be a bit more verbose when we
3398 (on_list_button_press_event): go fwd when double clicked (fixes
3400 (on_email_group_toggled): fixup for there being 3 types now, and
3401 set the fwd button to some appropriate text if applicable
3402 (queue_download_restart): start a download of the xml after a
3404 (on_proxy_settings_clicked): show the proxy settings dialog
3405 (on_progress_start_clicked): kick off a download
3406 (on_progress_stop_clicked): kill a download
3407 (on_debugging_options_button_clicked): show / hide debugging
3409 (fixup_notebook): make a notebook clean
3410 (init_ui): make a better initial message, and fix a bunch of stuff
3411 (make_image): handle loading stock icons (unused now though)
3412 (main): don't skip pages initially any more, and kick off a
3415 2002-01-16 jacob berkman <jacob@ximian.com>
3417 * configure.in: add et translation from Ilmar Kerm
3418 <ilmar.kerm@riigikontroll.ee>
3420 2002-01-14 jacob berkman <jacob@ximian.com>
3422 * src/bug-buddy.c (init_ui): reverse the text direction of the
3423 forward button. also make it compile
3425 * src/united-states-of-bug-buddy.c (druid_set_state): steal some
3426 code from the new GnomeDruidPageStandard
3427 (on_druid_next_clicked): if "use_gnome_mailer" was set fire off
3428 the mailer and jump to the finished page
3430 * src/gdb-buddy.c: comment out animation stuff until it gets fixed
3432 * src/config.c (update_string):
3433 (gconf_buddy_connect_string):
3435 (gconf_buddy_connect_bool):
3437 (gconf_buddy_connect_int): some gconf sugar
3438 (save_config): save the new mailer settings
3439 (load_config): load the vfs proxy and new mailer settings
3441 * src/bugzilla.c (generate_email_text): don't generate a Subject:
3442 line if we were told not to
3444 * src/bug-buddy.c (on_email_mailer_radio_toggled):
3445 (on_email_default_radio_toggled):
3447 (build_custom_mailers): new funcs for new gui stuff
3448 (init_canvi): removed
3449 (init_ui): initialize the new widgets
3450 (on_druid_window_style_set): use colors from the theme rather than
3451 ugly hard coded ones
3452 (main): set GNOME_PARAM_APP_DATADIR and use it for finding files.
3454 2002-01-10 jacob berkman <jacob@ximian.com>
3457 * configure.in: 2.1.2
3459 * bugzilla/*: updates
3461 * src/united-states-of-bug-buddy.c (get_selected_row): clean up a
3464 * src/bug-buddy.glade: use new button layout (cancel to the left
3467 2001-12-28 jacob berkman <jacob@ximian.com>
3469 * src/bugzilla.h: gnome-vfs-types.h is deprecated
3471 * src/bugzilla.c (load_bugzilla): gdk_pixbuf_unref is deprecated
3473 * src/bug-buddy.h: include gnome-vfs-async-ops.h
3475 * src/bug-buddy.c (init_canvi): gdk_pixbuf_unref is deprecated
3477 * src/Makefile.am (INCLUDES): add some more
3478 -DFOO_DISABLE_DEPRECATED
3480 2001-12-21 jacob berkman <jacob@ximian.com>
3482 * src/gdb-buddy.c (stop_gdb): fix a crash by jumping to the
3485 * src/bugzilla.c (generate_email_text): print the gnome version if
3488 * src/bug-buddy.h: add a gnome_version field
3490 * src/bug-buddy.c (init_ui): get the "gnome version" from the
3491 environment. this is set by gnome_segv.
3493 2001-12-17 jacob berkman <jacob@ximian.com>
3495 * src/bug-buddy.c (init_ui): set the help / about buttons as
3498 * src/bugzilla.c (gify): g_convert() rather than g_strdup() since
3499 i think the xml files are ISO8859-1 or something. the spanish n
3500 thing displays correctly now instead of generating a pango warning
3502 2001-12-13 jacob berkman <jacob@ximian.com>
3504 * gentool/gentool.m4: some games
3506 2001-12-12 jacob berkman <jacob@ximian.com>
3508 * src/bugzilla.c (load_mostfreq_xml): add each bug, not just one
3509 per product. this code was so broken before.
3511 * src/united-states-of-bug-buddy.c (on_druid_next_clicked): don't
3512 get stuck on the description page
3514 2001-12-11 jacob berkman <jacob@ximian.com>
3516 * */*: add mostfreq support and some other stuff. this module is
3517 mine so i don't have to add good changelog entries.
3520 2001-12-08 Abel Cheung <maddog@linux.org.hk>
3522 * configure.in: Re-enable zh_TW.po. It's in UTF8 encoding,
3523 shouldn't fail even with older version of gettext.
3525 2001-12-06 jacob berkman <jacob@ximian.com>
3527 * src/Makefile.am (INCLUDES): add -DLIBGLADE_DISABLE_DEPRECATED
3529 * src/*.c: s/GTK_DIALOG_NO_SEPARATOR/0/
3531 2001-11-28 jacob berkman <jacob@ximian.com>
3533 * src/gdb-buddy.c (get_trace_from_pair):
3534 (get_trace_from_pair):
3535 * src/config.c (load_config): gnome_is_program_in_path is
3536 deprecated, use g_find_program_in_path
3538 2001-11-09 jacob berkman <jacob@ximian.com>
3540 * src/*.c: set the default response on all of our dialogs
3542 2001-11-08 jacob berkman <jacob@ximian.com>
3544 * configure.in: zh_TW.po seems to be broken on gettext 0.10.35;
3547 * src/united-states-of-bug-buddy.c (desc_page_ok): use the public
3550 * src/Makefile.am (EXTRA_DIST): ship the .desktop.in file
3552 2001-11-07 jacob berkman <jacob@ximian.com>
3554 * src/Makefile.am (INCLUDES): build with
3555 -DGNOME_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED
3556 -DG_DISABLE_DEPRECATED
3558 * src/*.c: use GtkMessageDialog instead of GnomeMessageBox, and
3559 the other things to get it to build w/o deprecated stuff
3561 * src/united-states-of-bug-buddy.c (get_selected_row): get the
3562 selected row from a TreeView
3563 (on_druid_next_clicked): use get_selected_row for the product /
3566 * src/bugzilla.c (create_products_list): create a GtkListStore and
3567 set up the columns with the GtkTreeView
3568 (create_components_list): ditto
3569 (load_bugzillas): setup the trees
3571 (bugzilla_bts_add_products_to_clist):
3572 (add_component): port to GtkTreeView / GtkListStore
3574 * src/bug-buddy.c: removed a bunch of unused glade callbacks
3575 (init_ui): setup some stock things glade 1 doesn't know about
3577 * src/Makefile.am (INCLUDES): don't set the clist height any more
3579 2001-11-02 jacob berkman <jacob@ximian.com>
3581 * src/bug-buddy.glade: use the template description from
3582 bugzilla.ximian.com.
3584 * src/gdb-buddy.c (handle_gdb_input): port to GtkTextView
3586 * src/bug-buddy.c (buddy_set_text_widget):
3587 (buddy_get_text_widget): sane and consistent api for get/set of
3588 text across multiple gtk widgets
3590 * src/*.c: use new text calls
3592 * po/POTFILES.in: remove some removed files
3594 2001-10-28 jacob berkman <jacob@ximian.com>
3596 * src/gdb-buddy.c (get_trace_from_pair): use the awesome
3597 g_spawn_async_with_pipes() function. glib2 rules.
3599 * src/bugzilla.c (format_for_width):
3600 (append_line_width): move from util.c as these are still needed
3602 * src/bug-buddy.c (add_to_clist):
3603 (append_packages): remove unused functions
3606 * src/ctree-combo.[ch]:
3613 * src/bug-buddy.buddy: remove outdated / unused files
3616 * COPYING: add in a nice little note saying only version 2 of the
3619 2001-10-27 jacob berkman <jacob@ximian.com>
3621 * src/bugzilla.c (start_xfer): use GNOME_VFS_PRIORITY_DEFAULT
3622 rather than GNOME_VFS_DEFAULT_PRIORITY
3624 2001-10-23 jacob berkman <jacob@ximian.com>
3626 * configure.in (GETTEXT_PACKAGE): we don't have to be parallel installable
3628 * src/bugzilla.c (load_config_xml):
3629 (load_products_xml): fix libxml 2 port
3631 * src/bug-buddy.c (init_canvi): use a PangoFontDescription rather
3633 (main): glade file is .glade2 now
3635 2001-10-20 jacob berkman <jacob@ximian.com>
3637 * */*: initial gnome 2 port
3639 2001-10-12 Carlos Perelló Marín <carlos@gnome-db.org>
3641 * configure,in (ALL_LINGUAS): Added pt.
3643 2001-10-07 Gediminas Paulauskas <menesis@delfi.lt>
3645 * configure.in (ALL_LINGUAS): added lv
3647 2001-09-08 Wang Jian <lark@linux.net.cn>
3649 * configure.in(ALL_LINGUAS): Rename zh_CN.GB2312 to zh_CN
3651 2001-08-31 Abel Cheung <maddog@linux.org.hk>
3653 * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
3655 2001-08-06 jacob berkman <jacob@ximian.com>
3660 * src/gdb-buddy.c (get_trace_from_pair):
3661 (get_trace_from_core): revert --nw patch: it seems to break things
3662 for me pretty badly. i'm an idiot.
3667 * src/util.c (format_for_width): wrap to GStrings rather than text
3670 * src/bugzilla.c (generate_email_text): wrap the mail bodies at 72
3673 * src/gdb-cmd: also run `thread apply all bt' to get all of the
3674 stack traces for currently running threads
3676 * bugzilla/*: update
3678 2001-08-05 Leonard Norrgard <vinsci@bugg.lnorrgard.com>
3680 * gdb-buddy.c (get_trace_from_core): Add --nw option for running
3681 GDB, to make Bug-Buddy work with the GNUPro Insight debugger,
3682 which defaults to using a GUI. All GDB versions, starting with
3683 gdb-4.13 released in 1994, support the --nw option.)
3684 (get_trace_from_pair): Likewise.
3686 2001-08-04 Leonard Norrgård <vinsci@sourceforge.net>
3688 * united-states-f-bug-buddy.c (email_is_valid):
3689 Added the seven new toplevel domains.
3690 * gdb-buddy.c (start_gdb):
3691 Moved the CRASH_NONE case into the switch.
3693 Tue Jul 10 12:34:00 2001 Jonathan Blandford <jrb@redhat.com>
3695 * configure.in: change order of xml in gnome-config command to fix
3696 broken include path.
3697 (src/Makefile.am): ditto.
3699 2001-06-21 jacob berkman <jacob@ximian.com>
3702 * configure.in: 2.0.6
3704 * src/bugzilla.c (load_config_xml): use the configured xml node
3706 (load_bugzilla): load the name of the severity nodes and header
3707 from the config file
3708 (generate_email_text): use the configured severity header
3710 2001-06-19 jacob berkman <jacob@ximian.com>
3713 * configure.in: 2.0.5
3715 * src/bugzilla.c (async_update): touch files we download so that
3716 the cache finally works
3719 * configure.in: 2.0.4
3721 * src/united-states-of-bug-buddy.c (submit_ok): thank the
3723 (submit_ok): set the From: line. it used to do this before 2.0.
3724 i apparently am a doofus.
3725 (submit_ok): pop up a question dialog before sending the bug
3728 2001-06-15 jacob berkman <jacob@ximian.com>
3731 * configure.in: 2.0.3
3733 * src/bugzilla.[ch]:
3736 * src/bts-debian.c: libxml include fixes
3738 2001-06-12 jacob berkman <jacob@ximian.com>
3740 * various makefiles: fixes and ximian bugzilla support
3742 * src/bug-buddy.c (init_ui): set the row height to 20
3744 * src/bugzilla.c (load_bugzilla): make icons 16 pixels
3745 (load_bugzilla): fix a tyop
3746 (generate_email_text): comment out some fields
3747 (add_severity): also default to unknown
3749 2001-06-03 Karl Eichwalder <ke@suse.de>
3751 * src/Makefile.am (EXTRA_DIST): Remove
3752 xml-i18n-extract will directly work on .glade files.
3753 * glade-strings.c: Remove file.
3755 2001-05-31 Karl Eichwalder <ke@suse.de>
3757 * .cvsignore: Add xml-i18n-extract, xml-i18n-merge, and
3760 2001-05-30 Karl Eichwalder <ke@suse.de>
3762 * Makefile.am (EXTRA_DIST): Add xml-i18n-extract.in
3763 xml-i18n-merge.in xml-i18n-update.in.
3764 * xml-i18n-extract.in: Add from xml-i18n-tools 0.8.4.
3765 * xml-i18n-update.in: Ditto.
3766 * xml-i18n-merge.in: Ditto.
3768 * configure.in: Add AM_PROG_XML_I18N_TOOLS.
3770 * Start to apply xml-i18n-toolization running xml-i18n-prepare
3772 * src/Makefile.am (utils_in_files): Fix bug-buddy.desktop entry.
3773 * src/.cvsignore: Add bug-buddy.desktop.
3774 * src/bug-buddy.desktop: Remove file.
3775 * src/bug-buddy.desktop.in: New file.
3777 2001-03-28 jacob berkman <jacob@ximian.com>
3779 * src/bug-buddy.c (delete_me): save the config here
3781 * src/united-states-of-bug-buddy.c (on_druid_cancel_clicked): save
3784 * src/*.c: turn off debugging output
3786 * src/bugzilla.c (get_xml_file): really fix cache this time
3789 * configure.in: 2.0.1
3791 2001-03-26 jacob berkman <jacob@ximian.com>
3793 * src/bugzilla.c (get_xml_file): turn an or into an and to make
3794 the cache update itself. also added some ()'s so people will
3795 think twice about changing this code.
3797 2001-03-20 Karl Eichwalder <ke@suse.de>
3799 * src/united-states-of-bug-buddy.c (intro_page_ok): Normalize
3802 2001-03-19 Karl Eichwalder <ke@suse.de>
3804 * src/bugzilla.c (load_bugzillas): s/bug-buddy/Bug Buddy/.
3805 * src/gdb-buddy.c (get_trace_from_pair): Ditto.
3807 2001-02-26 jacob berkman <jacob@ximian.com>
3809 * src/united-states-of-bug-buddy.c (druid_set_state): don't
3810 desensitize the next button for the component and product page, so
3811 telsa isn't confused
3813 * src/bug-buddy.c (main): save config after the main loop
3814 (*): remove an assbarn full of #if 0'd code
3816 * src/bugzilla.c (bugzilla_product_add_components_to_clist): if
3817 there is only one component, select it
3819 * src/united-states-of-bug-buddy.c: fill in missing doc pages
3821 * docs/C/bug-buddy.sgml: new version from telsa
3823 2001-02-18 Akira TAGOH <tagoh@gnome.gr.jp>
3825 * src/bug-buddy.desktop: Updated Japanese entry.
3827 2001-02-15 jacob berkman <jacob@ximian.com>
3829 * src/united-states-of-bug-buddy.c (intro_page_ok): make these
3830 dialogs modal (wasn't code i wrote!) fixes bugzilla #50865
3832 2001-02-12 Karl Eichwalder <ke@suse.de>
3834 * src/bug-buddy.c (init_bts_menu): s/bug-buddy/Bug Buddy/ .
3835 * src/gdb-buddy.c (get_trace_from_pair): Ditto.
3836 * src/gdb-buddy (main): Ditto.
3837 * src/bug-buddy.glade: Ditto.
3838 * src/glade-strings.c (N_): Ditto.
3839 * src/united-states-of-bug-buddy.c (on_druid_about_clicked): Ditto.
3841 * src/bugzilla.c (load_bugzillas): Fix message.
3843 2001-02-12 jacob berkman <jacob@ximian.com>
3845 * src/bug-buddy.glade: un-split a string
3847 2001-02-12 Gediminas Paulauskas <menesis@delfi.lt>
3849 * configure.in: added lt to ALL_LINGUAS.
3850 * src/bug-buddy.glade, src/glade-strings.c: fixed two typos.
3852 2001-02-11 jacob berkman <jacob@ximian.com>
3854 * `find .`: (almost) completely rewritten to support bugzilla and
3857 2001-02-05 Fatih Demir <kabalak@gmx.net>
3859 * src/gnome.appmap: Added gtranslator.
3861 2001-01-23 Gregory Leblanc <gleblanc@cu-portland.edu>
3863 * docs/C/bug-buddy.sgml: Updated for/tested in Nautilus
3864 * docs/it/bug-buddy.sgml: Updated for/tested in Nautilus
3866 2001-01-05 Kjartan Maraas <kmaraas@gnome.org>
3868 * configure.in: Added "nn" to ALL_LINGUAS.
3870 2000-12-24 Pablo Saratxaga <pablo@mandrakesoft.com>
3872 * configure.in,po/az.po: Added Azeri language file
3874 2000-11-23 Yukihiro Nakai <nakai@gnome.gr.jp>
3876 * configure.in: Add zh_CN.GB2312 to ALL_LINGUAS.
3878 2000-11-15 Jacob "Ulysses" Berkman <jacob@helixcode.com>
3880 * src/bug-buddy.c (on_debian_page_next): fix bug #29310
3881 (load_config): allow the included file to be set by a command line
3884 2000-11-14 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
3886 * src/bug-buddy.desktop: added Slovak strings.
3888 2000-11-04 Yukihiro Nakai <nakai@gnome.gr.jp>
3890 * configure.in (ALL_LINGUAS): Add sk(Slovak)
3892 2000-10-31 Christopher R. Gabriel <cgabriel@softwarelibero.org>
3894 * configure.in (ALL_LINGUAS): added 'pt_BR' under the request of
3895 Juan Carlos Castro y Castro <jcastro@appi.com.br>
3897 2000-10-29 Christopher R. Gabriel <cgabriel@softwarelibero.org>
3899 * configure.in (AC_OUTPUT): added Makefile for italian documentation
3901 2000-10-04 Jacob "Ulysses" Berkman <jacob@helixcode.com>
3903 * src/gdb-buddy.c (get_trace_from_pair): check that the file
3904 exists, and is not a directory. If it doesn't, look for it in our
3905 path. This fixes problems with evolution and ~/evolution.
3907 * src/bug-buddy.c: warning fixes, removed #if 0'd code
3908 (save_entry): don't prepend history if entry is blank
3909 (save_config): change the email var name
3910 (load_config): pass NULL for email, since we don't want to guess
3911 (on_debian_page_next): do not accept 'general' as a package at all
3912 (email_is_invalid): add stricter checking of email addresses.
3913 Based on a patch from Robert Brady <robert@suse.co.uk>.
3916 * src/gtk-combo-box.c:
3919 * src/bts-debian.c: warning fixes
3923 * src/distro-irix.c:
3924 * src/Makefile.am: add irix support
3926 2000-10-02 Christophe Merlet <christophe@merlet.net>
3928 * src/bug-buddy.desktop: added french strings.
3930 2000-09-06 Simos Xenitellis <simos@hellug.gr>
3932 * src/bug-buddy.desktop: added messages for the Greek language
3934 2000-06-02 Szabolcs BAN <shooby@gnome.hu>
3936 * po/hu.po: added po of Greg Nagy <greg@gnome.hu>
3937 Hungarian Translation Team rulez
3939 2000-05-21 Jacob Berkman <jacob@helixcode.com>
3941 * src/bug-buddy.c (on_debian_page_next): bother the user a bit if
3942 they specify 'general'
3943 (make_pixmap_button): try an ugly hack
3945 * src/bts-debian.c (debian_bts_init): give the miggie combo text
3948 2000-05-13 Karl Eichwalder <ke@suse.de>
3950 * src/bug-buddy.c (on_complete_page_prepare): Improve the looking
3951 of the msg string; remove \t.
3953 2000-05-12 Andreas Hyden <a.hyden@cyberpoint.se>
3955 * src/bug-buddy.desktop: Added Swedish translation.
3957 2000-05-10 Jacob Berkman <jacob@helixcode.com>
3959 * configure.in: 0.90 release
3961 * src/bug-buddy.c (on_action_page_prepare):
3962 * src/bts-debian.c (debian_bts_doit):
3963 * src/util.c (append_widthv): fix bug #10159
3965 * src/bug-buddy.c (on_complete_page_prepare): fix bug #9493
3967 2000-05-04 Jacob Berkman <jacob@helixcode.com>
3969 * src/bug-buddy.glade: mention that reports should be in English
3971 * configure.in: check for new gnome-libs 1.0.59
3973 * src/bug-buddy.c (main): push / pop the visual / colormap
3974 (init_ui): use the default icon on the main window
3975 (main): set the default icon
3977 2000-05-02 Telsa Gwynne <hobbit@aloss.ukuu.org.uk>
3979 * Silly typo fix in docs.
3981 2000-04-29 Jacob Berkman <jacob@helixcode.com>
3984 * configure.in: 0.9 releasage action
3986 2000-04-28 Jacob Berkman <jacob@helixcode.com>
3988 * src/Helix_Code.bts:
3989 * src/GNOME.bts: add gnome-print for jody
3991 * src/bug-buddy.c (init_ui): show the href again
3992 (on_desc_page_next): use gnome-mime to ensure we have a text
3995 * src/bts-debian.c (debian_bts_doit): get rid of warning when we
3996 start feeding the GtkText
3998 2000-04-27 Jacob Berkman <jacob@helixcode.com>
4000 * src/bug-buddy.c (init_ui): only have border on mouseover for
4003 * docs/C/bug-buddy.sgml: doc updates
4005 2000-04-25 Sami Pesonen <spesonen@dlc.fi>
4007 * src/bug-buddy.desktop : Added [fi]
4008 * configure.in (ALL_LINGUAS): added Finnish
4010 2000-04-24 Arjan van de Ven <arjan@fenrus.demon.nl>
4012 * po/nl.po : Updated dutch translation
4014 2000-04-20 Fatih Demir <kabalak@gmx.net>
4016 * src/bug-buddy.desktop : Added [tr] .
4018 2000-04-19 Karl EICHWALDER <ke@suse.de>
4020 * src/bug-buddy.desktop (Name): Improve [de].
4022 2000-04-18 Pablo Saratxaga <pablo@mandrakesoft.com>
4024 * configure.in (ALL_LINGUAS): added Catalan (also put it in sync
4025 with po/ directory, that is added en_AU, en_GB and pl)
4027 2000-04-18 Jacob Berkman <jacob@helixcode.com>
4029 * src/bug-buddy.glade: remove the menus from some option
4030 menus as these are generated by the source, and move the
4033 2000-04-18 Karl EICHWALDER <ke@suse.de>
4035 * src/bug-buddy.glade: Typo.
4036 * src/glade-strings.c (N_): ditto.
4038 2000-04-17 Jacob Berkman <jacob@helixcode.com>
4040 * lot's of hacking this weekend
4042 * turbolinux should now correctly be detected
4044 * add Helix Code's BTS, and an 'Independent' BTS... for submitting
4045 to other email addresses
4049 * rework the user experience:
4051 * now, you have to have a subject / description (no more empty
4054 * remove the redundant 'how to repeat' section
4056 * move the system config page to the end, since it is rather
4059 * you can now Cc: yourself on reports you submit
4063 * there is now a preview of the report at the end
4065 * changes to the popt stuff as suggested by Karl Eichwalder
4067 * new button to browse bugs for a package, so hopefully people
4068 will stop submitting g-h-b crash reports
4070 * basicall bug-buddy is ready for some 1.0 action
4072 2000-04-05 Dan Damian <dand@dnttm.ro>
4074 * configure.in: Added "ro" to ALL_LINGUAS.
4076 2000-03-29 Karl EICHWALDER <ke@suse.de>
4078 * src/bug-buddy.desktop: Add de.
4079 * src/bug-buddy.c (init_ui): Delete spurious white space.
4080 * src/bug-buddy.c (on_contact_page_next): Typo.
4082 2000-03-27 Christopher R. Gabriel <cgabriel@firenze.linux.it>
4084 * configure.in (ALL_LINGUAS): added italian translation.
4086 2000-03-27 Karl EICHWALDER <ke@suse.de>
4088 * src/bug-buddy.c (on_stop_button_clicked): Add missing \n's.
4089 * configure.in (ALL_LINGUAS): Add de.
4091 2000-03-11 Alastair McKinstry <mckinstry@computer.org>
4093 * configure.in (ALL_LINGUAS): Added Irish (ga) translation.
4095 2000-03-04 Jacob Berkman <jacob@helixcode.com>
4097 * src/bug-buddy.[ch] (on_complete_page_prepare): use email address from
4098 BTS instead of GNOME one
4100 * src/bts-debian.c (debian_bts_get_email): implement get_email
4103 * src/bts.h: add get_email function
4105 2000-02-23 Jacob Berkman <jacob@helixcode.com>
4107 * NEWS, configure.in: 0.7 release
4109 * src/util.c (get_line_from_commandv): remove unused variables
4111 * src/gdb-buddy.c (stop_gdb): remove unused variable
4113 * src/bug-buddy.c (stop_progress): remove the timeout, and
4114 hide the progress bar
4115 (append_packages): call stop_progress()
4116 (on_version_page_prepare): show the progress bar, since we
4118 (make_pixmap_button): translate this string
4119 (delete_me): exit the app when the dialog is deleted. Fixes
4122 * src/bts.c (load_bts_xml):
4123 (update_das_clist): call stop_progress()
4125 * src/bug-buddy.c (init_toggle): connect the signal first
4126 so we get the correct initial setting
4128 * src/bug-buddy.desktop (Name): be a big more descriptive
4130 2000-02-22 Dan Winship <danw@helixcode.com>
4132 * src/Makefile.am (bug_buddy_LDFLAGS): Add -export-dynamic so
4133 libglade can resolve bug-buddy's symbols (on all platforms).
4135 2000-02-16 Fatih Demir <kabalak@gmx.net>
4137 * configure.in : Added tr to ALL_LINGUAS .
4139 2000-01-26 Yukihiro Nakai <nakai@gnome.gr.jp>
4141 * configure.in (ALL_LINGUAS): add ja
4143 2000-01-24 Jacob Berkman <jacob@helixcode.com>
4145 * configure.in (ALL_LINGUAS): add el
4147 2000-01-24 Sergey Panov <sipan@mit.edu>
4149 * configure.in (ALL_LINGUAS): Added Russian (ru)
4151 2000-01-06 Jesus Bravo Alvarez <jba@pobox.com>
4153 * configure.in (ALL_LINGUAS): Added Spanish (es)
4155 1999-12-30 Richard Hult <rhult@hem.passagen.se>
4157 * configure.in (ALL_LINGUAS): Added "sv".
4159 1999-12-29 Jesus Bravo Alvarez <jba@pobox.com>
4161 * configure.in (ALL_LINGUAS): Added Galician (gl)
4163 * src/bug-buddy.desktop: Added Galician entries
4165 1999-12-29 Yuri Syrota <rasta@renome.rovno.ua>
4167 * configure.in (ALL_LINGUAS): added "uk"
4169 1999-12-09 Arjan van de Ven <arjan@fenrus.demon.nl>
4171 * po/nl.po: Updated Dutch translation
4173 1999-12-09 Jacob Berkman <jberkman@andrew.cmu.edu>
4176 * configure.in: version 0.6
4178 * src/*.c: use GET_WIDGET ()
4180 * src/GNOME.bts: reformatting
4182 * src/bts-debian.c: moved some debian specific functions here;
4183 parse the xml a little better; support including a file
4185 * src/bts.c: removed some functions; remove the gtk timeout
4186 for the progress bar
4188 * src/bug-buddy.c: don't declare PoptData here; save more state;
4189 hide the save-to-file file entry when we aren't saving to a file;
4190 druid path reorganization; support for the progress bar;
4191 support function for async package version getting; load up
4192 xml files when we init the UI
4194 * src/bug-buddy.glade: some reorg, change padding to 4/8
4196 * src/bug-buddy.h: define some debian specific stuff here, this
4197 should be moved soon; get rid of a lot of stuff in DruidData
4199 * src/ctree-combo.c: lots of stuff
4201 * src/distro-debian: get version stuff asyncly
4203 * src/distro-redhat.c: append_packages ()
4205 * src/distro.h: no more post_command
4207 * src/gdb-buddy.c: on _ERROR_AGAIN try again
4209 * src/glade-druid.h: defing a couple more widgets
4211 * src/gtk-combo-box.c: block toggled signal in _hide_popdown()
4213 * src/util.[ch]: added get_line_from_ioc ()
4215 1999-12-06 Jacob Berkman <jberkman@andrew.cmu.edu>
4217 * src/ctree-combo.c (on_ctree_select_row): only _popup_hide()
4220 * src/bts-debian.c (debian_bts_init): add a max of 20
4223 * src/ctree-combo.c (on_ctree_select_row): This seems
4224 to work. I wonder why.
4225 (ctree_combo_construct):
4227 * src/ctree-combo.c: maybe getting closer to working
4229 * src/bts-debian: use the new ctree combo box
4231 * src/glade-druid.h: sync with .glade file
4234 * src/kde-packages: packages files shouldn't be backwards
4237 * src/ctree-combo.[ch]: combo box with a drop down ctree
4239 * src/gtk-combo-box.[ch]: steal miguel's combo box from
4242 1999-12-05 Jacob Berkman <jberkman@andrew.cmu.edu>
4246 * src/Makefile.am: support for KDE BTS
4250 * src/bts-debian.c: remove some debugging output; packages
4251 whose version was obtained via rpm/dpkg are now in the clist
4254 1999-12-04 Jacob Berkman <jberkman@andrew.cmu.edu>
4257 * src/Debian.bts: cleanups; in <package> use attributes
4259 * src/Makefile.am: don't depend on ../debbugs/Maintainers... yet
4263 * src/bug-buddy.c: optimize stuff a little, and don't leak
4266 * configure.in: find debian root dir
4267 * src/*: Initial support for supporting multiple BTS's
4268 Currently Debian and GNOME are supported.
4270 1999-12-02 Jacob Berkman <jberkman@andrew.cmu.edu>
4272 * configure.in (ALL_LINGUAS): added nl.po, from
4273 Arjan van de Ven <arjan@fenrus.demon.nl>
4275 1999-11-30 Jacob Berkman <jberkman@andrew.cmu.edu>
4279 * src/*: clean up warnings
4281 * src/bug-buddy.glade:
4282 * src/bug-buddy.[ch]: add an entry for sendmail's path
4285 * debian/changelog(.in): generate changelog with the
4289 * debian/Makefile.am: dist stuff in debian/
4292 * src/bug-buddy.glade: ugly glade hackery to get an about
4295 Please do not look at the code for this commit.
4297 * src/bug-buddy.glade: more ui nicities
4299 * src/bug-buddy.c (on_the_druid_cancel): save config
4300 on cancel, to save email
4302 * src/bug-buddy.glade: add some padding and stuff
4304 * src/util.[ch]: actually read a line at a time
4306 * src/distro-debian.c: it works now
4308 * src/bug-buddy.glade:
4309 * src/bug-buddy.c: merge the attach/core/nature pages;
4312 * src/gdb-buddy.c: don't pipe() on the fd anymore
4314 * src/distro-debian.c: some fixes, not working yet
4316 1999-11-29 Jacob Berkman <jberkman@andrew.cmu.edu>
4320 * src/distro-debian.[ch]:
4321 * src/distro-redhat.[ch]: detect package versions a bit
4322 differently, and move some stuff used all around to util.c
4325 * src/bug-buddy.[ch]: use the new package and util stuff
4327 1999-11-24 Jacob Berkman <jberkman@serendipity.res.cmu.edu>
4329 * src/bug-buddy.c: fudge around with dpkg and extract
4330 some things. This is really slow and sucks. Better
4333 1999-11-24 Jacob Berkman <jberkman@andrew.cmu.edu>
4335 * debian/*: add stuff to make .debs (no idea if this really
4338 * src/bug-buddy.glade:
4339 * src/bug-buddy.c: added ability to add info to existing
4342 1999-11-23 Jacob Berkman <jberkman@andrew.cmu.edu>
4344 * src/bug-buddy.c: fix debian detection
4346 * src/bug-buddy.c (write_72):
4347 * src/bug-buddy.c (write_72v): wrap lines at 72 chars
4349 * src/gdb-buddy.c (get_trace_from_pair): we don't need to
4350 set the fd to non blocking
4352 1999-11-14 Jacob Berkman <jberkman@andrew.cmu.edu>
4355 * configure.in: 0.4 release
4358 * src/bug-buddy.c: don't print out status messages
4359 (on_version_list_select_row): fix a crash if there is no text
4362 * src/bug-buddy.c (on_stop_button_clicked): better dialog box,
4365 * src/gdb-buddy.c: don't be so verbose
4368 * src/bug-buddy.[ch]: use g_io_channels and do the
4369 fork()/exec() for gdb ourselves
4371 * src/bug-buddy.c (load_entry, save_entry): work with
4372 GnomeFileEntries right
4375 * src/bug-buddy.glade:
4376 * src/bug-buddy.[ch]: add stop/refresh button to the
4377 less page, and code to support this
4379 * src/bug-buddy.c: code clean up
4380 (get_data_from_command): remove extra \n's and add _()'s
4382 * src/bug-buddy.c (init_ui): actually do something
4383 for the --package command line arg
4385 1999-11-13 Jacob Berkman <jberkman@andrew.cmu.edu>
4387 * src/bug-buddy.c: fix tyop (bug #3545)
4388 (on_action_page_back): use on_action_page_back like
4389 the .glade specifies
4391 1999-11-12 Jacob Berkman <jberkman@andrew.cmu.edu>
4393 * src/prog.bugmap: add gnomeicu
4395 1999-11-11 Jacob Berkman <jberkman@andrew.cmu.edu>
4397 * src/bug-buddy.[ch]:
4398 * src/bug-buddy.glade: reorder the dialogs a little
4400 * src/bug-buddy.c: change the scripts so that we have
4401 the distribution for debian and slackware on one line
4403 * src/Makefile.am (buddy_DATA): add prog.bugmap (stolen
4404 from the crashed app web page). added bug-buddy and rp3
4407 * src/bug-buddy.c (init_ui): figure out which package the
4408 app is from, and which version. We are smart now.
4410 also fixed some tyops.
4412 * NEWS: update for 0.3
4414 * src/bug-buddy.c (on_action_page_next): ask the
4415 user if they really want to override a file if
4416 it exists (based on a patch from Ali Abdin
4417 <ALIABDIN@aucegypt.edu>)
4418 (on_action_page_next): fix something dumb
4419 (on_complete_page_finish): we don't need -t and the
4422 1999-11-10 Jacob Berkman <jberkman@andrew.cmu.edu>
4424 * src/packages.c (packages): add crescendo
4427 * bug-buddy.spec.in: may as well have one
4429 * configure.in: bump to 0.3
4431 * src/bug-buddy.glade:
4432 * src/bug-buddy.[ch]: stuff to look more like gnome-bug
4434 * src/bug-buddy.c (init_ui): if no data was obtained, display
4435 a blank thing anyway (so people can type it in)
4436 (main): better warning and stuff
4437 (on_complete_page_finish):
4440 * src/gdb-buddy.c (get_trace_from_pair):
4441 * src/bug-buddy.c (make_anim):
4442 (main): define the prefix, so we can locate our data
4443 This will be unnecessary with gnome-libs 2
4445 1999-11-08 Jacob Berkman <jberkman@andrew.cmu.edu>
4447 * docs/multiple_bts.txt: email excerpt talking about
4448 supporting multiple BTS's, and what needs to be done.
4450 1999-11-07 Jacob Berkman <jberkman@andrew.cmu.edu>
4452 * src/bug-buddy.mime: ok, this regex works now
4454 * configure.in: bump to 0.2
4456 * src/bug-buddy.c: slightly better gnome-core version script;
4457 grave, not severe, is the correct severity
4459 fixes bugs 3388, 3389
4461 1999-11-06 Jacob Berkman <jberkman@andrew.cmu.edu>
4463 * src/packages.c (packages): add bug-buddy
4467 * src/bug-buddy.mime: go back to the old regex
4469 * src/bug-buddy.c (load_config): initially default to real/user name
4471 * src/Makefile.am (bug_buddy_SOURCES): distcheck fix
4473 * src/bug-buddy.mime: better regexp
4475 * src/gdb-buddy.c (handle_gdb_input): don't print a line of
4478 * pixmaps/bug-anim.png: new file
4480 * pixmaps/Makefile.am (pixmap_DATA): add bug-anim.png
4482 * src/gdb-buddy.c (get_trace_from_pair): start the animator
4483 (handle_gdb_input): stop the animator
4485 * src/bug-buddy.c (make_anim): create a GnomeAnimator for glade
4487 * src/bug-buddy.glade: add a custom widget until glade supports
4490 * src/bug-buddy.c (on_complete_page_prepare): mark another
4491 string for i18n (sorry kmarass)
4493 * src/bug-buddy.c (on_less_page_prepare):
4494 * src/gdb-buddy.c (handle_gdb_input): fix some things when you
4495 get a trace, then go back and change things and get another one
4498 * src/bug-buddy.h: use bug-buddy.h for a while
4501 * src/bug-buddy.c: some reorganization with the non blockingness
4504 Look at me, coding on a Friday night.
4506 1999-11-05 Jacob Berkman <jberkman@andrew.cmu.edu>
4508 * src/bug-buddy.glade:
4509 * src/gdb-buddy.[ch]:
4510 * src/bug-buddy.c: bye-bye blocking bug-buddy
4512 This probably introduces lots of nice bugs.
4514 * src/bug-buddy.glade: spelling mistake
4516 * src/bug-buddy.c (on_complete_page_prepare): add a \n
4518 * src/Makefile.am (EXTRA_DIST): make it distcheck
4520 * src/bug-buddy.c (on_complete_page_prepare): print a summary
4521 of the bug submission.
4523 * src/bug-buddy.keys.in:
4524 * src/bug-buddy.mime: mime type foo for launching bug-buddy
4527 * src/Makefile.am (mime_DATA): generate/install mime type foo
4529 * src/bug-buddy.glade:
4530 * src/bug-buddy.c: do some not-so-clever determination (?)
4531 of what is going on wrt stack obtaination; remember how
4532 the bug was submitted from last time
4534 1999-11-04 Jacob Berkman <jberkman@andrew.cmu.edu>
4536 * src/bug-buddy.glade:
4537 * src/bug-buddy.c (save_config): change the configuration around
4538 a little, and add make name/email a GnomeEntry again
4540 * src/Makefile.am (EXTRA_DIST):
4541 * pixmaps/Makefile.am (EXTRA_DIST): make distable
4543 * src/bug-buddy.glade:
4544 * src/bug-buddy.c: support output to a file
4546 1999-10-30 Jacob Berkman <jberkman@andrew.cmu.edu>
4548 * src/glade-strings.c:
4549 * src/bug-buddy.glade: a couple translation bugs in
4552 * src/bug-buddy.c (main): show the window before gtk_main()
4553 (list_data): add slackware detection
4554 (on_complete_page_finish): if no version info available, don't
4555 print the version of the last thing we visited
4557 # src/bug-buddy.glade: make the main window not visible by default
4558 (so we can do the init before the gui shows)
4560 1999-10-29 Jacob Berkman <jberkman@andrew.cmu.edu>
4562 * src/bug-buddy.c (on_contact_page_next): mark a string for
4565 1999-10-28 Jacob Berkman <jberkman@andrew.cmu.edu>
4567 * src/bug-buddy.c: mark more strings for translation
4569 * src/Makefile.am: install the new .desktop
4571 * pixmaps/Makefile.am (pixmap_DATA): add bug-buddy.png
4574 * src/bug-buddy.c: save the name/email in our config file
4576 1999-10-27 Jacob Berkman <jberkman@andrew.cmu.edu>
4578 * src/packages.c (packages): fix tyop
4580 * src/bug-buddy.c (update_selected_row): don't crash when
4581 no rows have been selected
4583 * pixmaps/Makefile.am
4585 * configure.in: get pixmaps to work
4587 * src/bug-buddy.glade:
4588 * src/bug-buddy.c: change to using a clist instead of lots
4589 of gtk_entry's. This gets rid of a druid page, and is nicer.
4590 (main): bindtextdomain() and textdomain() so translations work
4592 1999-10-26 Jacob Berkman <jberkman@andrew.cmu.edu>
4594 * src/gdb-buddy.c (get_trace_from_pair): try batch mode
4597 1999-10-23 Jacob Berkman <jberkman@andrew.cmu.edu>
4599 * src/bug-buddy.c (main): don't crash when the
4600 .glade file isn't found
4602 * src/gdb-cmd: use bt not w
4604 1999-10-23 Kjartan Maraas <kmaraas@online.no>
4606 * configure.in: Added "no" to ALL_LINGUAS.