[Pydev-cvs] org.python.pydev Changes.txt,1.374,1.375
Brought to you by:
fabioz
From: Fabio Z. <fa...@us...> - 2008-04-28 23:04:45
|
Update of /cvsroot/pydev/org.python.pydev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8103 Modified Files: Changes.txt Log Message: Encoding passed with environment variable bug: http://sourceforge.net/tracker/index.php?func=detail&aid=1950217&group_id=85796&atid=577329 Index: Changes.txt =================================================================== RCS file: /cvsroot/pydev/org.python.pydev/Changes.txt,v retrieving revision 1.374 retrieving revision 1.375 diff -C2 -d -r1.374 -r1.375 *** Changes.txt 27 Apr 2008 17:29:23 -0000 1.374 --- Changes.txt 28 Apr 2008 23:03:41 -0000 1.375 *************** *** 11,14 **** --- 11,15 ---- <li>Launching: The default launch with Ctrl+F11 will not ask again for the launch associated with a file (for new launches)</li> <li>Project Explorer: fixed integration problems with CDT (and others)</li> + <li>Launch: console encoding passed as environment variable (no longer written to the install location)</li> after 1.3.14 |