r16447 - gnucash/trunk - misc changes

Josh Sled jsled at cvs.gnucash.org
Sat Aug 18 11:28:19 EDT 2007


Author: jsled
Date: 2007-08-18 11:28:18 -0400 (Sat, 18 Aug 2007)
New Revision: 16447
Trac: http://svn.gnucash.org/trac/changeset/16447

Modified:
   gnucash/trunk/HACKING
Log:
misc changes

Modified: gnucash/trunk/HACKING
===================================================================
--- gnucash/trunk/HACKING	2007-08-17 21:35:21 UTC (rev 16446)
+++ gnucash/trunk/HACKING	2007-08-18 15:28:18 UTC (rev 16447)
@@ -111,7 +111,9 @@
     (let ((l (copy-list args)))
       (nconc l (list "-cd" (expand-file-name default-directory) "-fullname"))))
 
+jsled does not need the above with emacs-22, thankfully.  It was getting quite tiresome.
 
+
 Using Electric Fence with GnuCash
 ---------------------------------
     % configure --enable-efence
@@ -127,7 +129,7 @@
 
 Using Valgrind with GnuCash
 ---------------------------
--- run ./src/bin/overrides/gnucash-valgrind
+-- run ${prefix}/bin/gnucash-valgrind
 
 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 



More information about the gnucash-changes mailing list