]> code.delx.au - gnu-emacs-elpa/shortlog
gnu-emacs-elpa
2014-04-28 Dmitry Gutovcompany-clang: don't mistake scoping operator for objc...
2014-04-25 Dmitry GutovFix #103
2014-04-19 Stefan MonnierDon't require pysmell during compile.
2014-04-19 Dmitry GutovRelease 0.8.0
2014-04-19 Dmitry GutovAlways include company-capf in the backends
2014-04-14 Dmitry Gutov`company-other-backend': don't use `company-manual...
2014-04-14 Dmitry GutovIntroduce company-clang-insert-arguments
2014-04-09 Dmitry GutovFix the test breakage (probably)
2014-04-09 Dmitry GutovMerge pull request #101 from bbatsov/master
2014-04-09 Bozhidar BatsovUse cl-lib
2014-04-09 Dmitry GutovTry to use the more up-to-date snapshot packages
2014-04-09 Dmitry GutovMerge pull request #100 from bbatsov/version-fix
2014-04-09 Bozhidar BatsovMake version string compatible with Emacs < 24.4
2014-04-08 Dmitry GutovLower company-idle-delay
2014-04-07 Dmitry GutovIntroduce `company-tooltip-minimum-width'
2014-04-04 Dmitry Gutovcompany--multi-backend-adapter-candidates: bind backend...
2014-04-04 Dmitry GutovDefine and use `company-grab-symbol-cons'
2014-04-03 Dmitry GutovChange the summary
2014-04-02 Dmitry GutovMove company-elisp require
2014-04-02 Dmitry Gutovcompany--force-sync: change calling convention
2014-04-02 Dmitry Gutovcompany--merge-async: tweak
2014-04-02 Dmitry GutovUpdate NEWS
2014-04-02 Dmitry GutovMerge branch 'clang-async'
2014-04-02 Dmitry GutovImplement async operation for grouped backends
2014-04-01 Dmitry GutovMake company-clang work asynchronously
2014-04-01 Dmitry GutovRemove `company-locate-dominating-file'
2014-04-01 Dmitry GutovInitial support for asynchonous backends (#62)
2014-03-30 Dmitry GutovBump version
2014-03-30 Dmitry GutovAdd Package-Requires header
2014-03-30 Dmitry GutovUse `condition-case-unless-debug'
2014-03-30 Dmitry GutovDrop support for `crop'
2014-03-30 Dmitry GutovDrop Emacs 23 compatibility
2014-03-25 Dmitry GutovUpdate NEWS
2014-03-25 Dmitry GutovMinor tweaks
2014-03-25 Ingo LohmarTest new prefix behavior, option company-abort-manual...
2014-03-25 Ingo LohmarMore robust and simpler logic in prefix test
2014-03-25 Ingo LohmarNew option company-abort-manual-when-too-short
2014-03-25 Dmitry GutovRelease 0.7.3
2014-03-24 Dmitry Gutovcompany-etags-ignore-case: simplify docstring and type...
2014-03-24 Ingo LohmarUse company-dabbrev-code-ignore-case when finding candi...
2014-03-24 Ingo LohmarNew option company-etags-ignore-case
2014-03-21 Dmitry Gutovcompany-clang--build-location: try to be more careful...
2014-03-19 Dmitry GutovRelease 0.7.2
2014-03-18 Dmitry Gutovcompany-clang: handle multibyte chars between bol and...
2014-03-18 Dmitry GutovFix #80
2014-03-18 Dmitry GutovRelease 0.7.1
2014-03-18 Dmitry GutovRemove leftover debug statement
2014-03-17 Dmitry Gutovcompany-semantic: don't try to fetch doc for tag withou...
2014-03-16 Dmitry Gutovcompany-semantic--current-tags: make buffer-local
2014-03-16 Dmitry GutovSupport the keyword :with
2014-03-16 Dmitry Gutovcompany-keywords-alist: add missing question mark
2014-03-16 Dmitry Gutovcompany-yasnippet: autoload, to make it easy to use...
2014-03-14 Dmitry GutovDefine company-version
2014-03-13 Dmitry Gutovcompany-sort-by-occurrence: do stable sorting
2014-03-13 Dmitry Gutovcompany-init-backend: don't try to initialize lambdas
2014-03-11 Dmitry GutovFix company-yasnippet summary
2014-03-11 Dmitry GutovHighlight last annotation character, too
2014-03-11 Dmitry Gutovcompany--multi-backend-adapter: noop when arg is empty
2014-03-11 Dmitry GutovAdd company-yasnippet
2014-03-11 Dmitry GutovTag candidates from grouped backends
2014-03-05 Dmitry GutovClear company-backend in company-auto-begin
2014-03-03 Dmitry GutovFix indentation
2014-03-03 Dmitry GutovMerge pull request #70 from sadboy/master
2014-03-03 Bo LinFix `args-out-of-bounds' error on formatting annotation...
2014-03-03 Dmitry GutovRemove superfluous statement
2014-02-24 Dmitry Gutovcompany-auto-begin: wrap `company-begin' in `condition...
2014-02-24 Dmitry GutovReuse `company-auto-begin' in `company-idle-begin'
2014-02-24 Dmitry GutovWrap `company-call-backend' in `condition-case'
2014-02-21 Dmitry GutovTurn off company-tooltip-align-annotations by default
2014-02-21 Dmitry GutovHopefully fix the Emacs 23 breakage
2014-02-20 Dmitry GutovAdd user option company-tooltip-align-annotations
2014-02-20 Dmitry GutovMention it in NEWS
2014-02-20 Dmitry GutovRemove company-bbdb-records, it was unused
2014-02-20 Dmitry GutovDeclare bbdb functions, instead of requiring it
2014-02-19 Jan TatarikBBDB completion in message-mode
2014-02-18 Dmitry GutovBump the version
2014-02-18 Dmitry Gutovcompany-continue-commands: change the default value
2014-02-18 Dmitry Gutovcommon-part: rename to `match' and document
2014-02-17 Dmitry Gutovcompany-capf: cache the capf data
2014-02-17 Dmitry Gutovcompany-capf common-part: look up font-lock-face
2014-02-17 Dmitry Gutovcompany--capf-data: Check that the cdr is cons, not...
2014-02-12 Dmitry Gutovcompany-capf: fix when company-point is nil
2014-02-11 Dmitry GutovIntroduce company-dabbrev-downcase
2014-02-09 Dmitry GutovFix out-of-bounds error on truncated anno fontification
2014-02-09 Dmitry GutovFix scrolling up from the last item
2014-02-09 Dmitry GutovNew user option, company-continue-commands
2014-02-09 Dmitry GutovDon't `company-cancel' twice
2014-02-06 Dmitry GutovSet company-added-newline to t if the buffer was modified
2014-02-03 Dmitry GutovRemove outdated comment
2014-02-03 Dmitry GutovFix #56
2014-02-03 Dmitry GutovDisplay annotations
2014-02-03 Dmitry Gutovcompany-capf: strip duplicates
2014-02-01 Dmitry GutovDon't "transform" twice
2014-02-01 Dmitry GutovRemove NEWS entry for 9b0d457, it's a bugfix
2014-02-01 Dmitry Gutovcompany-sort-by-occurrence: consider the preceding...
2014-02-01 Dmitry Gutovcompany--continue-failed: require matching input properly
2014-02-01 Dmitry Gutovcompany-preview* faces: inherit from company-tooltip...
2014-02-01 Dmitry GutovRender company-preview-frontend after the cursor
2014-02-01 Dmitry GutovDon't generate bogus event in Emacs 24.4
2014-01-31 Dmitry Gutovcompany-transformers: improve the defcustom widget
next