Updated Norwegian bokmål translation.
[bug-buddy.git] / ChangeLog
blob7624f65032deeb0fe50b5374b556a2fe56bd7da0
1 2007-07-31  Fernando Herrera  <fherrera@onirica.com>
3         * NEWS:
4         * README.STABLE_BRANCH: Release 2.19.0 "Young Explorer"
6 2007-07-31  Fernando Herrera  <fherrera@onirica.com>
8         * configure.in: Check for libelf headers
10 2007-07-27  Fernando Herrera  <fernando.herrera-de-las-heras@nokia.com>
12         * google-breakpad:*/* Add google-breakpad.
13         * gnome-breakpad: Include a seghandler as a GTK_MODULE invoking either
14         gnome-terminal+gdb, bug-buddy+gdb or bug-buddy+minidump.
15         * Makefile.am: 
16         * configure.in: Bump version to 2.19.0. Add libelf checks
17         * src/bug-buddy.c: (send_minidump), (main):
18         * src/bug-buddy.h: Dummy dialog, as we don't have yet the debug server.
20 2007-04-09  Fernando Herrera  <fherrera@onirica.com>
22         * configure.in: Bump version to 2.18.1
23         * src/bugzilla.c: (add_bugzilla_application), (application_free):
24         * src/bugzilla.h: Refcount applications. Fix a crash when closing
25         bug-buddy and there were dups other-binaries. Patch by Matthias
26         Clasen. Fix bug #424711
28 2007-04-02  Frederic Crozat  <fcrozat@mandriva.com>
30         * src/bugzilla.c:
31         Correct key for OtherBinaries lookup in .desktop.
33 2007-03-13  Fernando Herrera  <fherrera@onirica.com>
35         * NEWS:
36         * configure.in: Released 2.18.0
38 2007-03-08  Christian Kirbach  <Christian.Kirbach@googlemail.com>
40         * src/bug-buddy.desktop.in.in:
41         "Application" is not a valid category in the freedesktop specification.
43 =========================== 2.17.4 ==========================
45 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
47         * Makefile.am: Dist MAINTAINERS.
49 2007-02-18  Fernando Herrera  <fherrera@onirica.com>
51         * src/bug-buddy.c: (main): Don't register with the session manager.
52         Patch by Dan Winship. Fix bug #406009
54 2007-01-20  Andre Klapper  <a9016009@gmx.de>
56         * src/bug-buddy.glade: remove an empty string from translation.
58 2007-01-08  Fernando Herrera  <fherrera@onirica.com>
60         * src/bug-buddy.c: (fill_system_info): Add gtk-theme and
61         icon-theme information to the report.
63 2007-01-08  Fernando Herrera  <fherrera@onirica.com>
65         * autogen.sh:
66         * configure.in:
67         * src/Makefile.am:
68         * src/bug-buddy.c: (delete_review), (get_gnome_version_info),
69         (save_to_file), (network_error), (bug_sent), (create_report_title),
70         (send_report), (on_save_clicked), (fill_stderr_info), (main):
71         * src/bugzilla.c: (get_i18n_slist), (load_applets),
72         (load_applications), (bugzilla_create_report):
73         * src/distribution.c: (get_lines_from_file):
74         * src/distribution.h:
75         * src/eds-buddy.c:
76         * src/gdb-buddy.c:
77         * src/proccess.c: (proccess_get_mem_state), (proccess_get_time):
78         * src/verify-desktop-files.c: (main): Upadte autogen stuff and configure.
79         Make bug-buddy compile without warnings. Fix some wrong g_free.
80         Patch by Christian Persch. Fix bug #394054
82 2007-01-07  Fernando Herrera  <fherrera@onirica.com>
84         * src/bug-buddy.c: (create_debuginfo_link): Add a comment for translators
85         for the http://live.gnome.org/GettingTraces/DistroSpecificInstructions
86         link. Thanks to Priit Laes.
88 2007-01-07  Fernando Herrera  <fherrera@onirica.com>
90         * COPYING.ximian-logos:
91         * Makefile.am:
92         * pixmaps/Makefile.am: Removed old logos not used anymore.
94 2007-01-07  Fernando Herrera  <fherrera@onirica.com>
96         * src/bug-buddy.c: (bug_sent), (main):
97         * src/verify-desktop-files.c: (check_bugzilla_info): s/bugzilla/Bugzilla.
98         Patch by Diego Escalante Urrelo. Fixes bug #354287
100 2007-01-07  Fernando Herrera  <fherrera@onirica.com>
102         * src/bug-buddy.c: (on_save_clicked): Use home when desktop_is_homedir
103         to save bug reports. Patch by Diego Escalante Urrelo. Fixes bug #349941
105 2007-01-07  Fernando Herrera  <fherrera@onirica.com>
107         * src/bug-buddy.menu.in: Include also autostar dir in the .desktop
108         files search path.
110 2006-12-20  Fernando Herrera  <fherrera@onirica.com>
112         * src/bugzilla.c: (load_applications): dup the
113         string from gmenu_tree_entry_get_name for prev_name
114         before freeing the keyfile/entry. Fix bug #357203.
115         Thanks to Mark McLoughlin!.
117 2006-12-18  Fernando Herrera  <fherrera@onirica.com>
119         * NEWS: Released 2.17.3 ("Paris connection")
121 2006-12-14  Fernando Herrera  <fherrera@onirica.com>
123         * src/bug-buddy.c: (email_local_part_is_valid),
124         (email_domain_label_is_valid), (email_domain_is_valid),
125         (email_is_valid): Rework the email address checking.
126         Patch by Alex Jones. Fix bug #350621
128 2006-12-14  Fernando Herrera  <fherrera@onirica.com>
130         * src/gdb-buddy.c: (gdb_get_trace): set the GIOChannel as
131         G_IO_FLAG_NONBLOCK. Now bug-buddy does not freeze anymore while
132         reading gdb output!. Fix bug #326680
134 2006-12-14  Fernando Herrera  <fherrera@onirica.com>
136         * src/bug-buddy.c: (delete_review), (show_review): handle delete
137         event of the review window to hide it.
139 2006-12-13  Dennis Cranston  <dennis_cranston@yahoo.com>
141         * src/bug-buddy.c: (known_app_finished): String format fix
143 2006-12-13  Andre Klapper  <a9016009@gmx.de>
145         * src/bug-buddy.c: fixing two typos.
147 2006-12-13  Fernando Herrera  <fherrera@onirica.com>
149         * src/bugzilla.c: (bugzilla_parse_response): use g_return_val_if_fail
150         instead of g_return_if_fail. Patch from OpenSuSE RPM.
152 2006-12-13  Fernando Herrera  <fherrera@onirica.com>
154         * src/bug-buddy.glade: Remove the focus from the hidden Send button.
155         It was respossible of some spurious crashes when pressing a key
156         over the window. 
158 2006-12-13  Fernando Herrera  <fherrera@onirica.com>
160         * src/bug-buddy.c: (gdb_insert_text), (create_debuginfo_link),
161         (useless_finished), (gdb_finished): Don't submit reports with less than
162         3 steps on the backtrace. Fix bug#383349
164 2006-12-13  Fernando Herrera  <fherrera@onirica.com>
166         * src/bug-buddy.c: (network_error), (all_sent), (send_report),
167         (on_save_clicked), (bug_buddy_quit), (close_callback), (main):
168         * src/bugzilla.c: (add_bugzilla_application), (application_free),
169         (load_applications): Don't leak the hash table. Allow also colissions
170         on the other_binaries case.
172 2006-12-13  Fernando Herrera  <fherrera@onirica.com>
174         * src/bugzilla.c: (add_bugzilla_application): Allow colissions on the hash
175         table, i.e.: different "Applications" with the same binary name. Next
176         step would be add parameters to the BugzillaApplication struct and 
177         compare them.
179 2006-12-07  Fernando Herrera  <fherrera@onirica.com>
181         * src/bug-buddy.c: (lock_text), (show_review),
182         (known_app_finished), (main): Show locked text with the INSENSITIVE color
183         for the background. Move custom script output to the editable part of the
184         report.
186 2006-12-06  Dennis Cranston  <dennis_cranston@yahoo.com>
188         * src/bug-buddy.c: (bug_sent):  Convert button from cancel to 
189         close after sending the bug report.
191 2006-12-05  Dennis Cranston  <dennis_cranston@yahoo.com>
193         * src/bug-buddy.c: (known_app_finished):  Add the application 
194         name, string fixes, and remove unnecessary line feeds, 
195         (unknown_app_finished):  Add mnemonic and use a more descriptive
196         label for the save button, and string fixes; (main): String fixes,
197         and remove unnecessary line feeds.
198         * src/bug-buddy.glade:  Clean up the user interface.
200 2006-12-05  Fernando Herrera  <fherrera@onirica.com>
202         * src/bug-buddy.c: (search_forbidden_words), (show_review),
203         (known_app_finished):
204         * src/forbidden-words.h: Add some heuristitcs to detect sensitive
205         data on the bug report. If they are present, mark the privacy label
206         as bold and remark those words in the review window.
208 2006-12-05  Fernando Herrera  <fherrera@onirica.com>
210         * src/bug-buddy.c: (lock_text), (edit_review): Lock some text in the
211         report. Fix bug #382075
213 2006-12-05  Fernando Herrera  <fherrera@onirica.com>
215         * src/bug-buddy.c: (network_error), (all_sent), (send_report),
216         (known_app_finished), (unknown_app_finished), (main):
217         * src/bug-buddy.glade:
218         * src/bug-buddy.h: Remove status bar. Use progress bar to tell
219         the user what bug-buddy is doing. Don't specify any initial size.
221 2006-12-03  Fernando Herrera  <fherrera@onirica.com>
223         * configure.in: Post-release version bumping to 2.17.3
225 2006-12-03  Fernando Herrera  <fherrera@onirica.com>
227         * NEWS: Release 2.17.2 ("3rd coin")
229 2006-12-03  Fernando Herrera  <fherrera@onirica.com>
231         * src/bug-buddy.c: (send_report), (on_send_clicked):
232         * src/bug-buddy.glade:
233         * src/bugzilla.c: (bugzilla_create_report):
234         * src/bugzilla.h: Hide review/button after submitting a bug.
235         Fix a last-minute bug preventing the bug link to be shown (and
236         crashing because the warning). Do not set priority/severity when
237         submiting a non-crash. Fix bug #348863
239 2006-12-03  Fernando Herrera  <fherrera@onirica.com>
241         * configure.in: Post-release version bumping to 2.17.2
243 2006-12-03  Fernando Herrera  <fherrera@onirica.com>
245         * NEWS: Release 2.17.1 instead of wrong 2.17.0
246         * po/LINGUAS: Add this file in order to get po files
247         into the tarball.
249 2006-12-03  Fernando Herrera  <fherrera@onirica.com>
251         * configure.in: Post-release version bumping to 2.17.1
253 2006-12-03  Fernando Herrera  <fherrera@onirica.com>
255         * NEWS: Release 2.17.0 ("Coin, operated boy").
257 2006-12-03  Fernando Herrera  <fherrera@onirica.com>
259         * src/bug-buddy.c: (on_send_clicked), (unknown_app_finished): Don't show
260         review info/button when app does not belong to GNOME bugzilla and it's
261         going just to be saved. Removed references to old expander.
263 2006-12-03  Fernando Herrera  <fherrera@onirica.com>
265         * src/bug-buddy.c: (copy_review), (edit_review), (close_review),
266         (show_review), (known_app_finished), (unknown_app_finished):
267         * src/bug-buddy.glade: Use a new window for reviewing the report
268         instead of an small window inside an expander. Add ability to copy
269         the report and editing it.
271 2006-12-03  Fernando Herrera  <fherrera@onirica.com>
273         * README.STABLE_BRANCH: Update info about branches
275 2006-12-02  Fernando Herrera  <fherrera@onirica.com>
277         * src/bug-buddy.c: (help_callback), (main):
278         * src/bug-buddy.glade: Add a Help button to bug-buddy.
279         Patch by Brent Smith. Fix bug #353087
281 2006-12-02  Fernando Herrera  <fherrera@onirica.com>
283         * src/bug-buddy.glade: Added missing accelerators. Fix bug
284         #351485.
286 2006-12-02  Fernando Herrera  <fherrera@onirica.com>
288         * src/bug-buddy.glade: Removed unused hbox.
290 2006-12-01  Ruben Vermeersch  <ruben@savanne.be>
292         * src/gdb-cmd: Added "set backtracelimit 200", fixes bug #306465.
294 2006-12-01  Fernando Herrera  <fherrera@onirica.com>
296         * src/bug-buddy.c: (load_icon), (main):
297         * src/bugzilla.c: (add_bugzilla_application):
298         * src/bugzilla.h: Don't load _all_ applications icons. Load only
299         the needed one.
301 2006-11-28  Fernando Herrera  <fherrera@onirica.com>
303         * configure.in: Bump version to 2.17.0
304         * src/bug-buddy.c: (fill_custom_info), (main):
305         * src/bugzilla.c: (add_bugzilla_application), (load_applets),
306         (load_applications):
307         * src/bugzilla.h: Add support for "X-GNOME-Bugzilla-ExtraInfoScript"
308         and "bugzilla:extra_info_script" entries in .desktop and .server
309         files. The output of that custom script is included on the bug-buddy
310         report.
312 2006-11-28  Fernando Herrera  <fherrera@onirica.com>
314         * src/bug-buddy.c: (known_app_finished), (main): Add an string
315         aksing to fill the bug report in English. This does not break
316         the string freeze, because if the string is not translated it's not 
317         showed on the UI. Fix bug #361312. Patch by Claudio Saavedra and
318         Mariano Suárez-Alvarez.
320 2006-11-28  Fernando Herrera  <fherrera@onirica.com>
322         * src/bug-buddy.c: (known_app_finished): Disable send button if
323         initial email address is empty. Fix bug #363782
325 2006-11-16  Kjartan Maraas  <kmaraas@gnome.org>
327         * configure.in: po/LINGUAS support. Luca Cavalli.
328         Closes bug #337850.
330 2006-11-16  Kjartan Maraas  <kmaraas@gnome.org>
332         * src/bug-buddy.c: (main): Remove markup from translatable
333         message. Closes bug #360444.
335 2006-11-16  Kjartan Maraas  <kmaraas@gnome.org>
337         * bug-buddy.schemas.in: Fix a typo. Closes bug #351049.
338         Clytie Siddall and Rob Bradford again.
340 2006-11-16  Kjartan Maraas  <kmaraas@gnome.org>
342         * src/bug-buddy.c: (link_callback), (bug_sent), (main):
343         Re-commit the fix for 351006.
345 2006-11-16  Kjartan Maraas  <kmaraas@gnome.org>
347         * src/bug-buddy.c: (link_callback), (bug_sent), (main):
348         Revert until we branch.
350 2006-11-16  Kjartan Maraas  <kmaraas@gnome.org>
352         * src/bug-buddy.c: (link_callback), (bug_sent), (main):
353         Use consistent naming for Bug Buddy. Rob Bradford, Clytie
354         Siddall. Closes bug #351006.
356 2006-11-16  Kjartan Maraas  <kmaraas@gnome.org>
358         * configure.in: 
359         * src/Makefile.am:
360         Fix mis-handling of libexecdir. Based on suggestions from
361         dmacks at netspace org and Christian Persch. Closes
362         bug #344029.
364 2006-11-16  Kjartan Maraas  <kmaraas@gnome.org>
366         * src/bug-buddy.desktop.in.in: Add GTK to the category.
367         Patch from Stephane LOEUILLET. Closes bug 328026.
369 2006-11-16  Brian Pepple  <bdpepple@ameritech.net>
371         * Makefile.am (EXTRA_DIST): 
372         * bug-buddy.spec.in
373         Drop spec file. bug #121993.
375 2006-11-16  Kjartan Maraas  <kmaraas@gnome.org>
377         * src/bug-buddy.c: (bug_sent), (set_proxy), (send_report),
378         (show_pending_checkbox_if_pending), (main): Fix use of proxy
379         username and password. Patch from Ali Sabil. Closese
380         bug #354624. I also fixed a couple leaks in there.
381         * src/eds-buddy.c: Fix compiler warnings.
382         * src/verify-desktop-files.c: Same.
384 2006-11-11  Fernando Herrera  <fherrera@onirica.com>
386         * configure.in: Bump version to 2.16.1
388 2006-11-11  Fernando Herrera  <fherrera@onirica.com>
390         * src/bug-buddy.c: (known_app_finished), (unknown_app_finished),
391         (fill_system_info), (fill_stderr_info), (main): Add more info to
392         bug-buddy reports, including:
393                 - A11y enabled or not
394                 - uname full info
395                 - selinux enabled or not
396                 - .xsession-errors last lines
397         Patch by Alexander Larsson. Fixes bug #362855
399 2006-10-26  Francisco Javier F. Serrador  <serrador@openshine.com>
401         * src/bug-buddy.c: Mark some strings for translation.
403 2006-09-05  Fernando Herrera  <fherrera@onirica.com> 
405         * NEWS:
406         * configure.in: Release 2.16.0
408 2006-09-04 Fernando Herrera  <fherrera@onirica.com> 
410         * src/bug-buddy.c: (focus_details), (unknown_app_finished): focus details
411         view on an idle call, because doing just after expanding the expander
412         crashes gtk+. Fix bug #353348
414 2006-09-04  Brent Smith  <gnome@nextreality.net>
416         * Makefile.am: remove the docs subdirectory as the bug-buddy manual is
417         out of date.
418         * src/bug-buddy.desktop.in.in: Add a NoDisplay=true so that bug-buddy
419         doesn't appear in the menus
421 2006-08-30  Kjartan Maraas  <kmaraas@gnome.org>
423         * configure.in: Remove "no" from ALL_LINGUAS.
425 2006-08-21  Fernando Herrera  <fherrera@onirica.com>
427         * NEWS:
428         * configure.in: Release 2.15.92 ("Lumbago")
430 2006-08-21  Olav Vitters  <olav@bkor.dhs.org>
432         * src/bug-buddy.glade: Mark _Send button as translatable. Patch by
433         Kalle Vahlman. Fixes bug 352166.
435 2006-08-20  Fernando Herrera  <fherrera@onirica.com>
437         * src/bug-buddy.c: (create_report_title): Remove extra "%".
438         * src/bugzilla.c: (bugzilla_create_report): Remove debug_string
440 2006-08-18  Erdal Ronahi  <erdal.ronahi@gmail.com>
441         
442         * configure.in: Added (ku) Kurdish language
444 2006-08-17  Fernando Herrera  <fernando.herrera-de-las-heras@nokia.com>
446         * src/bug-buddy.c: (set_proxy), (create_report_title),
447         (send_report), (main):
448         * src/bug-buddy.h:
449         * src/bugzilla.c: (bugzilla_create_report):
450         * src/bugzilla.h: Construct report title based on first words of
451         the description. Added a missing NULL to g_object_set.
453 2006-08-15  Fernando Herrera  <fherrera@onirica.com>
455         * src/bug-buddy.c: (send_report):
456         * src/bugzilla.c: (bugzilla_create_report): Removed debug messages.
458 2006-08-15  Fernando Herrera  <fherrera@onirica.com>
460         * src/bug-buddy.c: (main): If bugzilla product has not been found for
461         the --package argument fallback to search for a binary.
463 2006-08-15  Fernando Herrera  <fherrera@onirica.com>
465         * src/bug-buddy.keys.in: removed. Fix #328479
467 2006-08-15  Fernando Herrera  <fherrera@onirica.com>
469         * src/bug-buddy.glade: Make gdb-text non-editable. Fix bug #350437.
470         Make details view text wrap.
471         * src/bug-buddy.c: (known_app_finished), (unknown_app_finished): set
472         focus to the details text entry after finished colleting all info.
474 2006-08-15  Fernando Herrera  <fherrera@onirica.com>
476         * src/bug-buddy.glade: Fix spacing issues. Patch from Christian Persch.
478 2006-08-13  Brent Smith  <gnome@nextreality.net>
480         * src/bug-buddy.menu.in: add a forward slash in the LegacyDir so 
481         the path is actually correct; otherwise bug-buddy only finds applets.
483 2006-08-13  Fernando Herrera  <fherrera@onirica.com>
485         * src/bug-buddy.c: (main):
486         * src/bugzilla.c: (get_all_applications_from_dir),
487         (load_applications): Show main window application before loading
488         .dekstop files and run g_mainloop interactions while loading to
489         make app update progress bar so it feels more responsive.
491 2006-08-13  Fernando Herrera  <fherrera@onirica.com>
493         * configure.in:
494         * src/bug-buddy.menu: Removed.
495         * src/bug-buddy.menu.in: Added to use <LegacyDir> pointing
496         to ${sharedir}/applications. Fix the problem with 
497         ~/.local/share/applications files not having bugzilla info.
499 2006-08-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
501         * src/Makefile.am:
502         Remove applications_DATA from Makefile.am.
504 2006-08-11 Vladimer Sichinava  <vlsichinava@gmail.com>
506         * configure.in: Added "ka" (Georgian) to ALL_LINGUAS
508 2006-08-09  Fernando Herrera  <fernando.herrera-de-las-heras@nokia.com>
510         * src/bug-buddy.c: (main): Fix a double-free.
512 2006-08-01  Fernando Herrera  <fernando.herrera-de-las-heras@nokia.com>
514         * src/bugzilla.c: (add_bugzilla_application), (load_applets),
515         (load_applications), (bugzilla_create_report):
516         * src/bugzilla.h: Port to GKeyFile API for reading desktop files
517         removing deprecated libgnome stuff. Use untranslated application name
518         for report title.
520 2006-08-01  Fernando Herrera  <fernando.herrera-de-las-heras@nokia.com>
522         * configure.in: Require new libsoup. Bump version to 2.15.91
523         * src/bug-buddy.c: (send_report): use new libsoup xml-rpc
524         deserialization function.
525         * src/xmlrpc.c:
526         * src/Makefile.am: Removed xmlrpc.c file.
528 2006-07-24  Fernando Herrera  <fernando.herrera-de-las-heras@nokia.com>
530         * NEWS:
531         * configure.in: Release 2.15.90
533 2006-07-24  Fernando Herrera  <fernando.herrera-de-las-heras@nokia.com>
535         * src/verify-desktop-files.c: (main): Initialize bonobo-activation.
537 2006-07-24  Fernando Herrera  <fernando.herrera-de-las-heras@nokia.com>
539         * src/Makefile.am:
540         * src/bug-buddy.c: (save_to_file), (network_error),
541         (remove_pending_reports), (all_sent), (previous_sent), (bug_sent),
542         (send_report), (show_pending_checkbox_if_pending),
543         (known_app_finished), (main):
544         * src/bug-buddy.glade: Added a check button for sending old bug
545         reports not sent because no network connection. Load them and send
546         them.
547         * src/xmlrpc.c: (hacked_soup_xmlrpc_message_from_string): Ugly hack
548         for deserializing a XML-RPC message until we got it into libsoup.
550         Removed NetworkManager code at all.
552 2006-07-24  Fernando Herrera  <fernando.herrera-de-las-heras@nokia.com>
554         * pixmaps/Makefile.am:
555         * src/bug-buddy.c: (main):
556         * src/bug-buddy.desktop.in.in: make application use theme-friendly
557         icons. Patch from Brian Pepple. Fixes bug #337813
559 2006-07-24  Fernando Herrera  <fernando.herrera-de-las-heras@nokia.com>
561         * src/bug-buddy.c: (main):
562         * src/bug-buddy.glade:
563         * src/bugzilla.c: (bugzilla_search_for_package):
564         * src/bugzilla.h: Invoke bug-buddy only with --package=XXX command
565         line to get it in non-crash/suggestion mode, so applications like
566         evolution can invoke it from the help menu.
568 2006-07-24  Fernando Herrera  <fernando.herrera-de-las-heras@nokia.com>
570         * README.STABLE_BRANCH: Update branch information.
571         * configure.in: Don't use NetworkManager because it is giving lot
572         of false positives (usually people with wired and wireless networks)
573         * src/Makefile.am:
574         * src/bugzilla.c: (add_bugzilla_application),
575         (get_all_applications), (bugzilla_parse_response): Use own .menu file
576         for reading all applications. Patch from Brent Smith, fixes #347422
578 2006-07-24  Fernando Herrera  <fernando.herrera-de-las-heras@nokia.com>
580         * src/bug-buddy.c: (send_report):
581         * src/bug-buddy.glade: Fix some typos pointed by Matthias Clasen
582         Fixes bug #348064
584 2006-07-18  Guntupalli Karunakar  <karunakar@freedomink.org>
586         * configure.in: Added "dz" (Dzongkha) to ALL_LINGUAS.
588 2006-07-03  Runa Bhattacharjee <runabh@gmail.com>
590         * configure.in: Added Bengali India (bn_IN) to ALL_LINGUAS.
592 2006-06-30  Thierry Randrianiriana  <thierryR@cvs.gnome.org>
594         * configure.in: Added Malagasy code 'mg' in ALL_LINGUAS.
595         * po/mg.po: Added Malagasy translation.
597 2006-06-28  Frederic Peters  <fpeters@0d.be>
599         * configure.in:
600         * src/Makefile.am:
601         * src/bug-buddy.c: Make libnm_glib optional.  Closes bug #346091.
603 2006-06-25  Fernando Herrera  <fherrera@onirica.com>
605         * configure.in: Require libnm_glib to check for network
606         * src/bug-buddy.c: (bug_sent), (save_to_file), (send_report),
607         (on_send_clicked), (on_save_clicked), (main): If there is no network
608         available save report to a file for sending next time. Resize fixes
609         * src/bug-buddy.glade: Add mnemonic to Send
610         * src/bugzilla.h: Remove an old GtkTreeIter
612 2006-06-18  Brent Smith  <gnome@nextreality.net>
614         * src/bug-buddy.c: (unknown_app_finished): Mark the button text for
615         translation
617 2006-06-18  Brent Smith  <gnome@nextreality.net>
619         * src/proccess.c: (proccess_get_mem_state): Fix a mispelling, thanks
620         to Baptiste Mille-Mathias for pointing this out.
622 2006-06-18  Brent Smith  <gnome@nextreality.net>
624         * src/bug-buddy.c: (fill_include_file): initialize GError to NULL,
625         otherwise we can get a crash
627 2006-06-18  Brent Smith  <gnome@nextreality.net>
629         * src/gdb-buddy.c: remove debug define
630         * src/gdb-buddy.h: added this missing file (needed to compile)
632 2006-06-18  Fernando Herrera  <fherrera@onirica.com>
634         * src/Makefile.am:
635         * src/bug-buddy.c: (gdb_insert_text), (known_app_finished),
636         (gdb_finished), (save_to_file), (on_save_clicked),
637         (unknown_app_finished), (gdb_finished_unknown_app),
638         (close_callback), (fill_gnome_info), (fill_include_file), (main):
639         * src/bug-buddy.glade:
640         * src/bug-buddy.h:
641         * src/bugzilla.c:
642         * src/gdb-buddy.c: (gdb_stop), (gdb_handle_input), (gdb_destroy),
643         (gdb_buddy_error_quark), (gdb_get_trace): Add support for saving
644         traces from unknow applications. Patch from Brent Smith. Closes bug
645         #164747.
647         Add support again for the --include option, so crashes on gnome-python
648         and Gtk# can invoke bug-buddy for sending traces to our bugzilla.
650 2006-06-13  Olav Vitters  <olav@bkor.dhs.org>
652         * configure.in: Bump libsoup requirement to >= 2.2.94.
654 2006-06-12  Brent Smith  <gnome@nextreality.net>
656         * NEWS:
657         * configure.in:
658         - Version 2.15.0
660 2006-06-12  Brent Smith  <gnome@nextreality.net>
662         * po/POTFILES.in:
663         * src/Makefile.am:
664         Fix some build issues caused by the merge
665         * src/bugzilla.c: (bugzilla_create_report):
666         Submit bug reports to bugzilla.gnome.org instead of
667         bugzilla-test.gnome.org
669 2006-06-12  Brent Smith  <gnome@nextreality.net>
671         * Makefile.am:
672         * NEWS:
673         * TODO:
674         * bug-buddy.schemas.in:
675         * configure.in:
676         * docs/ChangeLog:
677         * docs/Makefile.am:
678         * docs/vi/vi.po:
679         * macros/ChangeLog:
680         * po/dz.po:
681         * po/ka.po:
682         * po/ku.po:
683         * po/mg.po:
684         * po/no.po:
685         * src/Makefile.am:
686         * src/bb-marshal.list:
687         * src/bug-buddy-core.desktop.in.in:
688         * src/bug-buddy.applications:
689         * src/bug-buddy.c: (on_gdb_stop_clicked), (stock_pixmap_buddy),
690         (get_gnome_version_info), (update_progress_bar), (save_email),
691         (link_callback), (bug_sent), (set_proxy), (send_report),
692         (email_is_valid), (check_email), (on_send_clicked), (gdb_finished),
693         (close_callback), (delete_callback), (fill_gnome_info),
694         (fill_proccess_info), (main):
695         * src/bug-buddy.glade:
696         * src/bug-buddy.h:
697         * src/bugzilla.c: (add_bugzilla_application), (load_applets),
698         (bugzilla_error_quark), (load_applications),
699         (bugzilla_parse_response), (bugzilla_create_report):
700         * src/bugzilla.h:
701         * src/cell-renderer-uri.c:
702         * src/cell-renderer-uri.h:
703         * src/config.c:
704         * src/distribution.c: (get_distro_name_from_file),
705         (get_distro_name):
706         * src/distribution.h:
707         * src/eds-buddy.c: (get_default_user_email):
708         * src/eds-buddy.h:
709         * src/gdb-buddy.c: (get_trace_from_gdb), (stop_gdb),
710         (handle_gdb_input), (get_trace_from_pair):
711         * src/md5-utils.c:
712         * src/md5-utils.h:
713         * src/proccess.c: (proccess_get_mem_state), (proccess_get_time):
714         * src/proccess.h:
715         * src/save-buddy.c:
716         * src/save-buddy.h:
717         * src/signal-buddy.c:
718         * src/signal-buddy.h:
719         * src/united-states-of-bug-buddy.c:
720         * src/verify-desktop-files.c: (check_bugzilla_info), (main):
721         Merged bug-buddy-xmlrpc branch to HEAD using the following commands on
722         a fresh checkout of HEAD:
723         cvs update -j HEAD -j BUG_BUDDY_2_13_0
724         cvs update -j BUG_BUDDY_2_13_0 -j bug-buddy-xmlrpc
725         cvs update -C po/*
727 2006-06-11  Brent Smith  <gnome@nextreality.net>
729         * src/bug-buddy.c: (main):
730         - Complain if --pid is not specified
732 2006-06-11  Brent Smith  <gnome@nextreality.net>
734         * src/bug-buddy.c: (fill_gnome_info), (main):
735         - If we can't get information about the GNOME version (probably due to a
736         missing or bad installation of gnome-desktop), then spit out an error
737         dialog
738         - Don't gtk_widget_show() the main window until right before we start
739         the main loop; this way we don't see the main_window when we call
740         buddy_error() before gtk_main()
742 2006-06-11  Brent Smith  <gnome@nextreality.net>
744         * src/bug-buddy.c: (main):
745         Pop up an error dialog if --appname is not passed.
747 2006-06-11  Brent Smith  <gnome@nextreality.net>
749         * src/bug-buddy.c: (main):
750         * src/bug-buddy.h:
751         Ported bug-buddy from Popt to GOption
753 2006-06-10  Brent Smith  <gnome@nextreality.net>
755         * src/bug-buddy.c: (bug_sent), (send_report):
756         Handle errors creating the report in send_report()
757         * src/bugzilla.c: (bugzilla_parse_response),
758         (bugzilla_create_report):
759         More error handling using GError
760         * src/bugzilla.h:
761         Migrated some enumerations to the BUGZILLA_ERROR_* enums so there is
762         only one set of error codes
764 2006-06-10  Brent Smith  <gnome@nextreality.net>
766         * src/bug-buddy.c: (bug_sent), (send_report), (on_send_clicked),
767         (gdb_finished), (close_callback):
768         - Provide intelligent error messages based on the XML-RPC response
769         - Many text changes
770         - Hide the send button immediately after the user clicks it to prevent
771         duplicate bugs from being submitted
772         * src/bug-buddy.glade:
773         - Make "app-image" vertically aligned to the top
774         - Make "main-text" selectable and turn on label wrapping
775         * src/bug-buddy.h:
776         - Move GnomeVersionInfo to bugzilla.h header to remove circular
777         dependency between header files
778         * src/bugzilla.c: (bugzilla_error_quark),
779         (bugzilla_parse_response):
780         - Much better error handling of the XML-RPC response; Also, return a
781         GError with information about the particular error message
782         * src/bugzilla.h:
783         - Added GError support structures for BUGZILLA_ERROR
784         - Moved GnomeVersionInfo struct to here
785         - provide function prototypes for all functions with extern linkage
786         * src/distribution.h:
787         - provide prototype for get_distro_name()
788         * src/proccess.c:
789         - Use proccess.h header file
790         * src/proccess.h:
791         - Add this header file to declare function prototypes
793 2006-06-04  Brent Smith  <gnome@nextreality.net>
795         * src/bug-buddy.c: (link_callback): Display an error in a dialog box
796         instead of stdout if the gnome_vfs_url_show call fails.
798 2006-06-04  Brent Smith  <gnome@nextreality.net>
800         * src/bug-buddy.glade: Switch the order of the "Send" and "Close"
801         button, so that "Send" is on the right.
803 2006-06-04  Brent Smith  <gnome@nextreality.net>
805         * configure.in: Bump the required GTK+ version to 2.9 since we make
806         use of the new GtkLinkButton
807         * src/bug-buddy.c: (link_callback), (bug_sent), (send_report),
808         (gdb_finished), (close_callback), (delete_callback), (main):
809         Added a GtkLinkButton after the bug report has been sent so that
810         the user can view their bug immediately by clicking on the button;
811         Renamed the cancel-button to close-button and changed the names of the
812         callbacks; Also fixed a couple of compiler warnings
813         * src/bug-buddy.glade: Moved the "Send" button to the bottom in the
814         button bar and removed the "Cancel" button in favor of a more
815         simple scheme with just "Send" and "Close"; Also changed
816         alignment of the button box so that it is always aligned at the
817         bottom of the vertical box.
819 2006-06-02  Fernando Herrera  <fherrera@onirica.com>
821         * Makefile.am:
822         * bug-buddy.schemas.in: Re-added schemas, only with
823         contact info.
825 2006-06-02  Fernando Herrera  <fherrera@onirica.com>
827         * configure.in: Add eds dependency.
828         * src/Makefile.am:
829         * src/bug-buddy.c: (save_email), (bug_sent), (send_report),
830         (email_is_valid), (check_email), (gdb_finished):
831         * src/bug-buddy.glade: email address now is mandatory. Get it
832         from gconf settings and if not available, from eds.
834 2006-05-31  Fernando Herrera  <fherrera@onirica.com>
836         * src/bug-buddy.c: (send_report): Add text from the "What were you
837         doing" entry to the report.
839 2006-05-31  Fernando Herrera  <fherrera@onirica.com>
841         * src/bug-buddy.c: (set_proxy), (send_report): Use proxy from gconf
842         settings when available.
843         * src/bugzilla.c: (bugzilla_create_report): Remove password param
844         * TODO: Add some stuff to do in the new branch
846 2006-05-30  Olav Vitters  <olav@bkor.dhs.org>
848         * src/bugzilla.c: Add User-Agent header to HTTP request as requested
849         by myself.
851 2006-05-30  Olav Vitters  <olav@bkor.dhs.org>
853         * src/bugzilla.c: Change XML-RPC method call to match GNOME Bugzilla
854         server changes. Also update URL.
856 2006-02-08  Fernando Herrera  <fherrera@onirica.com>
858         * src/Makefile.am:
859         * src/bug-buddy.c: (bug_sent), (send_report), (on_send_clicked),
860         (gdb_finished), (main):
861         * src/bug-buddy.glade:
862         * src/bugzilla.c: (bugzilla_parse_response),
863         (bugzilla_create_report): Added UI to include user comnmets about what
864         he was doing and email address. Added a Send button. UI needs more love
866         * src/verify-desktop-files.c: (check_bugzilla_info), (main): Added
867         a little program to verify installed .desktop files for correct
868         X-GNOME-Bugzilla-* stuff
870 2006-02-07  Fernando Herrera  <fherrera@onirica.com>
872         * COPYING: Re-add notice about using only v2 of GPL that was
873         removed accidentaly by some automake weirdness.
874         * src/distribution.c: Use only v2 of GPL fot this code.
876 2006-02-07  Fernando Herrera  <fherrera@onirica.com>
878         * configure.in:
879         * src/Makefile.am:
880         * src/bug-buddy.c: (send_report), (gdb_finished),
881         (fill_gnome_info), (fill_proccess_info), (main):
882         * src/bug-buddy.glade:
883         * src/bugzilla.c: (bugzilla_send_report):
884         * src/proccess.c: (proccess_get_mem_state), (proccess_get_time): Change
885         windows main title. Add mem and cpu info for the crashed procces from
886         libgtop.
888 2006-02-06  Fernando Herrera  <fherrera@onirica.com>
890         * configure.in:
891         * src/bug-buddy.c: (get_gnome_version_info), (bug_sent),
892         (send_report), (gdb_finished):
893         * src/bug-buddy.glade:
894         * src/bug-buddy.h:
895         * src/bugzilla.c: (got_response), (bugzilla_send_report):
896         * src/bugzilla.h: Implement the XML-RPC sending. Currenty it uses
897         hard-coded bugzilla URL and username/password. Don't try to play
898         with it as bugzilla-test is IP-protected :)
900 2006-02-03  Fernando Herrera  <fherrera@onirica.com>
902         * Makefile.am:
903         * configure.in:
904         * po/POTFILES.in:
905         * src/Makefile.am:
906         * src/bb-marshal.list:
907         * src/bug-buddy-core.desktop.in.in:
908         * src/bug-buddy.applications:
909         * src/bug-buddy.c: (on_gdb_stop_clicked), (get_gnome_version_info),
910         (update_progress_bar), (send_report), (gdb_finished),
911         (cancel_callback), (delete_callback), (main):
912         * src/bug-buddy.glade:
913         * src/bug-buddy.h:
914         * src/bugzilla.c: (add_bugzilla_application), (load_applets),
915         (load_applications), (add_application):
916         * src/bugzilla.h:
917         * src/cell-renderer-uri.c:
918         * src/cell-renderer-uri.h:
919         * src/config.c:
920         * src/distribution.c: (get_distro_name_from_file),
921         (get_distro_name):
922         * src/gdb-buddy.c: (get_trace_from_gdb), (stop_gdb),
923         (handle_gdb_input), (get_trace_from_pair):
924         * src/md5-utils.c:
925         * src/md5-utils.h:
926         * src/save-buddy.c:
927         * src/save-buddy.h:
928         * src/signal-buddy.c:
929         * src/signal-buddy.h:
930         * src/united-states-of-bug-buddy.c: Big rewrite. Only one window. Only one
931         click for submit a bug. Removed all the selections stuff. Bug Buddy now
932         only reports crashes. Currently the XML-RPC sending stuff is missing,
933         so it does not send anything yet.
935 2006-01-06  Fernando Herrera  <fherrera@onirica.com>
937         * src/bugzilla.c: update treeview headers when switching
938         beetwen applcations/products. Patch from Matthias Clasen
939         (Closes bug #317530)
941 2006-01-06  Fernando Herrera  <fherrera@onirica.com>
943         * src/distribution.{c,h}: Fix the LSB distro detection
945 2006-01-05  Fernando Herrera  <fherrera@onirica.com>
947         * src/bug-buddy.glade: Center main window. Patch from
948         Christian Neumair. Closes bug #321297
950 2006-01-05  Fernando Herrera  <fherrera@onirica.com>
952         * src/bug-buddy.glade: Set the GnomeFileEntry in
953         save mode for saving the bug report (Closes bug #323967)
955 2006-01-05  Fernando Herrera  <fherrera@onirica.com>
957         * src/bug-buddy.glade: Lot of HIGification by
958         Christian Persch. Closes bug #325650
960 2006-01-05  Fernando Herrera  <fherrera@onirica.com>
962         * configure.in: Bump version to 2.13.0
963         * src/bugzilla.c: workaround for gnome-vfs bug
965 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
967         * configure.in: Added "zh_HK" to ALL_LINGUAS.
969 2005-11-30  Fernando Herrera  <fherrera@onirica.com>
971         * configure.in:
972         * NEWS: Release 2.12.2 ("Il vulcano")
974 2005-10-28  Simos Xenitellis  <simos@gnome.org>
976         * configure.in: Added ky (Kirghiz) to ALL_LINGUAS.
978 2005-10-01  Fernando Herrera  <fherrera@onirica.com>
980         * NEWS:
981         * configure.in: Release 2.12.1 "i Party 7"
983 2005-10-01  Fernando Herrera  <fherrera@onirica.com>
985         * src/bugzilla.c: Remove duplicate entries. Patch
986         from Matthias Clasen. Fixes bug #317524
988 2005-09-06  Fernando Herrera  <fherrera@onirica.com>
990         * NEWS: Release 2.12.0 ("My fatal fate")
992 2005-08-23  Vincent Untz  <vuntz@gnome.org>
994         * src/united-states-of-bug-buddy.c: don't mark the copyright string as
995         translatable
997 2005-08-23  Vincent Untz  <vuntz@gnome.org>
999         * configure.in: post-release bump to 2.12.0.
1001 ==================== 2.11.92 ====================
1003 2005-08-23  Vincent Untz  <vuntz@gnome.org>
1005         * NEWS:
1006         * configure.in: version 2.9.92.
1008 2005-07-19  Fernando Herrera  <fherrera@onirica.com>
1010         * src/bug-buddy.c: (init_gnome_version_stuff):
1011         * src/bug-buddy.h:
1012         * src/bugzilla.c: (gify), (load_mostfreq_xml), (load_config_xml),
1013         (load_products_xml):
1014         * src/cell-renderer-uri.c:
1015         * src/distribution.c:
1016         * src/gdb-buddy.c:
1017         * src/gnome-crash.c:
1018         * src/libglade-buddy.h:
1019         * src/md5-utils.c: (md5_get_digest):
1020         * src/save-buddy.c:
1021         * src/united-states-of-bug-buddy.c: (on_druid_about_clicked),
1022         (email_is_valid): lot of (all) gcc4 and misc warning fixed.
1023         Ported to GtkAboutDialog. Patch from Kjartan Maraas. Closes
1024         bug #300065
1026 2005-07-19  Fernando Herrera  <fherrera@onirica.com>
1028         * configure.in:
1029         * src/bug-buddy.c: (update_crash_type), (init_ui), (delete_me),
1030         (main):
1031         * src/bug-buddy.glade:
1032         * src/bugzilla.c: (update_severity), (update_version),
1033         (add_severity), (update_version_menu),
1034         (bugzilla_product_add_components_to_clist),
1035         (bugzilla_add_mostfreq):
1036         * src/united-states-of-bug-buddy.c: (select_version),
1037         (select_severity): Port to GtkComboBox. Patch by Michael Gossard.
1038         Fixes #300065 and #130288
1040 2005-07-19  Michael Gossard <michael.gossard@free.fr>
1042         * src/bugzilla.c : (sort_mostfreq_list),
1043         (create_mostfreq_list), (bugzilla_add_mostfreq) sort frequently reported
1044         bugs list by ID, product, component, description. (fix bug #171935)
1046 2005-07-19  Fernando Herrera  <fherrera@onirica.com>
1048         * src/distribution.c: (get_lines_from_file), (get_lsb_version),
1049         (get_redhat_version), (get_turbolinux_version),
1050         (get_debian_version):
1051         * src/distribution.h: Reworked the code to use fancy g_file functions.
1052         Add support for reading LSB files (ie: Ubuntu distro support). Closes
1053         bug #168379
1055 2005-07-19  Fernando Herrera  <fherrera@onirica.com>
1057         * src/united-states-of-bug-buddy.c: Include signal.h. Patch by
1058         Dan Winship, closes #160544
1060 2005-07-18  Danilo Å egan  <danilo@gnome.org>
1062         * docs/sr/sr.po: Updated translation not to break the build (until
1063         I fix xml2po).
1065 2005-07-18  Danilo Å egan  <danilo@gnome.org>
1067         * docs/Makefile.am (DOC_LINGUAS): Added "sr".
1069         * docs/sr/sr.po: Added.
1071 2005-07-11  Kjartan Maraas  <kmaraas@gnome.org>
1073         * configure.in: Post release version bump
1074         * docs/C/bug-buddy.xml: Fix docs build
1075         * src/save-buddy.c: (bb_write_buffer_to_fd): Pass 0
1076         as arg 3 to waitpid() not NULL pointer.
1078 2005-06-04  Swapnil Hajare  <dreamil@gmail.com>
1080         * configure.in: added entry for Marathi language (mr) in ALL_LINGUAS
1082 2005-05-18  Olav Vitters <olav@bkor.dhs.org>
1084         * src/bugzilla.c: (load_applications): Initialize prev_name variable
1085         to NULL to prevent crash on startup. Patch from <rwahl@gmx.de>. Closes
1086         bug #172874.
1088 2005-05-04  Fernando Herrera  <fernando.herrera@tecsidel.es>
1090         * src/bugzilla.c: (load_applications): Use gmenu API to fix
1091         build. Patch by Elijah Newren. Closes bug #302769
1093 2005-04-11  Mark McLoughlin  <mark@skynet.ie>
1095         * src/Makefile.am, src/bugzilla.c: update for
1096         libgnome-menu API renaming.
1098 2005-04-06  Mark McLoughlin  <mark@skynet.ie>
1100         * src/bugzilla.c: (get_all_applications): update for
1101         slight change in menu_tree_lookup() API.
1103 2005-04-01  Adi Attar  <aattar@cvs.gnome.org>
1105         * configure.in: Added "xh" to ALL_LINGUAS.
1107 2005-03-31  Steve Murphy  <murf@e-tools.com>
1109         * configure.in: Added "rw" to ALL_LINGUAS.
1111 2005-03-30  Christian Rose  <menthos@menthos.com>
1113         * configure.in: Added "ug" to ALL_LINGUAS.
1115 2005-03-23  Fernando Herrera  <fernando.herrera@tecsidel.es>
1117         * configure.in: require libgnomemenu >= 2.11.1.
1118         * src/bugzilla.c: (get_all_applications_from_alias),
1119         (get_all_applications_from_dir), (get_all_applications),
1120         (load_applications): Port to the new libgnomemenu API. Patch
1121         by Mark McLoughlin <markmc@redhat.com>
1123 2005-03-23  Fernando Herrera  <fernando.herrera@tecsidel.es>
1125         * README.STABLE_BRANCH: Branched. HEAD is now for GNOME 2.11
1126         * configure.in: Postrelease version bumpig to 2.11.0
1128 2005-03-07  Fernando Herrera  <fernando.herrera@tecsidel.es>
1130         * NEWS:
1131         * configure.in: Release 2.10.0 ("La movida")
1133 2005-02-28  Fernando Herrera  <fernando.herrera@tecsidel.es>
1135         * NEWS:
1136         * configure.in: Release 2.9.92 ("Magical Fenix")
1138 2005-02-11  Maxim V. Dziumanenko <mvd@mylinux.com.ua>
1140         * docs/uk/bug-buddy.xml:
1141         * docs/uk/legal.xml:
1142         * docs/uk/.cvsignore: Added Ukrainian translation of the documentation.
1144 2005-02-11  Shaun McCance  <shaunm@gnome.org>
1146         * docs/bug-buddy.omf.in
1147         - Added missing file
1149 2005-02-10  Fernando Herrera  <fernando.herrera@tecsidel.es>
1151         * NEWS:
1152         * configure.in: Release 2.9.91 ("Hänsel und Gretel")
1154 2005-02-10  Fernando Herrera  <fernando.herrera@tecsidel.es>
1156         * configure.in:
1157         * src/Makefile.am: Require gnome-menus.
1158         * src/bugzilla.c: (bugzilla_application_new), (load_applets),
1159         (compare_applications), (get_all_applications_from_dir),
1160         (get_all_applications), (load_applications): Use libmenu to get all
1161         applications instead of removed "applications-all-users:///" gnome-vfs
1162         method. Don't require applets to have defined (panel:category), as
1163         it seems to be reomved for GNOME 2.10. Load icons code fixes.
1165 2005-01-29  Fernando Herrera  <fherrera@onirica.com>
1167         * Makefile.am:
1168         * autogen.sh:
1169         * configure.in:
1170         * src/Makefile.am: Lot of autofoo updates by Shaun McCance and me.
1171         * docs/C/bug-buddy.xml: Updated docs by Shaun McCance.
1172         * docs/C/Makefile.am:
1173         * docs/C/bug-buddy-C.omf:
1174         * docs/Makefile.am:
1175         * docs/de/Makefile.am:
1176         * docs/de/bug-buddy-de.omf:
1177         * docs/es/Makefile.am:
1178         * docs/es/bug-buddy-es.omf:
1179         * docs/fr/Makefile.am:
1180         * docs/fr/bug-buddy-fr.omf:
1181         * docs/it/Makefile.am:
1182         * docs/it/bug-buddy-it.omf:
1183         * docs/ja/Makefile.am:
1184         * docs/ja/bug-buddy-ja.omf:
1185         * docs/ko/Makefile.am:
1186         * docs/ko/bug-buddy-ko.omf:
1187         * docs/sv/Makefile.am:
1188         * docs/sv/bug-buddy-sv.omf:
1189         * docs/zh_CN/Makefile.am:
1190         * docs/zh_CN/bug-buddy-zh_CN.omf:
1191         * docs/zh_HK/Makefile.am:
1192         * docs/zh_HK/bug-buddy-zh_HK.omf:
1193         * docs/zh_TW/Makefile.am:
1194         * docs/zh_TW/bug-buddy-zh_TW.omf: Files removed from CVS, they are
1195         now autogenerated from gdu.
1197 2005-01-24  Fernando Herrera  <fherrera@onirica.com>
1199         * configure.in: Post release version bumping.
1201 2005-01-24  Fernando Herrera  <fherrera@onirica.com>
1203         * NEWS:
1204         * configure.in: Released 2.9.3 "Wild Rose"
1206 2005-01-07  Kjartan Maraas  <kmaraas@gnome.org>
1208         * src/bug-buddy.glade1: Remove
1209         * src/bug-buddy.gladep: Remove
1211 2004-11-30  Fernando Herrera  <fherrera@onirica.com>
1213         * NEWS:
1214         * configure.in: Released 2.9.2 "Tres Jotas"
1216 2004-11-21  Fernando Herrera  <fherrera@onirica.com>
1218         * src/bug-buddy.c: (init_ui):
1219         * src/bug-buddy.h:
1220         * src/united-states-of-bug-buddy.c: (submit_ok): Added a kill command line
1221         argument for killing that pid after the bug report is sent.
1223 2004-11-20  Fernando Herrera  <fherrera@onirica.com>
1225         * src/bug-buddy.c: (init_ui), (main):
1226         * src/bug-buddy.glade:
1227         * src/bug-buddy.h:
1228         * src/united-states-of-bug-buddy.c: (mail_write_template),
1229         (on_druid_about_clicked), (enter_intro), (done_intro), (done_gdb),
1230         (enter_desc): Skip the product/component pages if the application is
1231         passed on the command line (also show its name in the intro page).
1232         Use the command line option --include-file to include a file in the
1233         bug description.
1235 2004-11-13  Fernando Herrera  <fherrera@onirica.com>
1237         * README.STABLE_BRANCH: Branched for gnome-2-8
1238         * configure.in: Bump version to 2.9.0
1240 2004-11-11  Fernando Herrera  <fherrera@onirica.com>
1242         * docs/C/bug-buddy-C.omf: Fix omf file to validate against
1243         scrollkeeper-omf.dtd. Patch from Joe Marcus Clarke and
1244         David Weinehall (fix bug #157817 and debian 280641)
1246 2004-09-24  Pawan Chitrakar  <pawan@nplinux.org>
1248         * configure.in: Added ne "Nepali" in ALL_LINGUAS
1250 2004-09-22  Fernando Herrera  <fherrera@onirica.com>
1252         * configure.in: Post release version bumping to 2.8.1
1253         * src/gdb-buddy.c: (get_trace_from_pair): Fix search for binaries
1254         in libexec dir.
1256 2004-09-12  Fernando Herrera  <fherrera@onirica.com>
1258         * NEWS: Release 2.8.0 "Chicote"
1260 2004-09-12  Fernando Herrera  <fherrera@onirica.com>
1262         * docs/Makefile.am: Disable build of outdated docs.
1263         * src/bug-buddy.glade:
1264         * src/united-states-of-bug-buddy.c: (on_druid_help_clicked),
1265         (on_druid_about_clicked): Enable help button and point help to
1266         the right section. Patch by Shaun McCance (Fix bug #135573)
1268 2004-09-11  Shaun McCance  <shaunm@gnome.org>
1270         * docs/C/bug-buddy-C.omf:
1271         * docs/C/bug-buddy.xml:
1272         - Updates for 2.8
1274 2004-09-12  Fernando Herrera  <fherrera@onirica.com>
1276         * configure.in:
1277         * po/POTFILES.in:
1278         * src/Makefile.am:
1279         * src/bug-buddy-core.desktop.in.in:
1280         * src/bug-buddy.desktop.in.in: Install a new desktop file to handle
1281         the application/x-core MIME type correctly (it is open with --core
1282         command line option only).
1284 2004-09-11  Shaun McCance  <shaunm@gnome.org>
1286         * docs/C/bug-buddy-C.omf:
1287         * docs/de/bug-buddy-de.omf:
1288         * docs/es/bug-buddy-es.omf:
1289         * docs/fr/bug-buddy-fr.omf:
1290         * docs/it/bug-buddy-it.omf:
1291         * docs/ja/bug-buddy-ja.omf:
1292         * docs/ko/bug-buddy-ko.omf:
1293         * docs/sv/bug-buddy-sv.omf:
1294         * docs/zh_CN/bug-buddy-zh_CN.omf:
1295         * docs/zh_HK/bug-buddy-zh_HK.omf:
1296         * docs/zh_TW/bug-buddy-zh_TW.omf:
1297         - Various OMF fixes
1299 2004-09-08  Fernando Herrera  <fherrera@onirica.com>
1301         * configure.in: Post release version bumping to 2.8.0
1303 2004-09-08  Fernando Herrera  <fherrera@onirica.com>
1305         * NEWS:
1306         * bugzilla/gnome/products:
1307         * bugzilla/ximian/mostfreq:
1308         * bugzilla/ximian/products:
1309         * configure.in: Release 2.7.92 (RC1) "Ojos verdes"
1311 2004-09-03  Gora Mohanty  <gmohanty@cvs.gnome.org>
1313         * configure.in: Added "or" to ALL_LINGUAS.
1315 2004-08-21  Fernando Herrera  <fherrera@onirica.com>
1317         * NEWS:
1318         * bugzilla/gnome/mostfreq:
1319         * bugzilla/gnome/products:
1320         * bugzilla/ximian/products:
1321         * configure.in: Release 2.7.91 (Beta 2) "budyboop"
1323 2004-08-16  Christian Rose  <menthos@menthos.com>
1325         * configure.in: Added "bs" to ALL_LINGUAS.
1327 2004-08-15  Kjartan Maraas  <kmaraas@gnome.org>
1329         * configure.in: Added nb to ALL_LINGUAS.
1331 2004-07-21  Ray Strode  <rstrode@redhat.com>
1332         * bug-buddy/src/bug-buddy.desktop.in.in: Add MimeType line
1333         to desktop file new mime sytem.
1335 2004-06-01  Fernando Herrera  <fherrera@onirica.com>
1337         * configure.in: Post release version bumping to 2.7.1
1339 2004-06-01  Fernando Herrera  <fherrera@onirica.com>
1341         * NEWS:
1342         * bugzilla/gnome/config:
1343         * bugzilla/gnome/mostfreq:
1344         * bugzilla/gnome/products:
1345         * bugzilla/ximian/config:
1346         * bugzilla/ximian/mostfreq:
1347         * bugzilla/ximian/products: Release 2.7.0 "Lully"
1349 2004-04-15  Simon Frankau  <sgf@arbitrary.name>
1351         * src/united-states-of-bug-buddy.c: (druid_set_sensitive):
1352         Removed.
1353         * src/united-states-of-bug-buddy.c: (email_is_valid): Rewritten
1354         * src/united-states-of-bug-buddy.c: Various minor tidy-ups.
1356 2004-04-15  Simon Frankau  <sgf@arbitrary.name>
1358         * src/bug-buddy.c: (main):
1359         * src/bug-buddy.h:
1360         * src/bugzilla.c: (load_bugzilla_xml):
1361         * src/united-states-of-bug-buddy.c: (druid_draw_state),
1362         (on_druid_prev_clicked), (druid_set_state),
1363         (on_druid_next_clicked), (on_druid_cancel_clicked), (enter_intro),
1364         (done_intro), (enter_gdb), (done_gdb), (enter_product),
1365         (done_product), (enter_component), (done_component),
1366         (enter_mostfreq), (done_mostfreq), (enter_desc), (done_desc),
1367         (enter_email_config), (done_email_config), (enter_email),
1368         (done_email), (enter_finished), (done_finished): : Druid tab state
1369         machine rearranged so that the code for each state can be localised within
1370         the source.
1373 2004-04-15  Simon Frankau  <sgf@arbitrary.name>
1375         * src/bug-buddy.c: (init_ui):  Warning added if a pid is given without
1376         application name.
1377         * src/bug-buddy.h:
1378         * src/gdb-buddy.c: (start_animation), (stop_animation), (stop_gdb),
1379         (get_trace_from_pair): Rewritten to tidy freeing
1380         of strings (memory lead fixed), with some error messages added.
1382 2004-04-15  Simon Frankau  <sgf@arbitrary.name>
1384         * src/bug-buddy.c: (on_gdb_go_clicked), (on_gdb_stop_clicked),
1385         (on_list_button_press_event), (main):
1386         * src/bug-buddy.h:
1387         * src/bugzilla.c: (async_update), (end_bugzilla_download),
1388         (start_bugzilla_download), (products_list_load):
1389         * src/gdb-buddy.c: (start_gdb), (get_trace_from_pair):
1390         * src/united-states-of-bug-buddy.c: (druid_set_state): remove
1391         druid_data.explicit_dirty, druid_data.download_in_progress.
1393 2004-04-15  Simon Frankau  <sgf@arbitrary.name>
1395         * src/bug-buddy.c: (buddy_error), (on_gdb_save_clicked), (main):
1396         * src/bug-buddy.h:
1397         * src/bugzilla.c: (load_bugzillas):
1398         * src/gdb-buddy.c: (get_trace_from_core), (get_trace_from_pair):
1399         * src/united-states-of-bug-buddy.c: (mail_config_page_sendmail_ok),
1400         (mail_config_page_gnome_ok), (desc_page_ok), (submit_ok),
1401         (on_druid_next_clicked): use new buddy_error function.
1403 2004-04-15  Fernando Herrera  <fherrera@onirica.com>
1405         * src/bug-buddy.c: (init_ui): Fix two strings. Fix bug #140053
1407 2004-04-15  Fernando Herrera  <fherrera@onirica.com>
1409         * src/bug-buddy.glade: add scroll bar to description bug text box if
1410         needed. Fix bug #137540
1412 2004-04-15  Fernando Herrera  <fherrera@onirica.com>
1414         * bug-buddy.schemas.in:
1415         * src/united-states-of-bug-buddy.c: (druid_set_state): Fix wrong
1416         strings.
1418 2004-04-15  Fernando Herrera  <fherrera@onirica.com>
1420         * src/bug-buddy.glade: s/Next/Forward/ . Fix bug #136191, patch from
1421         Ben Sutton
1423 2004-04-13  Fernando Herrera  <fherrera@onirica.com>
1425         * configure.in: Bump version to 2.7.0
1427 2004-04-12  Fernando Herrera  <fherrera@onirica.com>
1429         * README.STABLE_BRANCH: update branch info.
1430         * configure.in: Post release version bumping to 2.6.1
1432 2004-04-09  Guntupalli Karunakar  <karunakar@freedomink.org>
1434         * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
1436 2004-04-03  Samúel Jón Gunnarsson  <sammi@techattack.nu>
1438         * is.po: Added "is" to ALL_LINGUAS.
1440 2004-03-22  Fernando Herrera  <fherrera@onirica.com>
1442         * src/Makefile.am: (Fix a compiler issue, bug #135625)
1443         * NEWS:
1444         * bugzilla/gnome/products:
1445         * configure.in: Release 2.6.0 "Almodóvar did it again!"
1447 2004-03-20  Guntupalli Karunakar  <karunakar@freedomink.org>
1449         * configure.in: Added 'pa' for Punjabi to ALL_LINGUAS.
1451 2004-03-17  Gareth Owen
1453         * configure.in: Added en_GB to ALL_LINGUAS
1455 2004-03-16  Fernando Herrera  <fherrera@onirica.com>
1457         * NEWS:
1458         * bugzilla/gnome/products:
1459         * configure.in: Release 2.5.92 "We are the champions"
1461 2004-03-16  Fernando Herrera  <fherrera@onirica.com>
1463         * src/bug-buddy.c:
1464         * src/bug-buddy.glade: set the filechooser in save mode with the new
1465         property.
1466         * src/united-states-of-bug-buddy.c: remove an unused function.
1468 2004-03-15  Glynn Foster  <glynn.foster@sun.com>
1470         * configure.in: Add docs to build.
1471         * docs/Makefile.am: Add docs to build.
1472         * docs/*: Put back localized online help for de, fr, es, it, ja, ko, sv,
1473         zh_TW, zh_CN and zh_HK from Sun's translation team - may be a little
1474         outdated, but it's a good start to update them from.
1476 2004-02-25  Fernando Herrera  <fherrera@onirica.com>
1478         * src/united-states-of-bug-buddy.c: (druid_set_state): Disable Back
1479         button when debugging is the first page. Fix #135343
1481 2004-02-24  Fernando Herrera  <fherrera@onirica.com>
1483         * src/Makefile.am:
1484         * src/bug-buddy.applications:
1485         * src/bug-buddy.keys.in: Update to application/x-core MIME type from the
1486         new share-mime-info
1487         * src/bug-buddy.mime: removed
1489 2004-02-24  Fernando Herrera  <fherrera@onirica.com>
1491         * NEWS:
1492         * bugzilla/gnome/products:
1493         * configure.in: Release 2.5.90 "I love it when a plan comes
1494         together"
1496 2004-02-24  Fernando Herrera  <fherrera@onirica.com>
1498         * src/united-states-of-bug-buddy.c: (check_old_version),
1499         (on_druid_next_clicked): Only check old version once (Fix #134167). If
1500         failing getting application product from application name, load the product
1501         list.
1503 2004-02-24  Fernando Herrera  <fherrera@onirica.com>
1505         * src/bug-buddy.glade:
1506         * src/united-states-of-bug-buddy.c:
1507         (on_email_file_gnome_entry_browse_clicked): Set the FileChooser in
1508         save mode for saving bug reports.
1510 2004-02-24  Fernando Herrera  <fherrera@onirica.com>
1512         * src/united-states-of-bug-buddy.c: (on_druid_cancel_clicked): Remove
1513         confirmation dialog after the UI-review recomendation.
1515 2004-02-24  Fernando Herrera  <fherrera@onirica.com>
1517         * src/bugzilla.c: (generate_email_text): Don't free version string.
1518         Fix #126449. Patch from Simon Frankau
1520 2004-02-21  Christian Rose  <menthos@menthos.com>
1522         * configure.in: Added "en_CA" to ALL_LINGUAS.
1524 2004-02-15  Fernando Herrera  <fherrera@onirica.com>
1526         * NEWS:
1527         * bugzilla/gnome/products:
1528         * configure.in: Release 2.5.3, "No name release"
1530 2004-02-11  Fernando Herrera  <fherrera@onirica.com>
1532         * src/Makefile.am: add -export-dynamic. Fix bug #132174. Patch from
1533         Vincent Berger
1535 2004-02-11  Fernando Herrera  <fherrera@onirica.com>
1537         * gentool/gentool.m4: Add quotes AC_PROG_GENTOOL. Patch from Alexander
1538         Winston. Fix bug #133150
1540 2004-02-11  Fernando Herrera  <fherrera@onirica.com>
1542         * src/bug-buddy.glade: Use GtkFileChooser in GnomeFileEntries
1544 2004-01-20  Fernando Herrera  <fherrera@onirica.com>
1546         * src/bug-buddy.c: (init_gnome_version_stuff): read GNOME date
1547         * src/bug-buddy.h:
1548         * src/united-states-of-bug-buddy.c: (check_old_version),
1549         (druid_set_state): if GNOME version is older than 6 months suggest
1550         upgrading.
1552 2004-01-20  Fernando Herrera  <fherrera@onirica.com>
1554         * Makefile.am: Remove OrigTree
1555         * configure.in: requiere intltool 0.29
1557 2004-01-20  Fernando Herrera  <fherrera@onirica.com>
1559         * bug-buddy.schemas.in: Fix some typos. Fix bug #131876.
1561 2004-01-20  Jason Leach  <leach@wam.umd.edu>
1563         * Makefile.am (install-data-local): builddir != srcdir fix.
1565 2004-01-06  Vincent Untz  <vincent@vuntz.net>
1567         * src/bug-buddy.desktop.in.in: changed the comment to be less
1568         GNOME-specific (proposition by Luis Villa). Fix bug #89356.
1570 2004-01-03  Fernando Herrera  <fherrera@onirica.com>
1572         * Makefile.am: added intltool-modules/XML/Parser/Style/OrigTree.pm
1573         * src/bugzilla.c: (load_bugzilla): store and free string returned by
1574         gnome_config_get_string
1576 2004-01-02  Robert Sedak  <robert.sedak@sk.htnet.hr>
1578         * configure.in: Added "hr" in ALL_LINGUAS .
1580 2003-12-26  Fernando Herrera  <fherrera@onirica.com>
1582         * NEWS:
1583         * bugzilla/gnome/products:
1584         * configure.in: Release 2.5.2, "Franco Corelli"
1586 2003-12-25  Fernando Herrera  <fherrera@onirica.com>
1588         * Makefile.am:
1589         * bug-buddy.schemas.in:
1590         * configure.in:
1591         * po/POTFILES.in: Schema file stuff
1592         * src/bug-buddy.c: (init_ui), (delete_me):
1593         * src/bug-buddy.glade:
1594         * src/bug-buddy.h:
1595         * src/config.c: (entry_changed_notify), (config_entry_commit),
1596         (init_gconf_stuff):
1597         * src/united-states-of-bug-buddy.c: (on_druid_cancel_clicked): Port
1598         bug-buddy configuration to gconf
1600 2003-12-14  Fernando Herrera  <fherrera@onirica.com>
1602         * src/united-states-of-bug-buddy.c: (on_druid_about_clicked): Add
1603         support for translators in the about dialog.
1605 2003-12-14  Fernando Herrera  <fherrera@onirica.com>
1607         * src/bug-buddy.c: (main):
1608         * src/united-states-of-bug-buddy.c: (on_druid_about_clicked): Use
1609         gtk_icon_theme_* to load icons.
1611 2003-12-13  Fernando Herrera  <fherrera@onirica.com>
1613         * src/bugzilla.c: (load_products_xml): Don't add closed products.
1614         * src/united-states-of-bug-buddy.c: (on_druid_next_clicked): Refuse
1615         selected application if its bugzilla info doesn't match with any
1616         bugzilla xml info (a non-existant, mistyped or closed
1617         product/component in .desktop file). Fix bug #123435
1619 2003-12-13  Fernando Herrera  <fherrera@onirica.com>
1621         * src/bug-buddy.glade:
1622         * src/united-states-of-bug-buddy.c: (on_druid_next_clicked): add
1623         context to component selection page (Application or product
1624         selected). Fix bug #128349. Also remove code for unknown applications
1626 2003-12-13  Fernando Herrera  <fherrera@onirica.com>
1628         * src/bug-buddy.c: (on_applications_products_changed), (init_ui):
1629         Switch between apps and products.
1630         * src/bug-buddy.glade: Remove toggle button and no product/app
1631         checkbox. Use two radio buttons for switching between apps and
1632         products.
1633         * src/config.c: (save_config), (load_config): Don't load/store
1634         applications/products view setting. Show apps by default
1635         * src/libglade-buddy.h: Change app/products function
1636         * src/bugzilla.c: (generate_email_text):
1637         * src/united-states-of-bug-buddy.c: (on_druid_prev_clicked),
1638         (on_druid_next_clicked): Remove email generation and warning for
1639         unknown apps.
1640         This closes bug #129137
1642 2003-12-13  Fernando Herrera  <fherrera@onirica.com>
1644         * src/bugzilla.c: (load_applets), (visit_cb): Show only applications
1645         and applets with known bugzilla info (Fixes #129138)
1647 2003-12-12  Fernando Herrera  <fherrera@onirica.com>
1649         * src/bug-buddy.c: (on_gdb_save_clicked): remove hard coded
1650         GtkFileChooser size
1652 2003-12-12  Fernando Herrera  <fherrera@onirica.com>
1654         * src/distribution.c: (get_irix_version): Report "Irix"
1655         * src/distribution.h: add support for Fedora and Gentoo
1657 2003-12-11  Fernando Herrera  <fherrera@onirica.com>
1659         * src/bug-buddy.h:
1660         * src/united-states-of-bug-buddy.c: (druid_set_state),
1661         (on_druid_next_clicked): preserve bug description if filled
1663 2003-12-09  Fernando Herrera  <fherrera@onirica.com>
1665         * bugzilla/gnome/products:
1666         * configure.in:
1667         * NEWS: Update for 2.5.1 release ("Mi mamáprefiere GNOME")
1669 2003-12-04  Jan Arne Petersen  <jpetersen@uni-bonn.de>
1671         * src/bug-buddy.c: (on_gdb_save_clicked): Use GtkFileChooser
1672         instead of GtkFileSelection.
1674 2003-12-04  Fernando Herrera  <fherrera@onirica.com>
1676         * src/bugzilla.c: (load_products_xml): Fix a bug introduced when
1677         fixing #125396 that prevented the component list to be loaded.
1679 2003-11-09  Fernando Herrera  <fherrera@onirica.com>
1681         * bugzilla/gnome/products:
1682         * NEWS: Update for 2.5.0 release ("He tardado 10 minutos en
1683         atarme las botas")
1685 2003-11-06  Fernando Herrera  <fherrera@onirica.com>
1687         * src/bug-buddy.c: (init_gnome_version_stuff):
1688         * src/bugzilla.c: (load_products_xml), (get_xml_file): Fix some
1689         leaks, patch from Kjartan Maraas (fix bug #125396)
1691 2003-11-06  Fernando Herrera  <fherrera@onirica.com>
1693         * README.STABLE_BRANCH:
1694         * configure.in: gnome 2.5 branch info
1696 2003-11-06 Sivaiah N  <snallagatla@novell.com>
1698         * configure.in:
1699         * src/Makefile.am: disable deprecations by
1700         default, added a --enable-deprecations option to enable them.
1702 2003-10-06  Vincent Untz  <vincent@vuntz.net>
1704         * src/bug-buddy.c: (main) don't show up to three windows at a time when
1705         updating the product databases. And we don't need to tell the user the
1706         update was successful (it's supposed to be successful).
1707         Fix bug #110817.
1709 2003-10-06  Vincent Untz  <vincent@vuntz.net>
1711         * src/gdb-buddy.c: (get_trace_from_pair) fix crash when debugging a
1712         program not in the path and search in GNOME2_PATH instead of
1713         GNOME_PATH. Should fix bug #115147.
1715 2003-09-17  Fatih Demir <kabalak@gtranslator.org>
1717         * configure.in: Added "ta" (Tamil) to the languages' list.
1719 2003-09-01  Fernando Herrera  <fherrera@onirica.com>
1721         * NEWS:
1722         * bugzilla/gnome/products:
1723         * configure.in: Update for 2.4.0 Release ("Galactic")
1725 2003-08-25  Fernando Herrera  <fherrera@onirica.com>
1727         * NEWS:
1728         * bugzilla/gnome/products:
1729         * configure.in: Updte for 2.3.5 Release ("La Espiral")
1731 2003-08-14  Guntupalli Karunakar  <karunakar@freedomink.org>
1733         * configure.in: Added "hi" in ALL_LINGUAS.
1735 2003-08-03  Fernando Herrera  <fherrera@onirica.com>
1737         * NEWS:
1738         * bugzilla/gnome/products:
1739         * bugzilla/ximian/mostfreq:
1740         * bugzilla/ximian/products:
1741         * configure.in: Update for 2.3.4 Release ("Pinochio")
1743 2003-07-23 Fernando Herrera  <fherrera@onirica.com>
1745         * src/bugzilla.c: (load_products_xml): Workaround for a bugzilla
1746         create-products-xml bug, that made bug-buddy crash.
1748 2003-07-21  Fernando Herrera  <fherrera@onirica.com>
1750         * src/bugzilla.c: (generate_email_text): Fix a str free (bug #117806)
1751         * src/united-states-of-bug-buddy.c: (select_version),
1752         (on_druid_next_clicked): Fix a crash (bug #117809). Fill version entry
1753         with unspecified if version is not know after selecting a product
1754         (bug #117934)
1756 2003-07-18  Fernando Herrera  <fherrera@onirica.com>
1758         * src/united-states-of-bug-buddy.c: (on_druid_about_clicked):
1759         Unify copyright strings. Patch from Christian Neumair. Fixes #101725
1761 2003-07-15  Fernando Herrera  <fherrera@onirica.com>
1763         * configure.in
1764         * NEWS:
1765         * bugzilla/gnome/mostfreq:
1766         * bugzilla/gnome/products:
1767         * bugzilla/ximian/config:
1768         * bugzilla/ximian/mostfreq:
1769         * bugzilla/ximian/products: Update for 2.3.3 Release ("I've given up
1770         smoking")
1772 2003-07-15  Fernando Herrera  <fherrera@onirica.com>
1774         * src/bug-buddy.c: (init_ui):
1775         * src/bug-buddy.glade:
1776         * src/bug-buddy.h:
1777         * src/bugzilla.h: Use a combo for version entry.
1778         * src/bugzilla.c: (update_version), (update_version_menu), (generate_email_text):
1779         * src/united-states-of-bug-buddy.c: (select_version),
1780         (select_severity), (on_druid_next_clicked): Select version and severity.
1781         * src/bugzilla.c: (load_products_xml), (load_bugzilla_xml_file). If not downloading
1782         new bugzilla files, compare dates of ~/.gnome/bug-buddy.d/* and prefix/share/bug-buddy/*
1783         to use the most recent. Use again applications-all-users because gnome-vfs bug was fixed.
1785 2003-07-14  Fernando Herrera  <fherrera@onirica.com>
1787         * src/gdb-buddy.c: (handle_gdb_input): convert gdb output from ISO-8859-1
1788         (the charset gdb is using) to UTF-8 using a fallback, preventing incomplete
1789         traces with non-convertible chars.
1791 2003-06-28  Fernando Herrera  <fherrera@onirica.com>
1793         * src/bug-buddy.c: (init_ui):
1794         * src/bug-buddy.h:
1795         * src/bugzilla.c: (generate_email_text):
1796         * src/united-states-of-bug-buddy.c: (mail_write_template),
1797         (mail_lock_text), (druid_set_state): Use differents templates for each
1798         kind of bug report. Fix also a crash when reporting non-bugzilla bugs
1799         without the "Description:" field
1801 2003-06-26  Fernando Herrera  <fherrera@onirica.com>
1803         * src/bugzilla.c: (generate_email_text): s/Gnome
1804         distributor/Gnome-Distributor/ as spaces in headers break halloween
1805         pasrsing at submit@bugs.gnome.org. Thanks to Andrew Sobala for
1806         pointing this. (Fix #116058)
1808 2003-06-15  Taneem Ahmed  <taneem@eyetap.org>
1810         * configure.in: Added "bn" to ALL_LINGUAS.
1812 2003-06-10  Fernando Herrera  <fherrera@onirica.com>
1814         * src/bug-buddy.glade: Some HIG changes. Mostly accelerators, padding,
1815         and text corrections.
1816         * src/united-states-of-bug-buddy.c: (submit_ok): Fix a typo, remove
1817         confirmation dialog before submiting a bug.
1819 2003-06-10  Fernando Herrera  <fherrera@onirica.com>
1821         * src/bug-buddy.glade:
1822         * src/united-states-of-bug-buddy.c: (submit_ok): String changes and
1823         corrections from Luis Villa (bug #114822)
1825 2003-06-09  Fernando Herrera  <fherrera@onirica.com>
1827         * NEWS:
1828         * bugzilla/gnome/products:
1829         * bugzilla/ximian/mostfreq:
1830         * bugzilla/ximian/products: Update for 2.3.2 Release ("In the
1831         Neighbourhood")
1833 2003-06-09  Fernando Herrera  <fherrera@onirica.com>
1835         * po/POTFILES.in:
1836         * src/bug-buddy.desktop.in:
1837         * src/bug-buddy.desktop.in.in: Move bug-buddy.desktop.in to
1838         bug-buddy.desktop.in.in to be parsed by configure script in order to
1839         get @VERSION@ replaced. Update POTFILES.in entry.
1841 2003-06-09  Fernando Herrera  <fherrera@onirica.com>
1843         * configure.in: bump version number.
1844         * src/bug-buddy.desktop.in: Add X-GNOME-Bugzilla-version (this will
1845         requiere the move to .desktop.in.in)
1846         * src/bugzilla.h:
1847         * src/bugzilla.c: (bugzilla_application_new), (load_applets),
1848         (visit_cb), (generate_email_text): read version from .desktop file.
1849         Add Bugzilla-Version field to email
1850         * src/united-states-of-bug-buddy.c: (on_druid_next_clicked): Merge
1851         patch from ximian to stop crashing in product view (bug #114712). Also
1852         write the version number in the entry.
1854 2003-06-07  Fernando Herrera  <fherrera@onirica.com>
1856         * src/bug-buddy.glade: Add a privacy warning.
1857         * src/bugzilla.c: (bugzilla_application_new): Don't add duplicated
1858         applications.
1859         * src/bugzilla.c: (add_products):  Fix for a NULL-dereference
1860         (Fixes #104357, thanks to Jens Askengren for the patch)
1861         * src/bug-buddy.c: (init_ui):
1862         * src/united-states-of-bug-buddy.c: (mail_lock_text),
1863         (druid_set_state): Don't allow the user to modify Bugzilla headers in
1864         the email page
1866 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
1868         * src/united-states-of-bug-buddy.c(on_druid_next_clicked): Fixed
1869           string marked for translation.
1871 2003-05-31  Paisa Seeluangsawat  <paisa@colorado.edu>
1873         * configure.in: Added Thai (th) to ALL_LINGUAS.
1875 2003-05-27  Abel Cheung  <maddog@linux.org.hk>
1877         * src/bug-buddy.glade: Fix small typo.
1879 2003-05-19  Fernando Herrera <fherrera@onirica.com>
1881         * NEWS:
1882         * configure.in:
1883         * src/bug-buddy.c: (init_ui): Go to STATE_GDB when invoked from crash.
1884         2.3.1 "My brown paper bag" release!
1886 2003-05-18  Fernando Hererra <fherrera@onirica.com>
1888         * AUTHORS:
1889         * NEWS:
1890         * bugzilla/gnome/mostfreq:
1891         * bugzilla/gnome/products:
1892         * bugzilla/ximian/config:
1893         * bugzilla/ximian/mostfreq:
1894         * bugzilla/ximian/products:
1895         * configure.in: update for 2.3.0 release ("Sex, lies and Div-Xs")
1897 2003-05-16  Telsa Gwymme  <hobbit@aloss.ukuu.org.uk>
1899         * configure.in: Added "cy" (Welsh) to ALL_LINGUAS
1901 2003-05-16  Fernando Herrera <fherrera@onirica.com>
1903         * src/united-states-of-bug-buddy.c: (on_druid_next_clicked):fix some
1904         warnings and a typpo.
1906 2003-05-15  Fernando Herrera  <fherrera@onirica.com>
1908         * src/bug-buddy.c: (init_ui), (main):
1909         * src/bug-buddy.glade:
1910         * src/bug-buddy.h: New first page when invoked from scratch. Ask for
1911         bug type
1912         * src/bugzilla.c: (generate_email_text): Add keywords based on bug
1913         type, and set priority "enhancement" when it is a a feature request.
1914         * src/united-states-of-bug-buddy.c: (on_druid_about_clicked),
1915         (druid_set_state), (on_druid_prev_clicked),
1916         (on_druid_next_clicked): Manage new intro page. Show debug page
1917         always when invoked from scratch and debug type is selected. Add
1918         myself to the about dialog.
1920 2003-05-06  Fernando Herrera <fherrera@onirica.com>
1922         * src/bug-buddy.c: (init_gnome_version_stuff):
1923         * src/bug-buddy.h:
1924         * src/bugzilla.c: (generate_email_text): s/vendor/distributor as done
1925         in gnome-desktop (to make RMS happy)
1927 2003-05-06  Fernando Herrera <fherrera@onirica.com>
1929         * src/bugzilla.c: (async_update): Print the progress label only when
1930         all files/sizes are calculated (Fixes #108408)
1931         (generate_email_text): Print Distribution name after the Subject
1932         field.
1934 2003-05-04  Christian Rose  <menthos@menthos.com>
1936         * configure.in: Added sr and sr@Latn to ALL_LINGUAS.
1938 2003-04-01  Fernando Herrera  <fherrera@onirica.com>
1940         * src/Makefile.am:
1941         * src/bug-buddy.h:
1942         * src/distribution.c: (get_line_from_fd), (get_line_from_file),
1943         (get_redhat_version), (get_turbolinux_version),
1944         (get_debian_version), (get_irix_version),
1945         (get_distro_name_from_file), (get_distro_name): Add distribution
1946         detection to bug-buddy.
1947         * src/distribution.h:
1948         * src/bugzilla.c: (generate_email_text): Add distribution info to
1949         report, and Gnome Vendor as "Gnome Vendor".
1951 2003-03-13  Christian Rose  <menthos@menthos.com>
1953         * configure.in: Added "ml" to ALL_LINGUAS.
1955 2003-02-17  Roozbeh Pournader  <roozbeh@sharif.edu>
1957         * configure.in: Added "fa" to ALL_LINGUAS
1959 2003-02-10  Mohammad DAMT  <mdamt@bisnisweb.com>
1961         * po/id.po: Added Indonesian Translation
1962         * configure.in: Added "id" to ALL_LINGUAS
1964 2003-02-07  Abel Cheung  <maddog@linux.org.hk>
1966         * configure.in: Removed "en_GB" from ALL_LINGUAS (completely
1967           empty translation)
1969 2003-01-25  Alex Duggan  <aldug@astrolinux.com>
1971         * src/united-states-of-bug-buddy.c: use the bug-buddy icon in the
1972         about dialog.  Fixes #104445
1974 2003-02-03  Fernando Herrera <fherrera@onirica.com>
1976         * NEWS:
1977         * bugzilla/gnome/mostfreq:
1978         * bugzilla/gnome/products:
1979         * bugzilla/ximian/products:
1980         * configure.in: update for 2.2.102 release ("Oh na na na")
1982 2003-02-01  Fernando Herrera <fherrera@onirica.com>
1984         * TODO: Update with some ideas from Owen and me.
1985         * src/bugzilla.c: (bugzilla_application_new),
1986           (generate_email_text): Only add a binary to the list if it is not
1987           already in. If the app doesn't have bugzilla product, ask for email
1988           address to send the report. (Fix #104599)
1989         * src/united-states-of-bug-buddy.c: (select_component_row): Check if
1990           component is NULL.
1992 2003-01-21  Christian Rose  <menthos@menthos.com>
1994         * configure.in: Added "mn" to ALL_LINGUAS.
1996 2002-01-19  Fernando Herrera  <fherrera@onirica.com>
1998         * NEWS:
1999         * bugzilla/*/*:
2000         * configure.in: 2.2.101 release "Fidelio"
2002 2003-01-14  Pablo Saratxaga <pablo@mandrakesoft.com>
2004         * configure.in: Added Amharic (am) and Macedonian (mk) to ALL_LINGUAS
2006 2003-01-05  Fernando Herrera  <fherrera@onirica.com>
2008         * src/gdb-buddy.c: (get_trace_from_pair): set NULL encoding for gdb
2009           output, so g_io_channel can read text with invalid UTF-8 strings
2010           (fixes #102493).
2012 2002-12-31  Fernando Herrera  <fherrera@onirica.com>
2014         * src/bug-buddy.desktop.in: add StartupNotify
2016 2002-12-31  Fernando Herrera  <fherrera@onirica.com>
2018         * NEWS:
2019         * bugzilla/*/*:
2020         * configure.in: 2.2.100 release "I should be there, baby!"
2021         * pixmaps/gnome.png: Update GNOME logo to the new version.
2023 2002-12-29  Fernando Herrera  <fherrera@onirica.com>
2025         * src/united-states-of-bug-buddy.c: Little text typo. Fixes (#99564)
2026           Thanks to Christian Rose for pointing this.
2028 2002-12-29  Fernando Herrera  <fherrera@onirica.com>
2030         * src/bug-buddy.glade: Don't use gtk stock button "Refresh". Use
2031           "Update" as label to be consistent with the text (fixes #101693).
2032           Remove references to help button (fixes #86410).
2034 2002-12-29  Fernando Herrera  <fherrera@onirica.com>
2036         * src/united-states-of-bug-buddy.c: (select_component_row),
2037           (on_druid_next_clicked): If component is in the .desktop file
2038           preselect it. (Thanks to Kristian Rietveld for its gtktree
2039           wisdom)
2041 2002-12-29  Fernando Herrera  <fherrera@onirica.com>
2043         * src/bugzilla.c: (visit_cb): don't use all-applications because it is
2044           not working. Use applications-all-users:/// and check for recursion
2046 2002-12-28  Fernando Herrera  <fherrera@onirica.com>
2048          * configure.in: requiere libgnomeui 2.1.x for gnome-icom-theme
2050 2002-12-16  Fernando Herrera  <fherrera@onirica.com>
2052         * MAINTAINERS:
2053         * NEWS:
2054         * README.STABLE_BRANCH:
2055         * TODO:
2057         * bugzilla/gnome/config:
2058         * bugzilla/gnome/mostfreq:
2059         * bugzilla/gnome/products:
2060         * bugzilla/ximian/config:
2061         * bugzilla/ximian/mostfreq:
2062         * bugzilla/ximian/products: Updated for the new release.
2064 2002-12-15  Fernando Herrera  <fherrera@onirica.com>
2066         * src/bug-buddy.glade:
2067         * src/bugzilla.c: (async_update): Tweak progress dialog. Show only
2068           number of files "1 of 6".
2069           http://bugzilla.gnome.org/bugzilla.gnome.org/config.xml is nothing
2070           relevant for the user.
2072 2002-12-13  Fernando Herrera <fherrera@onirica.com>
2074         * bugzilla/gnome.bugzilla:
2075         * bugzilla/ximian.bugzilla:
2076         * src/Makefile.am:
2077         * src/bug-buddy.glade:
2078         * src/bug-buddy.h:
2079         * src/bugzilla.c: (md5str_equal_digest), (get_xml_file),
2080           (bugzilla_get_md5sums), (load_bugzilla):
2081         * src/bugzilla.h:
2082         * src/config.c: (save_config), (load_config): Download md5sums from
2083           bugzilla (only if it didn't in the last 24h), and compare with local
2084           bugzilla files. If different, aks the user for updating them.
2085         * src/md5-utils.h:
2086         * src/md5-utils.c: Copied md5 functions from somewhere in the gnome
2087           cvs.
2089 2002-12-13  Fernando Herrera <fherrera@onirica.com>
2091         * src/gdb-buddy.c: Try to look in libexec dir (Needed to debug
2092           applets)
2094 2002-12-10  Fernando Herrera <fherrera@onirica.com>
2096         * src/bug-buddy.c (stop_progress, queue_download_restart,
2097           on_proxy_settings_clicked, on_progress_start_clicked,
2098           on_progress_stop_clicked, main):
2100         * src/bug-buddy.glade:
2102         * src/bugzilla.c (async_update, copy_from_system_to_cache,
2103           get_xml_file, end_bugzilla_download, start_bugzilla_download,):
2104           Changed the logic of downloading. First try the newer version from
2105           local cached bugzilla files and the ones from sharedir. If they are
2106           too old, ask the user for updating. New dialog for updating and
2107           new progress dialog.
2109 2002-12-15  Fernando Herrera  <fherrera@onirica.com>
2111         * src/united-states-of-bug-buddy.c: add Kevin and Eric to credits as
2112           documenters
2114 2002-12-14  Fernando Herrera  <fherrera@onirica.com>
2116         * src/bugzilla.c: (open_mostfreq_bug):
2117         * src/cell-renderer-uri.c: (cell_renderer_uri_set_property),
2118         (cell_renderer_uri_activate): Workaround to fix #86711. As cru->uri is
2119         not set correctly (maybe a gtk+ or a problem derivating the class?),
2120         use a new function to open the bug with bug_position --> iter -->
2121         model --> url.
2123 2002-12-03  Fernando Herrera <fherrera@onirica.com>
2125         * src/bugzilla.c (products_list_load): Removed code to autoselect
2126         component (it didn't work)
2128         * src/united-states-of-bug-buddy.c (on_druid_prev_clicked)
2129         on_druid_next_clicked: When invoked from crash, try to guess
2130         product and component (from .desktop file) corresponding to the
2131         crashed app. When invoked from scratch, after the user has
2132         selected an application, guess the product. This implies skipping
2133         two sometimes hard steps. Autoset critical severity for crashes.
2135 2002-12-08  Malcolm Tredinnick <malcolm@commsecure.com.au>
2137         * src/united-states-of-bug-buddy.c: Unbreak the build and
2138         restore Ximian's copyright notice.
2140 2002-12-07  Christian Neumair  <chris@gnome-de.org>
2142         * src/united-states-of-bug-buddy.c: Made copyright string translatable
2143         and changed it (pattern is "(C) first-year-code-was-published
2144         first-author"). Sorry Ximian, but that's the way we ought to refer to
2145         authors.
2147 2002-11-21  Kjartan Maraas  <kmaraas@gnome.org>
2149         * src/bugzilla.c (load_bugzilla): Free the path. Fixing a leak
2150         and closing bugzilla #95981.
2152 2002-11-17  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
2154         * configure.in: Added Belarusian to ALL_LINGUAS.
2156 2002-09-30  jacob berkman  <jacob@ximian.com>
2158         * src/bugzilla.c (load_applets):
2159         (visit_cb):
2160         (visit_cb):
2161         (load_applications): port from GnomeIconLoader to GnomeIconTheme
2163 2002-09-06  jacob berkman  <jacob@ximan.com>
2165         * src/bug-buddy.[ch]:
2166         * src/bugzilla.[ch]:
2167         * src/gdb-buddy.c"
2168         * src/united-states-of-bug-buddy.c: commit 2 week old changes on
2169         my local tree.  i think this adds support for pre-selecting a
2170         crashed app in the list of applications.  or, it would but
2171         gtktreeview doesn't work right.
2173         * src/save-buddy.c: include signal.h
2175 2002-09-04  Ross Burton  <ross@burtonini.com>
2177         * src/bug-buddy.desktop.in: Fix the desktop file so that it
2178         validates correctly.
2180 2002-08-15  jacob berkman  <jacob@ximian.com>
2182         * src/bugzilla.c (create_products_list):
2183         (create_components_list): sort by the first column
2185         * src/config.c (save_config):
2186         (load_config): don't persist "show debugging info"
2188         * configure.in: require bonobo-activation and libbonobo
2190         * src/bugzilla.c (bugzilla_application_new): helper func
2191         (get_i18n_slist): cut-n-paste from (gasp!) menu.c
2192         (load_applets): get the list of applets from bonobo-activation
2193         (visit_cb): use bugzilla_application_new()
2194         (load_applications): load the applets too and don't leak the icon
2195         loader
2197 2002-08-14  jacob berkman  <jacob@ximian.com>
2199         * src/bugzilla.c (BUGZILLA_*):
2200         * src/bug-buddy.desktop.in (X-GNOME-Bugzilla-*): spell it GNOME
2202         * configure.in: check for gnome-desktop
2204         * src/united-states-of-bug-buddy.c (druid_set_state): disable next
2205         button if we are downloading
2206         (on_druid_prev_clicked): handle a new state we can be in
2207         (submit_ok): handle the user selecting an application (this
2208         function needs to be refactored)
2210         * src/save-buddy.c (bb_write_buffer_to_*): add a wait_msg arg that
2211         is the label of the dialog that pops up after a while
2213         * src/config.c (save_config):
2214         (load_config): persist whether we are showing products or
2215         applications
2217         * src/bugzilla.c (load_bugzilla_xml): only populate the products
2218         list if we are showing products
2219         (end_bugzilla_download):
2220         (start_bugzilla_download): turn the next button off while
2221         downloading if we are on the product page
2222         (visit_cb):
2223         (load_applications): load a list of applications from
2224         all-applications:/// to present the user, rather than using a list
2225         of products.  .desktop files with X-Gnome-Bugzilla-* headers will
2226         work automagically
2227         (products_list_load): populate the products list with either
2228         products or applications
2230         * src/bug-buddy.h (DruidData): add show_products and applications
2231         list
2233         * src/bug-buddy.glade: add a button to swtich between product and
2234         application selection mode
2236         * src/bug-buddy.desktop.in: add X-Gnome-Bugzilla-* entries
2238         * src/bug-buddy.c (buddy_set_text_widget):
2239         (buddy_get_text_widget): add support for GtkButton
2240         (on_gdb_save_clicked): pass a wait message
2241         (on_product_toggle_clicked): toggle the tree view between
2242         applications / products listing
2243         (on_list_button_press_event): don't continue if a download is in
2244         progress
2245         (main): load the list of applications
2247         * src/bugzilla.[ch] (bugzilla_bts_add_products_to_clist): nuke
2248         (BugzillaProduct): make components a hash table
2249         (BugzillaBTS): make products a hash table
2250         (generate_email_text): submit data from gnome-version.xml
2251         (*): fixups for hash tables, and i think fix bug #83109 (can't
2252         tell because gnome-vfs crashes for me)
2254         * src/bug-buddy.h (DruidData): make bugzillas a GHashTable, and
2255         nuke all_products
2257         * src/bug-buddy.glade: kill the bts selection option menu
2259         * src/bug-buddy.[ch] (init_gnome_version_stuff): read gnome
2260         platform version and vendor from
2261         $prefix/share/gnome-about/gnome-version.xml
2263         * src/bugzilla.c (generate_email_text): clean up a bit
2265 2002-08-13  jacob berkman  <jacob@ximian.com>
2267         * src/united-states-of-bug-buddy.c (submit_ok): fix a crash
2269         * configure.in: bump to 2.2.99
2271         * src/united-states-of-bug-buddy.c: use new saving code (fixes
2272         #84914)
2274         * src/save-buddy.c (bb_write_buffer_to_fd): use an io channel to
2275         write to a file, and pop up a dialog if it takes more than 1.1
2276         seconds which allows the user to cancel the action (fixes #73443)
2278         * src/*.[ch]: nuke some #if 0'd code and fix some compile warnings
2280         * src/Makefile.am:
2281         * src/signal-buddy.[ch]: steal unix signal/glib mainloop code from gdm
2283 2002-08-12  jacob berkman  <jacob@ximian.com>
2285         * NEWS (2.2.1): updates, but need to fix the other part of 84914
2286         before releasing a new version
2288         * src/save-buddy.c (bb_save_file): steal file saving from gedit
2289         (fixes #80334)
2291         * src/united-states-of-bug-buddy.c (on_druid_cancel_clicked): kill
2292         gdb (should fix bug #86404)
2294         * src/save-buddy.c (bb_save_file): prompt the user to overwrite
2295         the file if it already exists (bug #84914)
2297         * src/gdb-buddy.c (handle_gdb_input): convert gdb data to UTF-8
2298         (michael meeks, bug #82722)
2300 2002-07-28  Christian Rose  <menthos@menthos.com>
2302         * configure.in: Added "sq" to ALL_LINGUAS.
2304 2002-06-19  jacob berkman  <jacob@ximian.com>
2306         * NEWS:
2307         * configure.in: 2.2.0
2309 2002-06-05  jacob berkman  <jacob@ximian.com>
2311         * src/Makefile.am (EXTRA_DIST): dist .applications file
2313 2002-06-05  Alex Graveley  <alex@ximian.com>
2315         * src/bug-buddy.keys.in: Remove unsupported open action, add
2316         settings for nautilus1 user-levels, and set default_action_type to
2317         'application'.
2319         * src/bug-buddy.applications: Add bug-buddy-core-file handler for
2320         application/x-core-file mimetype, with the command "buddy --core",
2321         and the name "Bug Buddy".
2323         * src/Makefile.am (applications_DATA): Install
2324         bug-buddy.applications.
2326 2002-06-04  Yanko Kaneti <yaneti@declera.com>
2328         * configure.in: (ALL_LINGUAS) Added Bulgarian (bg).
2330 2002-05-28  Eric Baudais  <baudais@kkpsi.org>
2332         * docs/C/bug-buddy.xml: Updated the docs for 2.1.6.
2333         * docs/C/bug-buddy-C.omf: Updated for 2.1.6.
2335 2002-05-26  Chris Lyttle  <chris@wilddev.net>
2337         * docs/C/bug-buddy-C.omf: Added rights and version tags
2338         * docs/C/Makefile.am: changed figs to figdir
2339         * Makefile.am: Add omf.make to EXTRA_DIST
2340         * configure.in: Added scrollkeeper test for v0.3.8 and removed
2341         omf-install from makefile list
2342         * omf.make: Added for new scrollkeeper
2343         * xmldocs.make: changed to new version
2345 2002-05-21  Eric Baudais  <baudais@okstate.edu>
2347         * docs/C/bug-buddy-C.omf: Changed the OMF file to conform with
2348         the OMF DTD Scrollkeeper uses.
2350 2002-05-15  jacob berkman  <jacob@ximian.com>
2352         * docs/Makefile.am (man_MANS):
2353         * docs/bug-buddy.1: man page from David LaBissoniere
2354         <labisso@debian.org>
2356         * AUTHORS: i haven't been to CMU in over 2 years
2358 2002-05-13  jacob berkman  <jacob@ximian.com>
2360         * NEWS:
2361         * configure.in: release 2.1.6
2363         * bugzilla/*: update
2365         * src/united-states-of-bug-buddy.c (on_druid_next_clicked):
2366         (on_druid_prev_clicked): if there are no mostfreq bugs, skip that
2367         page (fixes bug #76405)
2369         * configure.in:
2370         * Makefile.am:
2371         * bugzilla/Makefile.am:
2372         * bugzilla/gnome/Makefile.am:
2373         * bugzilla/ximian/Makefile.am: finally give in to automake 1.5
2374         breaking backwards compat behaviour and waste cpu by not using my
2375         cool automake hack (also fixes #74390)
2377         * src/bug-buddy.glade:
2378         * src/bug-buddy.c (on_proxy_settings_clicked):
2379         * src/config.c: remove proxy config dialog, just run
2380         gnome-network-properties
2382         * src/bugzilla.c (load_bugzillas): don't crash if no bugzillas
2383         were found.  put up a dialog and bail instead.  fixes bug #74390
2385 2002-05-10  Wayne Schuller  <k_wayne@linuxpower.org>
2387         * src/bugzilla.c: (bugzilla_add_mostfreq): The most frequent list
2388         is for display only, so don't let anything get
2389         selected. http://bugzilla.gnome.org/show_bug.cgi?id=77277
2391 2002-05-08  Pablo Saratxaga <pablo@mandrakesoft.com>
2393         * configure.in: Added Vietnamese (vi) to ALL_LINGUAS
2395 2002-05-07  Archit Baweja  <bighead@users.sourceforge.net>
2397         * src/united-states-of-bug-buddy.c (submit_ok): show Cancel/Submit
2398         instead of No/Yes to adhere to UI Guidlines. fixed #74816.
2400 2002-02-29  Pablo Saratxaga <pablo@mandrakesoft.com>
2402         * configure.in: Added Basque language (eu) to ALL_LINGUAS
2404 2002-04-19  jacob berkman  <jacob@ximian.com>
2406         * configure.in: 2.1.5
2408         * src/bug-buddy.glade: fix icon
2410         * bugzilla/*: update
2412 2002-04-17  Abel Cheung  <maddog@linux.org.hk>
2414         * configure.in: Removed en_AU, it's a completely empty translation,
2415         unhandled for 2 years.
2417 2002-04-16  jacob berkman  <jacob@ximian.com>
2419         * src/bug-buddy.glade: fix packing of copy/save buttons (fixes bug
2420         #78674)
2422         * src/gdb-cmd: do 'bt full' rather than 'bt' - suggested by havoc
2423         (fixes bug #78675)
2425 2002-04-10  jacob berkman  <jacob@ximian.com>
2427         * src/bugzilla.c (gify): if convert didn't work just strdup
2429 2002-04-09  jacob berkman  <jacob@ximian.com>
2431         * src/bug-buddy.glade: turn word wrap on
2432         add copy/save buttons
2434         * src/bug-buddy.c (on_gdb_copy_clicked): copy the contents of the
2435         gdb text widget to the clipboard
2436         (on_gdb_save_clicked): save the contents of the gdb text widget to
2437         a file
2439         * src/gdb-buddy.c (start_animation):
2440         (stop_animation): enable/disable copy/save buttons
2442         fixes bug #77891
2444         * src/united-states-of-bug-buddy.c (on_druid_help_clicked): call
2445         gnome_help_display()
2447         * configure.in (AC_OUTPUT):
2448         * Makefile.am (SUBDIRS): add omf-install/
2450 2002-04-02  jacob berkman  <jacob@ximian.com>
2452         * configure.in: fix stupid tyop in previous commit (noticed by
2453         Jeong-Hee Kang)
2455 2002-04-01  jacob berkman  <jacob@ximian.com>
2457         * src/Makefile.am (bug_buddy_LDFLAGS):
2458         * configure.in: fix #77035 and #76834 (thanks to danw)
2460         * src/Makefile.am (bug_buddy_LDFLAGS): add back -export-dynamic
2461         for now (fixes #77035)
2463 2002-03-29  jacob berkman  <jacob@ximian.com>
2465         * src/bug-buddy.keys.in: add a nl
2467         * src/Makefile.am (bug_buddy_LDFLAGS): remove -export-dynamic
2468         (fixes bug #76834)
2470         * src/bug-buddy.glade:
2471         * src/bug-buddy.glade2: use glade 2
2473         * src/bug-buddy.c (main): load bug-buddy.glade
2475         * configure.in: remove libglade-convert stuff
2477 2002-02-21  Seth Nickell  <snickell@stanford.edu>
2479         * src/Makefile.am:
2480         * src/bug-buddy.desktop.in:
2482         Install into $(datadir)/applications and add a
2483         Categories field for GNOME2.
2485 2002-03-18  jacob berkman  <jacob@ximian.com>
2487         * src/gdb-buddy.c (get_trace_from_pair): change wording
2489         * NEWS:
2490         * configure.in: 2.1.4
2492         * docs/C/bug-buddy.sgml: remove
2494         * Makefile.am (SUBDIRS): re-add docs
2496         * docs/C/bug-buddy.xml: updated per patch from Kevin Conder
2497         <kevin@kevindumpscore.com> for bug #71189
2499         * bugzilla/*: update files
2501         * src/bug-buddy.glade: set the default button to Forward, not
2502         Back.
2504         * src/gdb-buddy.c (get_trace_from_pair): add a message saying
2505         which program generated the core file
2507 2002-03-14  jacob berkman  <jacob@ximian.com>
2509         * src/united-states-of-bug-buddy.c (submit_ok): fix up some memory
2510         management stuff (from Wayne Schuller <k_wayne@linuxpower.org>,
2511         fixes #73675)
2513 2002-03-12  jacob berkman  <jacob@ximian.com>
2515         * src/Makefile.am ($(bug_buddy_OBJECTS)): build fix for automake
2516         1.5 (bug #74341)
2518 2002-02-19  jacob berkman  <jacob@ximian.com>
2520         * Makefile.am: add gnome's mostfreq.xml and update xml files
2522 2002-02-11 John Fleck <jfleck@inkstain.net>
2524         * added:
2525         * xmldocs.make
2526         * omf-install/Makefile.am
2527         * docs/C/bug-buddy-C.omf
2529         * changed:
2530         * docs/Makefile.am
2531         * docs/C/Makefile.am
2532         * docs/C/bug-buddy.xml
2533         add new xml versions of the docs and other things needed for the
2534         build infrasture - awaiting update to the docs to match GNOME2ness
2535         before adding 'em into the build
2537 2002-02-07  jacob berkman  <jacob@ximian.com>
2539         * configure.in: add AM_PROG_LIBTOOL (Laszlo PETER
2540         <Laszlo.Peter@ireland.sun.com>)
2542 2002-02-04  jacob berkman  <jacob@ximian.com>
2544         * configure.in:
2545         * NEWS: 2.1.3
2547 2002-02-03 John Fleck <jfleck@inkstain.net>
2549         * docs/C/bug-buddy.xml - patch from Kevin Conder converting doc to
2550         xml
2551         * docs/C/legal.xml - added document with newly required legalisms,
2552         next step toward docs that are no longer "way busted".
2553         The xml docs are not yet included in the build.
2555 2002-02-01  jacob berkman  <jacob@ximian.com>
2557         * Makefile.am (SUBDIRS):
2558         * configure.in: don't build docs as they are way busted.
2560         * src/bug-buddy.c (init_ui): hide windows when they are deleted,
2561         and fill in bug report template untranslated. (bugzilla 69460)
2563         * src/bugzilla.c: download files to a temporary file, then rename
2564         them.  also try to do something sensical when downloads fail, but
2565         sadly gnome-vfs is kind of broken when your proxy doesn't work and
2566         reports success.
2568         * src/bug-buddy.glade: make toplevels invisible by default, and
2569         hide the options for spawning external mailers (bugzilla #70156)
2571         * src/config.c: default to using sendmail
2573 2002-01-18  jacob berkman  <jacob@ximian.com>
2575         * pixmaps/Makefile.am (pixmap_DATA): remove some files that aren't
2576         used any more
2578         * src/united-states-of-bug-buddy.c (on_druid_about_clicked): set
2579         ourselves as transient for the toplevel
2580         (druid_set_state): call druid_set_sensitive() rather than hacking
2581         around that
2582         (druid_set_state): fixup for new state order
2583         (on_druid_prev_clicked): skip pages when we aren't reporting to
2584         bugzilla
2585         (email_is_valid): don't allow mails from root@ (fixes #57490
2586         luis@ximian.com)
2587         (mail_config_page_gnome_ok): quick and error prone check that they
2588         filled in the mail command
2589         (mail_config_page_ok): clean up
2590         (on_druid_next_clicked): fixup for new state order
2592         * src/gdb-buddy.c (animate): pulse a progress bar
2593         (start_animation):
2594         (stop_animation): un-comment in
2596         * src/config.c (configs): comment out removed widgets
2597         (load_config):
2598         (save_config): clean up the mess i made the other day.
2600         * src/bugzilla.c (goto_product_page): comment out unused function
2601         (async_update): if the download is done then update the ui and
2602         load the xml
2603         (on_progress_cancel_clicked): comment out unused func
2604         (load_bugzilla_xml_file): try to load from cache, fallback to
2605         system
2606         (load_bugzilla_xml): simplify a little
2607         (create_products_list): put the icon and product name in the same
2608         column (thanks anders)
2609         (end_bugzilla_download): hide some widgets and cancel the vfs xfer
2610         if applicable
2611         (start_bugzilla_download): move code here so we can start the
2612         download from multiple places
2613         (load_bugzillas): don't try to download
2614         (generate_email_text): handle when we aren't submitting to
2615         bugzilla, and wrap gdb text
2617         * src/bug-buddy.c (get_widget): be a bit more verbose when we
2618         can't find a widget
2619         (on_list_button_press_event): go fwd when double clicked (fixes
2620         #57036 by ettore)
2621         (on_email_group_toggled): fixup for there being 3 types now, and
2622         set the fwd button to some appropriate text if applicable
2623         (queue_download_restart): start a download of the xml after a
2624         delay
2625         (on_proxy_settings_clicked): show the proxy settings dialog
2626         (on_progress_start_clicked): kick off a download
2627         (on_progress_stop_clicked): kill a download
2628         (on_debugging_options_button_clicked): show / hide debugging
2629         options
2630         (fixup_notebook): make a notebook clean
2631         (init_ui): make a better initial message, and fix a bunch of stuff
2632         (make_image): handle loading stock icons (unused now though)
2633         (main): don't skip pages initially any more, and kick off a
2634         download
2636 2002-01-16  jacob berkman  <jacob@ximian.com>
2638         * configure.in: add et translation from Ilmar Kerm
2639         <ilmar.kerm@riigikontroll.ee>
2641 2002-01-14  jacob berkman  <jacob@ximian.com>
2643         * src/bug-buddy.c (init_ui): reverse the text direction of the
2644         forward button.  also make it compile
2646         * src/united-states-of-bug-buddy.c (druid_set_state): steal some
2647         code from the new GnomeDruidPageStandard
2648         (on_druid_next_clicked): if "use_gnome_mailer" was set fire off
2649         the mailer and jump to the finished page
2651         * src/gdb-buddy.c: comment out animation stuff until it gets fixed
2653         * src/config.c (update_string):
2654         (gconf_buddy_connect_string):
2655         (update_bool):
2656         (gconf_buddy_connect_bool):
2657         (update_int):
2658         (gconf_buddy_connect_int): some gconf sugar
2659         (save_config): save the new mailer settings
2660         (load_config): load the vfs proxy and new mailer settings
2662         * src/bugzilla.c (generate_email_text): don't generate a Subject:
2663         line if we were told not to
2665         * src/bug-buddy.c (on_email_mailer_radio_toggled):
2666         (on_email_default_radio_toggled):
2667         (make_image):
2668         (build_custom_mailers): new funcs for new gui stuff
2669         (init_canvi): removed
2670         (init_ui): initialize the new widgets
2671         (on_druid_window_style_set): use colors from the theme rather than
2672         ugly hard coded ones
2673         (main): set GNOME_PARAM_APP_DATADIR and use it for finding files.
2675 2002-01-10  jacob berkman  <jacob@ximian.com>
2677         * NEWS:
2678         * configure.in: 2.1.2
2680         * bugzilla/*: updates
2682         * src/united-states-of-bug-buddy.c (get_selected_row): clean up a
2683         little
2685         * src/bug-buddy.glade: use new button layout (cancel to the left
2686         of prev/next)
2688 2001-12-28  jacob berkman  <jacob@ximian.com>
2690         * src/bugzilla.h: gnome-vfs-types.h is deprecated
2692         * src/bugzilla.c (load_bugzilla): gdk_pixbuf_unref is deprecated
2694         * src/bug-buddy.h: include gnome-vfs-async-ops.h
2696         * src/bug-buddy.c (init_canvi): gdk_pixbuf_unref is deprecated
2698         * src/Makefile.am (INCLUDES): add some more
2699         -DFOO_DISABLE_DEPRECATED
2701 2001-12-21  jacob berkman  <jacob@ximian.com>
2703         * src/gdb-buddy.c (stop_gdb): fix a crash by jumping to the
2704         correct page
2706         * src/bugzilla.c (generate_email_text): print the gnome version if
2707         we had one
2709         * src/bug-buddy.h: add a gnome_version field
2711         * src/bug-buddy.c (init_ui): get the "gnome version" from the
2712         environment.  this is set by gnome_segv.
2714 2001-12-17  jacob berkman  <jacob@ximian.com>
2716         * src/bug-buddy.c (init_ui): set the help / about buttons as
2717         secondary
2719         * src/bugzilla.c (gify): g_convert() rather than g_strdup() since
2720         i think the xml files are ISO8859-1 or something.  the spanish n
2721         thing displays correctly now instead of generating a pango warning
2723 2001-12-13  jacob berkman  <jacob@ximian.com>
2725         * gentool/gentool.m4: some games
2727 2001-12-12  jacob berkman  <jacob@ximian.com>
2729         * src/bugzilla.c (load_mostfreq_xml): add each bug, not just one
2730         per product.  this code was so broken before.
2732         * src/united-states-of-bug-buddy.c (on_druid_next_clicked): don't
2733         get stuck on the description page
2735 2001-12-11  jacob berkman  <jacob@ximian.com>
2737         * */*: add mostfreq support and some other stuff.  this module is
2738         mine so i don't have to add good changelog entries.
2739         neener-neener.
2741 2001-12-08  Abel Cheung  <maddog@linux.org.hk>
2743         * configure.in: Re-enable zh_TW.po. It's in UTF8 encoding,
2744           shouldn't fail even with older version of gettext.
2746 2001-12-06  jacob berkman  <jacob@ximian.com>
2748         * src/Makefile.am (INCLUDES): add -DLIBGLADE_DISABLE_DEPRECATED
2750         * src/*.c: s/GTK_DIALOG_NO_SEPARATOR/0/
2752 2001-11-28  jacob berkman  <jacob@ximian.com>
2754         * src/gdb-buddy.c (get_trace_from_pair):
2755         (get_trace_from_pair):
2756         * src/config.c (load_config): gnome_is_program_in_path is
2757         deprecated, use g_find_program_in_path
2759 2001-11-09  jacob berkman  <jacob@ximian.com>
2761         * src/*.c: set the default response on all of our dialogs
2763 2001-11-08  jacob berkman  <jacob@ximian.com>
2765         * configure.in: zh_TW.po seems to be broken on gettext 0.10.35;
2766         disabling for now
2768         * src/united-states-of-bug-buddy.c (desc_page_ok): use the public
2769         mime type function
2771         * src/Makefile.am (EXTRA_DIST): ship the .desktop.in file
2773 2001-11-07  jacob berkman  <jacob@ximian.com>
2775         * src/Makefile.am (INCLUDES): build with
2776         -DGNOME_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED
2777         -DG_DISABLE_DEPRECATED
2779         * src/*.c: use GtkMessageDialog instead of GnomeMessageBox, and
2780         the other things to get it to build w/o deprecated stuff
2782         * src/united-states-of-bug-buddy.c (get_selected_row): get the
2783         selected row from a TreeView
2784         (on_druid_next_clicked): use get_selected_row for the product /
2785         component
2787         * src/bugzilla.c (create_products_list): create a GtkListStore and
2788         set up the columns with the GtkTreeView
2789         (create_components_list): ditto
2790         (load_bugzillas): setup the trees
2791         (add_product):
2792         (bugzilla_bts_add_products_to_clist):
2793         (add_component): port to GtkTreeView / GtkListStore
2795         * src/bug-buddy.c: removed a bunch of unused glade callbacks
2796         (init_ui): setup some stock things glade 1 doesn't know about
2798         * src/Makefile.am (INCLUDES): don't set the clist height any more
2800 2001-11-02  jacob berkman  <jacob@ximian.com>
2802         * src/bug-buddy.glade: use the template description from
2803         bugzilla.ximian.com.
2805         * src/gdb-buddy.c (handle_gdb_input): port to GtkTextView
2807         * src/bug-buddy.c (buddy_set_text_widget):
2808         (buddy_get_text_widget): sane and consistent api for get/set of
2809         text across multiple gtk widgets
2811         * src/*.c: use new text calls
2813         * po/POTFILES.in: remove some removed files
2815 2001-10-28  jacob berkman  <jacob@ximian.com>
2817         * src/gdb-buddy.c (get_trace_from_pair): use the awesome
2818         g_spawn_async_with_pipes() function.  glib2 rules.
2820         * src/bugzilla.c (format_for_width):
2821         (append_line_width): move from util.c as these are still needed
2823         * src/bug-buddy.c (add_to_clist):
2824         (append_packages): remove unused functions
2826         * src/*.bts:
2827         * src/ctree-combo.[ch]:
2828         * src/distro*:
2829         * src/gnome.appmap:
2830         * src/packages.c:
2831         * src/bts.c:
2832         * src/*-packages:
2833         * src/util.[ch]:
2834         * src/bug-buddy.buddy: remove outdated / unused files
2836         * src/*.[ch]:
2837         * COPYING: add in a nice little note saying only version 2 of the
2838         gpl applies
2840 2001-10-27  jacob berkman  <jacob@ximian.com>
2842         * src/bugzilla.c (start_xfer): use GNOME_VFS_PRIORITY_DEFAULT
2843         rather than GNOME_VFS_DEFAULT_PRIORITY
2845 2001-10-23  jacob berkman  <jacob@ximian.com>
2847         * configure.in (GETTEXT_PACKAGE): we don't have to be parallel installable
2849         * src/bugzilla.c (load_config_xml):
2850         (load_products_xml): fix libxml 2 port
2852         * src/bug-buddy.c (init_canvi): use a PangoFontDescription rather
2853         than a fontset
2854         (main): glade file is .glade2 now
2856 2001-10-20  jacob berkman  <jacob@ximian.com>
2858         * */*: initial gnome 2 port
2860 2001-10-12  Carlos Perelló Marín <carlos@gnome-db.org>
2862         * configure,in (ALL_LINGUAS): Added pt.
2864 2001-10-07  Gediminas Paulauskas <menesis@delfi.lt>
2866         * configure.in (ALL_LINGUAS): added lv
2868 2001-09-08  Wang Jian  <lark@linux.net.cn>
2870         * configure.in(ALL_LINGUAS): Rename zh_CN.GB2312 to zh_CN
2872 2001-08-31  Abel Cheung  <maddog@linux.org.hk>
2874         * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
2876 2001-08-06  jacob berkman  <jacob@ximian.com>
2878         * configure.in:
2879         * NEWS: 2.0.8
2881         * src/gdb-buddy.c (get_trace_from_pair):
2882         (get_trace_from_core): revert --nw patch: it seems to break things
2883         for me pretty badly.  i'm an idiot.
2885         * configure.in:
2886         * NEWS: 2.0.7
2888         * src/util.c (format_for_width): wrap to GStrings rather than text
2889         entries
2891         * src/bugzilla.c (generate_email_text): wrap the mail bodies at 72
2892         chars again
2894         * src/gdb-cmd: also run `thread apply all bt' to get all of the
2895         stack traces for currently running threads
2897         * bugzilla/*: update
2899 2001-08-05  Leonard Norrgard  <vinsci@bugg.lnorrgard.com>
2901         * gdb-buddy.c (get_trace_from_core): Add --nw option for running
2902         GDB, to make Bug-Buddy work with the GNUPro Insight debugger,
2903         which defaults to using a GUI.  All GDB versions, starting with
2904         gdb-4.13 released in 1994, support the --nw option.)
2905         (get_trace_from_pair): Likewise.
2907 2001-08-04  Leonard NorrgÃ¥rd  <vinsci@sourceforge.net>
2909         * united-states-f-bug-buddy.c (email_is_valid):
2910         Added the seven new toplevel domains.
2911         * gdb-buddy.c (start_gdb):
2912         Moved the CRASH_NONE case into the switch.
2914 Tue Jul 10 12:34:00 2001  Jonathan Blandford  <jrb@redhat.com>
2916         * configure.in: change order of xml in gnome-config command to fix
2917         broken include path.
2918         (src/Makefile.am): ditto.
2920 2001-06-21  jacob berkman  <jacob@ximian.com>
2922         * NEWS:
2923         * configure.in: 2.0.6
2925         * src/bugzilla.c (load_config_xml): use the configured xml node
2926         names
2927         (load_bugzilla): load the name of the severity nodes and header
2928         from the config file
2929         (generate_email_text): use the configured severity header
2931 2001-06-19  jacob berkman  <jacob@ximian.com>
2933         * NEWS:
2934         * configure.in: 2.0.5
2936         * src/bugzilla.c (async_update): touch files we download so that
2937         the cache finally works
2939         * NEWS:
2940         * configure.in: 2.0.4
2942         * src/united-states-of-bug-buddy.c (submit_ok): thank the
2943         submitter
2944         (submit_ok): set the From: line.  it used to do this before 2.0.
2945         i apparently am a doofus.
2946         (submit_ok): pop up a question dialog before sending the bug
2947         report
2949 2001-06-15  jacob berkman  <jacob@ximian.com>
2951         * NEWS:
2952         * configure.in: 2.0.3
2954         * src/bugzilla.[ch]:
2955         * src/bug-buddy.c:
2956         * src/bts.[ch]:
2957         * src/bts-debian.c: libxml include fixes
2959 2001-06-12  jacob berkman  <jacob@ximian.com>
2961         * various makefiles: fixes and ximian bugzilla support
2963         * src/bug-buddy.c (init_ui): set the row height to 20
2965         * src/bugzilla.c (load_bugzilla): make icons 16 pixels
2966         (load_bugzilla): fix a tyop
2967         (generate_email_text): comment out some fields
2968         (add_severity): also default to unknown
2970 2001-06-03  Karl Eichwalder  <ke@suse.de>
2972         * src/Makefile.am (EXTRA_DIST): Remove
2973         xml-i18n-extract will directly work on .glade files.
2974         * glade-strings.c: Remove file.
2976 2001-05-31  Karl Eichwalder  <ke@suse.de>
2978         * .cvsignore: Add xml-i18n-extract, xml-i18n-merge, and
2979         xml-i18n-update.
2981 2001-05-30  Karl Eichwalder  <ke@suse.de>
2983         * Makefile.am (EXTRA_DIST): Add xml-i18n-extract.in
2984         xml-i18n-merge.in xml-i18n-update.in.
2985         * xml-i18n-extract.in: Add from xml-i18n-tools 0.8.4.
2986         * xml-i18n-update.in: Ditto.
2987         * xml-i18n-merge.in: Ditto.
2989         * configure.in: Add AM_PROG_XML_I18N_TOOLS.
2991         * Start to apply xml-i18n-toolization running xml-i18n-prepare
2992         (0.8.4):
2993         * src/Makefile.am (utils_in_files): Fix bug-buddy.desktop entry.
2994         * src/.cvsignore: Add bug-buddy.desktop.
2995         * src/bug-buddy.desktop: Remove file.
2996         * src/bug-buddy.desktop.in: New file.
2998 2001-03-28  jacob berkman  <jacob@ximian.com>
3000         * src/bug-buddy.c (delete_me): save the config here
3002         * src/united-states-of-bug-buddy.c (on_druid_cancel_clicked): save
3003         the config here
3005         * src/*.c: turn off debugging output
3007         * src/bugzilla.c (get_xml_file): really fix cache this time
3009         * NEWS:
3010         * configure.in: 2.0.1
3012 2001-03-26  jacob berkman  <jacob@ximian.com>
3014         * src/bugzilla.c (get_xml_file): turn an or into an and to make
3015         the cache update itself.  also added some ()'s so people will
3016         think twice about changing this code.
3018 2001-03-20  Karl Eichwalder  <ke@suse.de>
3020         * src/united-states-of-bug-buddy.c (intro_page_ok): Normalize
3021         single quote.
3023 2001-03-19  Karl Eichwalder  <ke@suse.de>
3025         * src/bugzilla.c (load_bugzillas): s/bug-buddy/Bug Buddy/.
3026         * src/gdb-buddy.c (get_trace_from_pair): Ditto.
3028 2001-02-26  jacob berkman  <jacob@ximian.com>
3030         * src/united-states-of-bug-buddy.c (druid_set_state): don't
3031         desensitize the next button for the component and product page, so
3032         telsa isn't confused
3034         * src/bug-buddy.c (main): save config after the main loop
3035         (*): remove an assbarn full of #if 0'd code
3037         * src/bugzilla.c (bugzilla_product_add_components_to_clist): if
3038         there is only one component, select it
3040         * src/united-states-of-bug-buddy.c: fill in missing doc pages
3042         * docs/C/bug-buddy.sgml: new version from telsa
3044 2001-02-18  Akira TAGOH  <tagoh@gnome.gr.jp>
3046         * src/bug-buddy.desktop: Updated Japanese entry.
3048 2001-02-15  jacob berkman  <jacob@ximian.com>
3050         * src/united-states-of-bug-buddy.c (intro_page_ok): make these
3051         dialogs modal (wasn't code i wrote!)  fixes bugzilla #50865
3053 2001-02-12  Karl Eichwalder  <ke@suse.de>
3055         * src/bug-buddy.c (init_bts_menu): s/bug-buddy/Bug Buddy/ .
3056         * src/gdb-buddy.c (get_trace_from_pair): Ditto.
3057         * src/gdb-buddy (main): Ditto.
3058         * src/bug-buddy.glade: Ditto.
3059         * src/glade-strings.c (N_): Ditto.
3060         * src/united-states-of-bug-buddy.c (on_druid_about_clicked): Ditto.
3062         * src/bugzilla.c (load_bugzillas): Fix message.
3064 2001-02-12  jacob berkman  <jacob@ximian.com>
3066         * src/bug-buddy.glade: un-split a string
3068 2001-02-12  Gediminas Paulauskas <menesis@delfi.lt>
3070         * configure.in: added lt to ALL_LINGUAS.
3071         * src/bug-buddy.glade, src/glade-strings.c: fixed two typos.
3073 2001-02-11  jacob berkman  <jacob@ximian.com>
3075         * `find .`: (almost) completely rewritten to support bugzilla and
3076         have a new UI
3078 2001-02-05  Fatih Demir <kabalak@gmx.net>
3080         * src/gnome.appmap: Added gtranslator.
3082 2001-01-23  Gregory Leblanc  <gleblanc@cu-portland.edu>
3084         * docs/C/bug-buddy.sgml: Updated for/tested in Nautilus
3085         * docs/it/bug-buddy.sgml: Updated for/tested in Nautilus
3087 2001-01-05  Kjartan Maraas  <kmaraas@gnome.org>
3089         * configure.in: Added "nn" to ALL_LINGUAS.
3091 2000-12-24  Pablo Saratxaga <pablo@mandrakesoft.com>
3093         * configure.in,po/az.po: Added Azeri language file
3095 2000-11-23  Yukihiro Nakai  <nakai@gnome.gr.jp>
3097         * configure.in: Add zh_CN.GB2312 to ALL_LINGUAS.
3099 2000-11-15  Jacob "Ulysses" Berkman  <jacob@helixcode.com>
3101         * src/bug-buddy.c (on_debian_page_next): fix bug #29310
3102         (load_config): allow the included file to be set by a command line
3103         argument
3105 2000-11-14  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
3107         * src/bug-buddy.desktop: added Slovak strings.
3109 2000-11-04  Yukihiro Nakai  <nakai@gnome.gr.jp>
3111         * configure.in (ALL_LINGUAS): Add sk(Slovak)
3113 2000-10-31  Christopher R. Gabriel  <cgabriel@softwarelibero.org>
3115         * configure.in (ALL_LINGUAS): added 'pt_BR' under the request of
3116         Juan Carlos Castro y Castro <jcastro@appi.com.br>
3118 2000-10-29  Christopher R. Gabriel  <cgabriel@softwarelibero.org>
3120         * configure.in (AC_OUTPUT): added Makefile for italian documentation
3122 2000-10-04  Jacob "Ulysses" Berkman  <jacob@helixcode.com>
3124         * src/gdb-buddy.c (get_trace_from_pair): check that the file
3125         exists, and is not a directory.  If it doesn't, look for it in our
3126         path.  This fixes problems with evolution and ~/evolution.
3128         * src/bug-buddy.c: warning fixes, removed #if 0'd code
3129         (save_entry): don't prepend history if entry is blank
3130         (save_config): change the email var name
3131         (load_config): pass NULL for email, since we don't want to guess
3132         (on_debian_page_next): do not accept 'general' as a package at all
3133         (email_is_invalid): add stricter checking of email addresses.
3134         Based on a patch from Robert Brady <robert@suse.co.uk>.
3136         * src/util.c:
3137         * src/gtk-combo-box.c:
3138         * src/bug-buddy.h:
3139         * src/bts.h:
3140         * src/bts-debian.c: warning fixes
3142         * src/distro.h:
3143         * src/bts.c:
3144         * src/distro-irix.c:
3145         * src/Makefile.am: add irix support
3147 2000-10-02  Christophe Merlet  <christophe@merlet.net>
3149         * src/bug-buddy.desktop: added french strings.
3151 2000-09-06  Simos Xenitellis  <simos@hellug.gr>
3153         * src/bug-buddy.desktop: added messages for the Greek language
3155 2000-06-02  Szabolcs BAN <shooby@gnome.hu>
3157         * po/hu.po: added po of Greg Nagy <greg@gnome.hu>
3158         Hungarian Translation Team rulez
3160 2000-05-21  Jacob Berkman  <jacob@helixcode.com>
3162         * src/bug-buddy.c (on_debian_page_next): bother the user a bit if
3163         they specify 'general'
3164         (make_pixmap_button): try an ugly hack
3166         * src/bts-debian.c (debian_bts_init): give the miggie combo text
3167         some intelligence
3169 2000-05-13  Karl Eichwalder  <ke@suse.de>
3171         * src/bug-buddy.c (on_complete_page_prepare): Improve the looking
3172         of the msg string; remove \t.
3174 2000-05-12  Andreas Hyden  <a.hyden@cyberpoint.se>
3176         * src/bug-buddy.desktop: Added Swedish translation.
3178 2000-05-10  Jacob Berkman  <jacob@helixcode.com>
3180         * configure.in: 0.90 release
3182         * src/bug-buddy.c (on_action_page_prepare):
3183         * src/bts-debian.c (debian_bts_doit):
3184         * src/util.c (append_widthv): fix bug #10159
3186         * src/bug-buddy.c (on_complete_page_prepare): fix bug #9493
3188 2000-05-04  Jacob Berkman  <jacob@helixcode.com>
3190         * src/bug-buddy.glade: mention that reports should be in English
3192         * configure.in: check for new gnome-libs 1.0.59
3194         * src/bug-buddy.c (main): push / pop the visual / colormap
3195         (init_ui): use the default icon on the main window
3196         (main): set the default icon
3198 2000-05-02 Telsa Gwynne <hobbit@aloss.ukuu.org.uk>
3200         * Silly typo fix in docs.
3202 2000-04-29  Jacob Berkman  <jacob@helixcode.com>
3204         * NEWS:
3205         * configure.in: 0.9 releasage action
3207 2000-04-28  Jacob Berkman  <jacob@helixcode.com>
3209         * src/Helix_Code.bts:
3210         * src/GNOME.bts: add gnome-print for jody
3212         * src/bug-buddy.c (init_ui): show the href again
3213         (on_desc_page_next): use gnome-mime to ensure we have a text
3214         file
3216         * src/bts-debian.c (debian_bts_doit): get rid of warning when we
3217         start feeding the GtkText
3219 2000-04-27  Jacob Berkman  <jacob@helixcode.com>
3221         * src/bug-buddy.c (init_ui): only have border on mouseover for
3222         the Big Ugly Button
3224         * docs/C/bug-buddy.sgml: doc updates
3226 2000-04-25  Sami Pesonen <spesonen@dlc.fi>
3228         * src/bug-buddy.desktop : Added [fi]
3229         * configure.in (ALL_LINGUAS): added Finnish
3231 2000-04-24  Arjan van de Ven    <arjan@fenrus.demon.nl>
3233         * po/nl.po : Updated dutch translation
3235 2000-04-20  Fatih Demir <kabalak@gmx.net>
3237         * src/bug-buddy.desktop : Added [tr] .
3239 2000-04-19  Karl EICHWALDER  <ke@suse.de>
3241         * src/bug-buddy.desktop (Name): Improve [de].
3243 2000-04-18  Pablo Saratxaga <pablo@mandrakesoft.com>
3245         * configure.in (ALL_LINGUAS): added Catalan (also put it in sync
3246           with po/ directory, that is added en_AU, en_GB and pl)
3248 2000-04-18  Jacob Berkman  <jacob@helixcode.com>
3250         * src/bug-buddy.glade: remove the menus from some option
3251         menus as these are generated by the source, and move the
3252         ugly button down
3254 2000-04-18  Karl EICHWALDER  <ke@suse.de>
3256         * src/bug-buddy.glade: Typo.
3257         * src/glade-strings.c (N_): ditto.
3259 2000-04-17  Jacob Berkman  <jacob@helixcode.com>
3261         * lot's of hacking this weekend
3263         * turbolinux should now correctly be detected
3265         * add Helix Code's BTS, and an 'Independent' BTS... for submitting
3266         to other email addresses
3268         * docs from Telsa
3270         * rework the user experience:
3272         * now, you have to have a subject / description (no more empty
3273         reports hopefully)
3275         * remove the redundant 'how to repeat' section
3277         * move the system config page to the end, since it is rather
3278         boring
3280         * you can now Cc: yourself on reports you submit
3282         * UI retouching
3284         * there is now a preview of the report at the end
3286         * changes to the popt stuff as suggested by Karl Eichwalder
3288         * new button to browse bugs for a package, so hopefully people
3289         will stop submitting g-h-b crash reports
3291         * basicall bug-buddy is ready for some 1.0 action
3293 2000-04-05  Dan Damian  <dand@dnttm.ro>
3295         * configure.in: Added "ro" to ALL_LINGUAS.
3297 2000-03-29  Karl EICHWALDER  <ke@suse.de>
3299         * src/bug-buddy.desktop: Add de.
3300         * src/bug-buddy.c (init_ui): Delete spurious white space.
3301         * src/bug-buddy.c (on_contact_page_next): Typo.
3303 2000-03-27  Christopher R. Gabriel  <cgabriel@firenze.linux.it>
3305         * configure.in (ALL_LINGUAS): added italian translation.
3307 2000-03-27  Karl EICHWALDER  <ke@suse.de>
3309         * src/bug-buddy.c (on_stop_button_clicked): Add missing \n's.
3310         * configure.in (ALL_LINGUAS): Add de.
3312 2000-03-11 Alastair McKinstry <mckinstry@computer.org>
3314         * configure.in (ALL_LINGUAS): Added Irish (ga) translation.
3316 2000-03-04  Jacob Berkman  <jacob@helixcode.com>
3318         * src/bug-buddy.[ch] (on_complete_page_prepare): use email address from
3319         BTS instead of GNOME one
3321         * src/bts-debian.c (debian_bts_get_email): implement get_email
3322         for debian
3324         * src/bts.h: add get_email function
3326 2000-02-23  Jacob Berkman  <jacob@helixcode.com>
3328         * NEWS, configure.in: 0.7 release
3330         * src/util.c (get_line_from_commandv): remove unused variables
3332         * src/gdb-buddy.c (stop_gdb): remove unused variable
3334         * src/bug-buddy.c (stop_progress): remove the timeout, and
3335         hide the progress bar
3336         (append_packages): call stop_progress()
3337         (on_version_page_prepare): show the progress bar, since we
3338         are now hiding it
3339         (make_pixmap_button): translate this string
3340         (delete_me): exit the app when the dialog is deleted.  Fixes
3341         bug #6013
3343         * src/bts.c (load_bts_xml):
3344         (update_das_clist): call stop_progress()
3346         * src/bug-buddy.c (init_toggle): connect the signal first
3347         so we get the correct initial setting
3349         * src/bug-buddy.desktop (Name): be a big more descriptive
3351 2000-02-22  Dan Winship  <danw@helixcode.com>
3353         * src/Makefile.am (bug_buddy_LDFLAGS): Add -export-dynamic so
3354         libglade can resolve bug-buddy's symbols (on all platforms).
3356 2000-02-16  Fatih Demir <kabalak@gmx.net>
3358         * configure.in : Added tr to ALL_LINGUAS .
3360 2000-01-26  Yukihiro Nakai <nakai@gnome.gr.jp>
3362         * configure.in (ALL_LINGUAS): add ja
3364 2000-01-24  Jacob Berkman  <jacob@helixcode.com>
3366         * configure.in (ALL_LINGUAS): add el
3368 2000-01-24  Sergey Panov <sipan@mit.edu>
3370         * configure.in (ALL_LINGUAS): Added Russian (ru)
3372 2000-01-06  Jesus Bravo Alvarez  <jba@pobox.com>
3374         * configure.in (ALL_LINGUAS): Added Spanish (es)
3376 1999-12-30  Richard Hult  <rhult@hem.passagen.se>
3378         * configure.in (ALL_LINGUAS): Added "sv".
3380 1999-12-29  Jesus Bravo Alvarez  <jba@pobox.com>
3382         * configure.in (ALL_LINGUAS): Added Galician (gl)
3384         * src/bug-buddy.desktop: Added Galician entries
3386 1999-12-29  Yuri Syrota  <rasta@renome.rovno.ua>
3388         * configure.in (ALL_LINGUAS): added "uk"
3390 1999-12-09  Arjan van de Ven <arjan@fenrus.demon.nl>
3392         * po/nl.po: Updated Dutch translation
3394 1999-12-09  Jacob Berkman  <jberkman@andrew.cmu.edu>
3396         * NEWS:
3397         * configure.in: version 0.6
3399         * src/*.c: use GET_WIDGET ()
3401         * src/GNOME.bts: reformatting
3403         * src/bts-debian.c: moved some debian specific functions here;
3404         parse the xml a little better; support including a file
3406         * src/bts.c: removed some functions; remove the gtk timeout
3407         for the progress bar
3409         * src/bug-buddy.c: don't declare PoptData here; save more state;
3410         hide the save-to-file file entry when we aren't saving to a file;
3411         druid path reorganization; support for the progress bar;
3412         support function for async package version getting; load up
3413         xml files when we init the UI
3415         * src/bug-buddy.glade: some reorg, change padding to 4/8
3417         * src/bug-buddy.h: define some debian specific stuff here, this
3418         should be moved soon;  get rid of a lot of stuff in DruidData
3420         * src/ctree-combo.c: lots of stuff
3422         * src/distro-debian: get version stuff asyncly
3424         * src/distro-redhat.c: append_packages ()
3426         * src/distro.h: no more post_command
3428         * src/gdb-buddy.c: on _ERROR_AGAIN try again
3430         * src/glade-druid.h: defing a couple more widgets
3432         * src/gtk-combo-box.c: block toggled signal in _hide_popdown()
3434         * src/util.[ch]: added get_line_from_ioc ()
3436 1999-12-06  Jacob Berkman  <jberkman@andrew.cmu.edu>
3438         * src/ctree-combo.c (on_ctree_select_row): only _popup_hide()
3439         on leaves
3441         * src/bts-debian.c (debian_bts_init): add a max of 20
3442         leavs per subtree
3444         * src/ctree-combo.c (on_ctree_select_row): This seems
3445         to work.  I wonder why.
3446         (ctree_combo_construct):
3448         * src/ctree-combo.c: maybe getting closer to working
3450         * src/bts-debian: use the new ctree combo box
3452         * src/glade-druid.h: sync with .glade file
3454         * src/Makefile.am:
3455         * src/kde-packages: packages files shouldn't be backwards
3456         any more
3458         * src/ctree-combo.[ch]: combo box with a drop down ctree
3460         * src/gtk-combo-box.[ch]: steal miguel's combo box from
3461         gnumeric
3463 1999-12-05  Jacob Berkman  <jberkman@andrew.cmu.edu>
3465         * src/KDE.bts:
3466         * src/kde-packages:
3467         * src/Makefile.am:  support for KDE BTS
3469         * src/bts.c:
3470         * distro-redhat.c:
3471         * src/bts-debian.c:  remove some debugging output;  packages
3472         whose version was obtained via rpm/dpkg are now in the clist
3473         again
3475 1999-12-04  Jacob Berkman  <jberkman@andrew.cmu.edu>
3477         * src/GNOME.bts:
3478         * src/Debian.bts: cleanups; in <package> use attributes
3480         * src/Makefile.am: don't depend on ../debbugs/Maintainers... yet
3482         * src/bts.c:
3483         * src/bts-debian.c:
3484         * src/bug-buddy.c: optimize stuff a little, and don't leak
3485         so much memory
3487         * configure.in: find debian root dir
3488         * src/*: Initial support for supporting multiple BTS's
3489         Currently Debian and GNOME are supported.
3491 1999-12-02  Jacob Berkman  <jberkman@andrew.cmu.edu>
3493         * configure.in (ALL_LINGUAS): added nl.po, from
3494         Arjan van de Ven <arjan@fenrus.demon.nl>
3496 1999-11-30  Jacob Berkman  <jberkman@andrew.cmu.edu>
3498         * 0.5 release
3500         * src/*: clean up warnings
3502         * src/bug-buddy.glade:
3503         * src/bug-buddy.[ch]: add an entry for sendmail's path
3505         * configure.in:
3506         * debian/changelog(.in): generate changelog with the
3507         correct version
3509         * Makefile.am:
3510         * debian/Makefile.am: dist stuff in debian/
3512         * src/bug-buddy.c:
3513         * src/bug-buddy.glade: ugly glade hackery to get an about
3514         button
3516         Please do not look at the code for this commit.
3518         * src/bug-buddy.glade: more ui nicities
3520         * src/bug-buddy.c (on_the_druid_cancel): save config
3521         on cancel, to save email
3523         * src/bug-buddy.glade: add some padding and stuff
3525         * src/util.[ch]: actually read a line at a time
3527         * src/distro-debian.c: it works now
3529         * src/bug-buddy.glade:
3530         * src/bug-buddy.c: merge the attach/core/nature pages;
3531         some cleanup
3533         * src/gdb-buddy.c: don't pipe() on the fd anymore
3535         * src/distro-debian.c: some fixes, not working yet
3537 1999-11-29  Jacob Berkman  <jberkman@andrew.cmu.edu>
3539         * src/util.[ch]:
3540         * src/distro.h:
3541         * src/distro-debian.[ch]:
3542         * src/distro-redhat.[ch]: detect package versions a bit
3543         differently, and move some stuff used all around to util.c
3545         * src/gdb-buddy.c:
3546         * src/bug-buddy.[ch]: use the new package and util stuff
3548 1999-11-24  Jacob Berkman  <jberkman@serendipity.res.cmu.edu>
3550         * src/bug-buddy.c: fudge around with dpkg and extract
3551         some things.  This is really slow and sucks.  Better
3552         ways will follow.
3554 1999-11-24  Jacob Berkman  <jberkman@andrew.cmu.edu>
3556         * debian/*: add stuff to make .debs   (no idea if this really
3557         works yet)
3559         * src/bug-buddy.glade:
3560         * src/bug-buddy.c: added ability to add info to existing
3561         reports
3563 1999-11-23  Jacob Berkman  <jberkman@andrew.cmu.edu>
3565         * src/bug-buddy.c: fix debian detection
3567         * src/bug-buddy.c (write_72):
3568         * src/bug-buddy.c (write_72v): wrap lines at 72 chars
3570         * src/gdb-buddy.c (get_trace_from_pair): we don't need to
3571         set the fd to non blocking
3573 1999-11-14  Jacob Berkman  <jberkman@andrew.cmu.edu>
3575         * NEWS:
3576         * configure.in: 0.4 release
3578         * src/gdb-buddy.c:
3579         * src/bug-buddy.c: don't print out status messages
3580         (on_version_list_select_row): fix a crash if there is no text
3581         in the row
3583         * src/bug-buddy.c (on_stop_button_clicked): better dialog box,
3584         I think.
3586         * src/gdb-buddy.c: don't be so verbose
3588         * src/gdb-buddy.c:
3589         * src/bug-buddy.[ch]: use g_io_channels and do the
3590         fork()/exec() for gdb ourselves
3592         * src/bug-buddy.c (load_entry, save_entry): work with
3593         GnomeFileEntries right
3595         * src/gdb-buddy.c:
3596         * src/bug-buddy.glade:
3597         * src/bug-buddy.[ch]: add stop/refresh button to the
3598         less page, and code to support this
3600         * src/bug-buddy.c: code clean up
3601         (get_data_from_command): remove extra \n's and add _()'s
3603         * src/bug-buddy.c (init_ui): actually do something
3604         for the --package command line arg
3606 1999-11-13  Jacob Berkman  <jberkman@andrew.cmu.edu>
3608         * src/bug-buddy.c: fix tyop (bug #3545)
3609         (on_action_page_back): use on_action_page_back like
3610         the .glade specifies
3612 1999-11-12  Jacob Berkman  <jberkman@andrew.cmu.edu>
3614         * src/prog.bugmap: add gnomeicu
3616 1999-11-11  Jacob Berkman  <jberkman@andrew.cmu.edu>
3618         * src/bug-buddy.[ch]:
3619         * src/bug-buddy.glade: reorder the dialogs a little
3621         * src/bug-buddy.c: change the scripts so that we have
3622         the distribution for debian and slackware on one line
3624         * src/Makefile.am (buddy_DATA): add prog.bugmap (stolen
3625         from the crashed app web page).  added bug-buddy and rp3
3626         do it first
3628         * src/bug-buddy.c (init_ui): figure out which package the
3629         app is from, and which version.  We are smart now.
3631         also fixed some tyops.
3633         * NEWS: update for 0.3
3635         * src/bug-buddy.c (on_action_page_next): ask the
3636         user if they really want to override a file if
3637         it exists  (based on a patch from Ali Abdin
3638         <ALIABDIN@aucegypt.edu>)
3639         (on_action_page_next): fix something dumb
3640         (on_complete_page_finish): we don't need -t and the
3641         address
3643 1999-11-10  Jacob Berkman  <jberkman@andrew.cmu.edu>
3645         * src/packages.c (packages): add crescendo
3647         * configure.in:
3648         * bug-buddy.spec.in: may as well have one
3650         * configure.in: bump to 0.3
3652         * src/bug-buddy.glade:
3653         * src/bug-buddy.[ch]: stuff to look more like gnome-bug
3655         * src/bug-buddy.c (init_ui): if no data was obtained, display
3656         a blank thing anyway (so people can type it in)
3657         (main): better warning and stuff
3658         (on_complete_page_finish):
3660         * src/Makefile.am:
3661         * src/gdb-buddy.c (get_trace_from_pair):
3662         * src/bug-buddy.c (make_anim):
3663         (main): define the prefix, so we can locate our data
3664         This will be unnecessary with gnome-libs 2
3666 1999-11-08  Jacob Berkman  <jberkman@andrew.cmu.edu>
3668         * docs/multiple_bts.txt: email excerpt talking about
3669         supporting multiple BTS's, and what needs to be done.
3671 1999-11-07  Jacob Berkman  <jberkman@andrew.cmu.edu>
3673         * src/bug-buddy.mime: ok, this regex works now
3675         * configure.in: bump to 0.2
3677         * src/bug-buddy.c: slightly better gnome-core version script;
3678         grave, not severe, is the correct severity
3680         fixes bugs 3388, 3389
3682 1999-11-06  Jacob Berkman  <jberkman@andrew.cmu.edu>
3684         * src/packages.c (packages): add bug-buddy
3686         * 0.1 release
3688         * src/bug-buddy.mime: go back to the old regex
3690         * src/bug-buddy.c (load_config): initially default to real/user name
3692         * src/Makefile.am (bug_buddy_SOURCES): distcheck fix
3694         * src/bug-buddy.mime: better regexp
3696         * src/gdb-buddy.c (handle_gdb_input): don't print a line of
3697         garbage at the end
3699         * pixmaps/bug-anim.png: new file
3701         * pixmaps/Makefile.am (pixmap_DATA): add bug-anim.png
3703         * src/gdb-buddy.c (get_trace_from_pair): start the animator
3704         (handle_gdb_input): stop the animator
3706         * src/bug-buddy.c (make_anim): create a GnomeAnimator for glade
3708         * src/bug-buddy.glade: add a custom widget until glade supports
3709         GnomeAnimators
3711         * src/bug-buddy.c (on_complete_page_prepare): mark another
3712         string for i18n (sorry kmarass)
3714         * src/bug-buddy.c (on_less_page_prepare):
3715         * src/gdb-buddy.c (handle_gdb_input): fix some things when you
3716         get a trace, then go back and change things and get another one
3718         * src/gdb-buddy.h:
3719         * src/bug-buddy.h: use bug-buddy.h for a while
3721         * src/gdb-buddy.c:
3722         * src/bug-buddy.c: some reorganization with the non blockingness
3723         stuff.
3725         Look at me, coding on a Friday night.
3727 1999-11-05  Jacob Berkman  <jberkman@andrew.cmu.edu>
3729         * src/bug-buddy.glade:
3730         * src/gdb-buddy.[ch]:
3731         * src/bug-buddy.c: bye-bye blocking bug-buddy
3733         This probably introduces lots of nice bugs.
3735         * src/bug-buddy.glade: spelling mistake
3737         * src/bug-buddy.c (on_complete_page_prepare): add a \n
3739         * src/Makefile.am (EXTRA_DIST): make it distcheck
3741         * src/bug-buddy.c (on_complete_page_prepare): print a summary
3742         of the bug submission.
3744         * src/bug-buddy.keys.in:
3745         * src/bug-buddy.mime: mime type foo for launching bug-buddy
3746         on a core file
3748         * src/Makefile.am (mime_DATA): generate/install mime type foo
3750         * src/bug-buddy.glade:
3751         * src/bug-buddy.c: do some not-so-clever determination (?)
3752         of what is going on wrt stack obtaination;  remember how
3753         the bug was submitted from last time
3755 1999-11-04  Jacob Berkman  <jberkman@andrew.cmu.edu>
3757         * src/bug-buddy.glade:
3758         * src/bug-buddy.c (save_config): change the configuration around
3759         a little, and add make name/email a GnomeEntry again
3761         * src/Makefile.am (EXTRA_DIST):
3762         * pixmaps/Makefile.am (EXTRA_DIST): make distable
3764         * src/bug-buddy.glade:
3765         * src/bug-buddy.c: support output to a file
3767 1999-10-30  Jacob Berkman  <jberkman@andrew.cmu.edu>
3769         * src/glade-strings.c:
3770         * src/bug-buddy.glade: a couple translation bugs in
3771         glade are gone
3773         * src/bug-buddy.c (main): show the window before gtk_main()
3774         (list_data): add slackware detection
3775         (on_complete_page_finish): if no version info available, don't
3776         print the version of the last thing we visited
3778         # src/bug-buddy.glade: make the main window not visible by default
3779         (so we can do the init before the gui shows)
3781 1999-10-29  Jacob Berkman  <jberkman@andrew.cmu.edu>
3783         * src/bug-buddy.c (on_contact_page_next): mark a string for
3784         translation
3786 1999-10-28  Jacob Berkman  <jberkman@andrew.cmu.edu>
3788         * src/bug-buddy.c: mark more strings for translation
3790         * src/Makefile.am: install the new .desktop
3792         * pixmaps/Makefile.am (pixmap_DATA): add bug-buddy.png
3793         (thanks, tigert)
3795         * src/bug-buddy.c: save the name/email in our config file
3797 1999-10-27  Jacob Berkman  <jberkman@andrew.cmu.edu>
3799         * src/packages.c (packages): fix tyop
3801         * src/bug-buddy.c (update_selected_row): don't crash when
3802         no rows have been selected
3804         * pixmaps/Makefile.am
3805         * Makefile.am:
3806         * configure.in: get pixmaps to work
3808         * src/bug-buddy.glade:
3809         * src/bug-buddy.c: change to using a clist instead of lots
3810         of gtk_entry's.  This gets rid of a druid page, and is nicer.
3811         (main): bindtextdomain() and textdomain() so translations work
3813 1999-10-26  Jacob Berkman  <jberkman@andrew.cmu.edu>
3815         * src/gdb-buddy.c (get_trace_from_pair): try batch mode
3816         here too
3818 1999-10-23  Jacob Berkman  <jberkman@andrew.cmu.edu>
3820         * src/bug-buddy.c (main): don't crash when the
3821         .glade file isn't found
3823         * src/gdb-cmd: use bt not w
3825 1999-10-23  Kjartan Maraas  <kmaraas@online.no>
3827         * configure.in: Added "no" to ALL_LINGUAS.