|
From: <jd...@us...> - 2008-12-18 19:40:36
|
Revision: 6677
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6677&view=rev
Author: jdh2358
Date: 2008-12-18 19:40:26 +0000 (Thu, 18 Dec 2008)
Log Message:
-----------
Merged revisions 6675-6676 via svnmerge from
https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/branches/v0_98_5_maint
........
r6675 | jdh2358 | 2008-12-18 11:19:26 -0800 (Thu, 18 Dec 2008) | 1 line
fixed a small_docs bug when no args present
........
r6676 | jdh2358 | 2008-12-18 11:28:46 -0800 (Thu, 18 Dec 2008) | 1 line
pushed out new 98.5.2 tarball with smalldocs fix
........
Modified Paths:
--------------
trunk/matplotlib/CHANGELOG
trunk/matplotlib/doc/make.py
Property Changed:
----------------
trunk/matplotlib/
Property changes on: trunk/matplotlib
___________________________________________________________________
Modified: svnmerge-integrated
- /branches/v0_91_maint:1-6428 /branches/v0_98_5_maint:1-6673
+ /branches/v0_91_maint:1-6428 /branches/v0_98_5_maint:1-6676
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG 2008-12-18 19:28:46 UTC (rev 6676)
+++ trunk/matplotlib/CHANGELOG 2008-12-18 19:40:26 UTC (rev 6677)
@@ -1,7 +1,8 @@
2008-12-18 add new arrow style, a line + filled triangles. -JJL
==================================================================
-2008-12-18 Released 0.98.5.2 from v0_98_5_maint at r6667
+2008-12-18 Re-Released 0.98.5.2 from v0_98_5_maint at r6675
+ Released 0.98.5.2 from v0_98_5_maint at r6667
2008-12-18 Removed configobj, experimental traits and doc/mpl_data link - JDH
Modified: trunk/matplotlib/doc/make.py
===================================================================
--- trunk/matplotlib/doc/make.py 2008-12-18 19:28:46 UTC (rev 6676)
+++ trunk/matplotlib/doc/make.py 2008-12-18 19:40:26 UTC (rev 6677)
@@ -105,4 +105,5 @@
arg, funcd.keys()))
func()
else:
+ small_docs = False
all()
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|