View the DQSD CVS repository here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/

Update of /cvsroot/dqsd/dqsd
In directory usw-pr-cvs1:/tmp/cvs-serv21249

Modified Files:
        ChangeLog.txt preferences.js 
Log Message:
changed default length of retained search history from 50 to 1000

Index: ChangeLog.txt
===================================================================
RCS file: /cvsroot/dqsd/dqsd/ChangeLog.txt,v
retrieving revision 1.63
retrieving revision 1.64
diff -C2 -d -r1.63 -r1.64
*** ChangeLog.txt       30 Jul 2002 20:54:28 -0000      1.63
--- ChangeLog.txt       30 Jul 2002 20:56:12 -0000      1.64
***************
*** 13,16 ****
--- 13,17 ----
  * install now bundled with xplocalsearch.css, to be used as localsearch.css to make
    things match with XP default theme.
+ * changed default length of retained search history from 50 to 1000.
  
  Bug Fixes

Index: preferences.js
===================================================================
RCS file: /cvsroot/dqsd/dqsd/preferences.js,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** preferences.js      30 Jul 2002 19:35:09 -0000      1.45
--- preferences.js      30 Jul 2002 20:56:12 -0000      1.46
***************
*** 230,237 ****
  
  
! /* Number of searches to remember
! *  default = 50;
  */
! historylength=50;
  
  
--- 230,237 ----
  
  
! /* Number of searches to remember.  Lower this if you notice poor performance
! *  after a search.  (The entire history is written to disk after each search.)
  */
! historylength=1000;
  
  




-------------------------------------------------------
This sf.net email is sponsored by: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code=31
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/

Reply via email to