]> rtime.felk.cvut.cz Git - sojka/company-mode.git/shortlog
sojka/company-mode.git
2009-03-20 Nikolaj SchumacherBumped version to 0.1. 0.1
2009-03-20 Nikolaj SchumacherAdded compatibility info for Emacs 22.
2009-03-20 Nikolaj SchumacherMake sure pseudo-tooltip is shown when switching the...
2009-03-20 Nikolaj SchumacherAdded known issue doc.
2009-03-20 Nikolaj SchumacherMade company-elisp work in lisp-interaction-mode.
2009-03-20 Nikolaj SchumacherAdded <up> and <down> as keybindings for selecting.
2009-03-20 Nikolaj SchumacherChanged selection color for low-color displays.
2009-03-20 Nikolaj SchumacherAdded support for yaooddmuse-mode.
2009-03-20 Nikolaj SchumacherShow errors when using commands without activating...
2009-03-20 Nikolaj SchumacherAdded documentation strings.
2009-03-20 Nikolaj SchumacherDeal with missing ispell look command.
2009-03-20 Nikolaj SchumacherMade search map compatible to Emacs 22.
2009-03-20 Nikolaj SchumacherAdded support for chained predicates.
2009-03-20 Nikolaj SchumacherSpeed up line replacement.
2009-03-20 Nikolaj SchumacherCalculate window line number faster.
2009-03-20 Nikolaj SchumacherDon't bother with cache, if it is empty.
2009-03-20 Nikolaj SchumacherSpeed up echo by not showing it immediately.
2009-03-20 Nikolaj SchumacherSpeed up scrolling by calculating the candidates length...
2009-03-20 Nikolaj SchumacherDeal with tabs.
2009-03-20 Nikolaj SchumacherDeal with empty prefixes in semantic.
2009-03-20 Nikolaj SchumacherProtect against front-end errors.
2009-03-20 Nikolaj SchumacherSwitched to regular timer, because idle time fluctuates...
2009-03-20 Nikolaj SchumacherAllowed scrolling of the documentation window.
2009-03-20 Nikolaj SchumacherMore efficient filtering.
2009-03-20 Nikolaj SchumacherKeep selection when updating completions.
2009-03-20 Nikolaj SchumacherAdded command to filter based on search.
2009-03-20 Nikolaj SchumacherAdded files completion.
2009-03-20 Nikolaj SchumacherAdded candidate search.
2009-03-20 Nikolaj SchumacherDon't start in read-only buffers, or when something...
2009-03-20 Nikolaj SchumacherLimit tooltip height to remaining window height.
2009-03-20 Nikolaj SchumacherRecenter window when showing documentation buffer.
2009-03-20 Nikolaj SchumacherFixed accidental "...".
2009-03-20 Nikolaj SchumacherExtracted company-set-selection macro.
2009-03-20 Nikolaj SchumacherUse overriding active map.
2009-03-20 Nikolaj SchumacherPrevented last character in buffer from disappearing.
2009-03-20 Nikolaj SchumacherAdded special keymap that is activated on demand.
2009-03-20 Nikolaj SchumacherAdded back-end file headers.
2009-03-20 Nikolaj SchumacherAdded dabbrev back-end.
2009-03-20 Nikolaj SchumacherProtect against errors.
2009-03-20 Nikolaj SchumacherAdded documentation buffer.
2009-03-20 Nikolaj SchumacherAdded doc-line front-end.
2009-03-20 Nikolaj SchumacherAdded OddMuse back-end.
2009-03-20 Nikolaj SchumacherAdded semantic backend.
2009-03-20 Nikolaj SchumacherAdded completion for local lisp variables.
2009-03-20 Nikolaj SchumacherRedraw pseudo-tooltip less frequently.
2009-03-20 Nikolaj SchumacherAdded more complete cache.
2009-03-20 Nikolaj SchumacherAdded incremental completion.
2009-03-20 Nikolaj SchumacherAdded DWIM complete command.
2009-03-20 Nikolaj SchumacherAdded count of hidden items to tooltip.
2009-03-20 Nikolaj SchumacherIntegrated company-fill-propertize-lines into company...
2009-03-20 Nikolaj SchumacherChanged offset calculation to resemble scrolling.
2009-03-20 Nikolaj SchumacherAdded ispell back-end.
2009-03-20 Nikolaj SchumacherAdded support for CSS.
2009-03-20 Nikolaj SchumacherAdded nxml-mode support.
2009-03-20 Nikolaj SchumacherMoved back-ends to separate files.
2009-03-19 Nikolaj SchumacherFixed pseudo tooltips on the last line if no trailing...
2009-03-19 Nikolaj SchumacherSort candidates.
2009-03-19 Nikolaj SchumacherAdded more detailed front-end options.
2009-03-19 Nikolaj SchumacherAdded configurable front-end mechanism.
2009-03-19 Nikolaj SchumacherMake sure completing stops further automatic completion.
2009-03-19 Nikolaj SchumacherAdded echo front-end.
2009-03-16 Nikolaj SchumacherContinue started completions immediately.
2009-03-16 Nikolaj SchumacherAdded manual start.
2009-03-16 Nikolaj SchumacherAdded idle delay.
2009-03-16 Nikolaj SchumacherAdded required prefix length.
2009-03-16 Nikolaj SchumacherAdded preview overlay.
2009-03-16 Nikolaj SchumacherAdded scrolling.
2009-03-16 Nikolaj SchumacherAdded common prefix completion and visualization.
2009-03-16 Nikolaj SchumacherInitial import