]> rtime.felk.cvut.cz Git - sojka/company-mode.git/history - company.el
Bumped version to 0.4.
[sojka/company-mode.git] / company.el
2009-04-18 Nikolaj SchumacherBumped version to 0.4. 0.4
2009-04-18 Nikolaj SchumacherAdded company-keywords back-end.
2009-04-18 Nikolaj SchumacherStarting no longer interrupts commands that depend...
2009-04-18 Nikolaj SchumacherExtracted company--begin-new.
2009-04-18 Nikolaj SchumacherRefactored company-continue.
2009-04-18 Nikolaj SchumacherAbort automatic completion if the prefix gets too short.
2009-04-18 Nikolaj SchumacherDon't auto-complete when moving char forward.
2009-04-18 Nikolaj SchumacherShortened company-begin-with code a bit.
2009-04-18 Nikolaj SchumacherRemoved CL case statement from lambda, because it needs...
2009-04-18 Nikolaj SchumacherFixed when tooltip was too short to display number...
2009-04-18 Nikolaj SchumacherAdded better custom choices for back-end.
2009-04-18 Nikolaj SchumacherMerged company-dabbrev and company-dabbrev-code.
2009-04-18 Nikolaj SchumacherAdded option to merge back-ends.
2009-04-18 Nikolaj SchumacherSmall speed improvements to company-in-string-or-comment.
2009-04-18 Nikolaj SchumacherAdded safe-local-variable predicate for company-backends.
2009-04-18 Nikolaj SchumacherPrevent accidental auto-insert when moving point.
2009-04-18 Nikolaj SchumacherCover load errors in auto-loaded back-ends.
2009-04-18 Nikolaj SchumacherExtracted company-init-backend.
2009-04-18 Nikolaj SchumacherRemoved unused code.
2009-04-18 Nikolaj SchumacherExtracted company-call-backend.
2009-04-18 Nikolaj SchumacherFix incremental cache from empty string.
2009-04-18 Nikolaj SchumacherAdded company-dabbrev-code.
2009-04-17 Nikolaj SchumacherAdded option to remove duplicates among candidates.
2009-04-17 Nikolaj SchumacherFixed docstring that confused syntax highlighting.
2009-04-17 Nikolaj SchumacherPrevent accidental continue when moving point.
2009-04-17 Nikolaj SchumacherFixed company-begin-with.
2009-04-15 Nikolaj SchumacherBumped version to 0.3.1. 0.3.1
2009-04-15 Nikolaj SchumacherSupport 'stop return value for 'prefix command.
2009-04-15 Nikolaj SchumacherMake sure tooltip numbers are cropped correctly at...
2009-04-15 Nikolaj SchumacherWork around mysterious pseudo-tooltip error.
2009-04-15 Nikolaj SchumacherRemoved unused code.
2009-04-15 Nikolaj SchumacherAdded reference to company-show-numbers in company...
2009-04-15 Nikolaj SchumacherRetrieve prefix less frequently.
2009-04-15 Nikolaj SchumacherRemoved unused arg to company-in-string-or-comment.
2009-04-15 Nikolaj SchumacherFixed issues with tabbar-mode and line-spacing.
2009-04-15 Nikolaj SchumacherMade company-begin-commands handling more robust.
2009-04-15 Nikolaj SchumacherFixed typo.
2009-04-15 Nikolaj SchumacherAdded faster and more convenient grab functions.
2009-04-13 Nikolaj SchumacherBumped version to 0.3. 0.3
2009-04-13 Nikolaj SchumacherAdded company-begin-commands option.
2009-04-13 Nikolaj SchumacherCompleting common should not call company-finish unless...
2009-04-13 Nikolaj SchumacherAdded Xcode back-end.
2009-04-13 Nikolaj SchumacherAdded manual-only option for company-auto-complete.
2009-04-13 Nikolaj SchumacherAdded tempo back-end.
2009-04-13 Nikolaj SchumacherAdded abbrev back-end.
2009-04-13 Nikolaj SchumacherAdded interactive form for back-ends.
2009-04-12 Nikolaj SchumacherAdded `company-begin-with' for starting company from...
2009-04-12 Nikolaj SchumacherAdded company-auto-complete option.
2009-04-12 Nikolaj SchumacherDon't start when region is active.
2009-04-12 Nikolaj SchumacherAdded keybinding for company-abort.
2009-04-12 Nikolaj SchumacherMake sure hooks are called when finishing by character...
2009-04-12 Nikolaj SchumacherAdded hooks.
2009-04-12 Nikolaj SchumacherUninstall overriding map for good measure when mode...
2009-04-12 Nikolaj SchumacherCombined some ignored error message regular expressions.
2009-04-12 Nikolaj SchumacherAdded manual-only option for company-require-match.
2009-04-10 Nikolaj SchumacherAdded company-require-match option.
2009-04-10 Nikolaj SchumacherAllow calculating candidates without setting them.
2009-04-05 Nikolaj SchumacherBumped version to 0.2.1.
2009-04-05 Nikolaj SchumacherAdded elisp improvements to Change Log.
2009-04-05 Nikolaj SchumacherAdded instructions for mixing back-ends.
2009-04-05 Nikolaj SchumacherInvalidate cache when filtering.
2009-04-05 Nikolaj SchumacherAdded company-elisp-detect-function-context option.
2009-03-28 Nikolaj SchumacherAdded company-elisp-functions-only-in-context option.
2009-03-27 Nikolaj SchumacherAdded mouse selection.
2009-03-22 Nikolaj SchumacherBumped version to 0.2.
2009-03-22 Nikolaj SchumacherAdded location referencing.
2009-03-22 Nikolaj SchumacherFixed bug causing company to give up after first back...
2009-03-22 Nikolaj SchumacherExtracted company-show-electric-buffer.
2009-03-22 Nikolaj SchumacherUse 'company-keep property instead of hard-coded comman...
2009-03-22 Nikolaj SchumacherAdded etags back-end.
2009-03-22 Nikolaj SchumacherRestore buffer modified state when using work-around.
2009-03-22 Nikolaj SchumacherAdded work-around for end-of-buffer bug.
2009-03-22 Nikolaj SchumacherAdded missing 'show call.
2009-03-22 Nikolaj SchumacherNote that search commands work all the time.
2009-03-22 Nikolaj SchumacherHighlight search in preview overlay.
2009-03-22 Nikolaj SchumacherAdded keymap names to mode documentation.
2009-03-22 Nikolaj SchumacherFixed wrong command in Emacs 22 search map.
2009-03-22 Nikolaj SchumacherRemoved full doc from company-search-mode.
2009-03-22 Nikolaj SchumacherAdded company-filter-candidates.
2009-03-22 Nikolaj SchumacherOffer more Lisp variables as candidates.
2009-03-21 Nikolaj SchumacherBumped version to 0.1.5. 0.1.5
2009-03-21 Nikolaj SchumacherFixed elisp documentation buffer always showing the...
2009-03-21 Nikolaj SchumacherAdded note that commands will start completion manually.
2009-03-21 Nikolaj SchumacherAdded missing period in documentation.
2009-03-21 Nikolaj SchumacherMade company-manual-begin a command.
2009-03-21 Nikolaj SchumacherAdded missing custom entry for company-echo-metadata...
2009-03-21 Nikolaj SchumacherAdded company-echo-strip-common-frontend.
2009-03-21 Nikolaj SchumacherAdded company-show-numbers option and M-0 ... M-9 defau...
2009-03-21 Nikolaj SchumacherAdded option for quickly selection completions by numbers.
2009-03-20 Nikolaj SchumacherCheck back-ends when mode is started.
2009-03-20 Nikolaj SchumacherDon't hide the echo message if it isn't shown.
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 SchumacherAdded <up> and <down> as keybindings for selecting.
2009-03-20 Nikolaj SchumacherChanged selection color for low-color displays.
2009-03-20 Nikolaj SchumacherShow errors when using commands without activating...
2009-03-20 Nikolaj SchumacherAdded documentation strings.
2009-03-20 Nikolaj SchumacherMade search map compatible to Emacs 22.
next