summaryrefslogtreecommitdiff
path: root/lisp/cedet/ede
Commit message (Expand)AuthorAgeFilesLines
* Use `declare` instead of `def-edebug-spec` in most placesStefan Monnier2021-02-123-55/+31
* Drop XEmacs and SXEmacs support from EDEStefan Kangas2021-02-111-25/+0
* Use lexical-binding in various ede filesStefan Kangas2021-02-119-12/+11
* * lisp/cedet/{semantic/scope.el,ede/project-am.el}: Use lexical-scopingStefan Monnier2021-02-091-65/+46
* ; Minor license statement fixesStefan Kangas2021-02-081-0/+2
* * 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
* Update copyright year to 2021Paul Eggert2021-01-0136-36/+36
* Drop XEmacs support for EDE ELisp projectsStefan Kangas2020-12-211-1/+2
* Shorten some over-wide docstrings in functions and macrosStefan Kangas2020-12-191-2/+2
* Prefer setq-local in cedetStefan Kangas2020-12-042-4/+2
* Use null-device where appropriateMichael Albinus2020-11-251-1/+1
* Remove Emacs 20 compat code from ede/files.elStefan Kangas2020-10-281-22/+15
* Merge from origin/emacs-27Glenn Morris2020-10-022-2/+2
|\
| * ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-022-2/+2
| * Fix the error message from makefile-move-to-macroLin Sun2020-01-171-1/+2
| * Move “Fix some broken conditional forms” to masterPaul Eggert2020-01-052-3/+17
* | Remove broken compat code from EDEStefan Kangas2020-09-221-10/+0
* | Remove Emacs 23 compat code from cedetStefan Kangas2020-09-221-12/+3
* | Fix problem with ede-mode bugging out on non-existent filesLin Sun2020-09-211-14/+13
* | Remove some compat code from ede/make.el and semantic/dep.elLars Ingebrigtsen2020-08-181-19/+5
* | Fix the error message from makefile-move-to-macroLin Sun2020-01-161-1/+2
|/
* Fix some broken conditional formsPaul Eggert2020-01-042-17/+3
* Update copyright year to 2020Paul Eggert2020-01-0136-36/+36
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-112-2/+2
* lisp/*.el: Fix typos and improve some docstringsJuanma Barranquero2019-10-201-3/+3
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-213-8/+8
* lisp/*.el, src/*.c: Fix typos in docstringsJuanma Barranquero2019-09-192-2/+2
* Fix ede-proj-project classLars Ingebrigtsen2019-08-261-1/+1
* New function time-convertPaul Eggert2019-08-051-1/+1
* Don't but out on ~/.git files in edeLars Ingebrigtsen2019-08-021-0/+2
* Declare unknown slots to silence the compilerLars Ingebrigtsen2019-06-171-2/+3
* Fix compilation warning by having ede-target inherit from eieio-namedLars Ingebrigtsen2019-06-171-1/+1
* Suppress warning about out-of-tree Java class in cedetLars Ingebrigtsen2019-06-171-1/+5
* Fix compilation warning in ede.elLars Ingebrigtsen2019-06-161-1/+2
* Revert "Fix compilation warning in ede.el"Lars Ingebrigtsen2019-06-161-1/+1
* Fix compilation warning in ede.elLars Ingebrigtsen2019-06-161-1/+1
* Use CLOS-style accessors in oref/osetLars Ingebrigtsen2019-06-147-66/+67
* Fix some cedet compilation warnings pertaining to semantic/dbLars Ingebrigtsen2019-06-134-15/+4
* Update author/maintainer infoPaul Eggert2019-05-2613-13/+13
* Fix regular-expression glitches and typosPaul Eggert2019-03-042-2/+2
* Avoid some double-rounding of Lisp timestampsPaul Eggert2019-02-221-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-3136-36/+36
|\
| * Update copyright year to 2019Paul Eggert2019-01-0136-36/+36
* | Merge from origin/emacs-26Alan Third2018-09-291-1/+1
|\|
| * ; Fix some doc typosGlenn Morris2018-09-281-1/+1
* | file-attributes cleanupPaul Eggert2018-09-231-1/+1
* | ; Add FIXME regarding previous changeNoam Postavsky2018-09-161-0/+2
* | Update pconf for compile.el mode-line-process changesPierre Lorenzon2018-09-161-1/+1
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-011-3/+1