Date: Monday January 20, 2003 @ 13:17 Author: warlord Update of /home/cvs/cvsroot/gnucash In directory www.linas.org:/tmp/cvs-serv28574 Modified Files: ChangeLog Log Message: * src/engine/QueryNew.c -- g_list_append() can take a LONG time and on big queries the merge can appear to take a long time. So, let's use g_list_prepend() and g_list_reverse() to speed up the process significantly.