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

Update of /cvsroot/dqsd/dqsd
In directory sc8-pr-cvs1:/tmp/cvs-serv616

Modified Files:
        ChangeLog.txt search.htm 
Log Message:
added explicit storage of query in the windows autocomplete cache (MSKB:Q329156)

Index: ChangeLog.txt
===================================================================
RCS file: /cvsroot/dqsd/dqsd/ChangeLog.txt,v
retrieving revision 1.242
retrieving revision 1.243
diff -C2 -d -r1.242 -r1.243
*** ChangeLog.txt       31 Aug 2003 19:59:17 -0000      1.242
--- ChangeLog.txt       4 Sep 2003 07:12:47 -0000       1.243
***************
*** 6,9 ****
--- 6,10 ----
  * Added httpinst command, which installs new searches straight from an URL (Kim 
Gr�sman)
  * Modified DQSDTools to be TCHAR-correct, i.e. it can be built with UNICODE/_UNICODE 
defined (Kim Gr�sman)
+ * Added explicit statement to store query in the windows autocomplete cache 
(MSKB:Q329156) (Shawn K. Hall)
  
  Bug Fixes

Index: search.htm
===================================================================
RCS file: /cvsroot/dqsd/dqsd/search.htm,v
retrieving revision 1.174
retrieving revision 1.175
diff -C2 -d -r1.174 -r1.175
*** search.htm  27 Jun 2003 12:08:12 -0000      1.174
--- search.htm  4 Sep 2003 07:12:47 -0000       1.175
***************
*** 174,177 ****
--- 174,180 ----
    var t = document.deff.q.value;
  
+   // store the query in the windows autocomplete cache (MSKB:Q329156)
+   window.external.AutoCompleteSaveForm(deff);
+ 
    // Major hack!  Due to 'constructor' being a property of every object, we can't
    // just test for it in the associative 'searches' array later without a
***************
*** 800,803 ****
--- 803,807 ----
  function handleResize()
  {
+   if (typeof gowidth == "undefined") { gowidth = -1; }
    if (gowidth < 0)
    {




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
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