]> code.delx.au - gnu-emacs-elpa/blobdiff - NEWS.md
company-search-map: Include <up> and <down> bindings
[gnu-emacs-elpa] / NEWS.md
diff --git a/NEWS.md b/NEWS.md
index 33e1e689811e87c02e3cf28580824922f615e5dc..aa98b51b8c1eafdcc8bb1a8634ba0ed3e9901dd4 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,10 +1,53 @@
 # History of user-visible changes
 
-# Next
+## Next
 
+* Pressing `<up>` or `<down>` doesn't quit the search mode.
+
+## 2015-01-23 (0.8.9)
+
+* New commands `company-next-page` and `company-previous-page`, remapping
+  `scroll-up-command` and `scroll-down-command` during completion.
+
+## 2015-01-13 (0.8.8)
+
+* Pressing `M-n` or `M-p` doesn't quit the search mode.
+* New command `company-complete-common-or-cycle`. No default binding.
+* `company-search-toggle-filtering` replaced `company-search-kill-others`.
+* Quitting the search mode resets the filtering.
+* Pressing `backspace` in the search mode deletes the character at the end of
+  the search string.
+* `company-semantic` displays function arguments as annotations.
+* New user option, `company-bbdb-modes`.
+* `company-show-numbers` and `company-complete-number` now use visual numbering
+  of the candidates, taking into account only the ones currently displayed.
+* `company-complete-number` can be bound to keypad numbers directly, with or
+  without modifiers.
+* `company-cmake` expands `<LANG>` and `<CONFIG>` placeholders inside variable
+  names.
+
+## 2014-10-15 (0.8.6)
+
+* `company-clang` and `company-template-c-like-templatify` support templated
+  functions and arguments.
+* `company-dabbrev` ignores "uninteresting" buffers by default. Depends on the
+  new user option, `company-dabbrev-ignore-buffers`.
+* `company-files` checks directory's last modification time.
+* `company-files` supports relative paths and Windows drive letters.
+
+## 2014-08-13 (0.8.4)
+
+* `company-ropemacs` is only used when `ropemacs-mode` is on.
+* `company-gtags` is enabled in all `prog-mode` derivatives by default.
+* `company-end-of-buffer-workaround` is not used anymore.
+* `company-begin-commands` includes some of `cc-mode` commands.
+
+## 2014-08-27 (0.8.3)
+
+* On Emacs 24.4 or newer, tooltip positioning takes line-spacing into account.
 * New face `company-tooltip-search`, used for the search string in the tooltip.
 * The default value of `company-dabbrev-minimum-length` is set to 4, independent
-  of what `company-minimum-prefix-length` is set to.
+  of the `company-minimum-prefix-length` value.
 
 ## 2014-07-26 (0.8.2)