Update of /cvsroot/squirrel-sql/sql12/plugins/syntax/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32268/plugins/syntax/doc
Modified Files:
	changes.txt 
Log Message:
Gerd Wagners patch - use new parser in SQSC, show parse errors  in tooltip, fix deadlock.
Index: changes.txt
===================================================================
RCS file: /cvsroot/squirrel-sql/sql12/plugins/syntax/doc/changes.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** changes.txt	3 Feb 2004 10:52:24 -0000	1.4
--- changes.txt	4 Apr 2004 10:37:58 -0000	1.5
***************
*** 5,8 ****
--- 5,12 ----
  ====
  
+ Enhancements
+ ------------
+ - Show parsing errors in tooltips (Gerd Wagner).
+ 
  Bug Fixes
  ---------
***************
*** 21,25 ****
  ---------
  - Fix for selecting which SQL gets executed. When the cursor is on a line in
!   the SQL entry that contains at least part of aan SQL statement then only that
    SQL statment should be executed.
  
--- 25,29 ----
  ---------
  - Fix for selecting which SQL gets executed. When the cursor is on a line in
!   the SQL entry that contains at least part of an SQL statement then only that
    SQL statment should be executed.
  
 |