summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-03-25 09:31:44 +0100
committerGeorg Brandl <georg@python.org>2014-03-25 09:31:44 +0100
commit01a3c169a06a2f69c6ca93dbee9fd5863af25c7c (patch)
treee8cb542659c80fbd6d301f5546670079fa9542ca /CHANGES
parentd2e0fb667cad9f93b77de93e66b8d184514fcfca (diff)
parentb7004620eebd66e684730f10be25a86667330fee (diff)
downloadsphinx-01a3c169a06a2f69c6ca93dbee9fd5863af25c7c.tar.gz
merge with stable
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 03b80585..9103a9cf 100644
--- a/CHANGES
+++ b/CHANGES
@@ -133,6 +133,10 @@ Bugs fixed
* #1364: Fix 'make gettext' fails when the '.. todolist::' directive is present.
* #1367: Fix a change of PR#96 that break sphinx.util.docfields.Field.make_field
interface/behavior for `item` argument usage.
+* #1363: Fix i18n: missing python domain's cross-references with currentmodule
+ directive or currentclass directive.
+* #1419: Generated i18n sphinx.js files are missing message catalog entries
+ from '.js_t' and '.html'. The issue was introduced in Sphinx 1.1.
Documentation
-------------