Revision: 4825 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4825&view=rev Author: mdboom Date: 2008年01月08日 14:10:52 -0800 (2008年1月08日) Log Message: ----------- A test commit Modified Paths: -------------- branches/v0_91_maint/CHANGELOG Modified: branches/v0_91_maint/CHANGELOG =================================================================== --- branches/v0_91_maint/CHANGELOG 2008年01月08日 22:05:53 UTC (rev 4824) +++ branches/v0_91_maint/CHANGELOG 2008年01月08日 22:10:52 UTC (rev 4825) @@ -1,3 +1,6 @@ +2008年01月08日 A dummy changelog entry to check merging of bugfixes + back to the trunk. + =============================================================== 2008年01月06日 Released 0.91.2 at revision 4802 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 4826 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4826&view=rev Author: mdboom Date: 2008年01月08日 14:13:08 -0800 (2008年1月08日) Log Message: ----------- Undoing last commit. Testing was successful. Modified Paths: -------------- branches/v0_91_maint/CHANGELOG Modified: branches/v0_91_maint/CHANGELOG =================================================================== --- branches/v0_91_maint/CHANGELOG 2008年01月08日 22:10:52 UTC (rev 4825) +++ branches/v0_91_maint/CHANGELOG 2008年01月08日 22:13:08 UTC (rev 4826) @@ -1,6 +1,3 @@ -2008年01月08日 A dummy changelog entry to check merging of bugfixes - back to the trunk. - =============================================================== 2008年01月06日 Released 0.91.2 at revision 4802 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 4855 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4855&view=rev Author: mdboom Date: 2008年01月10日 08:40:54 -0800 (2008年1月10日) Log Message: ----------- Update changelog. Modified Paths: -------------- branches/v0_91_maint/CHANGELOG Modified: branches/v0_91_maint/CHANGELOG =================================================================== --- branches/v0_91_maint/CHANGELOG 2008年01月10日 16:37:18 UTC (rev 4854) +++ branches/v0_91_maint/CHANGELOG 2008年01月10日 16:40:54 UTC (rev 4855) @@ -1,3 +1,5 @@ +2008年01月10日 Fix bug displaying [ and ] in mathtext - MGD + 2008年01月10日 Fix bug when displaying a tick value offset with scientific notation. (Manifests itself as a warning that the \times symbol can not be found). - MGD This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 4946 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4946&view=rev Author: mdboom Date: 2008年02月06日 06:02:11 -0800 (2008年2月06日) Log Message: ----------- Updating changelog Modified Paths: -------------- branches/v0_91_maint/CHANGELOG Modified: branches/v0_91_maint/CHANGELOG =================================================================== --- branches/v0_91_maint/CHANGELOG 2008年02月06日 06:30:44 UTC (rev 4945) +++ branches/v0_91_maint/CHANGELOG 2008年02月06日 14:02:11 UTC (rev 4946) @@ -1,3 +1,5 @@ +2008年02月01日 Fix doubly-included font problem in Postscript backend - MGD + 2008年02月01日 Fix reference leak in ft2font Glyph objects. - MGD 2008年01月31日 Don't use unicode strings with usetex by default - DSD This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 5022 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5022&view=rev Author: mdboom Date: 2008年03月26日 07:33:35 -0700 (2008年3月26日) Log Message: ----------- Change character ids so they are a hash on the path data itself. (To fix Kaushik Ghose's copy-and-paste in Inkscape bug). Modified Paths: -------------- branches/v0_91_maint/CHANGELOG Modified: branches/v0_91_maint/CHANGELOG =================================================================== --- branches/v0_91_maint/CHANGELOG 2008年03月26日 14:30:18 UTC (rev 5021) +++ branches/v0_91_maint/CHANGELOG 2008年03月26日 14:33:35 UTC (rev 5022) @@ -1,3 +1,6 @@ +2008年03月26日 Fix SVG backend bug that prevents copying and pasting in + Inkscape (thanks Kaushik Ghose) - MGD + 2008年03月23日 Fix a pdf backend bug which sometimes caused the outermost gsave to not be balanced with a grestore. - JKS This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 5121 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5121&view=rev Author: mdboom Date: 2008年05月06日 08:30:09 -0700 (2008年5月06日) Log Message: ----------- Forgot CHANGELOG Modified Paths: -------------- branches/v0_91_maint/CHANGELOG Modified: branches/v0_91_maint/CHANGELOG =================================================================== --- branches/v0_91_maint/CHANGELOG 2008年05月06日 15:25:04 UTC (rev 5120) +++ branches/v0_91_maint/CHANGELOG 2008年05月06日 15:30:09 UTC (rev 5121) @@ -1,3 +1,5 @@ +2008年05月06日 Fix strange colors when blitting in QtAgg and Qt4Agg - MGD + 2008年05月02日 On PyQt <= 3.14 there is no way to determine the underlying Qt version. [1851364] - MGD This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 5305 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5305&view=rev Author: jdh2358 Date: 2008年05月29日 11:25:58 -0700 (2008年5月29日) Log Message: ----------- added clippath support for ps Modified Paths: -------------- branches/v0_91_maint/CHANGELOG Modified: branches/v0_91_maint/CHANGELOG =================================================================== --- branches/v0_91_maint/CHANGELOG 2008年05月29日 18:25:15 UTC (rev 5304) +++ branches/v0_91_maint/CHANGELOG 2008年05月29日 18:25:58 UTC (rev 5305) @@ -1,3 +1,5 @@ +2008年05月29日 Implement path clipping in PS backend - JDH + 2008年05月29日 Fixed two bugs in texmanager.py: improved comparison of dvipng versions fixed a bug introduced when get_grey method was added This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 5443 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5443&view=rev Author: dsdale Date: 2008年06月09日 13:08:23 -0700 (2008年6月09日) Log Message: ----------- forgot CHANGELOG message Modified Paths: -------------- branches/v0_91_maint/CHANGELOG Modified: branches/v0_91_maint/CHANGELOG =================================================================== --- branches/v0_91_maint/CHANGELOG 2008年06月09日 20:07:15 UTC (rev 5442) +++ branches/v0_91_maint/CHANGELOG 2008年06月09日 20:08:23 UTC (rev 5443) @@ -1,3 +1,8 @@ +2008年06月09日 Don't install Enthought.Traits along with matplotlib. For + matplotlib developers convenience, it can still be + installed by setting an option in setup.cfg while we figure + decide if there is a future for the traited config - DSD + 2008年06月02日 Fix crash in Agg when drawing collections with no fill and/or edge color - MGD This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 5638 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5638&view=rev Author: cmoad Date: 2008年06月22日 19:11:08 -0700 (2008年6月22日) Log Message: ----------- minor rev bump Modified Paths: -------------- branches/v0_91_maint/CHANGELOG Modified: branches/v0_91_maint/CHANGELOG =================================================================== --- branches/v0_91_maint/CHANGELOG 2008年06月23日 01:32:18 UTC (rev 5637) +++ branches/v0_91_maint/CHANGELOG 2008年06月23日 02:11:08 UTC (rev 5638) @@ -1,3 +1,6 @@ +=============================================================== +2008年06月22日 Released 0.91.4 at revision 5638 + 2008年06月09日 Don't install Enthought.Traits along with matplotlib. For matplotlib developers convenience, it can still be installed by setting an option in setup.cfg while we figure This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.