|
From: Alan E. <ez...@us...> - 2006-03-03 16:18:09
|
Update of /cvsroot/jedit/jEdit/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18848/doc Modified Files: CHANGES.txt Log Message: 1. removed redundant casts (1438828) 2. Applied patch to sort macro folders at top 3. Applied sourcecode formatting to some classes. Index: CHANGES.txt =================================================================== RCS file: /cvsroot/jedit/jEdit/doc/CHANGES.txt,v retrieving revision 1.812 retrieving revision 1.813 diff -u -d -r1.812 -r1.813 --- CHANGES.txt 25 Feb 2006 03:00:36 -0000 1.812 +++ CHANGES.txt 3 Mar 2006 16:18:05 -0000 1.813 @@ -15,7 +15,12 @@ }}} {{{ Miscellaneous -- jEdit now supports LCD Subpixel Anti-Aliasing (JDK 1.6) +- Macro list is now sorted so that directories show up first + (carmine.lucarelli) + +- jEdit now supports LCD Subpixel Anti-Aliasing (JDK 1.6 only). + Global Options -> TextArea -> Anti-Aliased Smooth Text -> Subpixel + (Onur Turgay / Alan Ezust) - jEdit will ask for confirmation before overwriting read only files. If yes, it will activate two stage save if the VFS is capable of |