[Pydev-cvs] org.python.pydev Changes.txt,1.408,1.409
Brought to you by:
fabioz
From: Fabio Z. <fa...@us...> - 2008-07-20 14:14:20
|
Update of /cvsroot/pydev/org.python.pydev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10981 Modified Files: Changes.txt Log Message: Fixed on deadlock involving PyReconciler -- spell service (and multiple editors on the same file) Bug: https://sourceforge.net/tracker/index.php?func=detail&aid=2013310&group_id=85796&atid=577329 Index: Changes.txt =================================================================== RCS file: /cvsroot/pydev/org.python.pydev/Changes.txt,v retrieving revision 1.408 retrieving revision 1.409 diff -C2 -d -r1.408 -r1.409 *** Changes.txt 19 Jul 2008 20:19:04 -0000 1.408 --- Changes.txt 20 Jul 2008 14:14:28 -0000 1.409 *************** *** 20,23 **** --- 20,24 ---- <li>Improved code formatter to handle '=' differently inside function calls / keyword args</li> <li>Applied patch that fixes race condition in PythonNatureStore (thanks to Radim Kubacki)</li> + <li>Fixed bug related to having multiple editors with the same file (while having the spell service on)</li> </ul> |