From a385f17efb145678ee391d1eb6b192dc2fa80175 Mon Sep 17 00:00:00 2001 From: Bet4 <0xbet4@gmail.com> Date: Sat, 4 May 2019 23:11:54 +0800 Subject: [PATCH] Update changelog.develop --- CHANGELOG.develop | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.develop b/CHANGELOG.develop index 6c73941bb..ff3ff8a48 100644 --- a/CHANGELOG.develop +++ b/CHANGELOG.develop @@ -975,6 +975,7 @@ Other: (thanks to Aaron Jensen) - Use =counsel-company= to show completion candidates (thanks to Kalle Lindqvist) + - Added =company-semantic= as a default company backend (thanks to bet4it) - Fixes: - Check if =dotspacemacs-directory-snippets-dir= exists before adding it (thanks to Wojciech Wojtyniak) @@ -2075,6 +2076,10 @@ Other: - Update install docs for Chicken 5 changes (thanks to Grant Shangreaux) **** Semantic - Made it possible to exclude stickyfunc (thanks to Sylvain Benner) +- Changed the default throttle for =semanticdb-find= routines. Don't search + system databases to speed up semantic (thanks to bet4it) +- Disabled =semantic-idle-summary-mode= when =gtags= or =lsp= layer is enabled + (thanks to bet4it) **** Shell - Fixed xterm colors filtering bug in =eshell= when eshell buffers are updated and are not focused (thanks to Steven Allen)