summaryrefslogtreecommitdiff
path: root/lisp/cedet/semantic
AgeCommit message (Expand)Author
2021-11-14Fix semantic-symref-perform-search doc stringDaniel Martín
2021-10-05; Minor stylistic fixes found by checkdocStefan Kangas
2021-09-28Signal error on newline in internal--format-docstring-lineStefan Kangas
2021-09-26Fill some auto-generated docstring linesStefan Kangas
2021-09-26; Adjust overly long docstrings to fit 80 charactersStefan Kangas
2021-09-19; * lisp/cedet/semantic/symref/grep.el: Use grep quoting, not egrep.Mattias Engdegård
2021-09-18Regexp-quote literal symbols when greppingMattias Engdegård
2021-09-16; Minor stylistic fixes found by checkdocStefan Kangas
2021-09-15Faster grep pattern for identifiersMattias Engdegård
2021-09-13Remove duplication of `find` file pattern argumentsMattias Engdegård
2021-09-13Remove some remaining references to XEmacsStefan Kangas
2021-09-12; Fix symbol quoting typosStefan Kangas
2021-08-09Use string-search instead of string-match[-p]Mattias Engdegård
2021-06-12EIEIO: Promote the CLOS behavior over the EIEIO-specific behaviorStefan Monnier
2021-06-07Support old BSD find and "root dir symlink" betterDmitry Gutov
2021-05-01; Auto-commit of loaddefs files.Glenn Morris
2021-04-22Avoid lowering gc-cons-thresholdStefan Kangas
2021-04-16; Fix typos: emacs lisp -> Emacs LispStefan Kangas
2021-04-12Don't version-control generated file `grammat-wy.el`Stefan Monnier
2021-04-11* lisp/**/*.el: Avoid positional args to `define-minor-mode`Stefan Monnier
2021-04-04Regenerate semantic grammars if the generating code changesGlenn Morris
2021-03-30Remove redundant #' before lambda in cedetStefan Kangas
2021-03-30Delete empty "History" sectionsStefan Kangas
2021-03-22Remove unnecessary requires of rxStefan Kangas
2021-03-20* lisp/cedet/semantic/ia.el (semantic-ia-complete-symbol): SimplifyStefan Monnier
2021-03-15* lisp/cedet: Convert remaining files to lexical-bindingStefan Monnier
2021-03-12; Fix typos in doc stringsMattias Engdegård
2021-03-11* lisp/cedet: Remove always-nil variablesStefan Monnier
2021-03-08Make semantic/idle not move point after last changeLars Ingebrigtsen
2021-03-08Normalize version specifiers for make-obsolete and friendsStefan Kangas
2021-03-07* lisp/cedet/semantic/fw.el (semantic-find-file-noselect): Fix warningStefan Monnier
2021-03-07* lisp/cedet/semantic/bovine.el: Fix recent regressionStefan Monnier
2021-03-07* lisp/cedet/semantic/wisent: Use lexical-bindingStefan Monnier
2021-03-06* lisp/cedet/semantic/bovine/*.el: Use lexical-bindingStefan Monnier
2021-03-06Pacify some semantic-tag-make-plist warningsBasil L. Contovounesios
2021-03-05* * lisp/cedet/semantic: Use lexical-binding in the generated grammarsStefan Monnier
2021-03-05* lisp/cedet/srecode/*.el: Use lexical-bindingStefan Monnier
2021-03-03Make inversion.el obsolete (Bug#46841)Stefan Kangas
2021-02-26* lisp/cedet/semantic/idle.el: Fix compilation warningStefan Monnier
2021-02-26* lisp/cedet/semantic/analyze*.el: Use lexical-bindingStefan Monnier
2021-02-24* lisp/emacs-lisp/macroexp.el (macroexp-file-name): New function.Stefan Monnier
2021-02-24Fix wisent/python.el grammar warningLars Ingebrigtsen
2021-02-22Prefer `declare` over a `put` of `list-indent-function`.Stefan Monnier
2021-02-12Use `declare` instead of `def-edebug-spec` in most placesStefan Monnier
2021-02-11* lisp/cedet/semantic/symref/: Use lexical-bindingStefan Monnier
2021-02-11* lisp/cedet/semantic/decorate/: Use lexical-binding in all filesStefan Monnier
2021-02-11; Fix lexical-binding conversion of semantic/bovine/gcc.elStefan Kangas
2021-02-10* lisp/cedet/semantic/bovine/gcc.el: Use lexical-binding.Stefan Kangas
2021-02-10Change default semantic-lex-analyzer to semantic-lexStefan Kangas
2021-02-09; Fix warning in last change to semantic/idle.el.Basil L. Contovounesios