diff --git a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/index/IIndexManager.java b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/index/IIndexManager.java
index 0b61a345627..ef65bc7bfef 100644
--- a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/index/IIndexManager.java
+++ b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/index/IIndexManager.java
@@ -124,7 +124,7 @@ public interface IIndexManager extends IPDOMManager {
public static final int UPDATE_ALL= 0x1;
/**
- * Constant for requesting an update of translation units if theit timestamps have changed.
+ * Constant for requesting an update of translation units if their timestamps have changed.
*/
public static final int UPDATE_CHECK_TIMESTAMPS= 0x2;
diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm
index 1584ad107e2..b978af67931 100644
--- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm
+++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm
@@ -20,46 +20,48 @@
-2 Indexing
-3 Codan
+2 Refactoring
+3 Indexing
+4 Code Analysis
-4 Build
+5 Build
-5 Debug
+6 Debug
-6 C/C++ Unit Testing Support
-7 Bugs Fixed in this Release
+7 C/C++ Unit Testing Support
+8 Bugs Fixed in this Release
@@ -75,14 +77,27 @@
+ Mouse Hover for 'auto' Keyword
+Mouse hover for auto keyword shows deduced type:
+
+
+
+ Refactoring
+- Code added or changed during refactoring is formatted according to user preferences.
+
- New code style preferences for refactoring:
+
+
+
+
Indexing
- Support for multiple variants of the same header file in the index (Bug 197989).
-
- The "C/C++ --> Indexer --> Index unused headers" global preference is turned on by default (Bug 377992).
+
- The C/C++ > Indexer > Index unused headers global preference is turned on by default (Bug 377992).
+
- New command: Index > Re-resolve Unresolved Includes.
- Codan
- External-tool-based Checkers
+ Code Analysis
+ External-tool-based Checkers
The main motivation for integrating Codan with external tools is to enjoy all the code checks from mature tools without leaving Eclipse. With the new infrastructure:
- External tools can be configured using Codan’s preference page
diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt81/auto_hover.png b/doc/org.eclipse.cdt.doc.user/images/cdt81/auto_hover.png
new file mode 100644
index 00000000000..fef1d59579d
Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/cdt81/auto_hover.png differ
diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt81/code_style.png b/doc/org.eclipse.cdt.doc.user/images/cdt81/code_style.png
new file mode 100644
index 00000000000..b269060ffb1
Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/cdt81/code_style.png differ