]> code.delx.au - gnu-emacs-elpa/history - company-dabbrev.el
Make a new release
[gnu-emacs-elpa] / company-dabbrev.el
2016-06-20 Dmitry GutovTag company-dabbrev-ignore-buffers with package-version
2016-04-29 Dmitry GutovAllow company-dabbrev-ignore-buffers to be a function
2016-04-24 Dmitry GutovFix an old typo
2016-03-09 Dmitry Gutovcompany-dabbrev--search-buffer: Speed up
2016-02-28 Dmitry GutovFix #474 by filtering dabbrev completions at the end
2015-12-19 Dmitry Gutovcompany-dabbrev--search-buffer: Use use forward search...
2015-12-19 Dmitry Gutovcompany-dabbrev--make-regexp: Regexp can match non...
2015-12-19 Dmitry GutovUse company-dabbrev-char-regexp more consistently ...
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
2015-07-01 Dmitry GutovUse cl-labels instead of cl-flet, for cl-lib shim compa...
2015-04-02 Dmitry Gutovcompany-dabbrev--search-buffer: Save match data
2015-03-21 Dmitry GutovIntroduce company-dabbrev-ignore-invisible
2014-10-10 Dmitry GutovExtract regexp for buffers to ignore into a new var
2014-10-08 Dmitry Gutovcompany-dabbrev--search: Ignore "uninteresting" buffers
2014-08-27 Dmitry GutovDocument `company-dabbrev-ignore-case' better
2014-08-27 Dmitry GutovUse `company-dabbrev-ignore-case' when searching for...
2014-07-31 Dmitry Gutovcompany-dabbrev-minimum-length: change the initvalue...
2014-07-31 Dmitry Gutovcompany-dabbrev--search-buffer: Use `syntax-ppss' to...
2014-06-04 Dmitry GutovAdd package-version property to vars after in 0.7.0
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 GutovFix the test breakage (probably)
2014-04-09 Dmitry GutovMerge pull request #101 from bbatsov/master
2014-04-09 Bozhidar BatsovUse cl-lib
2014-02-11 Dmitry GutovIntroduce company-dabbrev-downcase
2014-01-31 Dmitry GutovAdd new option, company-dabbrev-minimum-length
2014-01-30 Dmitry GutovLower dabbrev time limits
2014-01-30 Dmitry GutovMake dabbrev and dabbrev-code more customizable
2014-01-14 Dmitry GutovClose #45
2013-04-09 Dmitry GutovDefine groups for back-ends; remove explicit :group...
2013-04-09 Dmitry GutovRemove the As
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-18 Nikolaj SchumacherBumped version to 0.4.
2009-04-18 Nikolaj SchumacherAdded company-dabbrev-char-regexp.
2009-04-18 Nikolaj SchumacherMerged company-dabbrev and company-dabbrev-code.
2009-04-15 Nikolaj SchumacherBumped version to 0.3.1.
2009-04-13 Nikolaj SchumacherBumped version to 0.3.
2009-04-13 Nikolaj SchumacherAdded interactive form for back-ends.
2009-04-05 Nikolaj SchumacherBumped version to 0.2.1.
2009-03-22 Nikolaj SchumacherAdded version number to back-ends.
2009-03-20 Nikolaj SchumacherAdded documentation strings.
2009-03-20 Nikolaj SchumacherAdded back-end file headers.
2009-03-20 Nikolaj SchumacherAdded dabbrev back-end.