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
This commit is contained in:
Geert Janssens 2010-02-02 16:18:23 +00:00
parent 2991f67783
commit 98fb79457d
2 changed files with 7 additions and 7 deletions

View File

@ -173,8 +173,10 @@ Ori Hoch <ori@uumpa.com> Hebrew translation
Péter Hosszú <hosszu@web.de> Hungarian translation
Edward J. Huff <ejhuff@huff20may77.us> Date handling in reports, quarterly option
Tomokazu Iwashita <iwashita@center.nitech.ac.jp> Japanese translation of xea
Geert Janssens <janssens-geert@telenet.be> GUI fixes for Lots, autocompletion in gnc-general-search, several small fixes
David Jafferian <david.jafferian@east.sun.com> Delete account query code.
Mark Jenkins <mark@parit.ca> Python bindings, with grant funding from Assiniboine Credit Union (http://assiniboine.mb.ca/) and Legal Aid Manitoba (http://www.legalaid.mb.ca/)
Rich Johnson <rich@dogstar-interactive.com> Mac OS X patch
Miquel Jordana Vilamitjana <jjvmjv@mundomail.net> Spanish translation of manual
Prakash Kailasa <PrakashK@bigfoot.com> for gnome build fixes
Alexey Kakunin <small@arcadia.spb.ru> quickfill patch for Cyrillic
@ -187,8 +189,6 @@ Fabrice Kurz <kurzf@voila.fr> French translation
Eneko Lacunza <enlar@enlar.net> Spanish Translation
Bryan Larsen <blarsen@ada-works.com> guile budget report
Chris J (Oakton) Leach <LeachCJ@az1.bp.com> autoconf patch
Geert Jan Janssens <janssens.geert@advalvas.be> GUI fixes for Lots
Rich Johnson <rich@dogstar-interactive.com> Mac OS X patch
Nicholas Lee <nj.lee@plumtree.co.nz> scheme bug fix
Graham Leggett <minfrin@sharp.fm> for fixing a hang
Rolf Leggewie <foss@rolf.leggewie.biz> SKR04 and gnucash for german business

10
HACKING
View File

@ -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.