|
From: Matthieu C. <kp...@us...> - 2006-06-23 22:58:15
|
Update of /cvsroot/jedit/jEdit/doc In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv21830/jEdit/doc Modified Files: CHANGES.txt Log Message: deprecated MiscUtilities.quickSort Index: CHANGES.txt =================================================================== RCS file: /cvsroot/jedit/jEdit/doc/CHANGES.txt,v retrieving revision 1.843 retrieving revision 1.844 diff -u -d -r1.843 -r1.844 --- CHANGES.txt 23 Jun 2006 22:31:58 -0000 1.843 +++ CHANGES.txt 23 Jun 2006 22:58:12 -0000 1.844 @@ -50,6 +50,9 @@ jEditBuffer.getPatternProperty() was added to replace it. (Marcelo Vanzin) +- MiscUtilities.quickSort() methods and MiscUtilities.Compare class are now deprecated + use Arrays.sort() and Collections.sort() (Matthieu Casanova) + - MiscUtilities.parseXML() and MiscUtilities.findEntity() were added. They're mainly used internally to ease XML parsing, but can safely be used by other people. Please refer to the javadoc documentation |