summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorshimizukawa <shimizukawa@gmail.com>2014-03-23 23:01:15 +0900
committershimizukawa <shimizukawa@gmail.com>2014-03-23 23:01:15 +0900
commitd9d7fb8957db080ef4da9c278c18801cac4bbf29 (patch)
tree34b49fa5094eddf694584e7c9c0ab5a32d11bf1d /CHANGES
parent27f359a1a3e20f00229644a7a76553d1887ae1bd (diff)
downloadsphinx-d9d7fb8957db080ef4da9c278c18801cac4bbf29.tar.gz
Fix i18n: missing python domain's cross-references with currentmodule directive or currentclass directive. refs #1363
* node attributes 'py:module', 'py:class' is provided from environment (e.x. currentmodule directive is provided on previous line, not on node) * Because translation nodes are parsed in independently, 'provided attributes by environment' are not exist. * For a pending_xref nodes, all attributes of a translated xref node should be same as original xref node in current test cases. * For the above reasons, I overwrite all attributes from origonal node to new translated xref node.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 538c9007..cee5275c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,8 @@ Bugs fixed
* #1419: Generated i18n sphinx.js files are missing message catalog entries
from '.js_t' and '.html'. The issue was introduced from Sphinx-1.1
+* #1363: Fix i18n: missing python domain's cross-references with currentmodule
+ directive or currentclass directive.
Release 1.2.2 (released Mar 2, 2014)