summaryrefslogtreecommitdiff
path: root/company-elisp.el
Commit message (Expand)AuthorAge
* Add some CommentaryDmitry Gutov2017-12-06
* Spell "backend" and "frontend" without hyphensDmitry Gutov2015-10-03
* Use cl-libBozhidar Batsov2014-04-09
* company-elisp: enable in inferior-emacs-lisp-modeDmitry Gutov2013-12-05
* Fix some more compilation warningsDmitry Gutov2013-05-09
* Some capitalization and more uniformityDmitry Gutov2013-04-10
* Define groups for back-ends; remove explicit :group declarationsDmitry Gutov2013-04-10
* Remove the AsDmitry Gutov2013-04-10
* company-elisp--candidates-predicate: Consider bindings without valuesDmitry Gutov2013-04-05
* company-elisp--candidates-predicate: Consider backquoteDmitry Gutov2013-04-03
* company-elisp: Don't complete defun name or arglistDmitry Gutov2013-03-31
* company-grab-lisp-symbol -> company-elisp--prefix; mark other privatesDmitry Gutov2013-03-31
* company-elisp-fun-binding-regexp: Consider cl-flet*Dmitry Gutov2013-03-30
* company-elisp-show-locals-first: Add keywords to the defcustomDmitry Gutov2013-03-30
* company-elisp-var-binding-regexp: The three def macros also have cl versionsDmitry Gutov2013-03-30
* Release 0.6.5Dmitry Gutov2013-03-30
* company-elisp-candidates-predicate: Blacklist specific special formsDmitry Gutov2013-03-29
* company-elisp-candidates: Deal with duplicatesDmitry Gutov2013-03-29
* company-elisp-show-locals-first: New defcustomDmitry Gutov2013-03-29
* company-elisp-locals: Skip current varlistDmitry Gutov2013-03-29
* company-elisp-locals: Differentiate local function and variable bindingsDmitry Gutov2013-03-29
* company-elisp-candidates: Recognize when inside varlistDmitry Gutov2013-03-29
* Silence some byte-compilation warningsDmitry Gutov2013-03-23
* Update copyright dates and the changelogDmitry Gutov2013-03-14
* Remove leading asterisks from docstringsDmitry Gutov2013-03-13
* Merge changes from the GNU ELPA repositoryDmitry Gutov2013-03-13
* * company-elisp: complete features and faces,Dmitry Gutov2012-12-27
* Removed superfluous quotes.Nikolaj Schumacher2011-06-18
* Bumped version to 0.5.Nikolaj Schumacher2010-02-24
* Bumped version to 0.4.3.Nikolaj Schumacher2009-05-07
* Bumped version to 0.4.2.Nikolaj Schumacher2009-04-25
* Parse flet and labels as locally bound values.Nikolaj Schumacher2009-04-23
* Bumped version to 0.4.1.Nikolaj Schumacher2009-04-19
* Bumped version to 0.4.Nikolaj Schumacher2009-04-18
* Fixed 'stop location in elisp back-end.Nikolaj Schumacher2009-04-18
* Bumped version to 0.3.1.Nikolaj Schumacher2009-04-15
* Support 'stop return value for 'prefix command.Nikolaj Schumacher2009-04-15
* Removed unused arg to company-in-string-or-comment.Nikolaj Schumacher2009-04-15
* Added faster and more convenient grab functions.Nikolaj Schumacher2009-04-15
* Bumped version to 0.3.Nikolaj Schumacher2009-04-13
* Fixed byte-compile warning.Nikolaj Schumacher2009-04-13
* Added interactive form for back-ends.Nikolaj Schumacher2009-04-13
* Bumped version to 0.2.1.Nikolaj Schumacher2009-04-05
* Don't add incomplete text as elisp candidate.Nikolaj Schumacher2009-04-05
* Differentiate between dolist/dotimes and regular bindings.Nikolaj Schumacher2009-04-05
* Don't offer empty string as let-bound variable.Nikolaj Schumacher2009-04-05
* Fixed offering of second argument.Nikolaj Schumacher2009-04-05
* Added company-elisp-detect-function-context option.Nikolaj Schumacher2009-04-05
* Added company-elisp-functions-only-in-context option.Nikolaj Schumacher2009-03-28
* Added version number to back-ends.Nikolaj Schumacher2009-03-22