diff --git a/xdoc/src/plugin-resources/site.jsl b/xdoc/src/plugin-resources/site.jsl
index 4c8aad41..3adee366 100644
--- a/xdoc/src/plugin-resources/site.jsl
+++ b/xdoc/src/plugin-resources/site.jsl
@@ -287,7 +287,7 @@
- ${pom.name} > ${_docTitle}
+ ${_navTitle}${pom.name} > ${_docTitle}
diff --git a/xdoc/xdocs/changes.xml b/xdoc/xdocs/changes.xml
index 691a5085..3fd63512 100644
--- a/xdoc/xdocs/changes.xml
+++ b/xdoc/xdocs/changes.xml
@@ -27,8 +27,9 @@
+ In breadcrumbs, use for the project's name nav.title if defined, pom.name otherwise.
Display the "external link" icon only if the link host is different from the project url (pom.url).
- Fix generated pages titles: [nav.title | pom.name] - doc.title
+ Fix generated pages titles: [nav.title | pom.name] - doc.title
New attribute fileSuffix for the tag doc:registerReport allow to use another extension than '.html' for a report link.
Include instructions for ClearCase, Starteam and Perforce access in the scm-usage page.
Include dependencies' scope in dependencies page.