summaryrefslogtreecommitdiff
path: root/lisp/cedet/semantic
Commit message (Expand)AuthorAgeFilesLines
* * lisp/emacs-lisp/macroexp.el (macroexp-file-name): New function.Stefan Monnier2021-02-243-17/+6
* Fix wisent/python.el grammar warningLars Ingebrigtsen2021-02-241-0/+5
* Prefer `declare` over a `put` of `list-indent-function`.Stefan Monnier2021-02-222-25/+25
* Use `declare` instead of `def-edebug-spec` in most placesStefan Monnier2021-02-125-109/+37
* * lisp/cedet/semantic/symref/: Use lexical-bindingStefan Monnier2021-02-116-11/+13
* * lisp/cedet/semantic/decorate/: Use lexical-binding in all filesStefan Monnier2021-02-112-7/+7
* ; Fix lexical-binding conversion of semantic/bovine/gcc.elStefan Kangas2021-02-111-2/+3
* * lisp/cedet/semantic/bovine/gcc.el: Use lexical-binding.Stefan Kangas2021-02-101-5/+6
* Change default semantic-lex-analyzer to semantic-lexStefan Kangas2021-02-101-4/+2
* ; Fix warning in last change to semantic/idle.el.Basil L. Contovounesios2021-02-091-1/+1
* Use lexical-binding in a few more scattered filesStefan Monnier2021-02-091-15/+15
* * lisp/cedet/{semantic/scope.el,ede/project-am.el}: Use lexical-scopingStefan Monnier2021-02-091-7/+7
* Remove Emacs 20 compat code for header-line-formatStefan Kangas2021-02-051-4/+0
* Assume font-lock-mode variable is not voidStefan Kangas2021-02-051-2/+1
* Prefer defvar-local in cedetStefan Kangas2021-01-3120-113/+55
* Proof some searches and file listings against symlinksDmitry Gutov2021-01-061-1/+2
* Update copyright year to 2021Paul Eggert2021-01-0174-74/+74
* Fix some over-wide docstringsStefan Kangas2020-12-302-5/+8
* Shorten some over-wide docstrings in functions and macrosStefan Kangas2020-12-196-8/+13
* Shorten over-wide docstrings in variablesStefan Kangas2020-12-191-1/+2
* Shorten over-wide docstrings in defcustomsStefan Kangas2020-12-191-1/+2
* Prefer setq to set+quoteStefan Kangas2020-12-141-1/+1
* Prefer setq-local in cedetStefan Kangas2020-12-046-46/+41
* Make XEmacs compat aliases easy-menu-{add,remove} obsoleteStefan Kangas2020-11-241-1/+2
* Properly mark obsolete semantic functions as suchStefan Kangas2020-11-201-6/+5
* Move semantic/tag obsolete variables to avoid a warningLars Ingebrigtsen2020-11-201-6/+5
* Declare some compat aliases obsoleteStefan Kangas2020-11-191-5/+5
* Remove some compat code for old versions and XEmacsStefan Kangas2020-11-193-44/+10
* Assume font-lock is provided; it's preloaded since 22.1Stefan Kangas2020-11-191-7/+4
* ; Prefer https to http in more URLsStefan Kangas2020-10-241-1/+1
* ; Prefer https to http in many URLsStefan Kangas2020-10-011-1/+1
* Fix problem with parsing . as a symbol in bovineVladimir Nikishkin2020-09-301-1/+1
* Fix byte-compiler warning in CEDETStefan Kangas2020-09-261-3/+0
* Remove Emacs 23 compat code from cedetStefan Kangas2020-09-222-15/+5
* ; Fix typosStefan Kangas2020-09-214-6/+6
* Remove cedet items obsolete since 23.2Stefan Kangas2020-09-1116-319/+22
* Use format-prompt in read-string calls (that have default values)Lars Ingebrigtsen2020-09-061-4/+6
* 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