Updated Norwegian bokmål translation.
[bug-buddy.git] / ChangeLog
blob7a12a3ed2acbe8892cbe92d0802c8fa02d8e3ad7
1 2006-08-01  Fernando Herrera  <fernando.herrera-de-las-heras@nokia.com>
3         * src/bugzilla.c: (add_bugzilla_application), (load_applets),
4         (load_applications), (bugzilla_create_report):
5         * src/bugzilla.h: Port to GKeyFile API for reading desktop files
6         removing deprecated libgnome stuff. Use untranslated application name
7         for report title.
9 2006-08-01  Fernando Herrera  <fernando.herrera-de-las-heras@nokia.com>
11         * configure.in: Require new libsoup. Bump version to 2.15.91
12         * src/bug-buddy.c: (send_report): use new libsoup xml-rpc
13         deserialization function.
14         * src/xmlrpc.c:
15         * src/Makefile.am: Removed xmlrpc.c file.
17 2006-07-24  Fernando Herrera  <fernando.herrera-de-las-heras@nokia.com>
19         * NEWS:
20         * configure.in: Release 2.15.90
22 2006-07-24  Fernando Herrera  <fernando.herrera-de-las-heras@nokia.com>
24         * src/verify-desktop-files.c: (main): Initialize bonobo-activation.
26 2006-07-24  Fernando Herrera  <fernando.herrera-de-las-heras@nokia.com>
28         * src/Makefile.am:
29         * src/bug-buddy.c: (save_to_file), (network_error),
30         (remove_pending_reports), (all_sent), (previous_sent), (bug_sent),
31         (send_report), (show_pending_checkbox_if_pending),
32         (known_app_finished), (main):
33         * src/bug-buddy.glade: Added a check button for sending old bug
34         reports not sent because no network connection. Load them and send
35         them.
36         * src/xmlrpc.c: (hacked_soup_xmlrpc_message_from_string): Ugly hack
37         for deserializing a XML-RPC message until we got it into libsoup.
39         Removed NetworkManager code at all.
41 2006-07-24  Fernando Herrera  <fernando.herrera-de-las-heras@nokia.com>
43         * pixmaps/Makefile.am:
44         * src/bug-buddy.c: (main):
45         * src/bug-buddy.desktop.in.in: make application use theme-friendly
46         icons. Patch from Brian Pepple. Fixes bug #337813
48 2006-07-24  Fernando Herrera  <fernando.herrera-de-las-heras@nokia.com>
50         * src/bug-buddy.c: (main):
51         * src/bug-buddy.glade:
52         * src/bugzilla.c: (bugzilla_search_for_package):
53         * src/bugzilla.h: Invoke bug-buddy only with --package=XXX command
54         line to get it in non-crash/suggestion mode, so applications like
55         evolution can invoke it from the help menu.
57 2006-07-24  Fernando Herrera  <fernando.herrera-de-las-heras@nokia.com>
59         * README.STABLE_BRANCH: Update branch information.
60         * configure.in: Don't use NetworkManager because it is giving lot
61         of false positives (usually people with wired and wireless networks)
62         * src/Makefile.am:
63         * src/bugzilla.c: (add_bugzilla_application),
64         (get_all_applications), (bugzilla_parse_response): Use own .menu file
65         for reading all applications. Patch from Brent Smith, fixes #347422
67 2006-07-24  Fernando Herrera  <fernando.herrera-de-las-heras@nokia.com>
69         * src/bug-buddy.c: (send_report):
70         * src/bug-buddy.glade: Fix some typos pointed by Matthias Clasen
71         Fixes bug #348064
73 2006-07-18  Guntupalli Karunakar  <karunakar@freedomink.org>
75         * configure.in: Added "dz" (Dzongkha) to ALL_LINGUAS.
77 2006-07-03  Runa Bhattacharjee <runabh@gmail.com>
79         * configure.in: Added Bengali India (bn_IN) to ALL_LINGUAS.
81 2006-06-30  Thierry Randrianiriana  <thierryR@cvs.gnome.org>
83         * configure.in: Added Malagasy code 'mg' in ALL_LINGUAS.
84         * po/mg.po: Added Malagasy translation.
86 2006-06-28  Frederic Peters  <fpeters@0d.be>
88         * configure.in:
89         * src/Makefile.am:
90         * src/bug-buddy.c: Make libnm_glib optional.  Closes bug #346091.
92 2006-06-25  Fernando Herrera  <fherrera@onirica.com>
94         * configure.in: Require libnm_glib to check for network
95         * src/bug-buddy.c: (bug_sent), (save_to_file), (send_report),
96         (on_send_clicked), (on_save_clicked), (main): If there is no network
97         available save report to a file for sending next time. Resize fixes
98         * src/bug-buddy.glade: Add mnemonic to Send
99         * src/bugzilla.h: Remove an old GtkTreeIter
101 2006-06-18  Brent Smith  <gnome@nextreality.net>
103         * src/bug-buddy.c: (unknown_app_finished): Mark the button text for
104         translation
106 2006-06-18  Brent Smith  <gnome@nextreality.net>
108         * src/proccess.c: (proccess_get_mem_state): Fix a mispelling, thanks
109         to Baptiste Mille-Mathias for pointing this out.
111 2006-06-18  Brent Smith  <gnome@nextreality.net>
113         * src/bug-buddy.c: (fill_include_file): initialize GError to NULL,
114         otherwise we can get a crash
116 2006-06-18  Brent Smith  <gnome@nextreality.net>
118         * src/gdb-buddy.c: remove debug define
119         * src/gdb-buddy.h: added this missing file (needed to compile)
121 2006-06-18  Fernando Herrera  <fherrera@onirica.com>
123         * src/Makefile.am:
124         * src/bug-buddy.c: (gdb_insert_text), (known_app_finished),
125         (gdb_finished), (save_to_file), (on_save_clicked),
126         (unknown_app_finished), (gdb_finished_unknown_app),
127         (close_callback), (fill_gnome_info), (fill_include_file), (main):
128         * src/bug-buddy.glade:
129         * src/bug-buddy.h:
130         * src/bugzilla.c:
131         * src/gdb-buddy.c: (gdb_stop), (gdb_handle_input), (gdb_destroy),
132         (gdb_buddy_error_quark), (gdb_get_trace): Add support for saving
133         traces from unknow applications. Patch from Brent Smith. Closes bug
134         #164747.
136         Add support again for the --include option, so crashes on gnome-python
137         and Gtk# can invoke bug-buddy for sending traces to our bugzilla.
139 2006-06-13  Olav Vitters  <olav@bkor.dhs.org>
141         * configure.in: Bump libsoup requirement to >= 2.2.94.
143 2006-06-12  Brent Smith  <gnome@nextreality.net>
145         * NEWS:
146         * configure.in:
147         - Version 2.15.0
149 2006-06-12  Brent Smith  <gnome@nextreality.net>
151         * po/POTFILES.in:
152         * src/Makefile.am:
153         Fix some build issues caused by the merge
154         * src/bugzilla.c: (bugzilla_create_report):
155         Submit bug reports to bugzilla.gnome.org instead of
156         bugzilla-test.gnome.org
158 2006-06-12  Brent Smith  <gnome@nextreality.net>
160         * Makefile.am:
161         * NEWS:
162         * TODO:
163         * bug-buddy.schemas.in:
164         * configure.in:
165         * docs/ChangeLog:
166         * docs/Makefile.am:
167         * docs/vi/vi.po:
168         * macros/ChangeLog:
169         * po/dz.po:
170         * po/ka.po:
171         * po/ku.po:
172         * po/mg.po:
173         * po/no.po:
174         * src/Makefile.am:
175         * src/bb-marshal.list:
176         * src/bug-buddy-core.desktop.in.in:
177         * src/bug-buddy.applications:
178         * src/bug-buddy.c: (on_gdb_stop_clicked), (stock_pixmap_buddy),
179         (get_gnome_version_info), (update_progress_bar), (save_email),
180         (link_callback), (bug_sent), (set_proxy), (send_report),
181         (email_is_valid), (check_email), (on_send_clicked), (gdb_finished),
182         (close_callback), (delete_callback), (fill_gnome_info),
183         (fill_proccess_info), (main):
184         * src/bug-buddy.glade:
185         * src/bug-buddy.h:
186         * src/bugzilla.c: (add_bugzilla_application), (load_applets),
187         (bugzilla_error_quark), (load_applications),
188         (bugzilla_parse_response), (bugzilla_create_report):
189         * src/bugzilla.h:
190         * src/cell-renderer-uri.c:
191         * src/cell-renderer-uri.h:
192         * src/config.c:
193         * src/distribution.c: (get_distro_name_from_file),
194         (get_distro_name):
195         * src/distribution.h:
196         * src/eds-buddy.c: (get_default_user_email):
197         * src/eds-buddy.h:
198         * src/gdb-buddy.c: (get_trace_from_gdb), (stop_gdb),
199         (handle_gdb_input), (get_trace_from_pair):
200         * src/md5-utils.c:
201         * src/md5-utils.h:
202         * src/proccess.c: (proccess_get_mem_state), (proccess_get_time):
203         * src/proccess.h:
204         * src/save-buddy.c:
205         * src/save-buddy.h:
206         * src/signal-buddy.c:
207         * src/signal-buddy.h:
208         * src/united-states-of-bug-buddy.c:
209         * src/verify-desktop-files.c: (check_bugzilla_info), (main):
210         Merged bug-buddy-xmlrpc branch to HEAD using the following commands on
211         a fresh checkout of HEAD:
212         cvs update -j HEAD -j BUG_BUDDY_2_13_0
213         cvs update -j BUG_BUDDY_2_13_0 -j bug-buddy-xmlrpc
214         cvs update -C po/*
216 2006-06-11  Brent Smith  <gnome@nextreality.net>
218         * src/bug-buddy.c: (main):
219         - Complain if --pid is not specified
221 2006-06-11  Brent Smith  <gnome@nextreality.net>
223         * src/bug-buddy.c: (fill_gnome_info), (main):
224         - If we can't get information about the GNOME version (probably due to a
225         missing or bad installation of gnome-desktop), then spit out an error
226         dialog
227         - Don't gtk_widget_show() the main window until right before we start
228         the main loop; this way we don't see the main_window when we call
229         buddy_error() before gtk_main()
231 2006-06-11  Brent Smith  <gnome@nextreality.net>
233         * src/bug-buddy.c: (main):
234         Pop up an error dialog if --appname is not passed.
236 2006-06-11  Brent Smith  <gnome@nextreality.net>
238         * src/bug-buddy.c: (main):
239         * src/bug-buddy.h:
240         Ported bug-buddy from Popt to GOption
242 2006-06-10  Brent Smith  <gnome@nextreality.net>
244         * src/bug-buddy.c: (bug_sent), (send_report):
245         Handle errors creating the report in send_report()
246         * src/bugzilla.c: (bugzilla_parse_response),
247         (bugzilla_create_report):
248         More error handling using GError
249         * src/bugzilla.h:
250         Migrated some enumerations to the BUGZILLA_ERROR_* enums so there is
251         only one set of error codes
253 2006-06-10  Brent Smith  <gnome@nextreality.net>
255         * src/bug-buddy.c: (bug_sent), (send_report), (on_send_clicked),
256         (gdb_finished), (close_callback):
257         - Provide intelligent error messages based on the XML-RPC response
258         - Many text changes
259         - Hide the send button immediately after the user clicks it to prevent
260         duplicate bugs from being submitted
261         * src/bug-buddy.glade:
262         - Make "app-image" vertically aligned to the top
263         - Make "main-text" selectable and turn on label wrapping
264         * src/bug-buddy.h:
265         - Move GnomeVersionInfo to bugzilla.h header to remove circular
266         dependency between header files
267         * src/bugzilla.c: (bugzilla_error_quark),
268         (bugzilla_parse_response):
269         - Much better error handling of the XML-RPC response; Also, return a
270         GError with information about the particular error message
271         * src/bugzilla.h:
272         - Added GError support structures for BUGZILLA_ERROR
273         - Moved GnomeVersionInfo struct to here
274         - provide function prototypes for all functions with extern linkage
275         * src/distribution.h:
276         - provide prototype for get_distro_name()
277         * src/proccess.c:
278         - Use proccess.h header file
279         * src/proccess.h:
280         - Add this header file to declare function prototypes
282 2006-06-04  Brent Smith  <gnome@nextreality.net>
284         * src/bug-buddy.c: (link_callback): Display an error in a dialog box
285         instead of stdout if the gnome_vfs_url_show call fails.
287 2006-06-04  Brent Smith  <gnome@nextreality.net>
289         * src/bug-buddy.glade: Switch the order of the "Send" and "Close"
290         button, so that "Send" is on the right.
292 2006-06-04  Brent Smith  <gnome@nextreality.net>
294         * configure.in: Bump the required GTK+ version to 2.9 since we make
295         use of the new GtkLinkButton
296         * src/bug-buddy.c: (link_callback), (bug_sent), (send_report),
297         (gdb_finished), (close_callback), (delete_callback), (main):
298         Added a GtkLinkButton after the bug report has been sent so that
299         the user can view their bug immediately by clicking on the button;
300         Renamed the cancel-button to close-button and changed the names of the
301         callbacks; Also fixed a couple of compiler warnings
302         * src/bug-buddy.glade: Moved the "Send" button to the bottom in the
303         button bar and removed the "Cancel" button in favor of a more
304         simple scheme with just "Send" and "Close"; Also changed
305         alignment of the button box so that it is always aligned at the
306         bottom of the vertical box.
308 2006-06-02  Fernando Herrera  <fherrera@onirica.com>
310         * Makefile.am:
311         * bug-buddy.schemas.in: Re-added schemas, only with
312         contact info.
314 2006-06-02  Fernando Herrera  <fherrera@onirica.com>
316         * configure.in: Add eds dependency.
317         * src/Makefile.am:
318         * src/bug-buddy.c: (save_email), (bug_sent), (send_report),
319         (email_is_valid), (check_email), (gdb_finished):
320         * src/bug-buddy.glade: email address now is mandatory. Get it
321         from gconf settings and if not available, from eds.
323 2006-05-31  Fernando Herrera  <fherrera@onirica.com>
325         * src/bug-buddy.c: (send_report): Add text from the "What were you
326         doing" entry to the report.
328 2006-05-31  Fernando Herrera  <fherrera@onirica.com>
330         * src/bug-buddy.c: (set_proxy), (send_report): Use proxy from gconf
331         settings when available.
332         * src/bugzilla.c: (bugzilla_create_report): Remove password param
333         * TODO: Add some stuff to do in the new branch
335 2006-05-30  Olav Vitters  <olav@bkor.dhs.org>
337         * src/bugzilla.c: Add User-Agent header to HTTP request as requested
338         by myself.
340 2006-05-30  Olav Vitters  <olav@bkor.dhs.org>
342         * src/bugzilla.c: Change XML-RPC method call to match GNOME Bugzilla
343         server changes. Also update URL.
345 2006-02-08  Fernando Herrera  <fherrera@onirica.com>
347         * src/Makefile.am:
348         * src/bug-buddy.c: (bug_sent), (send_report), (on_send_clicked),
349         (gdb_finished), (main):
350         * src/bug-buddy.glade:
351         * src/bugzilla.c: (bugzilla_parse_response),
352         (bugzilla_create_report): Added UI to include user comnmets about what
353         he was doing and email address. Added a Send button. UI needs more love
355         * src/verify-desktop-files.c: (check_bugzilla_info), (main): Added
356         a little program to verify installed .desktop files for correct
357         X-GNOME-Bugzilla-* stuff
359 2006-02-07  Fernando Herrera  <fherrera@onirica.com>
361         * COPYING: Re-add notice about using only v2 of GPL that was
362         removed accidentaly by some automake weirdness.
363         * src/distribution.c: Use only v2 of GPL fot this code.
365 2006-02-07  Fernando Herrera  <fherrera@onirica.com>
367         * configure.in:
368         * src/Makefile.am:
369         * src/bug-buddy.c: (send_report), (gdb_finished),
370         (fill_gnome_info), (fill_proccess_info), (main):
371         * src/bug-buddy.glade:
372         * src/bugzilla.c: (bugzilla_send_report):
373         * src/proccess.c: (proccess_get_mem_state), (proccess_get_time): Change
374         windows main title. Add mem and cpu info for the crashed procces from
375         libgtop.
377 2006-02-06  Fernando Herrera  <fherrera@onirica.com>
379         * configure.in:
380         * src/bug-buddy.c: (get_gnome_version_info), (bug_sent),
381         (send_report), (gdb_finished):
382         * src/bug-buddy.glade:
383         * src/bug-buddy.h:
384         * src/bugzilla.c: (got_response), (bugzilla_send_report):
385         * src/bugzilla.h: Implement the XML-RPC sending. Currenty it uses
386         hard-coded bugzilla URL and username/password. Don't try to play
387         with it as bugzilla-test is IP-protected :)
389 2006-02-03  Fernando Herrera  <fherrera@onirica.com>
391         * Makefile.am:
392         * configure.in:
393         * po/POTFILES.in:
394         * src/Makefile.am:
395         * src/bb-marshal.list:
396         * src/bug-buddy-core.desktop.in.in:
397         * src/bug-buddy.applications:
398         * src/bug-buddy.c: (on_gdb_stop_clicked), (get_gnome_version_info),
399         (update_progress_bar), (send_report), (gdb_finished),
400         (cancel_callback), (delete_callback), (main):
401         * src/bug-buddy.glade:
402         * src/bug-buddy.h:
403         * src/bugzilla.c: (add_bugzilla_application), (load_applets),
404         (load_applications), (add_application):
405         * src/bugzilla.h:
406         * src/cell-renderer-uri.c:
407         * src/cell-renderer-uri.h:
408         * src/config.c:
409         * src/distribution.c: (get_distro_name_from_file),
410         (get_distro_name):
411         * src/gdb-buddy.c: (get_trace_from_gdb), (stop_gdb),
412         (handle_gdb_input), (get_trace_from_pair):
413         * src/md5-utils.c:
414         * src/md5-utils.h:
415         * src/save-buddy.c:
416         * src/save-buddy.h:
417         * src/signal-buddy.c:
418         * src/signal-buddy.h:
419         * src/united-states-of-bug-buddy.c: Big rewrite. Only one window. Only one
420         click for submit a bug. Removed all the selections stuff. Bug Buddy now
421         only reports crashes. Currently the XML-RPC sending stuff is missing,
422         so it does not send anything yet.
424 2006-01-06  Fernando Herrera  <fherrera@onirica.com>
426         * src/bugzilla.c: update treeview headers when switching
427         beetwen applcations/products. Patch from Matthias Clasen
428         (Closes bug #317530)
430 2006-01-06  Fernando Herrera  <fherrera@onirica.com>
432         * src/distribution.{c,h}: Fix the LSB distro detection
434 2006-01-05  Fernando Herrera  <fherrera@onirica.com>
436         * src/bug-buddy.glade: Center main window. Patch from
437         Christian Neumair. Closes bug #321297
439 2006-01-05  Fernando Herrera  <fherrera@onirica.com>
441         * src/bug-buddy.glade: Set the GnomeFileEntry in
442         save mode for saving the bug report (Closes bug #323967)
444 2006-01-05  Fernando Herrera  <fherrera@onirica.com>
446         * src/bug-buddy.glade: Lot of HIGification by
447         Christian Persch. Closes bug #325650
449 2006-01-05  Fernando Herrera  <fherrera@onirica.com>
451         * configure.in: Bump version to 2.13.0
452         * src/bugzilla.c: workaround for gnome-vfs bug
454 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
456         * configure.in: Added "zh_HK" to ALL_LINGUAS.
458 2005-11-30  Fernando Herrera  <fherrera@onirica.com>
460         * configure.in:
461         * NEWS: Release 2.12.2 ("Il vulcano")
463 2005-10-28  Simos Xenitellis  <simos@gnome.org>
465         * configure.in: Added ky (Kirghiz) to ALL_LINGUAS.
467 2005-10-01  Fernando Herrera  <fherrera@onirica.com>
469         * NEWS:
470         * configure.in: Release 2.12.1 "i Party 7"
472 2005-10-01  Fernando Herrera  <fherrera@onirica.com>
474         * src/bugzilla.c: Remove duplicate entries. Patch
475         from Matthias Clasen. Fixes bug #317524
477 2005-09-06  Fernando Herrera  <fherrera@onirica.com>
479         * NEWS: Release 2.12.0 ("My fatal fate")
481 2005-08-23  Vincent Untz  <vuntz@gnome.org>
483         * src/united-states-of-bug-buddy.c: don't mark the copyright string as
484         translatable
486 2005-08-23  Vincent Untz  <vuntz@gnome.org>
488         * configure.in: post-release bump to 2.12.0.
490 ==================== 2.11.92 ====================
492 2005-08-23  Vincent Untz  <vuntz@gnome.org>
494         * NEWS:
495         * configure.in: version 2.9.92.
497 2005-07-19  Fernando Herrera  <fherrera@onirica.com>
499         * src/bug-buddy.c: (init_gnome_version_stuff):
500         * src/bug-buddy.h:
501         * src/bugzilla.c: (gify), (load_mostfreq_xml), (load_config_xml),
502         (load_products_xml):
503         * src/cell-renderer-uri.c:
504         * src/distribution.c:
505         * src/gdb-buddy.c:
506         * src/gnome-crash.c:
507         * src/libglade-buddy.h:
508         * src/md5-utils.c: (md5_get_digest):
509         * src/save-buddy.c:
510         * src/united-states-of-bug-buddy.c: (on_druid_about_clicked),
511         (email_is_valid): lot of (all) gcc4 and misc warning fixed.
512         Ported to GtkAboutDialog. Patch from Kjartan Maraas. Closes
513         bug #300065
515 2005-07-19  Fernando Herrera  <fherrera@onirica.com>
517         * configure.in:
518         * src/bug-buddy.c: (update_crash_type), (init_ui), (delete_me),
519         (main):
520         * src/bug-buddy.glade:
521         * src/bugzilla.c: (update_severity), (update_version),
522         (add_severity), (update_version_menu),
523         (bugzilla_product_add_components_to_clist),
524         (bugzilla_add_mostfreq):
525         * src/united-states-of-bug-buddy.c: (select_version),
526         (select_severity): Port to GtkComboBox. Patch by Michael Gossard.
527         Fixes #300065 and #130288
529 2005-07-19  Michael Gossard <michael.gossard@free.fr>
531         * src/bugzilla.c : (sort_mostfreq_list),
532         (create_mostfreq_list), (bugzilla_add_mostfreq) sort frequently reported
533         bugs list by ID, product, component, description. (fix bug #171935)
535 2005-07-19  Fernando Herrera  <fherrera@onirica.com>
537         * src/distribution.c: (get_lines_from_file), (get_lsb_version),
538         (get_redhat_version), (get_turbolinux_version),
539         (get_debian_version):
540         * src/distribution.h: Reworked the code to use fancy g_file functions.
541         Add support for reading LSB files (ie: Ubuntu distro support). Closes
542         bug #168379
544 2005-07-19  Fernando Herrera  <fherrera@onirica.com>
546         * src/united-states-of-bug-buddy.c: Include signal.h. Patch by
547         Dan Winship, closes #160544
549 2005-07-18  Danilo Å egan  <danilo@gnome.org>
551         * docs/sr/sr.po: Updated translation not to break the build (until
552         I fix xml2po).
554 2005-07-18  Danilo Å egan  <danilo@gnome.org>
556         * docs/Makefile.am (DOC_LINGUAS): Added "sr".
558         * docs/sr/sr.po: Added.
560 2005-07-11  Kjartan Maraas  <kmaraas@gnome.org>
562         * configure.in: Post release version bump
563         * docs/C/bug-buddy.xml: Fix docs build
564         * src/save-buddy.c: (bb_write_buffer_to_fd): Pass 0
565         as arg 3 to waitpid() not NULL pointer.
567 2005-06-04  Swapnil Hajare  <dreamil@gmail.com>
569         * configure.in: added entry for Marathi language (mr) in ALL_LINGUAS
571 2005-05-18  Olav Vitters <olav@bkor.dhs.org>
573         * src/bugzilla.c: (load_applications): Initialize prev_name variable
574         to NULL to prevent crash on startup. Patch from <rwahl@gmx.de>. Closes
575         bug #172874.
577 2005-05-04  Fernando Herrera  <fernando.herrera@tecsidel.es>
579         * src/bugzilla.c: (load_applications): Use gmenu API to fix
580         build. Patch by Elijah Newren. Closes bug #302769
582 2005-04-11  Mark McLoughlin  <mark@skynet.ie>
584         * src/Makefile.am, src/bugzilla.c: update for
585         libgnome-menu API renaming.
587 2005-04-06  Mark McLoughlin  <mark@skynet.ie>
589         * src/bugzilla.c: (get_all_applications): update for
590         slight change in menu_tree_lookup() API.
592 2005-04-01  Adi Attar  <aattar@cvs.gnome.org>
594         * configure.in: Added "xh" to ALL_LINGUAS.
596 2005-03-31  Steve Murphy  <murf@e-tools.com>
598         * configure.in: Added "rw" to ALL_LINGUAS.
600 2005-03-30  Christian Rose  <menthos@menthos.com>
602         * configure.in: Added "ug" to ALL_LINGUAS.
604 2005-03-23  Fernando Herrera  <fernando.herrera@tecsidel.es>
606         * configure.in: require libgnomemenu >= 2.11.1.
607         * src/bugzilla.c: (get_all_applications_from_alias),
608         (get_all_applications_from_dir), (get_all_applications),
609         (load_applications): Port to the new libgnomemenu API. Patch
610         by Mark McLoughlin <markmc@redhat.com>
612 2005-03-23  Fernando Herrera  <fernando.herrera@tecsidel.es>
614         * README.STABLE_BRANCH: Branched. HEAD is now for GNOME 2.11
615         * configure.in: Postrelease version bumpig to 2.11.0
617 2005-03-07  Fernando Herrera  <fernando.herrera@tecsidel.es>
619         * NEWS:
620         * configure.in: Release 2.10.0 ("La movida")
622 2005-02-28  Fernando Herrera  <fernando.herrera@tecsidel.es>
624         * NEWS:
625         * configure.in: Release 2.9.92 ("Magical Fenix")
627 2005-02-11  Maxim V. Dziumanenko <mvd@mylinux.com.ua>
629         * docs/uk/bug-buddy.xml:
630         * docs/uk/legal.xml:
631         * docs/uk/.cvsignore: Added Ukrainian translation of the documentation.
633 2005-02-11  Shaun McCance  <shaunm@gnome.org>
635         * docs/bug-buddy.omf.in
636         - Added missing file
638 2005-02-10  Fernando Herrera  <fernando.herrera@tecsidel.es>
640         * NEWS:
641         * configure.in: Release 2.9.91 ("Hänsel und Gretel")
643 2005-02-10  Fernando Herrera  <fernando.herrera@tecsidel.es>
645         * configure.in:
646         * src/Makefile.am: Require gnome-menus.
647         * src/bugzilla.c: (bugzilla_application_new), (load_applets),
648         (compare_applications), (get_all_applications_from_dir),
649         (get_all_applications), (load_applications): Use libmenu to get all
650         applications instead of removed "applications-all-users:///" gnome-vfs
651         method. Don't require applets to have defined (panel:category), as
652         it seems to be reomved for GNOME 2.10. Load icons code fixes.
654 2005-01-29  Fernando Herrera  <fherrera@onirica.com>
656         * Makefile.am:
657         * autogen.sh:
658         * configure.in:
659         * src/Makefile.am: Lot of autofoo updates by Shaun McCance and me.
660         * docs/C/bug-buddy.xml: Updated docs by Shaun McCance.
661         * docs/C/Makefile.am:
662         * docs/C/bug-buddy-C.omf:
663         * docs/Makefile.am:
664         * docs/de/Makefile.am:
665         * docs/de/bug-buddy-de.omf:
666         * docs/es/Makefile.am:
667         * docs/es/bug-buddy-es.omf:
668         * docs/fr/Makefile.am:
669         * docs/fr/bug-buddy-fr.omf:
670         * docs/it/Makefile.am:
671         * docs/it/bug-buddy-it.omf:
672         * docs/ja/Makefile.am:
673         * docs/ja/bug-buddy-ja.omf:
674         * docs/ko/Makefile.am:
675         * docs/ko/bug-buddy-ko.omf:
676         * docs/sv/Makefile.am:
677         * docs/sv/bug-buddy-sv.omf:
678         * docs/zh_CN/Makefile.am:
679         * docs/zh_CN/bug-buddy-zh_CN.omf:
680         * docs/zh_HK/Makefile.am:
681         * docs/zh_HK/bug-buddy-zh_HK.omf:
682         * docs/zh_TW/Makefile.am:
683         * docs/zh_TW/bug-buddy-zh_TW.omf: Files removed from CVS, they are
684         now autogenerated from gdu.
686 2005-01-24  Fernando Herrera  <fherrera@onirica.com>
688         * configure.in: Post release version bumping.
690 2005-01-24  Fernando Herrera  <fherrera@onirica.com>
692         * NEWS:
693         * configure.in: Released 2.9.3 "Wild Rose"
695 2005-01-07  Kjartan Maraas  <kmaraas@gnome.org>
697         * src/bug-buddy.glade1: Remove
698         * src/bug-buddy.gladep: Remove
700 2004-11-30  Fernando Herrera  <fherrera@onirica.com>
702         * NEWS:
703         * configure.in: Released 2.9.2 "Tres Jotas"
705 2004-11-21  Fernando Herrera  <fherrera@onirica.com>
707         * src/bug-buddy.c: (init_ui):
708         * src/bug-buddy.h:
709         * src/united-states-of-bug-buddy.c: (submit_ok): Added a kill command line
710         argument for killing that pid after the bug report is sent.
712 2004-11-20  Fernando Herrera  <fherrera@onirica.com>
714         * src/bug-buddy.c: (init_ui), (main):
715         * src/bug-buddy.glade:
716         * src/bug-buddy.h:
717         * src/united-states-of-bug-buddy.c: (mail_write_template),
718         (on_druid_about_clicked), (enter_intro), (done_intro), (done_gdb),
719         (enter_desc): Skip the product/component pages if the application is
720         passed on the command line (also show its name in the intro page).
721         Use the command line option --include-file to include a file in the
722         bug description.
724 2004-11-13  Fernando Herrera  <fherrera@onirica.com>
726         * README.STABLE_BRANCH: Branched for gnome-2-8
727         * configure.in: Bump version to 2.9.0
729 2004-11-11  Fernando Herrera  <fherrera@onirica.com>
731         * docs/C/bug-buddy-C.omf: Fix omf file to validate against
732         scrollkeeper-omf.dtd. Patch from Joe Marcus Clarke and
733         David Weinehall (fix bug #157817 and debian 280641)
735 2004-09-24  Pawan Chitrakar  <pawan@nplinux.org>
737         * configure.in: Added ne "Nepali" in ALL_LINGUAS
739 2004-09-22  Fernando Herrera  <fherrera@onirica.com>
741         * configure.in: Post release version bumping to 2.8.1
742         * src/gdb-buddy.c: (get_trace_from_pair): Fix search for binaries
743         in libexec dir.
745 2004-09-12  Fernando Herrera  <fherrera@onirica.com>
747         * NEWS: Release 2.8.0 "Chicote"
749 2004-09-12  Fernando Herrera  <fherrera@onirica.com>
751         * docs/Makefile.am: Disable build of outdated docs.
752         * src/bug-buddy.glade:
753         * src/united-states-of-bug-buddy.c: (on_druid_help_clicked),
754         (on_druid_about_clicked): Enable help button and point help to
755         the right section. Patch by Shaun McCance (Fix bug #135573)
757 2004-09-11  Shaun McCance  <shaunm@gnome.org>
759         * docs/C/bug-buddy-C.omf:
760         * docs/C/bug-buddy.xml:
761         - Updates for 2.8
763 2004-09-12  Fernando Herrera  <fherrera@onirica.com>
765         * configure.in:
766         * po/POTFILES.in:
767         * src/Makefile.am:
768         * src/bug-buddy-core.desktop.in.in:
769         * src/bug-buddy.desktop.in.in: Install a new desktop file to handle
770         the application/x-core MIME type correctly (it is open with --core
771         command line option only).
773 2004-09-11  Shaun McCance  <shaunm@gnome.org>
775         * docs/C/bug-buddy-C.omf:
776         * docs/de/bug-buddy-de.omf:
777         * docs/es/bug-buddy-es.omf:
778         * docs/fr/bug-buddy-fr.omf:
779         * docs/it/bug-buddy-it.omf:
780         * docs/ja/bug-buddy-ja.omf:
781         * docs/ko/bug-buddy-ko.omf:
782         * docs/sv/bug-buddy-sv.omf:
783         * docs/zh_CN/bug-buddy-zh_CN.omf:
784         * docs/zh_HK/bug-buddy-zh_HK.omf:
785         * docs/zh_TW/bug-buddy-zh_TW.omf:
786         - Various OMF fixes
788 2004-09-08  Fernando Herrera  <fherrera@onirica.com>
790         * configure.in: Post release version bumping to 2.8.0
792 2004-09-08  Fernando Herrera  <fherrera@onirica.com>
794         * NEWS:
795         * bugzilla/gnome/products:
796         * bugzilla/ximian/mostfreq:
797         * bugzilla/ximian/products:
798         * configure.in: Release 2.7.92 (RC1) "Ojos verdes"
800 2004-09-03  Gora Mohanty  <gmohanty@cvs.gnome.org>
802         * configure.in: Added "or" to ALL_LINGUAS.
804 2004-08-21  Fernando Herrera  <fherrera@onirica.com>
806         * NEWS:
807         * bugzilla/gnome/mostfreq:
808         * bugzilla/gnome/products:
809         * bugzilla/ximian/products:
810         * configure.in: Release 2.7.91 (Beta 2) "budyboop"
812 2004-08-16  Christian Rose  <menthos@menthos.com>
814         * configure.in: Added "bs" to ALL_LINGUAS.
816 2004-08-15  Kjartan Maraas  <kmaraas@gnome.org>
818         * configure.in: Added nb to ALL_LINGUAS.
820 2004-07-21  Ray Strode  <rstrode@redhat.com>
821         * bug-buddy/src/bug-buddy.desktop.in.in: Add MimeType line
822         to desktop file new mime sytem.
824 2004-06-01  Fernando Herrera  <fherrera@onirica.com>
826         * configure.in: Post release version bumping to 2.7.1
828 2004-06-01  Fernando Herrera  <fherrera@onirica.com>
830         * NEWS:
831         * bugzilla/gnome/config:
832         * bugzilla/gnome/mostfreq:
833         * bugzilla/gnome/products:
834         * bugzilla/ximian/config:
835         * bugzilla/ximian/mostfreq:
836         * bugzilla/ximian/products: Release 2.7.0 "Lully"
838 2004-04-15  Simon Frankau  <sgf@arbitrary.name>
840         * src/united-states-of-bug-buddy.c: (druid_set_sensitive):
841         Removed.
842         * src/united-states-of-bug-buddy.c: (email_is_valid): Rewritten
843         * src/united-states-of-bug-buddy.c: Various minor tidy-ups.
845 2004-04-15  Simon Frankau  <sgf@arbitrary.name>
847         * src/bug-buddy.c: (main):
848         * src/bug-buddy.h:
849         * src/bugzilla.c: (load_bugzilla_xml):
850         * src/united-states-of-bug-buddy.c: (druid_draw_state),
851         (on_druid_prev_clicked), (druid_set_state),
852         (on_druid_next_clicked), (on_druid_cancel_clicked), (enter_intro),
853         (done_intro), (enter_gdb), (done_gdb), (enter_product),
854         (done_product), (enter_component), (done_component),
855         (enter_mostfreq), (done_mostfreq), (enter_desc), (done_desc),
856         (enter_email_config), (done_email_config), (enter_email),
857         (done_email), (enter_finished), (done_finished): : Druid tab state
858         machine rearranged so that the code for each state can be localised within
859         the source.
862 2004-04-15  Simon Frankau  <sgf@arbitrary.name>
864         * src/bug-buddy.c: (init_ui):  Warning added if a pid is given without
865         application name.
866         * src/bug-buddy.h:
867         * src/gdb-buddy.c: (start_animation), (stop_animation), (stop_gdb),
868         (get_trace_from_pair): Rewritten to tidy freeing
869         of strings (memory lead fixed), with some error messages added.
871 2004-04-15  Simon Frankau  <sgf@arbitrary.name>
873         * src/bug-buddy.c: (on_gdb_go_clicked), (on_gdb_stop_clicked),
874         (on_list_button_press_event), (main):
875         * src/bug-buddy.h:
876         * src/bugzilla.c: (async_update), (end_bugzilla_download),
877         (start_bugzilla_download), (products_list_load):
878         * src/gdb-buddy.c: (start_gdb), (get_trace_from_pair):
879         * src/united-states-of-bug-buddy.c: (druid_set_state): remove
880         druid_data.explicit_dirty, druid_data.download_in_progress.
882 2004-04-15  Simon Frankau  <sgf@arbitrary.name>
884         * src/bug-buddy.c: (buddy_error), (on_gdb_save_clicked), (main):
885         * src/bug-buddy.h:
886         * src/bugzilla.c: (load_bugzillas):
887         * src/gdb-buddy.c: (get_trace_from_core), (get_trace_from_pair):
888         * src/united-states-of-bug-buddy.c: (mail_config_page_sendmail_ok),
889         (mail_config_page_gnome_ok), (desc_page_ok), (submit_ok),
890         (on_druid_next_clicked): use new buddy_error function.
892 2004-04-15  Fernando Herrera  <fherrera@onirica.com>
894         * src/bug-buddy.c: (init_ui): Fix two strings. Fix bug #140053
896 2004-04-15  Fernando Herrera  <fherrera@onirica.com>
898         * src/bug-buddy.glade: add scroll bar to description bug text box if
899         needed. Fix bug #137540
901 2004-04-15  Fernando Herrera  <fherrera@onirica.com>
903         * bug-buddy.schemas.in:
904         * src/united-states-of-bug-buddy.c: (druid_set_state): Fix wrong
905         strings.
907 2004-04-15  Fernando Herrera  <fherrera@onirica.com>
909         * src/bug-buddy.glade: s/Next/Forward/ . Fix bug #136191, patch from
910         Ben Sutton
912 2004-04-13  Fernando Herrera  <fherrera@onirica.com>
914         * configure.in: Bump version to 2.7.0
916 2004-04-12  Fernando Herrera  <fherrera@onirica.com>
918         * README.STABLE_BRANCH: update branch info.
919         * configure.in: Post release version bumping to 2.6.1
921 2004-04-09  Guntupalli Karunakar  <karunakar@freedomink.org>
923         * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
925 2004-04-03  Samúel Jón Gunnarsson  <sammi@techattack.nu>
927         * is.po: Added "is" to ALL_LINGUAS.
929 2004-03-22  Fernando Herrera  <fherrera@onirica.com>
931         * src/Makefile.am: (Fix a compiler issue, bug #135625)
932         * NEWS:
933         * bugzilla/gnome/products:
934         * configure.in: Release 2.6.0 "Almodóvar did it again!"
936 2004-03-20  Guntupalli Karunakar  <karunakar@freedomink.org>
938         * configure.in: Added 'pa' for Punjabi to ALL_LINGUAS.
940 2004-03-17  Gareth Owen
942         * configure.in: Added en_GB to ALL_LINGUAS
944 2004-03-16  Fernando Herrera  <fherrera@onirica.com>
946         * NEWS:
947         * bugzilla/gnome/products:
948         * configure.in: Release 2.5.92 "We are the champions"
950 2004-03-16  Fernando Herrera  <fherrera@onirica.com>
952         * src/bug-buddy.c:
953         * src/bug-buddy.glade: set the filechooser in save mode with the new
954         property.
955         * src/united-states-of-bug-buddy.c: remove an unused function.
957 2004-03-15  Glynn Foster  <glynn.foster@sun.com>
959         * configure.in: Add docs to build.
960         * docs/Makefile.am: Add docs to build.
961         * docs/*: Put back localized online help for de, fr, es, it, ja, ko, sv,
962         zh_TW, zh_CN and zh_HK from Sun's translation team - may be a little
963         outdated, but it's a good start to update them from.
965 2004-02-25  Fernando Herrera  <fherrera@onirica.com>
967         * src/united-states-of-bug-buddy.c: (druid_set_state): Disable Back
968         button when debugging is the first page. Fix #135343
970 2004-02-24  Fernando Herrera  <fherrera@onirica.com>
972         * src/Makefile.am:
973         * src/bug-buddy.applications:
974         * src/bug-buddy.keys.in: Update to application/x-core MIME type from the
975         new share-mime-info
976         * src/bug-buddy.mime: removed
978 2004-02-24  Fernando Herrera  <fherrera@onirica.com>
980         * NEWS:
981         * bugzilla/gnome/products:
982         * configure.in: Release 2.5.90 "I love it when a plan comes
983         together"
985 2004-02-24  Fernando Herrera  <fherrera@onirica.com>
987         * src/united-states-of-bug-buddy.c: (check_old_version),
988         (on_druid_next_clicked): Only check old version once (Fix #134167). If
989         failing getting application product from application name, load the product
990         list.
992 2004-02-24  Fernando Herrera  <fherrera@onirica.com>
994         * src/bug-buddy.glade:
995         * src/united-states-of-bug-buddy.c:
996         (on_email_file_gnome_entry_browse_clicked): Set the FileChooser in
997         save mode for saving bug reports.
999 2004-02-24  Fernando Herrera  <fherrera@onirica.com>
1001         * src/united-states-of-bug-buddy.c: (on_druid_cancel_clicked): Remove
1002         confirmation dialog after the UI-review recomendation.
1004 2004-02-24  Fernando Herrera  <fherrera@onirica.com>
1006         * src/bugzilla.c: (generate_email_text): Don't free version string.
1007         Fix #126449. Patch from Simon Frankau
1009 2004-02-21  Christian Rose  <menthos@menthos.com>
1011         * configure.in: Added "en_CA" to ALL_LINGUAS.
1013 2004-02-15  Fernando Herrera  <fherrera@onirica.com>
1015         * NEWS:
1016         * bugzilla/gnome/products:
1017         * configure.in: Release 2.5.3, "No name release"
1019 2004-02-11  Fernando Herrera  <fherrera@onirica.com>
1021         * src/Makefile.am: add -export-dynamic. Fix bug #132174. Patch from
1022         Vincent Berger
1024 2004-02-11  Fernando Herrera  <fherrera@onirica.com>
1026         * gentool/gentool.m4: Add quotes AC_PROG_GENTOOL. Patch from Alexander
1027         Winston. Fix bug #133150
1029 2004-02-11  Fernando Herrera  <fherrera@onirica.com>
1031         * src/bug-buddy.glade: Use GtkFileChooser in GnomeFileEntries
1033 2004-01-20  Fernando Herrera  <fherrera@onirica.com>
1035         * src/bug-buddy.c: (init_gnome_version_stuff): read GNOME date
1036         * src/bug-buddy.h:
1037         * src/united-states-of-bug-buddy.c: (check_old_version),
1038         (druid_set_state): if GNOME version is older than 6 months suggest
1039         upgrading.
1041 2004-01-20  Fernando Herrera  <fherrera@onirica.com>
1043         * Makefile.am: Remove OrigTree
1044         * configure.in: requiere intltool 0.29
1046 2004-01-20  Fernando Herrera  <fherrera@onirica.com>
1048         * bug-buddy.schemas.in: Fix some typos. Fix bug #131876.
1050 2004-01-20  Jason Leach  <leach@wam.umd.edu>
1052         * Makefile.am (install-data-local): builddir != srcdir fix.
1054 2004-01-06  Vincent Untz  <vincent@vuntz.net>
1056         * src/bug-buddy.desktop.in.in: changed the comment to be less
1057         GNOME-specific (proposition by Luis Villa). Fix bug #89356.
1059 2004-01-03  Fernando Herrera  <fherrera@onirica.com>
1061         * Makefile.am: added intltool-modules/XML/Parser/Style/OrigTree.pm
1062         * src/bugzilla.c: (load_bugzilla): store and free string returned by
1063         gnome_config_get_string
1065 2004-01-02  Robert Sedak  <robert.sedak@sk.htnet.hr>
1067         * configure.in: Added "hr" in ALL_LINGUAS .
1069 2003-12-26  Fernando Herrera  <fherrera@onirica.com>
1071         * NEWS:
1072         * bugzilla/gnome/products:
1073         * configure.in: Release 2.5.2, "Franco Corelli"
1075 2003-12-25  Fernando Herrera  <fherrera@onirica.com>
1077         * Makefile.am:
1078         * bug-buddy.schemas.in:
1079         * configure.in:
1080         * po/POTFILES.in: Schema file stuff
1081         * src/bug-buddy.c: (init_ui), (delete_me):
1082         * src/bug-buddy.glade:
1083         * src/bug-buddy.h:
1084         * src/config.c: (entry_changed_notify), (config_entry_commit),
1085         (init_gconf_stuff):
1086         * src/united-states-of-bug-buddy.c: (on_druid_cancel_clicked): Port
1087         bug-buddy configuration to gconf
1089 2003-12-14  Fernando Herrera  <fherrera@onirica.com>
1091         * src/united-states-of-bug-buddy.c: (on_druid_about_clicked): Add
1092         support for translators in the about dialog.
1094 2003-12-14  Fernando Herrera  <fherrera@onirica.com>
1096         * src/bug-buddy.c: (main):
1097         * src/united-states-of-bug-buddy.c: (on_druid_about_clicked): Use
1098         gtk_icon_theme_* to load icons.
1100 2003-12-13  Fernando Herrera  <fherrera@onirica.com>
1102         * src/bugzilla.c: (load_products_xml): Don't add closed products.
1103         * src/united-states-of-bug-buddy.c: (on_druid_next_clicked): Refuse
1104         selected application if its bugzilla info doesn't match with any
1105         bugzilla xml info (a non-existant, mistyped or closed
1106         product/component in .desktop file). Fix bug #123435
1108 2003-12-13  Fernando Herrera  <fherrera@onirica.com>
1110         * src/bug-buddy.glade:
1111         * src/united-states-of-bug-buddy.c: (on_druid_next_clicked): add
1112         context to component selection page (Application or product
1113         selected). Fix bug #128349. Also remove code for unknown applications
1115 2003-12-13  Fernando Herrera  <fherrera@onirica.com>
1117         * src/bug-buddy.c: (on_applications_products_changed), (init_ui):
1118         Switch between apps and products.
1119         * src/bug-buddy.glade: Remove toggle button and no product/app
1120         checkbox. Use two radio buttons for switching between apps and
1121         products.
1122         * src/config.c: (save_config), (load_config): Don't load/store
1123         applications/products view setting. Show apps by default
1124         * src/libglade-buddy.h: Change app/products function
1125         * src/bugzilla.c: (generate_email_text):
1126         * src/united-states-of-bug-buddy.c: (on_druid_prev_clicked),
1127         (on_druid_next_clicked): Remove email generation and warning for
1128         unknown apps.
1129         This closes bug #129137
1131 2003-12-13  Fernando Herrera  <fherrera@onirica.com>
1133         * src/bugzilla.c: (load_applets), (visit_cb): Show only applications
1134         and applets with known bugzilla info (Fixes #129138)
1136 2003-12-12  Fernando Herrera  <fherrera@onirica.com>
1138         * src/bug-buddy.c: (on_gdb_save_clicked): remove hard coded
1139         GtkFileChooser size
1141 2003-12-12  Fernando Herrera  <fherrera@onirica.com>
1143         * src/distribution.c: (get_irix_version): Report "Irix"
1144         * src/distribution.h: add support for Fedora and Gentoo
1146 2003-12-11  Fernando Herrera  <fherrera@onirica.com>
1148         * src/bug-buddy.h:
1149         * src/united-states-of-bug-buddy.c: (druid_set_state),
1150         (on_druid_next_clicked): preserve bug description if filled
1152 2003-12-09  Fernando Herrera  <fherrera@onirica.com>
1154         * bugzilla/gnome/products:
1155         * configure.in:
1156         * NEWS: Update for 2.5.1 release ("Mi mamáprefiere GNOME")
1158 2003-12-04  Jan Arne Petersen  <jpetersen@uni-bonn.de>
1160         * src/bug-buddy.c: (on_gdb_save_clicked): Use GtkFileChooser
1161         instead of GtkFileSelection.
1163 2003-12-04  Fernando Herrera  <fherrera@onirica.com>
1165         * src/bugzilla.c: (load_products_xml): Fix a bug introduced when
1166         fixing #125396 that prevented the component list to be loaded.
1168 2003-11-09  Fernando Herrera  <fherrera@onirica.com>
1170         * bugzilla/gnome/products:
1171         * NEWS: Update for 2.5.0 release ("He tardado 10 minutos en
1172         atarme las botas")
1174 2003-11-06  Fernando Herrera  <fherrera@onirica.com>
1176         * src/bug-buddy.c: (init_gnome_version_stuff):
1177         * src/bugzilla.c: (load_products_xml), (get_xml_file): Fix some
1178         leaks, patch from Kjartan Maraas (fix bug #125396)
1180 2003-11-06  Fernando Herrera  <fherrera@onirica.com>
1182         * README.STABLE_BRANCH:
1183         * configure.in: gnome 2.5 branch info
1185 2003-11-06 Sivaiah N  <snallagatla@novell.com>
1187         * configure.in:
1188         * src/Makefile.am: disable deprecations by
1189         default, added a --enable-deprecations option to enable them.
1191 2003-10-06  Vincent Untz  <vincent@vuntz.net>
1193         * src/bug-buddy.c: (main) don't show up to three windows at a time when
1194         updating the product databases. And we don't need to tell the user the
1195         update was successful (it's supposed to be successful).
1196         Fix bug #110817.
1198 2003-10-06  Vincent Untz  <vincent@vuntz.net>
1200         * src/gdb-buddy.c: (get_trace_from_pair) fix crash when debugging a
1201         program not in the path and search in GNOME2_PATH instead of
1202         GNOME_PATH. Should fix bug #115147.
1204 2003-09-17  Fatih Demir <kabalak@gtranslator.org>
1206         * configure.in: Added "ta" (Tamil) to the languages' list.
1208 2003-09-01  Fernando Herrera  <fherrera@onirica.com>
1210         * NEWS:
1211         * bugzilla/gnome/products:
1212         * configure.in: Update for 2.4.0 Release ("Galactic")
1214 2003-08-25  Fernando Herrera  <fherrera@onirica.com>
1216         * NEWS:
1217         * bugzilla/gnome/products:
1218         * configure.in: Updte for 2.3.5 Release ("La Espiral")
1220 2003-08-14  Guntupalli Karunakar  <karunakar@freedomink.org>
1222         * configure.in: Added "hi" in ALL_LINGUAS.
1224 2003-08-03  Fernando Herrera  <fherrera@onirica.com>
1226         * NEWS:
1227         * bugzilla/gnome/products:
1228         * bugzilla/ximian/mostfreq:
1229         * bugzilla/ximian/products:
1230         * configure.in: Update for 2.3.4 Release ("Pinochio")
1232 2003-07-23 Fernando Herrera  <fherrera@onirica.com>
1234         * src/bugzilla.c: (load_products_xml): Workaround for a bugzilla
1235         create-products-xml bug, that made bug-buddy crash.
1237 2003-07-21  Fernando Herrera  <fherrera@onirica.com>
1239         * src/bugzilla.c: (generate_email_text): Fix a str free (bug #117806)
1240         * src/united-states-of-bug-buddy.c: (select_version),
1241         (on_druid_next_clicked): Fix a crash (bug #117809). Fill version entry
1242         with unspecified if version is not know after selecting a product
1243         (bug #117934)
1245 2003-07-18  Fernando Herrera  <fherrera@onirica.com>
1247         * src/united-states-of-bug-buddy.c: (on_druid_about_clicked):
1248         Unify copyright strings. Patch from Christian Neumair. Fixes #101725
1250 2003-07-15  Fernando Herrera  <fherrera@onirica.com>
1252         * configure.in
1253         * NEWS:
1254         * bugzilla/gnome/mostfreq:
1255         * bugzilla/gnome/products:
1256         * bugzilla/ximian/config:
1257         * bugzilla/ximian/mostfreq:
1258         * bugzilla/ximian/products: Update for 2.3.3 Release ("I've given up
1259         smoking")
1261 2003-07-15  Fernando Herrera  <fherrera@onirica.com>
1263         * src/bug-buddy.c: (init_ui):
1264         * src/bug-buddy.glade:
1265         * src/bug-buddy.h:
1266         * src/bugzilla.h: Use a combo for version entry.
1267         * src/bugzilla.c: (update_version), (update_version_menu), (generate_email_text):
1268         * src/united-states-of-bug-buddy.c: (select_version),
1269         (select_severity), (on_druid_next_clicked): Select version and severity.
1270         * src/bugzilla.c: (load_products_xml), (load_bugzilla_xml_file). If not downloading
1271         new bugzilla files, compare dates of ~/.gnome/bug-buddy.d/* and prefix/share/bug-buddy/*
1272         to use the most recent. Use again applications-all-users because gnome-vfs bug was fixed.
1274 2003-07-14  Fernando Herrera  <fherrera@onirica.com>
1276         * src/gdb-buddy.c: (handle_gdb_input): convert gdb output from ISO-8859-1
1277         (the charset gdb is using) to UTF-8 using a fallback, preventing incomplete
1278         traces with non-convertible chars.
1280 2003-06-28  Fernando Herrera  <fherrera@onirica.com>
1282         * src/bug-buddy.c: (init_ui):
1283         * src/bug-buddy.h:
1284         * src/bugzilla.c: (generate_email_text):
1285         * src/united-states-of-bug-buddy.c: (mail_write_template),
1286         (mail_lock_text), (druid_set_state): Use differents templates for each
1287         kind of bug report. Fix also a crash when reporting non-bugzilla bugs
1288         without the "Description:" field
1290 2003-06-26  Fernando Herrera  <fherrera@onirica.com>
1292         * src/bugzilla.c: (generate_email_text): s/Gnome
1293         distributor/Gnome-Distributor/ as spaces in headers break halloween
1294         pasrsing at submit@bugs.gnome.org. Thanks to Andrew Sobala for
1295         pointing this. (Fix #116058)
1297 2003-06-15  Taneem Ahmed  <taneem@eyetap.org>
1299         * configure.in: Added "bn" to ALL_LINGUAS.
1301 2003-06-10  Fernando Herrera  <fherrera@onirica.com>
1303         * src/bug-buddy.glade: Some HIG changes. Mostly accelerators, padding,
1304         and text corrections.
1305         * src/united-states-of-bug-buddy.c: (submit_ok): Fix a typo, remove
1306         confirmation dialog before submiting a bug.
1308 2003-06-10  Fernando Herrera  <fherrera@onirica.com>
1310         * src/bug-buddy.glade:
1311         * src/united-states-of-bug-buddy.c: (submit_ok): String changes and
1312         corrections from Luis Villa (bug #114822)
1314 2003-06-09  Fernando Herrera  <fherrera@onirica.com>
1316         * NEWS:
1317         * bugzilla/gnome/products:
1318         * bugzilla/ximian/mostfreq:
1319         * bugzilla/ximian/products: Update for 2.3.2 Release ("In the
1320         Neighbourhood")
1322 2003-06-09  Fernando Herrera  <fherrera@onirica.com>
1324         * po/POTFILES.in:
1325         * src/bug-buddy.desktop.in:
1326         * src/bug-buddy.desktop.in.in: Move bug-buddy.desktop.in to
1327         bug-buddy.desktop.in.in to be parsed by configure script in order to
1328         get @VERSION@ replaced. Update POTFILES.in entry.
1330 2003-06-09  Fernando Herrera  <fherrera@onirica.com>
1332         * configure.in: bump version number.
1333         * src/bug-buddy.desktop.in: Add X-GNOME-Bugzilla-version (this will
1334         requiere the move to .desktop.in.in)
1335         * src/bugzilla.h:
1336         * src/bugzilla.c: (bugzilla_application_new), (load_applets),
1337         (visit_cb), (generate_email_text): read version from .desktop file.
1338         Add Bugzilla-Version field to email
1339         * src/united-states-of-bug-buddy.c: (on_druid_next_clicked): Merge
1340         patch from ximian to stop crashing in product view (bug #114712). Also
1341         write the version number in the entry.
1343 2003-06-07  Fernando Herrera  <fherrera@onirica.com>
1345         * src/bug-buddy.glade: Add a privacy warning.
1346         * src/bugzilla.c: (bugzilla_application_new): Don't add duplicated
1347         applications.
1348         * src/bugzilla.c: (add_products):  Fix for a NULL-dereference
1349         (Fixes #104357, thanks to Jens Askengren for the patch)
1350         * src/bug-buddy.c: (init_ui):
1351         * src/united-states-of-bug-buddy.c: (mail_lock_text),
1352         (druid_set_state): Don't allow the user to modify Bugzilla headers in
1353         the email page
1355 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
1357         * src/united-states-of-bug-buddy.c(on_druid_next_clicked): Fixed
1358           string marked for translation.
1360 2003-05-31  Paisa Seeluangsawat  <paisa@colorado.edu>
1362         * configure.in: Added Thai (th) to ALL_LINGUAS.
1364 2003-05-27  Abel Cheung  <maddog@linux.org.hk>
1366         * src/bug-buddy.glade: Fix small typo.
1368 2003-05-19  Fernando Herrera <fherrera@onirica.com>
1370         * NEWS:
1371         * configure.in:
1372         * src/bug-buddy.c: (init_ui): Go to STATE_GDB when invoked from crash.
1373         2.3.1 "My brown paper bag" release!
1375 2003-05-18  Fernando Hererra <fherrera@onirica.com>
1377         * AUTHORS:
1378         * NEWS:
1379         * bugzilla/gnome/mostfreq:
1380         * bugzilla/gnome/products:
1381         * bugzilla/ximian/config:
1382         * bugzilla/ximian/mostfreq:
1383         * bugzilla/ximian/products:
1384         * configure.in: update for 2.3.0 release ("Sex, lies and Div-Xs")
1386 2003-05-16  Telsa Gwymme  <hobbit@aloss.ukuu.org.uk>
1388         * configure.in: Added "cy" (Welsh) to ALL_LINGUAS
1390 2003-05-16  Fernando Herrera <fherrera@onirica.com>
1392         * src/united-states-of-bug-buddy.c: (on_druid_next_clicked):fix some
1393         warnings and a typpo.
1395 2003-05-15  Fernando Herrera  <fherrera@onirica.com>
1397         * src/bug-buddy.c: (init_ui), (main):
1398         * src/bug-buddy.glade:
1399         * src/bug-buddy.h: New first page when invoked from scratch. Ask for
1400         bug type
1401         * src/bugzilla.c: (generate_email_text): Add keywords based on bug
1402         type, and set priority "enhancement" when it is a a feature request.
1403         * src/united-states-of-bug-buddy.c: (on_druid_about_clicked),
1404         (druid_set_state), (on_druid_prev_clicked),
1405         (on_druid_next_clicked): Manage new intro page. Show debug page
1406         always when invoked from scratch and debug type is selected. Add
1407         myself to the about dialog.
1409 2003-05-06  Fernando Herrera <fherrera@onirica.com>
1411         * src/bug-buddy.c: (init_gnome_version_stuff):
1412         * src/bug-buddy.h:
1413         * src/bugzilla.c: (generate_email_text): s/vendor/distributor as done
1414         in gnome-desktop (to make RMS happy)
1416 2003-05-06  Fernando Herrera <fherrera@onirica.com>
1418         * src/bugzilla.c: (async_update): Print the progress label only when
1419         all files/sizes are calculated (Fixes #108408)
1420         (generate_email_text): Print Distribution name after the Subject
1421         field.
1423 2003-05-04  Christian Rose  <menthos@menthos.com>
1425         * configure.in: Added sr and sr@Latn to ALL_LINGUAS.
1427 2003-04-01  Fernando Herrera  <fherrera@onirica.com>
1429         * src/Makefile.am:
1430         * src/bug-buddy.h:
1431         * src/distribution.c: (get_line_from_fd), (get_line_from_file),
1432         (get_redhat_version), (get_turbolinux_version),
1433         (get_debian_version), (get_irix_version),
1434         (get_distro_name_from_file), (get_distro_name): Add distribution
1435         detection to bug-buddy.
1436         * src/distribution.h:
1437         * src/bugzilla.c: (generate_email_text): Add distribution info to
1438         report, and Gnome Vendor as "Gnome Vendor".
1440 2003-03-13  Christian Rose  <menthos@menthos.com>
1442         * configure.in: Added "ml" to ALL_LINGUAS.
1444 2003-02-17  Roozbeh Pournader  <roozbeh@sharif.edu>
1446         * configure.in: Added "fa" to ALL_LINGUAS
1448 2003-02-10  Mohammad DAMT  <mdamt@bisnisweb.com>
1450         * po/id.po: Added Indonesian Translation
1451         * configure.in: Added "id" to ALL_LINGUAS
1453 2003-02-07  Abel Cheung  <maddog@linux.org.hk>
1455         * configure.in: Removed "en_GB" from ALL_LINGUAS (completely
1456           empty translation)
1458 2003-01-25  Alex Duggan  <aldug@astrolinux.com>
1460         * src/united-states-of-bug-buddy.c: use the bug-buddy icon in the
1461         about dialog.  Fixes #104445
1463 2003-02-03  Fernando Herrera <fherrera@onirica.com>
1465         * NEWS:
1466         * bugzilla/gnome/mostfreq:
1467         * bugzilla/gnome/products:
1468         * bugzilla/ximian/products:
1469         * configure.in: update for 2.2.102 release ("Oh na na na")
1471 2003-02-01  Fernando Herrera <fherrera@onirica.com>
1473         * TODO: Update with some ideas from Owen and me.
1474         * src/bugzilla.c: (bugzilla_application_new),
1475           (generate_email_text): Only add a binary to the list if it is not
1476           already in. If the app doesn't have bugzilla product, ask for email
1477           address to send the report. (Fix #104599)
1478         * src/united-states-of-bug-buddy.c: (select_component_row): Check if
1479           component is NULL.
1481 2003-01-21  Christian Rose  <menthos@menthos.com>
1483         * configure.in: Added "mn" to ALL_LINGUAS.
1485 2002-01-19  Fernando Herrera  <fherrera@onirica.com>
1487         * NEWS:
1488         * bugzilla/*/*:
1489         * configure.in: 2.2.101 release "Fidelio"
1491 2003-01-14  Pablo Saratxaga <pablo@mandrakesoft.com>
1493         * configure.in: Added Amharic (am) and Macedonian (mk) to ALL_LINGUAS
1495 2003-01-05  Fernando Herrera  <fherrera@onirica.com>
1497         * src/gdb-buddy.c: (get_trace_from_pair): set NULL encoding for gdb
1498           output, so g_io_channel can read text with invalid UTF-8 strings
1499           (fixes #102493).
1501 2002-12-31  Fernando Herrera  <fherrera@onirica.com>
1503         * src/bug-buddy.desktop.in: add StartupNotify
1505 2002-12-31  Fernando Herrera  <fherrera@onirica.com>
1507         * NEWS:
1508         * bugzilla/*/*:
1509         * configure.in: 2.2.100 release "I should be there, baby!"
1510         * pixmaps/gnome.png: Update GNOME logo to the new version.
1512 2002-12-29  Fernando Herrera  <fherrera@onirica.com>
1514         * src/united-states-of-bug-buddy.c: Little text typo. Fixes (#99564)
1515           Thanks to Christian Rose for pointing this.
1517 2002-12-29  Fernando Herrera  <fherrera@onirica.com>
1519         * src/bug-buddy.glade: Don't use gtk stock button "Refresh". Use
1520           "Update" as label to be consistent with the text (fixes #101693).
1521           Remove references to help button (fixes #86410).
1523 2002-12-29  Fernando Herrera  <fherrera@onirica.com>
1525         * src/united-states-of-bug-buddy.c: (select_component_row),
1526           (on_druid_next_clicked): If component is in the .desktop file
1527           preselect it. (Thanks to Kristian Rietveld for its gtktree
1528           wisdom)
1530 2002-12-29  Fernando Herrera  <fherrera@onirica.com>
1532         * src/bugzilla.c: (visit_cb): don't use all-applications because it is
1533           not working. Use applications-all-users:/// and check for recursion
1535 2002-12-28  Fernando Herrera  <fherrera@onirica.com>
1537          * configure.in: requiere libgnomeui 2.1.x for gnome-icom-theme
1539 2002-12-16  Fernando Herrera  <fherrera@onirica.com>
1541         * MAINTAINERS:
1542         * NEWS:
1543         * README.STABLE_BRANCH:
1544         * TODO:
1546         * bugzilla/gnome/config:
1547         * bugzilla/gnome/mostfreq:
1548         * bugzilla/gnome/products:
1549         * bugzilla/ximian/config:
1550         * bugzilla/ximian/mostfreq:
1551         * bugzilla/ximian/products: Updated for the new release.
1553 2002-12-15  Fernando Herrera  <fherrera@onirica.com>
1555         * src/bug-buddy.glade:
1556         * src/bugzilla.c: (async_update): Tweak progress dialog. Show only
1557           number of files "1 of 6".
1558           http://bugzilla.gnome.org/bugzilla.gnome.org/config.xml is nothing
1559           relevant for the user.
1561 2002-12-13  Fernando Herrera <fherrera@onirica.com>
1563         * bugzilla/gnome.bugzilla:
1564         * bugzilla/ximian.bugzilla:
1565         * src/Makefile.am:
1566         * src/bug-buddy.glade:
1567         * src/bug-buddy.h:
1568         * src/bugzilla.c: (md5str_equal_digest), (get_xml_file),
1569           (bugzilla_get_md5sums), (load_bugzilla):
1570         * src/bugzilla.h:
1571         * src/config.c: (save_config), (load_config): Download md5sums from
1572           bugzilla (only if it didn't in the last 24h), and compare with local
1573           bugzilla files. If different, aks the user for updating them.
1574         * src/md5-utils.h:
1575         * src/md5-utils.c: Copied md5 functions from somewhere in the gnome
1576           cvs.
1578 2002-12-13  Fernando Herrera <fherrera@onirica.com>
1580         * src/gdb-buddy.c: Try to look in libexec dir (Needed to debug
1581           applets)
1583 2002-12-10  Fernando Herrera <fherrera@onirica.com>
1585         * src/bug-buddy.c (stop_progress, queue_download_restart,
1586           on_proxy_settings_clicked, on_progress_start_clicked,
1587           on_progress_stop_clicked, main):
1589         * src/bug-buddy.glade:
1591         * src/bugzilla.c (async_update, copy_from_system_to_cache,
1592           get_xml_file, end_bugzilla_download, start_bugzilla_download,):
1593           Changed the logic of downloading. First try the newer version from
1594           local cached bugzilla files and the ones from sharedir. If they are
1595           too old, ask the user for updating. New dialog for updating and
1596           new progress dialog.
1598 2002-12-15  Fernando Herrera  <fherrera@onirica.com>
1600         * src/united-states-of-bug-buddy.c: add Kevin and Eric to credits as
1601           documenters
1603 2002-12-14  Fernando Herrera  <fherrera@onirica.com>
1605         * src/bugzilla.c: (open_mostfreq_bug):
1606         * src/cell-renderer-uri.c: (cell_renderer_uri_set_property),
1607         (cell_renderer_uri_activate): Workaround to fix #86711. As cru->uri is
1608         not set correctly (maybe a gtk+ or a problem derivating the class?),
1609         use a new function to open the bug with bug_position --> iter -->
1610         model --> url.
1612 2002-12-03  Fernando Herrera <fherrera@onirica.com>
1614         * src/bugzilla.c (products_list_load): Removed code to autoselect
1615         component (it didn't work)
1617         * src/united-states-of-bug-buddy.c (on_druid_prev_clicked)
1618         on_druid_next_clicked: When invoked from crash, try to guess
1619         product and component (from .desktop file) corresponding to the
1620         crashed app. When invoked from scratch, after the user has
1621         selected an application, guess the product. This implies skipping
1622         two sometimes hard steps. Autoset critical severity for crashes.
1624 2002-12-08  Malcolm Tredinnick <malcolm@commsecure.com.au>
1626         * src/united-states-of-bug-buddy.c: Unbreak the build and
1627         restore Ximian's copyright notice.
1629 2002-12-07  Christian Neumair  <chris@gnome-de.org>
1631         * src/united-states-of-bug-buddy.c: Made copyright string translatable
1632         and changed it (pattern is "(C) first-year-code-was-published
1633         first-author"). Sorry Ximian, but that's the way we ought to refer to
1634         authors.
1636 2002-11-21  Kjartan Maraas  <kmaraas@gnome.org>
1638         * src/bugzilla.c (load_bugzilla): Free the path. Fixing a leak
1639         and closing bugzilla #95981.
1641 2002-11-17  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
1643         * configure.in: Added Belarusian to ALL_LINGUAS.
1645 2002-09-30  jacob berkman  <jacob@ximian.com>
1647         * src/bugzilla.c (load_applets):
1648         (visit_cb):
1649         (visit_cb):
1650         (load_applications): port from GnomeIconLoader to GnomeIconTheme
1652 2002-09-06  jacob berkman  <jacob@ximan.com>
1654         * src/bug-buddy.[ch]:
1655         * src/bugzilla.[ch]:
1656         * src/gdb-buddy.c"
1657         * src/united-states-of-bug-buddy.c: commit 2 week old changes on
1658         my local tree.  i think this adds support for pre-selecting a
1659         crashed app in the list of applications.  or, it would but
1660         gtktreeview doesn't work right.
1662         * src/save-buddy.c: include signal.h
1664 2002-09-04  Ross Burton  <ross@burtonini.com>
1666         * src/bug-buddy.desktop.in: Fix the desktop file so that it
1667         validates correctly.
1669 2002-08-15  jacob berkman  <jacob@ximian.com>
1671         * src/bugzilla.c (create_products_list):
1672         (create_components_list): sort by the first column
1674         * src/config.c (save_config):
1675         (load_config): don't persist "show debugging info"
1677         * configure.in: require bonobo-activation and libbonobo
1679         * src/bugzilla.c (bugzilla_application_new): helper func
1680         (get_i18n_slist): cut-n-paste from (gasp!) menu.c
1681         (load_applets): get the list of applets from bonobo-activation
1682         (visit_cb): use bugzilla_application_new()
1683         (load_applications): load the applets too and don't leak the icon
1684         loader
1686 2002-08-14  jacob berkman  <jacob@ximian.com>
1688         * src/bugzilla.c (BUGZILLA_*):
1689         * src/bug-buddy.desktop.in (X-GNOME-Bugzilla-*): spell it GNOME
1691         * configure.in: check for gnome-desktop
1693         * src/united-states-of-bug-buddy.c (druid_set_state): disable next
1694         button if we are downloading
1695         (on_druid_prev_clicked): handle a new state we can be in
1696         (submit_ok): handle the user selecting an application (this
1697         function needs to be refactored)
1699         * src/save-buddy.c (bb_write_buffer_to_*): add a wait_msg arg that
1700         is the label of the dialog that pops up after a while
1702         * src/config.c (save_config):
1703         (load_config): persist whether we are showing products or
1704         applications
1706         * src/bugzilla.c (load_bugzilla_xml): only populate the products
1707         list if we are showing products
1708         (end_bugzilla_download):
1709         (start_bugzilla_download): turn the next button off while
1710         downloading if we are on the product page
1711         (visit_cb):
1712         (load_applications): load a list of applications from
1713         all-applications:/// to present the user, rather than using a list
1714         of products.  .desktop files with X-Gnome-Bugzilla-* headers will
1715         work automagically
1716         (products_list_load): populate the products list with either
1717         products or applications
1719         * src/bug-buddy.h (DruidData): add show_products and applications
1720         list
1722         * src/bug-buddy.glade: add a button to swtich between product and
1723         application selection mode
1725         * src/bug-buddy.desktop.in: add X-Gnome-Bugzilla-* entries
1727         * src/bug-buddy.c (buddy_set_text_widget):
1728         (buddy_get_text_widget): add support for GtkButton
1729         (on_gdb_save_clicked): pass a wait message
1730         (on_product_toggle_clicked): toggle the tree view between
1731         applications / products listing
1732         (on_list_button_press_event): don't continue if a download is in
1733         progress
1734         (main): load the list of applications
1736         * src/bugzilla.[ch] (bugzilla_bts_add_products_to_clist): nuke
1737         (BugzillaProduct): make components a hash table
1738         (BugzillaBTS): make products a hash table
1739         (generate_email_text): submit data from gnome-version.xml
1740         (*): fixups for hash tables, and i think fix bug #83109 (can't
1741         tell because gnome-vfs crashes for me)
1743         * src/bug-buddy.h (DruidData): make bugzillas a GHashTable, and
1744         nuke all_products
1746         * src/bug-buddy.glade: kill the bts selection option menu
1748         * src/bug-buddy.[ch] (init_gnome_version_stuff): read gnome
1749         platform version and vendor from
1750         $prefix/share/gnome-about/gnome-version.xml
1752         * src/bugzilla.c (generate_email_text): clean up a bit
1754 2002-08-13  jacob berkman  <jacob@ximian.com>
1756         * src/united-states-of-bug-buddy.c (submit_ok): fix a crash
1758         * configure.in: bump to 2.2.99
1760         * src/united-states-of-bug-buddy.c: use new saving code (fixes
1761         #84914)
1763         * src/save-buddy.c (bb_write_buffer_to_fd): use an io channel to
1764         write to a file, and pop up a dialog if it takes more than 1.1
1765         seconds which allows the user to cancel the action (fixes #73443)
1767         * src/*.[ch]: nuke some #if 0'd code and fix some compile warnings
1769         * src/Makefile.am:
1770         * src/signal-buddy.[ch]: steal unix signal/glib mainloop code from gdm
1772 2002-08-12  jacob berkman  <jacob@ximian.com>
1774         * NEWS (2.2.1): updates, but need to fix the other part of 84914
1775         before releasing a new version
1777         * src/save-buddy.c (bb_save_file): steal file saving from gedit
1778         (fixes #80334)
1780         * src/united-states-of-bug-buddy.c (on_druid_cancel_clicked): kill
1781         gdb (should fix bug #86404)
1783         * src/save-buddy.c (bb_save_file): prompt the user to overwrite
1784         the file if it already exists (bug #84914)
1786         * src/gdb-buddy.c (handle_gdb_input): convert gdb data to UTF-8
1787         (michael meeks, bug #82722)
1789 2002-07-28  Christian Rose  <menthos@menthos.com>
1791         * configure.in: Added "sq" to ALL_LINGUAS.
1793 2002-06-19  jacob berkman  <jacob@ximian.com>
1795         * NEWS:
1796         * configure.in: 2.2.0
1798 2002-06-05  jacob berkman  <jacob@ximian.com>
1800         * src/Makefile.am (EXTRA_DIST): dist .applications file
1802 2002-06-05  Alex Graveley  <alex@ximian.com>
1804         * src/bug-buddy.keys.in: Remove unsupported open action, add
1805         settings for nautilus1 user-levels, and set default_action_type to
1806         'application'.
1808         * src/bug-buddy.applications: Add bug-buddy-core-file handler for
1809         application/x-core-file mimetype, with the command "buddy --core",
1810         and the name "Bug Buddy".
1812         * src/Makefile.am (applications_DATA): Install
1813         bug-buddy.applications.
1815 2002-06-04  Yanko Kaneti <yaneti@declera.com>
1817         * configure.in: (ALL_LINGUAS) Added Bulgarian (bg).
1819 2002-05-28  Eric Baudais  <baudais@kkpsi.org>
1821         * docs/C/bug-buddy.xml: Updated the docs for 2.1.6.
1822         * docs/C/bug-buddy-C.omf: Updated for 2.1.6.
1824 2002-05-26  Chris Lyttle  <chris@wilddev.net>
1826         * docs/C/bug-buddy-C.omf: Added rights and version tags
1827         * docs/C/Makefile.am: changed figs to figdir
1828         * Makefile.am: Add omf.make to EXTRA_DIST
1829         * configure.in: Added scrollkeeper test for v0.3.8 and removed
1830         omf-install from makefile list
1831         * omf.make: Added for new scrollkeeper
1832         * xmldocs.make: changed to new version
1834 2002-05-21  Eric Baudais  <baudais@okstate.edu>
1836         * docs/C/bug-buddy-C.omf: Changed the OMF file to conform with
1837         the OMF DTD Scrollkeeper uses.
1839 2002-05-15  jacob berkman  <jacob@ximian.com>
1841         * docs/Makefile.am (man_MANS):
1842         * docs/bug-buddy.1: man page from David LaBissoniere
1843         <labisso@debian.org>
1845         * AUTHORS: i haven't been to CMU in over 2 years
1847 2002-05-13  jacob berkman  <jacob@ximian.com>
1849         * NEWS:
1850         * configure.in: release 2.1.6
1852         * bugzilla/*: update
1854         * src/united-states-of-bug-buddy.c (on_druid_next_clicked):
1855         (on_druid_prev_clicked): if there are no mostfreq bugs, skip that
1856         page (fixes bug #76405)
1858         * configure.in:
1859         * Makefile.am:
1860         * bugzilla/Makefile.am:
1861         * bugzilla/gnome/Makefile.am:
1862         * bugzilla/ximian/Makefile.am: finally give in to automake 1.5
1863         breaking backwards compat behaviour and waste cpu by not using my
1864         cool automake hack (also fixes #74390)
1866         * src/bug-buddy.glade:
1867         * src/bug-buddy.c (on_proxy_settings_clicked):
1868         * src/config.c: remove proxy config dialog, just run
1869         gnome-network-properties
1871         * src/bugzilla.c (load_bugzillas): don't crash if no bugzillas
1872         were found.  put up a dialog and bail instead.  fixes bug #74390
1874 2002-05-10  Wayne Schuller  <k_wayne@linuxpower.org>
1876         * src/bugzilla.c: (bugzilla_add_mostfreq): The most frequent list
1877         is for display only, so don't let anything get
1878         selected. http://bugzilla.gnome.org/show_bug.cgi?id=77277
1880 2002-05-08  Pablo Saratxaga <pablo@mandrakesoft.com>
1882         * configure.in: Added Vietnamese (vi) to ALL_LINGUAS
1884 2002-05-07  Archit Baweja  <bighead@users.sourceforge.net>
1886         * src/united-states-of-bug-buddy.c (submit_ok): show Cancel/Submit
1887         instead of No/Yes to adhere to UI Guidlines. fixed #74816.
1889 2002-02-29  Pablo Saratxaga <pablo@mandrakesoft.com>
1891         * configure.in: Added Basque language (eu) to ALL_LINGUAS
1893 2002-04-19  jacob berkman  <jacob@ximian.com>
1895         * configure.in: 2.1.5
1897         * src/bug-buddy.glade: fix icon
1899         * bugzilla/*: update
1901 2002-04-17  Abel Cheung  <maddog@linux.org.hk>
1903         * configure.in: Removed en_AU, it's a completely empty translation,
1904         unhandled for 2 years.
1906 2002-04-16  jacob berkman  <jacob@ximian.com>
1908         * src/bug-buddy.glade: fix packing of copy/save buttons (fixes bug
1909         #78674)
1911         * src/gdb-cmd: do 'bt full' rather than 'bt' - suggested by havoc
1912         (fixes bug #78675)
1914 2002-04-10  jacob berkman  <jacob@ximian.com>
1916         * src/bugzilla.c (gify): if convert didn't work just strdup
1918 2002-04-09  jacob berkman  <jacob@ximian.com>
1920         * src/bug-buddy.glade: turn word wrap on
1921         add copy/save buttons
1923         * src/bug-buddy.c (on_gdb_copy_clicked): copy the contents of the
1924         gdb text widget to the clipboard
1925         (on_gdb_save_clicked): save the contents of the gdb text widget to
1926         a file
1928         * src/gdb-buddy.c (start_animation):
1929         (stop_animation): enable/disable copy/save buttons
1931         fixes bug #77891
1933         * src/united-states-of-bug-buddy.c (on_druid_help_clicked): call
1934         gnome_help_display()
1936         * configure.in (AC_OUTPUT):
1937         * Makefile.am (SUBDIRS): add omf-install/
1939 2002-04-02  jacob berkman  <jacob@ximian.com>
1941         * configure.in: fix stupid tyop in previous commit (noticed by
1942         Jeong-Hee Kang)
1944 2002-04-01  jacob berkman  <jacob@ximian.com>
1946         * src/Makefile.am (bug_buddy_LDFLAGS):
1947         * configure.in: fix #77035 and #76834 (thanks to danw)
1949         * src/Makefile.am (bug_buddy_LDFLAGS): add back -export-dynamic
1950         for now (fixes #77035)
1952 2002-03-29  jacob berkman  <jacob@ximian.com>
1954         * src/bug-buddy.keys.in: add a nl
1956         * src/Makefile.am (bug_buddy_LDFLAGS): remove -export-dynamic
1957         (fixes bug #76834)
1959         * src/bug-buddy.glade:
1960         * src/bug-buddy.glade2: use glade 2
1962         * src/bug-buddy.c (main): load bug-buddy.glade
1964         * configure.in: remove libglade-convert stuff
1966 2002-02-21  Seth Nickell  <snickell@stanford.edu>
1968         * src/Makefile.am:
1969         * src/bug-buddy.desktop.in:
1971         Install into $(datadir)/applications and add a
1972         Categories field for GNOME2.
1974 2002-03-18  jacob berkman  <jacob@ximian.com>
1976         * src/gdb-buddy.c (get_trace_from_pair): change wording
1978         * NEWS:
1979         * configure.in: 2.1.4
1981         * docs/C/bug-buddy.sgml: remove
1983         * Makefile.am (SUBDIRS): re-add docs
1985         * docs/C/bug-buddy.xml: updated per patch from Kevin Conder
1986         <kevin@kevindumpscore.com> for bug #71189
1988         * bugzilla/*: update files
1990         * src/bug-buddy.glade: set the default button to Forward, not
1991         Back.
1993         * src/gdb-buddy.c (get_trace_from_pair): add a message saying
1994         which program generated the core file
1996 2002-03-14  jacob berkman  <jacob@ximian.com>
1998         * src/united-states-of-bug-buddy.c (submit_ok): fix up some memory
1999         management stuff (from Wayne Schuller <k_wayne@linuxpower.org>,
2000         fixes #73675)
2002 2002-03-12  jacob berkman  <jacob@ximian.com>
2004         * src/Makefile.am ($(bug_buddy_OBJECTS)): build fix for automake
2005         1.5 (bug #74341)
2007 2002-02-19  jacob berkman  <jacob@ximian.com>
2009         * Makefile.am: add gnome's mostfreq.xml and update xml files
2011 2002-02-11 John Fleck <jfleck@inkstain.net>
2013         * added:
2014         * xmldocs.make
2015         * omf-install/Makefile.am
2016         * docs/C/bug-buddy-C.omf
2018         * changed:
2019         * docs/Makefile.am
2020         * docs/C/Makefile.am
2021         * docs/C/bug-buddy.xml
2022         add new xml versions of the docs and other things needed for the
2023         build infrasture - awaiting update to the docs to match GNOME2ness
2024         before adding 'em into the build
2026 2002-02-07  jacob berkman  <jacob@ximian.com>
2028         * configure.in: add AM_PROG_LIBTOOL (Laszlo PETER
2029         <Laszlo.Peter@ireland.sun.com>)
2031 2002-02-04  jacob berkman  <jacob@ximian.com>
2033         * configure.in:
2034         * NEWS: 2.1.3
2036 2002-02-03 John Fleck <jfleck@inkstain.net>
2038         * docs/C/bug-buddy.xml - patch from Kevin Conder converting doc to
2039         xml
2040         * docs/C/legal.xml - added document with newly required legalisms,
2041         next step toward docs that are no longer "way busted".
2042         The xml docs are not yet included in the build.
2044 2002-02-01  jacob berkman  <jacob@ximian.com>
2046         * Makefile.am (SUBDIRS):
2047         * configure.in: don't build docs as they are way busted.
2049         * src/bug-buddy.c (init_ui): hide windows when they are deleted,
2050         and fill in bug report template untranslated. (bugzilla 69460)
2052         * src/bugzilla.c: download files to a temporary file, then rename
2053         them.  also try to do something sensical when downloads fail, but
2054         sadly gnome-vfs is kind of broken when your proxy doesn't work and
2055         reports success.
2057         * src/bug-buddy.glade: make toplevels invisible by default, and
2058         hide the options for spawning external mailers (bugzilla #70156)
2060         * src/config.c: default to using sendmail
2062 2002-01-18  jacob berkman  <jacob@ximian.com>
2064         * pixmaps/Makefile.am (pixmap_DATA): remove some files that aren't
2065         used any more
2067         * src/united-states-of-bug-buddy.c (on_druid_about_clicked): set
2068         ourselves as transient for the toplevel
2069         (druid_set_state): call druid_set_sensitive() rather than hacking
2070         around that
2071         (druid_set_state): fixup for new state order
2072         (on_druid_prev_clicked): skip pages when we aren't reporting to
2073         bugzilla
2074         (email_is_valid): don't allow mails from root@ (fixes #57490
2075         luis@ximian.com)
2076         (mail_config_page_gnome_ok): quick and error prone check that they
2077         filled in the mail command
2078         (mail_config_page_ok): clean up
2079         (on_druid_next_clicked): fixup for new state order
2081         * src/gdb-buddy.c (animate): pulse a progress bar
2082         (start_animation):
2083         (stop_animation): un-comment in
2085         * src/config.c (configs): comment out removed widgets
2086         (load_config):
2087         (save_config): clean up the mess i made the other day.
2089         * src/bugzilla.c (goto_product_page): comment out unused function
2090         (async_update): if the download is done then update the ui and
2091         load the xml
2092         (on_progress_cancel_clicked): comment out unused func
2093         (load_bugzilla_xml_file): try to load from cache, fallback to
2094         system
2095         (load_bugzilla_xml): simplify a little
2096         (create_products_list): put the icon and product name in the same
2097         column (thanks anders)
2098         (end_bugzilla_download): hide some widgets and cancel the vfs xfer
2099         if applicable
2100         (start_bugzilla_download): move code here so we can start the
2101         download from multiple places
2102         (load_bugzillas): don't try to download
2103         (generate_email_text): handle when we aren't submitting to
2104         bugzilla, and wrap gdb text
2106         * src/bug-buddy.c (get_widget): be a bit more verbose when we
2107         can't find a widget
2108         (on_list_button_press_event): go fwd when double clicked (fixes
2109         #57036 by ettore)
2110         (on_email_group_toggled): fixup for there being 3 types now, and
2111         set the fwd button to some appropriate text if applicable
2112         (queue_download_restart): start a download of the xml after a
2113         delay
2114         (on_proxy_settings_clicked): show the proxy settings dialog
2115         (on_progress_start_clicked): kick off a download
2116         (on_progress_stop_clicked): kill a download
2117         (on_debugging_options_button_clicked): show / hide debugging
2118         options
2119         (fixup_notebook): make a notebook clean
2120         (init_ui): make a better initial message, and fix a bunch of stuff
2121         (make_image): handle loading stock icons (unused now though)
2122         (main): don't skip pages initially any more, and kick off a
2123         download
2125 2002-01-16  jacob berkman  <jacob@ximian.com>
2127         * configure.in: add et translation from Ilmar Kerm
2128         <ilmar.kerm@riigikontroll.ee>
2130 2002-01-14  jacob berkman  <jacob@ximian.com>
2132         * src/bug-buddy.c (init_ui): reverse the text direction of the
2133         forward button.  also make it compile
2135         * src/united-states-of-bug-buddy.c (druid_set_state): steal some
2136         code from the new GnomeDruidPageStandard
2137         (on_druid_next_clicked): if "use_gnome_mailer" was set fire off
2138         the mailer and jump to the finished page
2140         * src/gdb-buddy.c: comment out animation stuff until it gets fixed
2142         * src/config.c (update_string):
2143         (gconf_buddy_connect_string):
2144         (update_bool):
2145         (gconf_buddy_connect_bool):
2146         (update_int):
2147         (gconf_buddy_connect_int): some gconf sugar
2148         (save_config): save the new mailer settings
2149         (load_config): load the vfs proxy and new mailer settings
2151         * src/bugzilla.c (generate_email_text): don't generate a Subject:
2152         line if we were told not to
2154         * src/bug-buddy.c (on_email_mailer_radio_toggled):
2155         (on_email_default_radio_toggled):
2156         (make_image):
2157         (build_custom_mailers): new funcs for new gui stuff
2158         (init_canvi): removed
2159         (init_ui): initialize the new widgets
2160         (on_druid_window_style_set): use colors from the theme rather than
2161         ugly hard coded ones
2162         (main): set GNOME_PARAM_APP_DATADIR and use it for finding files.
2164 2002-01-10  jacob berkman  <jacob@ximian.com>
2166         * NEWS:
2167         * configure.in: 2.1.2
2169         * bugzilla/*: updates
2171         * src/united-states-of-bug-buddy.c (get_selected_row): clean up a
2172         little
2174         * src/bug-buddy.glade: use new button layout (cancel to the left
2175         of prev/next)
2177 2001-12-28  jacob berkman  <jacob@ximian.com>
2179         * src/bugzilla.h: gnome-vfs-types.h is deprecated
2181         * src/bugzilla.c (load_bugzilla): gdk_pixbuf_unref is deprecated
2183         * src/bug-buddy.h: include gnome-vfs-async-ops.h
2185         * src/bug-buddy.c (init_canvi): gdk_pixbuf_unref is deprecated
2187         * src/Makefile.am (INCLUDES): add some more
2188         -DFOO_DISABLE_DEPRECATED
2190 2001-12-21  jacob berkman  <jacob@ximian.com>
2192         * src/gdb-buddy.c (stop_gdb): fix a crash by jumping to the
2193         correct page
2195         * src/bugzilla.c (generate_email_text): print the gnome version if
2196         we had one
2198         * src/bug-buddy.h: add a gnome_version field
2200         * src/bug-buddy.c (init_ui): get the "gnome version" from the
2201         environment.  this is set by gnome_segv.
2203 2001-12-17  jacob berkman  <jacob@ximian.com>
2205         * src/bug-buddy.c (init_ui): set the help / about buttons as
2206         secondary
2208         * src/bugzilla.c (gify): g_convert() rather than g_strdup() since
2209         i think the xml files are ISO8859-1 or something.  the spanish n
2210         thing displays correctly now instead of generating a pango warning
2212 2001-12-13  jacob berkman  <jacob@ximian.com>
2214         * gentool/gentool.m4: some games
2216 2001-12-12  jacob berkman  <jacob@ximian.com>
2218         * src/bugzilla.c (load_mostfreq_xml): add each bug, not just one
2219         per product.  this code was so broken before.
2221         * src/united-states-of-bug-buddy.c (on_druid_next_clicked): don't
2222         get stuck on the description page
2224 2001-12-11  jacob berkman  <jacob@ximian.com>
2226         * */*: add mostfreq support and some other stuff.  this module is
2227         mine so i don't have to add good changelog entries.
2228         neener-neener.
2230 2001-12-08  Abel Cheung  <maddog@linux.org.hk>
2232         * configure.in: Re-enable zh_TW.po. It's in UTF8 encoding,
2233           shouldn't fail even with older version of gettext.
2235 2001-12-06  jacob berkman  <jacob@ximian.com>
2237         * src/Makefile.am (INCLUDES): add -DLIBGLADE_DISABLE_DEPRECATED
2239         * src/*.c: s/GTK_DIALOG_NO_SEPARATOR/0/
2241 2001-11-28  jacob berkman  <jacob@ximian.com>
2243         * src/gdb-buddy.c (get_trace_from_pair):
2244         (get_trace_from_pair):
2245         * src/config.c (load_config): gnome_is_program_in_path is
2246         deprecated, use g_find_program_in_path
2248 2001-11-09  jacob berkman  <jacob@ximian.com>
2250         * src/*.c: set the default response on all of our dialogs
2252 2001-11-08  jacob berkman  <jacob@ximian.com>
2254         * configure.in: zh_TW.po seems to be broken on gettext 0.10.35;
2255         disabling for now
2257         * src/united-states-of-bug-buddy.c (desc_page_ok): use the public
2258         mime type function
2260         * src/Makefile.am (EXTRA_DIST): ship the .desktop.in file
2262 2001-11-07  jacob berkman  <jacob@ximian.com>
2264         * src/Makefile.am (INCLUDES): build with
2265         -DGNOME_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED
2266         -DG_DISABLE_DEPRECATED
2268         * src/*.c: use GtkMessageDialog instead of GnomeMessageBox, and
2269         the other things to get it to build w/o deprecated stuff
2271         * src/united-states-of-bug-buddy.c (get_selected_row): get the
2272         selected row from a TreeView
2273         (on_druid_next_clicked): use get_selected_row for the product /
2274         component
2276         * src/bugzilla.c (create_products_list): create a GtkListStore and
2277         set up the columns with the GtkTreeView
2278         (create_components_list): ditto
2279         (load_bugzillas): setup the trees
2280         (add_product):
2281         (bugzilla_bts_add_products_to_clist):
2282         (add_component): port to GtkTreeView / GtkListStore
2284         * src/bug-buddy.c: removed a bunch of unused glade callbacks
2285         (init_ui): setup some stock things glade 1 doesn't know about
2287         * src/Makefile.am (INCLUDES): don't set the clist height any more
2289 2001-11-02  jacob berkman  <jacob@ximian.com>
2291         * src/bug-buddy.glade: use the template description from
2292         bugzilla.ximian.com.
2294         * src/gdb-buddy.c (handle_gdb_input): port to GtkTextView
2296         * src/bug-buddy.c (buddy_set_text_widget):
2297         (buddy_get_text_widget): sane and consistent api for get/set of
2298         text across multiple gtk widgets
2300         * src/*.c: use new text calls
2302         * po/POTFILES.in: remove some removed files
2304 2001-10-28  jacob berkman  <jacob@ximian.com>
2306         * src/gdb-buddy.c (get_trace_from_pair): use the awesome
2307         g_spawn_async_with_pipes() function.  glib2 rules.
2309         * src/bugzilla.c (format_for_width):
2310         (append_line_width): move from util.c as these are still needed
2312         * src/bug-buddy.c (add_to_clist):
2313         (append_packages): remove unused functions
2315         * src/*.bts:
2316         * src/ctree-combo.[ch]:
2317         * src/distro*:
2318         * src/gnome.appmap:
2319         * src/packages.c:
2320         * src/bts.c:
2321         * src/*-packages:
2322         * src/util.[ch]:
2323         * src/bug-buddy.buddy: remove outdated / unused files
2325         * src/*.[ch]:
2326         * COPYING: add in a nice little note saying only version 2 of the
2327         gpl applies
2329 2001-10-27  jacob berkman  <jacob@ximian.com>
2331         * src/bugzilla.c (start_xfer): use GNOME_VFS_PRIORITY_DEFAULT
2332         rather than GNOME_VFS_DEFAULT_PRIORITY
2334 2001-10-23  jacob berkman  <jacob@ximian.com>
2336         * configure.in (GETTEXT_PACKAGE): we don't have to be parallel installable
2338         * src/bugzilla.c (load_config_xml):
2339         (load_products_xml): fix libxml 2 port
2341         * src/bug-buddy.c (init_canvi): use a PangoFontDescription rather
2342         than a fontset
2343         (main): glade file is .glade2 now
2345 2001-10-20  jacob berkman  <jacob@ximian.com>
2347         * */*: initial gnome 2 port
2349 2001-10-12  Carlos Perelló Marín <carlos@gnome-db.org>
2351         * configure,in (ALL_LINGUAS): Added pt.
2353 2001-10-07  Gediminas Paulauskas <menesis@delfi.lt>
2355         * configure.in (ALL_LINGUAS): added lv
2357 2001-09-08  Wang Jian  <lark@linux.net.cn>
2359         * configure.in(ALL_LINGUAS): Rename zh_CN.GB2312 to zh_CN
2361 2001-08-31  Abel Cheung  <maddog@linux.org.hk>
2363         * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
2365 2001-08-06  jacob berkman  <jacob@ximian.com>
2367         * configure.in:
2368         * NEWS: 2.0.8
2370         * src/gdb-buddy.c (get_trace_from_pair):
2371         (get_trace_from_core): revert --nw patch: it seems to break things
2372         for me pretty badly.  i'm an idiot.
2374         * configure.in:
2375         * NEWS: 2.0.7
2377         * src/util.c (format_for_width): wrap to GStrings rather than text
2378         entries
2380         * src/bugzilla.c (generate_email_text): wrap the mail bodies at 72
2381         chars again
2383         * src/gdb-cmd: also run `thread apply all bt' to get all of the
2384         stack traces for currently running threads
2386         * bugzilla/*: update
2388 2001-08-05  Leonard Norrgard  <vinsci@bugg.lnorrgard.com>
2390         * gdb-buddy.c (get_trace_from_core): Add --nw option for running
2391         GDB, to make Bug-Buddy work with the GNUPro Insight debugger,
2392         which defaults to using a GUI.  All GDB versions, starting with
2393         gdb-4.13 released in 1994, support the --nw option.)
2394         (get_trace_from_pair): Likewise.
2396 2001-08-04  Leonard NorrgÃ¥rd  <vinsci@sourceforge.net>
2398         * united-states-f-bug-buddy.c (email_is_valid):
2399         Added the seven new toplevel domains.
2400         * gdb-buddy.c (start_gdb):
2401         Moved the CRASH_NONE case into the switch.
2403 Tue Jul 10 12:34:00 2001  Jonathan Blandford  <jrb@redhat.com>
2405         * configure.in: change order of xml in gnome-config command to fix
2406         broken include path.
2407         (src/Makefile.am): ditto.
2409 2001-06-21  jacob berkman  <jacob@ximian.com>
2411         * NEWS:
2412         * configure.in: 2.0.6
2414         * src/bugzilla.c (load_config_xml): use the configured xml node
2415         names
2416         (load_bugzilla): load the name of the severity nodes and header
2417         from the config file
2418         (generate_email_text): use the configured severity header
2420 2001-06-19  jacob berkman  <jacob@ximian.com>
2422         * NEWS:
2423         * configure.in: 2.0.5
2425         * src/bugzilla.c (async_update): touch files we download so that
2426         the cache finally works
2428         * NEWS:
2429         * configure.in: 2.0.4
2431         * src/united-states-of-bug-buddy.c (submit_ok): thank the
2432         submitter
2433         (submit_ok): set the From: line.  it used to do this before 2.0.
2434         i apparently am a doofus.
2435         (submit_ok): pop up a question dialog before sending the bug
2436         report
2438 2001-06-15  jacob berkman  <jacob@ximian.com>
2440         * NEWS:
2441         * configure.in: 2.0.3
2443         * src/bugzilla.[ch]:
2444         * src/bug-buddy.c:
2445         * src/bts.[ch]:
2446         * src/bts-debian.c: libxml include fixes
2448 2001-06-12  jacob berkman  <jacob@ximian.com>
2450         * various makefiles: fixes and ximian bugzilla support
2452         * src/bug-buddy.c (init_ui): set the row height to 20
2454         * src/bugzilla.c (load_bugzilla): make icons 16 pixels
2455         (load_bugzilla): fix a tyop
2456         (generate_email_text): comment out some fields
2457         (add_severity): also default to unknown
2459 2001-06-03  Karl Eichwalder  <ke@suse.de>
2461         * src/Makefile.am (EXTRA_DIST): Remove
2462         xml-i18n-extract will directly work on .glade files.
2463         * glade-strings.c: Remove file.
2465 2001-05-31  Karl Eichwalder  <ke@suse.de>
2467         * .cvsignore: Add xml-i18n-extract, xml-i18n-merge, and
2468         xml-i18n-update.
2470 2001-05-30  Karl Eichwalder  <ke@suse.de>
2472         * Makefile.am (EXTRA_DIST): Add xml-i18n-extract.in
2473         xml-i18n-merge.in xml-i18n-update.in.
2474         * xml-i18n-extract.in: Add from xml-i18n-tools 0.8.4.
2475         * xml-i18n-update.in: Ditto.
2476         * xml-i18n-merge.in: Ditto.
2478         * configure.in: Add AM_PROG_XML_I18N_TOOLS.
2480         * Start to apply xml-i18n-toolization running xml-i18n-prepare
2481         (0.8.4):
2482         * src/Makefile.am (utils_in_files): Fix bug-buddy.desktop entry.
2483         * src/.cvsignore: Add bug-buddy.desktop.
2484         * src/bug-buddy.desktop: Remove file.
2485         * src/bug-buddy.desktop.in: New file.
2487 2001-03-28  jacob berkman  <jacob@ximian.com>
2489         * src/bug-buddy.c (delete_me): save the config here
2491         * src/united-states-of-bug-buddy.c (on_druid_cancel_clicked): save
2492         the config here
2494         * src/*.c: turn off debugging output
2496         * src/bugzilla.c (get_xml_file): really fix cache this time
2498         * NEWS:
2499         * configure.in: 2.0.1
2501 2001-03-26  jacob berkman  <jacob@ximian.com>
2503         * src/bugzilla.c (get_xml_file): turn an or into an and to make
2504         the cache update itself.  also added some ()'s so people will
2505         think twice about changing this code.
2507 2001-03-20  Karl Eichwalder  <ke@suse.de>
2509         * src/united-states-of-bug-buddy.c (intro_page_ok): Normalize
2510         single quote.
2512 2001-03-19  Karl Eichwalder  <ke@suse.de>
2514         * src/bugzilla.c (load_bugzillas): s/bug-buddy/Bug Buddy/.
2515         * src/gdb-buddy.c (get_trace_from_pair): Ditto.
2517 2001-02-26  jacob berkman  <jacob@ximian.com>
2519         * src/united-states-of-bug-buddy.c (druid_set_state): don't
2520         desensitize the next button for the component and product page, so
2521         telsa isn't confused
2523         * src/bug-buddy.c (main): save config after the main loop
2524         (*): remove an assbarn full of #if 0'd code
2526         * src/bugzilla.c (bugzilla_product_add_components_to_clist): if
2527         there is only one component, select it
2529         * src/united-states-of-bug-buddy.c: fill in missing doc pages
2531         * docs/C/bug-buddy.sgml: new version from telsa
2533 2001-02-18  Akira TAGOH  <tagoh@gnome.gr.jp>
2535         * src/bug-buddy.desktop: Updated Japanese entry.
2537 2001-02-15  jacob berkman  <jacob@ximian.com>
2539         * src/united-states-of-bug-buddy.c (intro_page_ok): make these
2540         dialogs modal (wasn't code i wrote!)  fixes bugzilla #50865
2542 2001-02-12  Karl Eichwalder  <ke@suse.de>
2544         * src/bug-buddy.c (init_bts_menu): s/bug-buddy/Bug Buddy/ .
2545         * src/gdb-buddy.c (get_trace_from_pair): Ditto.
2546         * src/gdb-buddy (main): Ditto.
2547         * src/bug-buddy.glade: Ditto.
2548         * src/glade-strings.c (N_): Ditto.
2549         * src/united-states-of-bug-buddy.c (on_druid_about_clicked): Ditto.
2551         * src/bugzilla.c (load_bugzillas): Fix message.
2553 2001-02-12  jacob berkman  <jacob@ximian.com>
2555         * src/bug-buddy.glade: un-split a string
2557 2001-02-12  Gediminas Paulauskas <menesis@delfi.lt>
2559         * configure.in: added lt to ALL_LINGUAS.
2560         * src/bug-buddy.glade, src/glade-strings.c: fixed two typos.
2562 2001-02-11  jacob berkman  <jacob@ximian.com>
2564         * `find .`: (almost) completely rewritten to support bugzilla and
2565         have a new UI
2567 2001-02-05  Fatih Demir <kabalak@gmx.net>
2569         * src/gnome.appmap: Added gtranslator.
2571 2001-01-23  Gregory Leblanc  <gleblanc@cu-portland.edu>
2573         * docs/C/bug-buddy.sgml: Updated for/tested in Nautilus
2574         * docs/it/bug-buddy.sgml: Updated for/tested in Nautilus
2576 2001-01-05  Kjartan Maraas  <kmaraas@gnome.org>
2578         * configure.in: Added "nn" to ALL_LINGUAS.
2580 2000-12-24  Pablo Saratxaga <pablo@mandrakesoft.com>
2582         * configure.in,po/az.po: Added Azeri language file
2584 2000-11-23  Yukihiro Nakai  <nakai@gnome.gr.jp>
2586         * configure.in: Add zh_CN.GB2312 to ALL_LINGUAS.
2588 2000-11-15  Jacob "Ulysses" Berkman  <jacob@helixcode.com>
2590         * src/bug-buddy.c (on_debian_page_next): fix bug #29310
2591         (load_config): allow the included file to be set by a command line
2592         argument
2594 2000-11-14  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
2596         * src/bug-buddy.desktop: added Slovak strings.
2598 2000-11-04  Yukihiro Nakai  <nakai@gnome.gr.jp>
2600         * configure.in (ALL_LINGUAS): Add sk(Slovak)
2602 2000-10-31  Christopher R. Gabriel  <cgabriel@softwarelibero.org>
2604         * configure.in (ALL_LINGUAS): added 'pt_BR' under the request of
2605         Juan Carlos Castro y Castro <jcastro@appi.com.br>
2607 2000-10-29  Christopher R. Gabriel  <cgabriel@softwarelibero.org>
2609         * configure.in (AC_OUTPUT): added Makefile for italian documentation
2611 2000-10-04  Jacob "Ulysses" Berkman  <jacob@helixcode.com>
2613         * src/gdb-buddy.c (get_trace_from_pair): check that the file
2614         exists, and is not a directory.  If it doesn't, look for it in our
2615         path.  This fixes problems with evolution and ~/evolution.
2617         * src/bug-buddy.c: warning fixes, removed #if 0'd code
2618         (save_entry): don't prepend history if entry is blank
2619         (save_config): change the email var name
2620         (load_config): pass NULL for email, since we don't want to guess
2621         (on_debian_page_next): do not accept 'general' as a package at all
2622         (email_is_invalid): add stricter checking of email addresses.
2623         Based on a patch from Robert Brady <robert@suse.co.uk>.
2625         * src/util.c:
2626         * src/gtk-combo-box.c:
2627         * src/bug-buddy.h:
2628         * src/bts.h:
2629         * src/bts-debian.c: warning fixes
2631         * src/distro.h:
2632         * src/bts.c:
2633         * src/distro-irix.c:
2634         * src/Makefile.am: add irix support
2636 2000-10-02  Christophe Merlet  <christophe@merlet.net>
2638         * src/bug-buddy.desktop: added french strings.
2640 2000-09-06  Simos Xenitellis  <simos@hellug.gr>
2642         * src/bug-buddy.desktop: added messages for the Greek language
2644 2000-06-02  Szabolcs BAN <shooby@gnome.hu>
2646         * po/hu.po: added po of Greg Nagy <greg@gnome.hu>
2647         Hungarian Translation Team rulez
2649 2000-05-21  Jacob Berkman  <jacob@helixcode.com>
2651         * src/bug-buddy.c (on_debian_page_next): bother the user a bit if
2652         they specify 'general'
2653         (make_pixmap_button): try an ugly hack
2655         * src/bts-debian.c (debian_bts_init): give the miggie combo text
2656         some intelligence
2658 2000-05-13  Karl Eichwalder  <ke@suse.de>
2660         * src/bug-buddy.c (on_complete_page_prepare): Improve the looking
2661         of the msg string; remove \t.
2663 2000-05-12  Andreas Hyden  <a.hyden@cyberpoint.se>
2665         * src/bug-buddy.desktop: Added Swedish translation.
2667 2000-05-10  Jacob Berkman  <jacob@helixcode.com>
2669         * configure.in: 0.90 release
2671         * src/bug-buddy.c (on_action_page_prepare):
2672         * src/bts-debian.c (debian_bts_doit):
2673         * src/util.c (append_widthv): fix bug #10159
2675         * src/bug-buddy.c (on_complete_page_prepare): fix bug #9493
2677 2000-05-04  Jacob Berkman  <jacob@helixcode.com>
2679         * src/bug-buddy.glade: mention that reports should be in English
2681         * configure.in: check for new gnome-libs 1.0.59
2683         * src/bug-buddy.c (main): push / pop the visual / colormap
2684         (init_ui): use the default icon on the main window
2685         (main): set the default icon
2687 2000-05-02 Telsa Gwynne <hobbit@aloss.ukuu.org.uk>
2689         * Silly typo fix in docs.
2691 2000-04-29  Jacob Berkman  <jacob@helixcode.com>
2693         * NEWS:
2694         * configure.in: 0.9 releasage action
2696 2000-04-28  Jacob Berkman  <jacob@helixcode.com>
2698         * src/Helix_Code.bts:
2699         * src/GNOME.bts: add gnome-print for jody
2701         * src/bug-buddy.c (init_ui): show the href again
2702         (on_desc_page_next): use gnome-mime to ensure we have a text
2703         file
2705         * src/bts-debian.c (debian_bts_doit): get rid of warning when we
2706         start feeding the GtkText
2708 2000-04-27  Jacob Berkman  <jacob@helixcode.com>
2710         * src/bug-buddy.c (init_ui): only have border on mouseover for
2711         the Big Ugly Button
2713         * docs/C/bug-buddy.sgml: doc updates
2715 2000-04-25  Sami Pesonen <spesonen@dlc.fi>
2717         * src/bug-buddy.desktop : Added [fi]
2718         * configure.in (ALL_LINGUAS): added Finnish
2720 2000-04-24  Arjan van de Ven    <arjan@fenrus.demon.nl>
2722         * po/nl.po : Updated dutch translation
2724 2000-04-20  Fatih Demir <kabalak@gmx.net>
2726         * src/bug-buddy.desktop : Added [tr] .
2728 2000-04-19  Karl EICHWALDER  <ke@suse.de>
2730         * src/bug-buddy.desktop (Name): Improve [de].
2732 2000-04-18  Pablo Saratxaga <pablo@mandrakesoft.com>
2734         * configure.in (ALL_LINGUAS): added Catalan (also put it in sync
2735           with po/ directory, that is added en_AU, en_GB and pl)
2737 2000-04-18  Jacob Berkman  <jacob@helixcode.com>
2739         * src/bug-buddy.glade: remove the menus from some option
2740         menus as these are generated by the source, and move the
2741         ugly button down
2743 2000-04-18  Karl EICHWALDER  <ke@suse.de>
2745         * src/bug-buddy.glade: Typo.
2746         * src/glade-strings.c (N_): ditto.
2748 2000-04-17  Jacob Berkman  <jacob@helixcode.com>
2750         * lot's of hacking this weekend
2752         * turbolinux should now correctly be detected
2754         * add Helix Code's BTS, and an 'Independent' BTS... for submitting
2755         to other email addresses
2757         * docs from Telsa
2759         * rework the user experience:
2761         * now, you have to have a subject / description (no more empty
2762         reports hopefully)
2764         * remove the redundant 'how to repeat' section
2766         * move the system config page to the end, since it is rather
2767         boring
2769         * you can now Cc: yourself on reports you submit
2771         * UI retouching
2773         * there is now a preview of the report at the end
2775         * changes to the popt stuff as suggested by Karl Eichwalder
2777         * new button to browse bugs for a package, so hopefully people
2778         will stop submitting g-h-b crash reports
2780         * basicall bug-buddy is ready for some 1.0 action
2782 2000-04-05  Dan Damian  <dand@dnttm.ro>
2784         * configure.in: Added "ro" to ALL_LINGUAS.
2786 2000-03-29  Karl EICHWALDER  <ke@suse.de>
2788         * src/bug-buddy.desktop: Add de.
2789         * src/bug-buddy.c (init_ui): Delete spurious white space.
2790         * src/bug-buddy.c (on_contact_page_next): Typo.
2792 2000-03-27  Christopher R. Gabriel  <cgabriel@firenze.linux.it>
2794         * configure.in (ALL_LINGUAS): added italian translation.
2796 2000-03-27  Karl EICHWALDER  <ke@suse.de>
2798         * src/bug-buddy.c (on_stop_button_clicked): Add missing \n's.
2799         * configure.in (ALL_LINGUAS): Add de.
2801 2000-03-11 Alastair McKinstry <mckinstry@computer.org>
2803         * configure.in (ALL_LINGUAS): Added Irish (ga) translation.
2805 2000-03-04  Jacob Berkman  <jacob@helixcode.com>
2807         * src/bug-buddy.[ch] (on_complete_page_prepare): use email address from
2808         BTS instead of GNOME one
2810         * src/bts-debian.c (debian_bts_get_email): implement get_email
2811         for debian
2813         * src/bts.h: add get_email function
2815 2000-02-23  Jacob Berkman  <jacob@helixcode.com>
2817         * NEWS, configure.in: 0.7 release
2819         * src/util.c (get_line_from_commandv): remove unused variables
2821         * src/gdb-buddy.c (stop_gdb): remove unused variable
2823         * src/bug-buddy.c (stop_progress): remove the timeout, and
2824         hide the progress bar
2825         (append_packages): call stop_progress()
2826         (on_version_page_prepare): show the progress bar, since we
2827         are now hiding it
2828         (make_pixmap_button): translate this string
2829         (delete_me): exit the app when the dialog is deleted.  Fixes
2830         bug #6013
2832         * src/bts.c (load_bts_xml):
2833         (update_das_clist): call stop_progress()
2835         * src/bug-buddy.c (init_toggle): connect the signal first
2836         so we get the correct initial setting
2838         * src/bug-buddy.desktop (Name): be a big more descriptive
2840 2000-02-22  Dan Winship  <danw@helixcode.com>
2842         * src/Makefile.am (bug_buddy_LDFLAGS): Add -export-dynamic so
2843         libglade can resolve bug-buddy's symbols (on all platforms).
2845 2000-02-16  Fatih Demir <kabalak@gmx.net>
2847         * configure.in : Added tr to ALL_LINGUAS .
2849 2000-01-26  Yukihiro Nakai <nakai@gnome.gr.jp>
2851         * configure.in (ALL_LINGUAS): add ja
2853 2000-01-24  Jacob Berkman  <jacob@helixcode.com>
2855         * configure.in (ALL_LINGUAS): add el
2857 2000-01-24  Sergey Panov <sipan@mit.edu>
2859         * configure.in (ALL_LINGUAS): Added Russian (ru)
2861 2000-01-06  Jesus Bravo Alvarez  <jba@pobox.com>
2863         * configure.in (ALL_LINGUAS): Added Spanish (es)
2865 1999-12-30  Richard Hult  <rhult@hem.passagen.se>
2867         * configure.in (ALL_LINGUAS): Added "sv".
2869 1999-12-29  Jesus Bravo Alvarez  <jba@pobox.com>
2871         * configure.in (ALL_LINGUAS): Added Galician (gl)
2873         * src/bug-buddy.desktop: Added Galician entries
2875 1999-12-29  Yuri Syrota  <rasta@renome.rovno.ua>
2877         * configure.in (ALL_LINGUAS): added "uk"
2879 1999-12-09  Arjan van de Ven <arjan@fenrus.demon.nl>
2881         * po/nl.po: Updated Dutch translation
2883 1999-12-09  Jacob Berkman  <jberkman@andrew.cmu.edu>
2885         * NEWS:
2886         * configure.in: version 0.6
2888         * src/*.c: use GET_WIDGET ()
2890         * src/GNOME.bts: reformatting
2892         * src/bts-debian.c: moved some debian specific functions here;
2893         parse the xml a little better; support including a file
2895         * src/bts.c: removed some functions; remove the gtk timeout
2896         for the progress bar
2898         * src/bug-buddy.c: don't declare PoptData here; save more state;
2899         hide the save-to-file file entry when we aren't saving to a file;
2900         druid path reorganization; support for the progress bar;
2901         support function for async package version getting; load up
2902         xml files when we init the UI
2904         * src/bug-buddy.glade: some reorg, change padding to 4/8
2906         * src/bug-buddy.h: define some debian specific stuff here, this
2907         should be moved soon;  get rid of a lot of stuff in DruidData
2909         * src/ctree-combo.c: lots of stuff
2911         * src/distro-debian: get version stuff asyncly
2913         * src/distro-redhat.c: append_packages ()
2915         * src/distro.h: no more post_command
2917         * src/gdb-buddy.c: on _ERROR_AGAIN try again
2919         * src/glade-druid.h: defing a couple more widgets
2921         * src/gtk-combo-box.c: block toggled signal in _hide_popdown()
2923         * src/util.[ch]: added get_line_from_ioc ()
2925 1999-12-06  Jacob Berkman  <jberkman@andrew.cmu.edu>
2927         * src/ctree-combo.c (on_ctree_select_row): only _popup_hide()
2928         on leaves
2930         * src/bts-debian.c (debian_bts_init): add a max of 20
2931         leavs per subtree
2933         * src/ctree-combo.c (on_ctree_select_row): This seems
2934         to work.  I wonder why.
2935         (ctree_combo_construct):
2937         * src/ctree-combo.c: maybe getting closer to working
2939         * src/bts-debian: use the new ctree combo box
2941         * src/glade-druid.h: sync with .glade file
2943         * src/Makefile.am:
2944         * src/kde-packages: packages files shouldn't be backwards
2945         any more
2947         * src/ctree-combo.[ch]: combo box with a drop down ctree
2949         * src/gtk-combo-box.[ch]: steal miguel's combo box from
2950         gnumeric
2952 1999-12-05  Jacob Berkman  <jberkman@andrew.cmu.edu>
2954         * src/KDE.bts:
2955         * src/kde-packages:
2956         * src/Makefile.am:  support for KDE BTS
2958         * src/bts.c:
2959         * distro-redhat.c:
2960         * src/bts-debian.c:  remove some debugging output;  packages
2961         whose version was obtained via rpm/dpkg are now in the clist
2962         again
2964 1999-12-04  Jacob Berkman  <jberkman@andrew.cmu.edu>
2966         * src/GNOME.bts:
2967         * src/Debian.bts: cleanups; in <package> use attributes
2969         * src/Makefile.am: don't depend on ../debbugs/Maintainers... yet
2971         * src/bts.c:
2972         * src/bts-debian.c:
2973         * src/bug-buddy.c: optimize stuff a little, and don't leak
2974         so much memory
2976         * configure.in: find debian root dir
2977         * src/*: Initial support for supporting multiple BTS's
2978         Currently Debian and GNOME are supported.
2980 1999-12-02  Jacob Berkman  <jberkman@andrew.cmu.edu>
2982         * configure.in (ALL_LINGUAS): added nl.po, from
2983         Arjan van de Ven <arjan@fenrus.demon.nl>
2985 1999-11-30  Jacob Berkman  <jberkman@andrew.cmu.edu>
2987         * 0.5 release
2989         * src/*: clean up warnings
2991         * src/bug-buddy.glade:
2992         * src/bug-buddy.[ch]: add an entry for sendmail's path
2994         * configure.in:
2995         * debian/changelog(.in): generate changelog with the
2996         correct version
2998         * Makefile.am:
2999         * debian/Makefile.am: dist stuff in debian/
3001         * src/bug-buddy.c:
3002         * src/bug-buddy.glade: ugly glade hackery to get an about
3003         button
3005         Please do not look at the code for this commit.
3007         * src/bug-buddy.glade: more ui nicities
3009         * src/bug-buddy.c (on_the_druid_cancel): save config
3010         on cancel, to save email
3012         * src/bug-buddy.glade: add some padding and stuff
3014         * src/util.[ch]: actually read a line at a time
3016         * src/distro-debian.c: it works now
3018         * src/bug-buddy.glade:
3019         * src/bug-buddy.c: merge the attach/core/nature pages;
3020         some cleanup
3022         * src/gdb-buddy.c: don't pipe() on the fd anymore
3024         * src/distro-debian.c: some fixes, not working yet
3026 1999-11-29  Jacob Berkman  <jberkman@andrew.cmu.edu>
3028         * src/util.[ch]:
3029         * src/distro.h:
3030         * src/distro-debian.[ch]:
3031         * src/distro-redhat.[ch]: detect package versions a bit
3032         differently, and move some stuff used all around to util.c
3034         * src/gdb-buddy.c:
3035         * src/bug-buddy.[ch]: use the new package and util stuff
3037 1999-11-24  Jacob Berkman  <jberkman@serendipity.res.cmu.edu>
3039         * src/bug-buddy.c: fudge around with dpkg and extract
3040         some things.  This is really slow and sucks.  Better
3041         ways will follow.
3043 1999-11-24  Jacob Berkman  <jberkman@andrew.cmu.edu>
3045         * debian/*: add stuff to make .debs   (no idea if this really
3046         works yet)
3048         * src/bug-buddy.glade:
3049         * src/bug-buddy.c: added ability to add info to existing
3050         reports
3052 1999-11-23  Jacob Berkman  <jberkman@andrew.cmu.edu>
3054         * src/bug-buddy.c: fix debian detection
3056         * src/bug-buddy.c (write_72):
3057         * src/bug-buddy.c (write_72v): wrap lines at 72 chars
3059         * src/gdb-buddy.c (get_trace_from_pair): we don't need to
3060         set the fd to non blocking
3062 1999-11-14  Jacob Berkman  <jberkman@andrew.cmu.edu>
3064         * NEWS:
3065         * configure.in: 0.4 release
3067         * src/gdb-buddy.c:
3068         * src/bug-buddy.c: don't print out status messages
3069         (on_version_list_select_row): fix a crash if there is no text
3070         in the row
3072         * src/bug-buddy.c (on_stop_button_clicked): better dialog box,
3073         I think.
3075         * src/gdb-buddy.c: don't be so verbose
3077         * src/gdb-buddy.c:
3078         * src/bug-buddy.[ch]: use g_io_channels and do the
3079         fork()/exec() for gdb ourselves
3081         * src/bug-buddy.c (load_entry, save_entry): work with
3082         GnomeFileEntries right
3084         * src/gdb-buddy.c:
3085         * src/bug-buddy.glade:
3086         * src/bug-buddy.[ch]: add stop/refresh button to the
3087         less page, and code to support this
3089         * src/bug-buddy.c: code clean up
3090         (get_data_from_command): remove extra \n's and add _()'s
3092         * src/bug-buddy.c (init_ui): actually do something
3093         for the --package command line arg
3095 1999-11-13  Jacob Berkman  <jberkman@andrew.cmu.edu>
3097         * src/bug-buddy.c: fix tyop (bug #3545)
3098         (on_action_page_back): use on_action_page_back like
3099         the .glade specifies
3101 1999-11-12  Jacob Berkman  <jberkman@andrew.cmu.edu>
3103         * src/prog.bugmap: add gnomeicu
3105 1999-11-11  Jacob Berkman  <jberkman@andrew.cmu.edu>
3107         * src/bug-buddy.[ch]:
3108         * src/bug-buddy.glade: reorder the dialogs a little
3110         * src/bug-buddy.c: change the scripts so that we have
3111         the distribution for debian and slackware on one line
3113         * src/Makefile.am (buddy_DATA): add prog.bugmap (stolen
3114         from the crashed app web page).  added bug-buddy and rp3
3115         do it first
3117         * src/bug-buddy.c (init_ui): figure out which package the
3118         app is from, and which version.  We are smart now.
3120         also fixed some tyops.
3122         * NEWS: update for 0.3
3124         * src/bug-buddy.c (on_action_page_next): ask the
3125         user if they really want to override a file if
3126         it exists  (based on a patch from Ali Abdin
3127         <ALIABDIN@aucegypt.edu>)
3128         (on_action_page_next): fix something dumb
3129         (on_complete_page_finish): we don't need -t and the
3130         address
3132 1999-11-10  Jacob Berkman  <jberkman@andrew.cmu.edu>
3134         * src/packages.c (packages): add crescendo
3136         * configure.in:
3137         * bug-buddy.spec.in: may as well have one
3139         * configure.in: bump to 0.3
3141         * src/bug-buddy.glade:
3142         * src/bug-buddy.[ch]: stuff to look more like gnome-bug
3144         * src/bug-buddy.c (init_ui): if no data was obtained, display
3145         a blank thing anyway (so people can type it in)
3146         (main): better warning and stuff
3147         (on_complete_page_finish):
3149         * src/Makefile.am:
3150         * src/gdb-buddy.c (get_trace_from_pair):
3151         * src/bug-buddy.c (make_anim):
3152         (main): define the prefix, so we can locate our data
3153         This will be unnecessary with gnome-libs 2
3155 1999-11-08  Jacob Berkman  <jberkman@andrew.cmu.edu>
3157         * docs/multiple_bts.txt: email excerpt talking about
3158         supporting multiple BTS's, and what needs to be done.
3160 1999-11-07  Jacob Berkman  <jberkman@andrew.cmu.edu>
3162         * src/bug-buddy.mime: ok, this regex works now
3164         * configure.in: bump to 0.2
3166         * src/bug-buddy.c: slightly better gnome-core version script;
3167         grave, not severe, is the correct severity
3169         fixes bugs 3388, 3389
3171 1999-11-06  Jacob Berkman  <jberkman@andrew.cmu.edu>
3173         * src/packages.c (packages): add bug-buddy
3175         * 0.1 release
3177         * src/bug-buddy.mime: go back to the old regex
3179         * src/bug-buddy.c (load_config): initially default to real/user name
3181         * src/Makefile.am (bug_buddy_SOURCES): distcheck fix
3183         * src/bug-buddy.mime: better regexp
3185         * src/gdb-buddy.c (handle_gdb_input): don't print a line of
3186         garbage at the end
3188         * pixmaps/bug-anim.png: new file
3190         * pixmaps/Makefile.am (pixmap_DATA): add bug-anim.png
3192         * src/gdb-buddy.c (get_trace_from_pair): start the animator
3193         (handle_gdb_input): stop the animator
3195         * src/bug-buddy.c (make_anim): create a GnomeAnimator for glade
3197         * src/bug-buddy.glade: add a custom widget until glade supports
3198         GnomeAnimators
3200         * src/bug-buddy.c (on_complete_page_prepare): mark another
3201         string for i18n (sorry kmarass)
3203         * src/bug-buddy.c (on_less_page_prepare):
3204         * src/gdb-buddy.c (handle_gdb_input): fix some things when you
3205         get a trace, then go back and change things and get another one
3207         * src/gdb-buddy.h:
3208         * src/bug-buddy.h: use bug-buddy.h for a while
3210         * src/gdb-buddy.c:
3211         * src/bug-buddy.c: some reorganization with the non blockingness
3212         stuff.
3214         Look at me, coding on a Friday night.
3216 1999-11-05  Jacob Berkman  <jberkman@andrew.cmu.edu>
3218         * src/bug-buddy.glade:
3219         * src/gdb-buddy.[ch]:
3220         * src/bug-buddy.c: bye-bye blocking bug-buddy
3222         This probably introduces lots of nice bugs.
3224         * src/bug-buddy.glade: spelling mistake
3226         * src/bug-buddy.c (on_complete_page_prepare): add a \n
3228         * src/Makefile.am (EXTRA_DIST): make it distcheck
3230         * src/bug-buddy.c (on_complete_page_prepare): print a summary
3231         of the bug submission.
3233         * src/bug-buddy.keys.in:
3234         * src/bug-buddy.mime: mime type foo for launching bug-buddy
3235         on a core file
3237         * src/Makefile.am (mime_DATA): generate/install mime type foo
3239         * src/bug-buddy.glade:
3240         * src/bug-buddy.c: do some not-so-clever determination (?)
3241         of what is going on wrt stack obtaination;  remember how
3242         the bug was submitted from last time
3244 1999-11-04  Jacob Berkman  <jberkman@andrew.cmu.edu>
3246         * src/bug-buddy.glade:
3247         * src/bug-buddy.c (save_config): change the configuration around
3248         a little, and add make name/email a GnomeEntry again
3250         * src/Makefile.am (EXTRA_DIST):
3251         * pixmaps/Makefile.am (EXTRA_DIST): make distable
3253         * src/bug-buddy.glade:
3254         * src/bug-buddy.c: support output to a file
3256 1999-10-30  Jacob Berkman  <jberkman@andrew.cmu.edu>
3258         * src/glade-strings.c:
3259         * src/bug-buddy.glade: a couple translation bugs in
3260         glade are gone
3262         * src/bug-buddy.c (main): show the window before gtk_main()
3263         (list_data): add slackware detection
3264         (on_complete_page_finish): if no version info available, don't
3265         print the version of the last thing we visited
3267         # src/bug-buddy.glade: make the main window not visible by default
3268         (so we can do the init before the gui shows)
3270 1999-10-29  Jacob Berkman  <jberkman@andrew.cmu.edu>
3272         * src/bug-buddy.c (on_contact_page_next): mark a string for
3273         translation
3275 1999-10-28  Jacob Berkman  <jberkman@andrew.cmu.edu>
3277         * src/bug-buddy.c: mark more strings for translation
3279         * src/Makefile.am: install the new .desktop
3281         * pixmaps/Makefile.am (pixmap_DATA): add bug-buddy.png
3282         (thanks, tigert)
3284         * src/bug-buddy.c: save the name/email in our config file
3286 1999-10-27  Jacob Berkman  <jberkman@andrew.cmu.edu>
3288         * src/packages.c (packages): fix tyop
3290         * src/bug-buddy.c (update_selected_row): don't crash when
3291         no rows have been selected
3293         * pixmaps/Makefile.am
3294         * Makefile.am:
3295         * configure.in: get pixmaps to work
3297         * src/bug-buddy.glade:
3298         * src/bug-buddy.c: change to using a clist instead of lots
3299         of gtk_entry's.  This gets rid of a druid page, and is nicer.
3300         (main): bindtextdomain() and textdomain() so translations work
3302 1999-10-26  Jacob Berkman  <jberkman@andrew.cmu.edu>
3304         * src/gdb-buddy.c (get_trace_from_pair): try batch mode
3305         here too
3307 1999-10-23  Jacob Berkman  <jberkman@andrew.cmu.edu>
3309         * src/bug-buddy.c (main): don't crash when the
3310         .glade file isn't found
3312         * src/gdb-cmd: use bt not w
3314 1999-10-23  Kjartan Maraas  <kmaraas@online.no>
3316         * configure.in: Added "no" to ALL_LINGUAS.