diff --git a/AUTHORS b/AUTHORS index a46b149eb2..bdb6436cb5 100644 --- a/AUTHORS +++ b/AUTHORS @@ -62,7 +62,7 @@ Robert Graham Merkel extensive work on reports and James LewisMoss design doc patches, XML refactoring, automated test suite, new file hierarchy import. -Christian Stimming is a report-generating +Christian Stimming is a report-generating monster. He's been on of the largest contributors to the current report infrastructure, creating many of the important reports. @@ -163,7 +163,7 @@ Richard Skelton for Solaris cleanup Henning Spruth for German text & euro date rework Ben Stanley test infrastructure Robby Stephenson register & file history patches -Christian Stimming report patch +Christian Stimming report patch Bartek Szady engine and build system patches Herbert Thoma gnome register & euro support patches Arnold Troeger Mandrake packager diff --git a/ChangeLog b/ChangeLog index e23cbdf7db..224373c479 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2001-06-09 Dave Peticolas + * doc/sgml/C/xacc-about.sgml: update credits + + * src/gnome/window-main.c (gnc_main_window_about_cb): update + credits + + * AUTHORS: update credits + * src/gnome/reconcile-list.c (gnc_reconcile_list_refresh): fix bugs diff --git a/doc/sgml/C/xacc-about.sgml b/doc/sgml/C/xacc-about.sgml index 294de3af40..3df17a187f 100644 --- a/doc/sgml/C/xacc-about.sgml +++ b/doc/sgml/C/xacc-about.sgml @@ -162,7 +162,7 @@ linkend="scheme"> Scheme , the g-wrap -stimming@uclink.berkeley.eduChristian +stimming@tuhh.deChristian Stimming @@ -907,7 +907,7 @@ Nielsen -stimming@uclink.berkeley.edu Christian +stimming@tuhh.de Christian Stimming report patch diff --git a/src/gnome/window-main.c b/src/gnome/window-main.c index 794e9b996e..8b89cc5a1b 100644 --- a/src/gnome/window-main.c +++ b/src/gnome/window-main.c @@ -872,15 +872,21 @@ gnc_main_window_about_cb (GtkWidget *widget, gpointer data) "The GNU way to manage your money!"); const gchar *copyright = "(C) 1998-2001 Linas Vepstas"; const gchar *authors[] = { + "Rob Browning ", + "Bill Gribble ", + "James LewisMoss ", + "Robert Graham Merkel ", + "Dave Peticolas ", + "Christian Stimming ", "Linas Vepstas ", NULL }; - + about = gnome_about_new ("GnuCash", VERSION, copyright, authors, message, NULL); gnome_dialog_set_parent (GNOME_DIALOG(about), GTK_WINDOW(gnc_ui_get_toplevel())); - + gnome_dialog_run_and_close (GNOME_DIALOG(about)); }