dgutov pushed a commit to branch master
in repository elpa.
commit 82b53c5fc5226f6a415d97eb48666a9278903191
Author: Dmitry Gutov
Date: Wed Aug 27 05:02:39 2014 +0400
Fix WRT `keep-prefix'
---
company.el |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/company.el
dgutov pushed a commit to branch master
in repository elpa.
commit a5a6eeecf0ac9bda696091ab2a88a573f2fe3fd4
Author: Dmitry Gutov
Date: Thu Jul 31 17:15:00 2014 +0300
company-dabbrev--search-buffer: Use `syntax-ppss' to get to the beg of
str-or-cmt
Fixes #158
---
company-dabbrev.
dgutov pushed a commit to branch master
in repository elpa.
commit 7e1ca8e6ee18a2afb16843fdf4e0bde1128d5f4d
Author: Dmitry Gutov
Date: Mon Aug 18 06:17:02 2014 +0400
company-input-noop still seems to be needed in the terminal
---
company.el |5 ++---
1 files changed, 2 insertions(+),
dgutov pushed a commit to branch master
in repository elpa.
commit c2d4a0f945afbfd929a024980a51549a4688c678
Author: Dmitry Gutov
Date: Mon Aug 11 21:56:34 2014 +0400
Tweak wording
---
NEWS.md |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/NEWS.md b/NEWS.md
index
dgutov pushed a commit to branch master
in repository elpa.
commit 8a7002515f04ae07a120c299a52af2f95e94b73b
Author: Dmitry Gutov
Date: Thu Jul 31 19:44:04 2014 +0300
company-dabbrev-minimum-length: change the initvalue and document better
#158
---
NEWS.md|5 +
dgutov pushed a commit to branch master
in repository elpa.
commit e7f432480b9aaac4ceb8fc27189c430770cb136e
Author: Dmitry Gutov
Date: Mon Aug 4 02:38:37 2014 +0400
company--window-inner-height: remove, use `window-body-height'
Available since Emacs 24.1.
Fixes #160
---
dgutov pushed a commit to branch master
in repository elpa.
commit c757a2be4f07f5f2bb9ae6bc93c603a922adc78c
Author: Dmitry Gutov
Date: Tue Aug 5 04:13:14 2014 +0400
Mention company-tooltip-search in NEWS
---
NEWS.md |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/
dgutov pushed a commit to branch master
in repository elpa.
commit 11241a341708cbd645a2f67f0eb09c279b6ebe07
Author: Dmitry Gutov
Date: Wed Aug 27 05:04:24 2014 +0400
Use `company-dabbrev-ignore-case' when searching for candidates
---
company-dabbrev.el | 17 +
1 files ch
dgutov pushed a commit to branch master
in repository elpa.
commit 3427e265fe793fac5924bf3c35a0acd444711824
Author: Dmitry Gutov
Date: Sun Aug 24 03:05:37 2014 +0400
Add a comment
---
company.el |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/company.el b/company
dgutov pushed a commit to branch master
in repository elpa.
commit 6468e89e00758abebc42477cc0df30a960546d78
Author: Dmitry Gutov
Date: Mon Aug 18 04:49:19 2014 +0400
Use `posn-actual-col-row' to determine the current col and row
Issue #136 WIP.
Reverting d21bb454dcfacda88
dgutov pushed a commit to branch master
in repository elpa.
commit b5ee68f132dee438d23636de09631ddec3a732e2
Author: Dmitry Gutov
Date: Wed Aug 27 05:10:51 2014 +0400
company-dabbrev-code-ignore-case: rephrase a bit
---
company-dabbrev-code.el |2 +-
1 files changed, 1 insertions(+), 1
dgutov pushed a commit to branch master
in repository elpa.
commit d072a391ccfba12c639558ba22eaea548c1425d0
Author: Dmitry Gutov
Date: Wed Aug 27 05:09:52 2014 +0400
Document `company-dabbrev-ignore-case' better
Closes #134
---
company-dabbrev.el |4 +++-
1 files changed, 3 i
dgutov pushed a commit to branch master
in repository elpa.
commit f4ffe2b47cf6854ff3bc3ca1717efe1258c01547
Author: Dmitry Gutov
Date: Wed Aug 27 05:11:33 2014 +0400
Bump the version
---
NEWS.md|2 +-
company.el |2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --g
dgutov pushed a commit to branch master
in repository elpa.
commit e40329f6b4af7557c4651d33fcf7d3ba93c58041
Author: Dmitry Gutov
Date: Mon Aug 18 05:51:10 2014 +0400
company-buffer-lines: handle multiline display better
Improves #136.
---
company-tests.el | 14 ++
c
dgutov pushed a commit to branch master
in repository elpa.
commit 1b705a0f32ab83931ecaecddb6c9e4ba4d47c643
Author: Dmitry Gutov
Date: Mon Aug 4 01:25:57 2014 +0400
company--show-inline-p: never ignore case
Fixes #162
---
company.el |3 +--
1 files changed, 1 insertions(+), 2
dgutov pushed a change to branch master
in repository elpa.
from b6a1a9e Upgrade to version 1.3.
new 43b05ff company-fill-propertize: tuncate the common part
new a5a6eee company-dabbrev--search-buffer: Use `syntax-ppss' to get
to the beg of str-or-cmt
new 8a70
dgutov pushed a commit to branch master
in repository elpa.
commit 782d1ec3d29d0b96398a6f417cc3f76f411fcf84
Author: Dmitry Gutov
Date: Sun Aug 24 02:52:43 2014 +0400
company-pseudo-tooltip-unhide: use local vars
---
company.el | 15 ---
1 files changed, 8 insertions(+), 7 de
dgutov pushed a commit to branch master
in repository elpa.
commit 8cdc59c68182a5192e68830db2070fa9dd0e4125
Author: Dmitry Gutov
Date: Sun Aug 24 02:56:47 2014 +0400
company-pseudo-tooltip-unhide: fix rendering at eob
Regression from bb0a1d5
---
company.el |7 +--
1 files
dgutov pushed a commit to branch master
in repository elpa.
commit bb0a1d57ae2dc4b8778dd594c85b557f3198dd0b
Author: Dmitry Gutov
Date: Mon Aug 18 05:14:17 2014 +0400
Work around http://debbugs.gnu.org/18285
Closes #136
---
company.el | 12 +---
1 files changed, 5 insert
dgutov pushed a commit to branch master
in repository elpa.
commit d6e4cc24161fd727cc2256da038afa55c492d4a3
Author: Dmitry Gutov
Date: Sun Aug 24 20:51:52 2014 +0400
company--capf-data: use caching
#170
---
company-capf.el | 13 +
1 files changed, 13 insertions(+),
dgutov pushed a commit to branch master
in repository elpa.
commit 5f64175f54e9d003cef8cde4f80c395681caeb41
Author: Dmitry Gutov
Date: Mon Aug 18 05:23:27 2014 +0400
Fix the tests
---
company-tests.el | 40 ++--
1 files changed, 26 insertions(+), 14 d
dgutov pushed a commit to branch master
in repository elpa.
commit f9c62e5025752a8134d278289f0e75eed498fbc2
Author: Mark Oteiza
Date: Mon Aug 4 18:21:55 2014 -0400
Assign a face for the tooltip search string
---
company.el |6 +-
1 files changed, 5 insertions(+), 1 deletions(-)
d
dgutov pushed a commit to branch master
in repository elpa.
commit 47a4acf4b910944bd6af2dbcdbd590b86e1ac711
Author: Dmitry Gutov
Date: Thu Jul 31 19:46:17 2014 +0300
Remove the "download ERT" logic; should be unused at this point
---
.travis.yml |3 ---
Makefile|6 --
2 fi
dgutov pushed a commit to branch master
in repository elpa.
commit 308cf47d1533234b9fe2261a60e90048802ced53
Author: Dmitry Gutov
Date: Wed Aug 6 08:35:00 2014 +0400
Use window-screen-lines when available
Fixes #160
---
NEWS.md|1 +
company.el |7 ++-
2 files chang
dgutov pushed a commit to branch master
in repository elpa.
commit 0233a0c41139c2bfabc4265dfdc7730c6395ce4d
Author: Dmitry Gutov
Date: Mon Aug 4 02:34:29 2014 +0400
Use `window-body-width' instead of the now-alias `window-width'
---
company.el |6 +++---
1 files changed, 3 insertions(
dgutov pushed a commit to branch master
in repository elpa.
commit 9282c0318c03af805ce201a7dfc7b4007883a859
Merge: e7f4324 f9c62e5
Author: Dmitry Gutov
Date: Tue Aug 5 03:05:56 2014 +0400
Merge pull request #164 from holomorph/tooltip-search
Assign a face for the tooltip search st
dgutov pushed a commit to branch master
in repository elpa.
commit 2154da01c6acee11f2b356d90bb2f5cd9e4a89f4
Author: Dmitry Gutov
Date: Mon Aug 18 06:26:06 2014 +0400
Skip company-buffer-lines tests in terminal
They seem to freeze.
---
company-tests.el |2 ++
1 files changed,
dgutov pushed a commit to branch master
in repository elpa.
commit 2d6cddf98aab030de279e007d07b23d838f6cd62
Merge: b6a1a9e f4ffe2b
Author: Dmitry Gutov
Date: Wed Aug 27 05:25:46 2014 +0400
Merge commit 'f4ffe2b47cf6854ff3bc3ca1717efe1258c01547' from company
packages/company/.travis.yml
dgutov pushed a commit to branch master
in repository elpa.
commit 43b05ffa8a72d3bcce763285f8b1f4a907fa4011
Author: Dmitry Gutov
Date: Mon Jul 28 17:22:14 2014 +0300
company-fill-propertize: tuncate the common part
Fixes #156
---
company-tests.el | 33 ++
29 matches
Mail list logo