Revision: 4670
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4670&view=rev
Author:   mdboom
Date:     2007-12-07 11:18:58 -0800 (Fri, 07 Dec 2007)

Log Message:
-----------
Updating CHANGELOG.

Modified Paths:
--------------
    trunk/matplotlib/CHANGELOG

Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG  2007-12-07 19:18:02 UTC (rev 4669)
+++ trunk/matplotlib/CHANGELOG  2007-12-07 19:18:58 UTC (rev 4670)
@@ -1,3 +1,5 @@
+2007-12-07 Issue a warning when drawing an image on a non-linear axis. - MGD
+
 2007-12-06 let widgets.Cursor initialize to the lower x and y bounds
            rather than 0,0, which can cause havoc for dates and other
            transforms - DSD
@@ -6,6 +8,10 @@
 
 2007-12-06 fixed a bug in rcsetup, see bug 1845057 - DSD
 
+2007-12-05 Fix how fonts are cached to avoid loading the same one multiple 
times.
+           (This was a regression since 0.90 caused by the refactoring of
+           font_manager.py) - MGD
+
 ===============================================================
 2007-11-27 Released 0.91.1 at revision 4517
 
@@ -17,8 +23,8 @@
           object in place of a file path. - MGD
 
 2007-11-13 Improved the default backend selection at build time:
-           SVG -> Agg -> TkAgg -> WXAgg -> GTK -> GTKAgg. The last usable 
-           backend in this progression will be chosen in the default 
+           SVG -> Agg -> TkAgg -> WXAgg -> GTK -> GTKAgg. The last usable
+           backend in this progression will be chosen in the default
            config file. If a backend is defined in setup.cfg, that will
            be the default backend - DSD
 
@@ -28,41 +34,41 @@
 2007-11-12 Exposed all the build options in setup.cfg. These options are
            read into a dict called "options" by setupext.py. Also, added
            "-mpl" tags to the version strings for packages provided by
-           matplotlib. Versions provided by mpl will be identified and 
+           matplotlib. Versions provided by mpl will be identified and
            updated on subsequent installs - DSD
 
 2007-11-12 Added support for STIX fonts.  A new rcParam,
-          mathtext.fontset, can be used to choose between: 
-           
+          mathtext.fontset, can be used to choose between:
+
           'cm':
-            The TeX/LaTeX Computer Modern fonts 
+            The TeX/LaTeX Computer Modern fonts
 
-          'stix': 
+          'stix':
             The STIX fonts (see stixfonts.org)
 
-          'stixsans': 
-            The STIX fonts, using sans-serif glyphs by default 
+          'stixsans':
+            The STIX fonts, using sans-serif glyphs by default
 
-          'custom': 
+          'custom':
             A generic Unicode font, in which case the mathtext font
             must be specified using mathtext.bf, mathtext.it,
             mathtext.sf etc.
-            
+
           Added a new example, stix_fonts_demo.py to show how to access
           different fonts and unusual symbols.
-           
+
            - MGD
 
-2007-11-12 Options to disable building backend extension modules moved 
+2007-11-12 Options to disable building backend extension modules moved
            from setup.py to setup.cfg - DSD
 
 2007-11-09 Applied Martin Teichmann's patch 1828813: a QPainter is used in
-           paintEvent, which has to be destroyed using  the method end(). If 
-           matplotlib raises an exception before the call to end - and it 
-           does if you feed it with bad data - this method end() is never 
+           paintEvent, which has to be destroyed using  the method end(). If
+           matplotlib raises an exception before the call to end - and it
+           does if you feed it with bad data - this method end() is never
            called and Qt4 will start spitting error messages
 
-2007-11-09 Moved pyparsing back into matplotlib namespace. Don't use 
+2007-11-09 Moved pyparsing back into matplotlib namespace. Don't use
            system pyparsing, API is too variable from one release
            to the next - DSD
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to