Skip to content

Commit 9bf2448

Browse files
committed
Designated matplotlib/images/* as binary files to CVS.
svn path=/trunk/matplotlib/; revision=535
1 parent 2e7fd6b commit 9bf2448

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,19 @@ New entries should be added at the top
44
2004-09-15 Applied Fernando's backend __init__ patch to support easier
55
backend maintenance. Added his numutils to mlab. JDH
66

7+
2004-09-16 Re-designated all files in matplotlib/images as binary and
8+
w/o keyword substitution using "cvs admin -kb *.svg ...".
9+
See binary files in "info cvs" under Linux. This was messing
10+
up builds from CVS on windows since CVS was doing lf -> cr/lf
11+
and keyword substitution on the bitmaps. - JTM
12+
713
2004-09-15 Modified setup to build array-package-specific extensions
814
for those extensions which are array-aware. Setup builds
915
extensions automatically for either Numeric, numarray, or
1016
both, depending on what you have installed. Python proxy
1117
modules for the array-aware extensions import the version
12-
optimized for numarray or Numeric determined by numerix. -
13-
JTM
18+
optimized for numarray or Numeric determined by numerix.
19+
- JTM
1420

1521
2004-09-15 Moved definitions of infinity from mlab to numerix to avoid
1622
divide by zero warnings for numarray - JTM

0 commit comments

Comments
 (0)