Merge bugfix from 0.5.

This commit is contained in:
Georg Brandl
2008-12-08 08:57:46 +01:00
4 changed files with 11 additions and 5 deletions

View File

@@ -24,12 +24,15 @@ New features added
Release 0.5.1 (in development)
==============================
* Fix a bug when including images in sources in subdirectories.
* Fix LaTeX writer output for images with specified height.
* Fix wrong generated image path when including images in sources
in subdirectories.
* Fix the JavaScript search when html_copy_source is off.
* Fix a bug in autodoc when documenting classes with the option.
``autoclass_content = "both"`` set.
* Fix an indentation problem in autodoc when documenting classes
with the option ``autoclass_content = "both"`` set.
* Don't crash on empty index entries, only emit a warning.