merge with 1.0

This commit is contained in:
Georg Brandl
2011-01-07 19:04:53 +01:00
14 changed files with 97 additions and 29 deletions

17
CHANGES
View File

@@ -78,6 +78,23 @@ Release 1.1 (in development)
Release 1.0.7 (in development)
==============================
* Fix general index links for C++ domain objects.
* #332: Make admonition boundaries in LaTeX output visible.
* #573: Fix KeyErrors occurring on rebuild after removing a file.
* Fix a traceback when removing files with globbed toctrees.
* If an autodoc object cannot be imported, always re-read the
document containing the directive on next build.
* If an autodoc object cannot be imported, show the full traceback
of the import error.
* Fix a bug where the removal of download files and images wasn't
noticed.
* #571: Implement ``~`` cross-reference prefix for the C domain.
* Fix regression of LaTeX output with the fix of #556.