From: <md...@us...> - 2008-01-08 22:12:02
|
Revision: 4825 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4825&view=rev Author: mdboom Date: 2008-01-08 14:10:52 -0800 (Tue, 08 Jan 2008) 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. |
From: <md...@us...> - 2008-01-08 22:13:36
|
Revision: 4826 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4826&view=rev Author: mdboom Date: 2008-01-08 14:13:08 -0800 (Tue, 08 Jan 2008) 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. |
From: <md...@us...> - 2008-01-10 16:40:56
|
Revision: 4855 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4855&view=rev Author: mdboom Date: 2008-01-10 08:40:54 -0800 (Thu, 10 Jan 2008) 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. |
From: <md...@us...> - 2008-02-06 14:02:14
|
Revision: 4946 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4946&view=rev Author: mdboom Date: 2008-02-06 06:02:11 -0800 (Wed, 06 Feb 2008) 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. |
From: <md...@us...> - 2008-03-26 15:04:47
|
Revision: 5022 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5022&view=rev Author: mdboom Date: 2008-03-26 07:33:35 -0700 (Wed, 26 Mar 2008) 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. |
From: <md...@us...> - 2008-05-06 15:30:29
|
Revision: 5121 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5121&view=rev Author: mdboom Date: 2008-05-06 08:30:09 -0700 (Tue, 06 May 2008) 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. |
From: <jd...@us...> - 2008-05-29 18:26:18
|
Revision: 5305 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5305&view=rev Author: jdh2358 Date: 2008-05-29 11:25:58 -0700 (Thu, 29 May 2008) 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. |
From: <ds...@us...> - 2008-06-09 20:08:26
|
Revision: 5443 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5443&view=rev Author: dsdale Date: 2008-06-09 13:08:23 -0700 (Mon, 09 Jun 2008) 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. |
From: <cm...@us...> - 2008-06-23 02:11:13
|
Revision: 5638 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5638&view=rev Author: cmoad Date: 2008-06-22 19:11:08 -0700 (Sun, 22 Jun 2008) 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. |