]> code.delx.au - gnu-emacs-elpa/history - company-elisp.el
Added interactive form for back-ends.
[gnu-emacs-elpa] / company-elisp.el
2009-04-13 Nikolaj SchumacherAdded interactive form for back-ends.
2009-04-05 Nikolaj SchumacherBumped version to 0.2.1.
2009-04-05 Nikolaj SchumacherDon't add incomplete text as elisp candidate.
2009-04-05 Nikolaj SchumacherDifferentiate between dolist/dotimes and regular bindings.
2009-04-05 Nikolaj SchumacherDon't offer empty string as let-bound variable.
2009-04-05 Nikolaj SchumacherFixed offering of second argument.
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-22 Nikolaj SchumacherAdded version number to back-ends.
2009-03-22 Nikolaj SchumacherAdded location referencing.
2009-03-22 Nikolaj SchumacherExtracted company-show-electric-buffer.
2009-03-22 Nikolaj SchumacherOffer more Lisp variables as candidates.
2009-03-21 Nikolaj SchumacherFixed duplicate completions for let-bound variables.
2009-03-21 Nikolaj SchumacherFixed elisp documentation buffer always showing the...
2009-03-20 Nikolaj SchumacherMade company-elisp work in lisp-interaction-mode.
2009-03-20 Nikolaj SchumacherAdded documentation strings.
2009-03-20 Nikolaj SchumacherFixed accidental "...".
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 documentation buffer.
2009-03-20 Nikolaj SchumacherAdded doc-line front-end.
2009-03-20 Nikolaj SchumacherAdded completion for local lisp variables.
2009-03-20 Nikolaj SchumacherMoved back-ends to separate files.