Skip to content

Commit ca0c212

Browse files
committed
added CXX ft2font
svn path=/trunk/matplotlib/; revision=335
1 parent 8b48580 commit ca0c212

File tree

4 files changed

+954
-1216
lines changed

4 files changed

+954
-1216
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# Copyright (C) 2003 <jdhunter@ace.bsd.uchicago.edu>
33
# $Header$
44
# $Log$
5+
# Revision 1.34 2004/06/09 13:47:55 jdh2358
6+
# added CXX ft2font
7+
#
58
# Revision 1.33 2004/05/19 19:55:18 jdh2358
69
# sync to 0.54
710
#
@@ -117,6 +120,7 @@ clean:
117120
find . -name "_tmp*.py" | xargs rm -f;\
118121
find . \( -name "*~" -o -name "*.pyc" \) | xargs rm -f;\
119122
find examples \( -name "*.png" -o -name "*.ps" -o -name "*.jpg" -o -name "*.eps" \) | xargs rm -f
123+
find unit \( -name "*.png" -o -name "*.ps" -o -name "*.jpg" -o -name "*.eps" \) | xargs rm -f
120124
find . \( -name "#*" -o -name ".#*" -o -name ".*~" -o -name "*~" \) | xargs rm -f
121125

122126

TODO

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,4 +410,6 @@
410410

411411
-- use RGBA throughout lib
412412

413-
-- fix wrt log and recommit cvs
413+
-- fix wrt log and recommit cvs
414+
415+
-- check Fernando's bounds problem with pcolor.

0 commit comments

Comments
 (0)