]> code.delx.au - gnu-emacs-elpa/history - company-dabbrev-code.el
Merge pull request #531 from juergenhoetzel/master
[gnu-emacs-elpa] / company-dabbrev-code.el
2015-12-08 Dmitry Gutovcompany-dabbrev-code-modes: Improve Customize labels
2015-11-03 Dmitry GutovMerge pull request #418 from PythonNut/master
2015-11-03 PythonNutAllow advising company-dabbrev(-code)? regex generation
2015-10-03 Dmitry GutovSpell "backend" and "frontend" without hyphens
2014-10-10 Dmitry GutovExtract regexp for buffers to ignore into a new var
2014-08-27 Dmitry Gutovcompany-dabbrev-code-ignore-case: rephrase a bit
2014-06-04 Dmitry GutovMerge pull request #126 from ksjogo/gtags
2014-06-04 Dmitry GutovAdd new possible value to `company-dabbrev-code-other...
2014-04-09 Dmitry GutovMerge pull request #101 from bbatsov/master
2014-04-09 Bozhidar BatsovUse cl-lib
2014-03-24 Ingo LohmarUse company-dabbrev-code-ignore-case when finding candi...
2014-01-30 Dmitry GutovLower dabbrev time limits
2014-01-30 Dmitry GutovMake dabbrev and dabbrev-code more customizable
2013-04-26 Dmitry Gutov* company-dabbrev-code-modes: Remove espresso-mode...
2013-04-09 Dmitry GutovDefine groups for back-ends; remove explicit :group...
2013-04-09 Dmitry GutovRemove the As
2013-03-19 Dmitry Gutovcompany-dabbrev-code: use case-fold-search
2013-03-13 Dmitry GutovRemove leading asterisks from docstrings
2013-03-13 Dmitry GutovMerge changes from the GNU ELPA repository
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-19 Nikolaj SchumacherBumped version to 0.4.1.
2009-04-19 Nikolaj SchumacherFixed wrong case completions.
2009-04-18 Nikolaj SchumacherBumped version to 0.4.
2009-04-18 Nikolaj SchumacherMerged company-dabbrev and company-dabbrev-code.
2009-04-18 Nikolaj SchumacherAdded dabbrev-code option to search all other buffers.
2009-04-18 Nikolaj SchumacherTime-limit dabbrev-code search in current buffer, too.
2009-04-18 Nikolaj SchumacherCalculate dabbrev-code regexp earlier.
2009-04-18 Nikolaj SchumacherExtracted company-dabbrev-code--make-regexp.
2009-04-18 Nikolaj SchumacherExtracted company-dabrev-code--time-limit-while.
2009-04-18 Nikolaj SchumacherSped up dabbrev-code by skipping comment chunks.
2009-04-18 Nikolaj SchumacherDon't find prefix as abbrev.
2009-04-18 Nikolaj SchumacherLet generic code back-end search other buffers.
2009-04-18 Nikolaj SchumacherAdded company-dabbrev-code.