]> code.delx.au - gnu-emacs-elpa/history - company-semantic.el
Merge pull request #531 from juergenhoetzel/master
[gnu-emacs-elpa] / company-semantic.el
2016-01-17 Dmitry GutovAdd company-semantic-insert-arguments
2016-01-17 Dmitry GutovAdd company-semantic-begin-after-member-access
2016-01-17 Dmitry Gutovcompany-semantic: Retain function overloads
2015-10-24 Dmitry GutovFix some compilation warnings
2015-10-03 Dmitry GutovSpell "backend" and "frontend" without hyphens
2014-12-16 aeriquecompany-semantic: add simple annotations
2014-06-04 Dmitry GutovMerge pull request #128 from bbatsov/defvar-local
2014-06-04 Bozhidar BatsovBackport defvar-local from Emacs 24.2
2014-04-09 Dmitry GutovMerge pull request #101 from bbatsov/master
2014-04-09 Bozhidar BatsovUse cl-lib
2014-03-18 Dmitry GutovRemove leftover debug statement
2014-03-17 Dmitry Gutovcompany-semantic: don't try to fetch doc for tag withou...
2014-03-16 Dmitry Gutovcompany-semantic--current-tags: make buffer-local
2013-05-26 Dmitry Gutovcompany-doc-buffer: Use the arg; rename the buffer
2013-04-09 Dmitry GutovDefine groups for back-ends; remove explicit :group...
2013-04-09 Dmitry GutovRemove the As
2013-03-18 Dmitry Gutovcompany-semantic: Don't load any Semantic packages...
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.
2010-02-23 Nikolaj SchumacherBumped copyright years.
2010-02-23 Nikolaj SchumacherReplaced call to removed semantic-ia-get-completions.
2010-01-07 Nikolaj SchumacherShow meta information for local symbols in semantic.
2010-01-06 Nikolaj SchumacherAdded compatibility for CEDET in Emacs 23.2.
2009-05-07 Nikolaj SchumacherBumped version to 0.4.3.
2009-04-25 Nikolaj SchumacherBumped version to 0.4.2.
2009-04-25 Nikolaj SchumacherExtracted company-semantic-modes variable.
2009-04-23 Nikolaj SchumacherDon't use raw candidates list in member contexts.
2009-04-23 Nikolaj SchumacherAdded missing doc for company-semantic-metadata-function.
2009-04-23 Nikolaj SchumacherAdded option to return separate prefix and prefix length.
2009-04-19 Nikolaj SchumacherBumped version to 0.4.1.
2009-04-18 Nikolaj SchumacherBumped version to 0.4.
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 SchumacherRemove includes and empty candidates in semantic.
2009-04-15 Nikolaj SchumacherAdded faster and more convenient grab functions.
2009-04-13 Nikolaj SchumacherBumped version to 0.3.
2009-04-13 Nikolaj SchumacherEnable semantic back-end only in suitable buffers.
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-22 Nikolaj SchumacherAdded location referencing.
2009-03-20 Nikolaj SchumacherAdded documentation strings.
2009-03-20 Nikolaj SchumacherDeal with empty prefixes in semantic.
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 semantic backend.