From 98fb79457d245da243b1b389afceee95f281de6e Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Tue, 2 Feb 2010 16:18:23 +0000 Subject: [PATCH] Minor changes to global project files 1. Fix spelling errors in HACKING - appearenet -> apparent (patch by Tom Van Braeckel) - supressions -> suppressions 2. Keep the contributer list sorted alphabetically in AUTHORS git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18602 57a11ea4-9604-0410-9ed3-97b8803252fd --- AUTHORS | 4 ++-- HACKING | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/AUTHORS b/AUTHORS index c39f271135..b47725e506 100644 --- a/AUTHORS +++ b/AUTHORS @@ -173,8 +173,10 @@ Ori Hoch Hebrew translation Péter Hosszú Hungarian translation Edward J. Huff Date handling in reports, quarterly option Tomokazu Iwashita Japanese translation of xea +Geert Janssens GUI fixes for Lots, autocompletion in gnc-general-search, several small fixes David Jafferian Delete account query code. Mark Jenkins Python bindings, with grant funding from Assiniboine Credit Union (http://assiniboine.mb.ca/) and Legal Aid Manitoba (http://www.legalaid.mb.ca/) +Rich Johnson Mac OS X patch Miquel Jordana Vilamitjana Spanish translation of manual Prakash Kailasa for gnome build fixes Alexey Kakunin quickfill patch for Cyrillic @@ -187,8 +189,6 @@ Fabrice Kurz French translation Eneko Lacunza Spanish Translation Bryan Larsen guile budget report Chris J (Oakton) Leach autoconf patch -Geert Jan Janssens GUI fixes for Lots -Rich Johnson Mac OS X patch Nicholas Lee scheme bug fix Graham Leggett for fixing a hang Rolf Leggewie SKR04 and gnucash for german business diff --git a/HACKING b/HACKING index 5f0af8f53c..bdee483dde 100644 --- a/HACKING +++ b/HACKING @@ -137,18 +137,18 @@ Using Valgrind with GnuCash However, I did not find valgrind to be useful. It reported a bunch of guile bugs, some g_hash_table bugs, and then the program exited prematurely -for no appearenet reason. :-( +for no apparent reason. :-( -For the moment, use the supressions in src/valgrind-gnucash.supp +For the moment, use the suppressions in src/valgrind-gnucash.supp This file needs to be cleaned up in two ways: -1/ There are a bunch of duplicate supressions in the file. - * The supressions in place were auto-generated by valgrind itself +1/ There are a bunch of duplicate suppressions in the file. + * The suppressions in place were auto-generated by valgrind itself [--gen-suppressions=yes], and it makes no effort to output the suppression only once. -2/ There are a bunch of suppressions which need to not be supressions, but +2/ There are a bunch of suppressions which need to not be suppressions, but instead just not be generated by valgrind.