summaryrefslogtreecommitdiff
path: root/lisp/cedet/semantic
Commit message (Expand)AuthorAgeFilesLines
* 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
* analyze/debug compilation fixLars Ingebrigtsen2019-06-141-0/+1
* semantic/lex-spp compilation fixLars Ingebrigtsen2019-06-141-1/+1
* Use cl-typep instead of obsolete predicate functions throughout cedetLars Ingebrigtsen2019-06-145-8/+8
* Move functions from semantic.el to analyze.el to avoid warningsLars Ingebrigtsen2019-06-141-0/+52
* Use CLOS-style accessors in oref/osetLars Ingebrigtsen2019-06-1415-63/+54
* semantic/senator.el byte compilation fixLars Ingebrigtsen2019-06-131-2/+1
* semantic/idle.el compilation warning fixLars Ingebrigtsen2019-06-131-2/+1
* semantic/grammar byte compilation fixesLars Ingebrigtsen2019-06-131-2/+1
* semantic/chart.el compilation warning fixesLars Ingebrigtsen2019-06-131-5/+2
* Use cl-print-object instead of object-print throughout cedetLars Ingebrigtsen2019-06-134-11/+11
* Update author/maintainer infoPaul Eggert2019-05-2618-19/+19
* Remove Maintainer: when it duplicates Author:Paul Eggert2019-05-269-9/+0
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-193-4/+3
* Properly bracket concat of comment-start-skip (Bug#34805)Noam Postavsky2019-04-151-1/+2
* Fix regular-expression glitches and typosPaul Eggert2019-03-041-2/+2