From: <md...@us...> - 2008-04-22 15:10:42
|
Revision: 5061 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5061&view=rev Author: mdboom Date: 2008-04-22 08:09:24 -0700 (Tue, 22 Apr 2008) Log Message: ----------- Merged revisions 5039-5060 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/branches/v0_91_maint ........ r5046 | dsdale | 2008-04-18 11:20:03 -0400 (Fri, 18 Apr 2008) | 4 lines dont remove repaint/update from draw(), or updates to the figure after the initial draw will be ignored. We need a different solution for the double drawing problem reported for the Wx and Qt* backends ........ r5050 | dsdale | 2008-04-19 10:22:11 -0400 (Sat, 19 Apr 2008) | 3 lines improve conversion from str to char*, avoid deprecation warnings during build ........ r5058 | mdboom | 2008-04-22 11:01:00 -0400 (Tue, 22 Apr 2008) | 2 lines Fix inconsistency between svg.embed_chars and svg.embed_char_paths ........ r5060 | mdboom | 2008-04-22 11:06:01 -0400 (Tue, 22 Apr 2008) | 2 lines Fix inconsistency between svg.embed_chars and svg.embed_char_paths ........ Modified Paths: -------------- trunk/matplotlib/CHANGELOG Property Changed: ---------------- trunk/matplotlib/ Property changes on: trunk/matplotlib ___________________________________________________________________ Name: svnmerge-integrated - /branches/v0_91_maint:1-5038 + /branches/v0_91_maint:1-5060 Modified: trunk/matplotlib/CHANGELOG =================================================================== --- trunk/matplotlib/CHANGELOG 2008-04-22 15:06:01 UTC (rev 5060) +++ trunk/matplotlib/CHANGELOG 2008-04-22 15:09:24 UTC (rev 5061) @@ -3437,3 +3437,4 @@ 2003-11-21 - make a dash-dot dict for the GC 2003-12-15 - fix install path bug +t \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |