[Zope3-checkins] CVS: Zope3/doc - CHANGES.txt:1.513

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Feb 26 08:08:48 EST 2004


Update of /cvs-repository/Zope3/doc
In directory cvs.zope.org:/tmp/cvs-serv8580/doc

Modified Files:
	CHANGES.txt 
Log Message:
added some of my latest doings. Also added work that faassen did last night
(removing unused imports) and his addition of the import checker. 


=== Zope3/doc/CHANGES.txt 1.512 => 1.513 ===
--- Zope3/doc/CHANGES.txt:1.512	Wed Feb 25 08:22:52 2004
+++ Zope3/doc/CHANGES.txt	Thu Feb 26 08:08:47 2004
@@ -10,6 +10,12 @@
 
     New features
 
+    - Import checker utilitiy that can tell you which import statements in
+      your Python files are unused.
+
+    - New dependency finder utilitiy for determining dependencies of Python
+      packages and modules.
+
     - Renamed the "Common Tasks" box in the default skin to "Add:",
       since this is really just a list of things to be added.
 
@@ -38,6 +44,8 @@
 
     Bug fixes
     
+    - Fixed inline-code support for Windows.
+
     - Reimplemented 'getRegisteredMatching()' of the Presentation Service,
       since it was not functioning at all.
 
@@ -51,6 +59,9 @@
 
     Restructuring
 
+    - Removed session-specific mapping interfaces. The two that were not yet
+      available in zope.interface.common.mapping were added there.
+
     - Rearranged the package hierarchy below zope.app.
 
       o Moved content types, including their interfaces and browser
@@ -60,6 +71,34 @@
 
     - Moved the i18n message string extraction utility to the
       'utilities' directory
+
+    Miscellaneous
+
+    - Gave many empty module doc strings a title. There are still many files
+      without titles.
+
+    - Added file headers (license) to Python and Python-C files. Still, not
+      all files have one yet.
+
+    - Gave many class and function doc strings some meaning, including some
+      that just contained XXX statements. Many more files exist that have
+      meaningless or incomplete doc strings.
+ 
+    - Removed unused imports.
+
+    Much thanks to everyone who contributed to this release:
+
+      Jim Fulton, Marius Gedminas, Jeremy Hylton, Fred Drake, Sidnei da Silva,
+      Philipp von Weitershausen, Steve Alexander, Andreas Jung, Anthony
+      Baxter, Kevin Littlejohn, Stuart Bishop, Christian Theune, Adam Summers,
+      Stephan Richter, Chris McDonough, Garrett Smith, Roger Ineichen, Gary
+      Poster, Martijn Faassen, Dominik Huber
+
+      Note: If you are not listed and contributed, please add yourself. This
+      note will be deleted before the release.
+
+  ------------------------------------------------------------------
+
 
   Zope X3.0.0 Milestone 4
 




More information about the Zope3-Checkins mailing list