]> code.delx.au - gnu-emacs-elpa/blobdiff - NEWS.md
* company-dabbrev-code-modes: Remove espresso-mode, add prog-mode
[gnu-emacs-elpa] / NEWS.md
diff --git a/NEWS.md b/NEWS.md
index cec4fa2a14bb32608f6935d40badeb78391e32a9..31c50b44db3b3e6f1634c2f52f1cf22f35ee7104 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,13 +2,18 @@
 
 ## Next
 
+* `company-dabbrev-code` supports all `prog-mode` derivatives.
+
+## 2013-04-16 (0.6.8)
+
 * `company-auto-complete` is disabled by default.
 * `company-auto-complete-chars` default value includes fewer syntax classes.
+* In expanded function calls, arguments skipped by the user default to "argN".
 * `company-eclim` and `company-clang` do not strip argument types from fields.
-* `company-clang` expand function calls into templates for all three modes now.
+* `company-clang` expands function calls for all three modes now.
 * `company-clang` supports `c++-mode` by default.
 
-## 2013-04-01 (0.6.7)
+## 2013-04-05 (0.6.7)
 
 * Two `company-elisp` tweaks.