[elpa] master b05124b 03/13: Sort candidates by previous completion choices

2015-01-28 Thread Dmitry Gutov
branch: master commit b05124c4d98f86bbcdb5c7cd95c742a5a71d Author: Ingo Lohmar Commit: Ingo Lohmar Sort candidates by previous completion choices --- company-statistics.el | 206 + 1 files changed, 206 insertions(+), 0 deletions(-) diff

[elpa] master bc3f1ec 02/13: Basic files

2015-01-28 Thread Dmitry Gutov
branch: master commit bc3f1ec32d43195bfefe31fd52b191a523f12e79 Author: Ingo Lohmar Commit: Ingo Lohmar Basic files --- .dir-locals.el |4 .gitignore |2 ++ README.org | 23 +++ 3 files changed, 29 insertions(+), 0 deletions(-) diff --git a/.dir-lo

[elpa] master 3babb6c 08/13: Pass de-propertized candidates to sorting

2015-01-28 Thread Dmitry Gutov
branch: master commit 3babb6c2febc7f639eef076fdf1d413127f439f7 Author: Ingo Lohmar Commit: Ingo Lohmar Pass de-propertized candidates to sorting This is the analogous counterpart to the call of the score change function --- company-statistics.el |6 -- 1 files changed, 4 in

[elpa] master 1ec2351 10/13: Fix default score calc function for missing global score

2015-01-28 Thread Dmitry Gutov
branch: master commit 1ec23517326b504064756eec6ef47d3510c7861c Author: Ingo Lohmar Commit: Ingo Lohmar Fix default score calc function for missing global score --- company-statistics.el |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/company-statistics.el b/compan

[elpa] master e5553b5 07/13: Fix enabling mode without saved cache file

2015-01-28 Thread Dmitry Gutov
branch: master commit e5553b5f4a5c66f0e6e81933de7224f5f1c7624e Author: Ingo Lohmar Commit: Ingo Lohmar Fix enabling mode without saved cache file --- company-statistics.el |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/company-statistics.el b/company-statist

[elpa] master updated (0d834ff -> 2452ff7)

2015-01-28 Thread Dmitry Gutov
dgutov pushed a change to branch master. from 0d834ff Merge commit '1583a82fdcd387de95d27c384ec590e714d24c6a' as 'packages/ahungry-theme' new d131452 Initial commit new bc3f1ec Basic files new b05124b Sort candidates by previous completion choices new

[elpa] master d131452 01/13: Initial commit

2015-01-28 Thread Dmitry Gutov
branch: master commit d13145296e8f4b6fa56a47911f6919f6f8bd3f00 Author: Ingo Lohmar Commit: Ingo Lohmar Initial commit --- 0 files changed, 0 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md new file mode 100644 index 000..e69de29

[elpa] master b736562 09/13: Keep properties for score change/calc

2015-01-28 Thread Dmitry Gutov
branch: master commit b736562a2727d90ba89242a650442220c82431e6 Author: Ingo Lohmar Commit: Ingo Lohmar Keep properties for score change/calc - no need to remove them - might be useful information --- company-statistics.el | 10 -- 1 files changed, 4 insertions(+), 6 d

[elpa] master b9bc7f0 05/13: Tests and stubs

2015-01-28 Thread Dmitry Gutov
branch: master commit b9bc7f0ed6e316604f74b45d0d7c38f5f4fabe56 Author: Ingo Lohmar Commit: Ingo Lohmar Tests and stubs --- company-statistics-tests.el | 282 +++ 1 files changed, 282 insertions(+), 0 deletions(-) diff --git a/company-statistics-test

[elpa] master c9395db 06/13: First round of typos

2015-01-28 Thread Dmitry Gutov
branch: master commit c9395db0cc08dd11c16d67c5289317e67b8a4123 Author: Ingo Lohmar Commit: Ingo Lohmar First round of typos --- README.org |9 + 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index 80f04d7..c2c3da5 100644 --- a/README.org

[elpa] master 1c8bf18 04/13: Flexible context handling, refactoring

2015-01-28 Thread Dmitry Gutov
branch: master commit 1c8bf18da2ffaf6660468c9695f6cc5e112682d9 Author: Ingo Lohmar Commit: Ingo Lohmar Flexible context handling, refactoring Default: major-mode, buffer-file-name --- company-statistics.el | 194 + 1 files changed, 1

[elpa] master f8d15c7 12/13: Fix elpa URL in docs

2015-01-28 Thread Dmitry Gutov
branch: master commit f8d15c7edb2a182f484c5e6eb86f322df473e763 Author: Ingo Lohmar Commit: Ingo Lohmar Fix elpa URL in docs --- README.org|2 +- company-statistics.el |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 4f25

[elpa] master 2452ff7 13/13: Add 'packages/company-statistics/' from commit 'f8d15c7edb2a182f484c5e6eb86f322df473e763'

2015-01-28 Thread Dmitry Gutov
branch: master commit 2452ff7db09251b65d5f7125a15a74b07e9a9b69 Merge: 0d834ff f8d15c7 Author: Dmitry Gutov Commit: Dmitry Gutov Add 'packages/company-statistics/' from commit 'f8d15c7edb2a182f484c5e6eb86f322df473e763' git-subtree-dir: packages/company-statistics git-subtree-mai

[elpa] master 7b9f171 11/13: Update metadata and documentation for ELPA

2015-01-28 Thread Dmitry Gutov
branch: master commit 7b9f1711fffc032db88488e53d103e2efc0887e3 Author: Ingo Lohmar Commit: Ingo Lohmar Update metadata and documentation for ELPA --- README.org| 18 ++ company-statistics.el | 35 +++ 2 files changed, 41 insert