summaryrefslogtreecommitdiff
path: root/lisp/cedet
Commit message (Expand)AuthorAgeFilesLines
* Move 'project-try-ede' to the back of 'project-find-functions'Dmitry Gutov2021-02-181-1/+1
* Use `declare` instead of `def-edebug-spec` in most placesStefan Monnier2021-02-128-164/+68
* * 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
* Drop XEmacs and SXEmacs support from EDEStefan Kangas2021-02-111-25/+0
* Use lexical-binding in various ede filesStefan Kangas2021-02-119-12/+11
* ; 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-092-17/+17
* * lisp/cedet/{semantic/scope.el,ede/project-am.el}: Use lexical-scopingStefan Monnier2021-02-092-72/+53
* Move all usages of `values' to `values--store-value'Lars Ingebrigtsen2021-02-091-24/+24
* ; Minor license statement fixesStefan Kangas2021-02-081-0/+2
* 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-3123-145/+71
* * lisp/cedet/ede/proj.el: Enable Project files to loadEric Ludlam2021-01-182-5/+2
* cedet/ede/auto.el:Eric Ludlam2021-01-111-13/+11
* Proof some searches and file listings against symlinksDmitry Gutov2021-01-061-1/+2
* * lisp/cedet/srecode/semantic.el: Use lexical-bindingStefan Monnier2021-01-041-3/+5
* Update copyright year to 2021Paul Eggert2021-01-01146-146/+146
* Fix some over-wide docstringsStefan Kangas2020-12-302-5/+8
* Drop XEmacs support for EDE ELisp projectsStefan Kangas2020-12-211-1/+2
* Shorten some over-wide docstrings in functions and macrosStefan Kangas2020-12-197-10/+15
* 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-0412-68/+59
* Remove redundant requires of 'font-lock'Stefan Kangas2020-12-031-1/+0
* Use null-device where appropriateMichael Albinus2020-11-251-1/+1
* 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
* Declare XEmacs compat function in inversion.el obsoleteStefan Kangas2020-11-191-1/+5
* Assume font-lock is provided; it's preloaded since 22.1Stefan Kangas2020-11-191-7/+4
* Remove mention of global-cedet-m3-minor-modeLars Ingebrigtsen2020-11-111-2/+0
* * lisp/cedet/srecode.el: Use lexical-binding.Stefan Kangas2020-11-041-1/+1
* Remove Emacs 20 compat code from ede/files.elStefan Kangas2020-10-281-22/+15
* ; Prefer https to http in more URLsStefan Kangas2020-10-241-1/+1
* ; Revert some spelling fixesStefan Kangas2020-10-161-5/+5
* ; Fix typosStefan Kangas2020-10-091-5/+5
* ; Fix more typosStefan Kangas2020-10-031-1/+1
* ; Fix trivial typos in ChangeLogsStefan Kangas2020-10-031-2/+2
* Merge from origin/emacs-27Glenn Morris2020-10-022-2/+2
|\
| * ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-022-2/+2
* | ; 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