[Python-checkins] r65278 - doctools/trunk/CHANGES

georg.brandl python-checkins at python.org
Tue Jul 29 12:00:11 CEST 2008


Author: georg.brandl
Date: Tue Jul 29 12:00:11 2008
New Revision: 65278

Log:
Merge in 0.4.2 changelog.


Modified:
   doctools/trunk/CHANGES

Modified: doctools/trunk/CHANGES
==============================================================================
--- doctools/trunk/CHANGES	(original)
+++ doctools/trunk/CHANGES	Tue Jul 29 12:00:11 2008
@@ -25,6 +25,36 @@
   links.  EXPERIMENTAL
 
 
+Release 0.4.2 (Jul 29, 2008)
+============================
+
+* Fix rendering of the ``samp`` role in HTML.
+
+* Fix a bug with LaTeX links to headings leading to a wrong page.
+
+* Reread documents with globbed toctrees when source files are
+  added or removed.
+
+* Add a missing parameter to PickleHTMLBuilder.handle_page().
+
+* Put inheritance info always on its own line.
+
+* Don't automatically enclose code with whitespace in it in quotes;
+  only do this for the ``samp`` role.
+
+* autodoc now emits a more precise error message when a module
+  can't be imported or an attribute can't be found.
+
+* The JavaScript search now uses the correct file name suffix when
+  referring to found items.
+
+* The automodule directive now accepts the ``inherited-members``
+  and ``show-inheritance`` options again.
+
+* You can now rebuild the docs normally after relocating the source
+  and/or doctree directory.
+
+
 Release 0.4.1 (Jul 5, 2008)
 ===========================
 


More information about the Python-checkins mailing list