]> code.delx.au - gnu-emacs-elpa/history - company-elisp.el
Tag company-dabbrev-ignore-buffers with package-version
[gnu-emacs-elpa] / company-elisp.el
2015-10-03 Dmitry GutovSpell "backend" and "frontend" without hyphens
2014-04-09 Dmitry GutovMerge pull request #101 from bbatsov/master
2014-04-09 Bozhidar BatsovUse cl-lib
2013-12-05 Dmitry Gutovcompany-elisp: enable in inferior-emacs-lisp-mode
2013-05-09 Dmitry GutovFix some more compilation warnings
2013-04-09 Dmitry GutovSome capitalization and more uniformity
2013-04-09 Dmitry GutovDefine groups for back-ends; remove explicit :group...
2013-04-09 Dmitry GutovRemove the As
2013-04-04 Dmitry Gutovcompany-elisp--candidates-predicate: Consider bindings...
2013-04-03 Dmitry Gutovcompany-elisp--candidates-predicate: Consider backquote
2013-03-31 Dmitry Gutovcompany-elisp: Don't complete defun name or arglist
2013-03-31 Dmitry Gutovcompany-grab-lisp-symbol -> company-elisp--prefix;...
2013-03-30 Dmitry Gutovcompany-elisp-fun-binding-regexp: Consider cl-flet*
2013-03-30 Dmitry Gutovcompany-elisp-show-locals-first: Add keywords to the...
2013-03-30 Dmitry Gutovcompany-elisp-var-binding-regexp: The three def macros...
2013-03-30 Dmitry GutovRelease 0.6.5
2013-03-29 Dmitry Gutovcompany-elisp-candidates-predicate: Blacklist specific...
2013-03-29 Dmitry Gutovcompany-elisp-candidates: Deal with duplicates
2013-03-29 Dmitry Gutovcompany-elisp-show-locals-first: New defcustom
2013-03-29 Dmitry Gutovcompany-elisp-locals: Skip current varlist
2013-03-29 Dmitry Gutovcompany-elisp-locals: Differentiate local function...
2013-03-29 Dmitry Gutovcompany-elisp-candidates: Recognize when inside varlist
2013-03-23 Dmitry GutovSilence some byte-compilation warnings
2013-03-13 Dmitry GutovUpdate copyright dates and the changelog
2013-03-13 Dmitry GutovRemove leading asterisks from docstrings
2013-03-13 Dmitry GutovMerge changes from the GNU ELPA repository
2012-12-27 Dmitry Gutov* company-elisp: complete features and faces,
2011-06-18 Nikolaj SchumacherRemoved superfluous quotes.
2010-02-24 Nikolaj SchumacherBumped version to 0.5.
2009-05-07 Nikolaj SchumacherBumped version to 0.4.3.
2009-04-25 Nikolaj SchumacherBumped version to 0.4.2.
2009-04-23 Nikolaj SchumacherParse flet and labels as locally bound values.
2009-04-19 Nikolaj SchumacherBumped version to 0.4.1.
2009-04-18 Nikolaj SchumacherBumped version to 0.4.
2009-04-18 Nikolaj SchumacherFixed 'stop location in elisp back-end.
2009-04-15 Nikolaj SchumacherBumped version to 0.3.1.
2009-04-15 Nikolaj SchumacherSupport 'stop return value for 'prefix command.
2009-04-15 Nikolaj SchumacherRemoved unused arg to company-in-string-or-comment.
2009-04-15 Nikolaj SchumacherAdded faster and more convenient grab functions.
2009-04-13 Nikolaj SchumacherBumped version to 0.3.
2009-04-13 Nikolaj SchumacherFixed byte-compile warning.
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.