summaryrefslogtreecommitdiff
path: root/lisp/cedet/semantic
Commit message (Expand)AuthorAgeFilesLines
* Remove some compat code from ede/make.el and semantic/dep.elLars Ingebrigtsen2020-08-181-13/+5
* Remove Emacs 22 compat code from semanticStefan Kangas2020-08-142-23/+6
* Declare semantic XEmacs compat code obsoleteStefan Kangas2020-08-131-0/+1
* Mark some unused defaliases in semantic/fw.el obsoleteLars Ingebrigtsen2020-08-121-6/+4
* Make more parts of Emacs use new Eldoc capabilitiesJoão Távora2020-07-081-5/+40
* Evaluate some unnecessarily quoted lambdasBasil L. Contovounesios2020-06-211-4/+4
* Remove some XEmacs compat code from semanticStefan Kangas2020-05-162-8/+5
* Quote semanticdb-ebrowse-default-file-name in regexpMattias Engdegård2020-04-161-1/+2
* Merge from origin/emacs-27Glenn Morris2020-04-152-2/+4
|\
| * Fix edge case errors in filename-matching regexpsMattias Engdegård2020-04-142-2/+4
* | Merge from origin/emacs-27Glenn Morris2020-03-181-4/+9
|\ \ | |/
| * Fix regression in wisent-total-conflictsLars Ingebrigtsen2020-03-141-4/+9
* | Add and remove backslashes in regexpsMattias Engdegård2020-02-201-1/+1
* | Replace add-hook load-hook with with-eval-after-loadGlenn Morris2020-01-161-3/+2
* | Merge from origin/emacs-27Paul Eggert2020-01-0174-74/+74
|\ \ | |/
| * Update copyright year to 2020Paul Eggert2020-01-0174-74/+74
* | Use regexp type for regexps in defcustom declarationsMattias Engdegård2019-12-261-1/+1
|/
* Trivial docstring fixesJuanma Barranquero2019-12-241-2/+1
* * lisp/cedet/semantic/db.el: Use lexical-bindingStefan Monnier2019-11-141-49/+50
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-1116-28/+29
* * lisp/cedet/semantic/wisent/comp.el (wisent-struct): RemoveStefan Monnier2019-11-091-95/+66
* * lisp/cedet/ (semantic-analyze-possible-completions): Add `flags` argEric Ludlam2019-10-313-5/+5
* Remove more XEmacs compat code from CEDETStefan Kangas2019-10-283-14/+3
* * lisp/cedet/mode-local.el: Clean up name spaceStefan Monnier2019-10-2411-41/+35
* * lisp/cedet/semantic/analyze/complete.el: Fix completion-at-pointStefan Monnier2019-10-231-2/+4
* Remove some compat code from CEDETLars Ingebrigtsen2019-10-191-4/+1
* * lisp/cedet/mode-local.el (define-overload): Declare obsoleteStefan Monnier2019-10-111-2/+2
* Remove semantic-make-local-hook call from CEDETLars Ingebrigtsen2019-10-048-24/+1
* Fix cedet compilation warningLars Ingebrigtsen2019-09-231-5/+5
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-218-35/+35
* lisp/*.el, src/*.c: Fix typos in docstringsJuanma Barranquero2019-09-199-15/+15
* Fix up previous cl-def* changes in bovineLars Ingebrigtsen2019-08-151-2/+2
* Add cl-def* forms to bovine/el.elLars Ingebrigtsen2019-08-141-0/+4
* Mark semantic functions correctly in defcustomSamuel Bronson2019-07-151-1/+1
* Replace manually crafted hex regexes with [:xdigit:]Konstantin Kharlamov2019-07-062-4/+4
* Rename displayor to displayer in CEDETLars Ingebrigtsen2019-06-272-170/+219
* Use xref in cedetBastian Beischer2019-06-254-4/+14
* Declare semantic-*overlay* aliases obsoleteLars Ingebrigtsen2019-06-201-19/+23
* Throughout cedet, don't use semantic-overlay-* compat aliasesLars Ingebrigtsen2019-06-2020-234/+224
* Remove XEmacs compat code from cedetLars Ingebrigtsen2019-06-209-429/+256
* Allow specifying the expected number of shift/reduce conflictsLars Ingebrigtsen2019-06-193-16/+49
* Revert "Add a mechanism to specify expected shift/reduce .wy conflicts"Lars Ingebrigtsen2019-06-182-19/+8
* Add a mechanism to specify expected shift/reduce .wy conflictsLars Ingebrigtsen2019-06-182-8/+19
* Revert "Add a mechanism to specify expected shift/reduce .wy conflicts"Lars Ingebrigtsen2019-06-182-17/+8
* Add a mechanism to specify expected shift/reduce .wy conflictsLars Ingebrigtsen2019-06-182-8/+17
* Fix use of obsolete constructor in semantic/complete.elLars Ingebrigtsen2019-06-171-2/+2
* Rewrite object-print methods in cedet to be cl-print-object methodsLars Ingebrigtsen2019-06-173-37/+43
* Remove obsolete name arg from two constructorsLars Ingebrigtsen2019-06-161-1/+0
* Fix previous object-print/cl-print-object changesLars Ingebrigtsen2019-06-144-11/+11
* Avoid using registerv-make in senator.elLars Ingebrigtsen2019-06-141-7/+17