summaryrefslogtreecommitdiff
path: root/lisp/cedet/semantic/symref
Commit message (Expand)AuthorAgeFilesLines
* Make point-at-eol and point-at-bol obsoleteStefan Kangas2022-08-231-4/+4
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-016-6/+6
* Fix semantic-symref-perform-search doc stringDaniel Martín2021-11-141-1/+1
* ; * lisp/cedet/semantic/symref/grep.el: Use grep quoting, not egrep.Mattias Engdegård2021-09-191-4/+4
* Regexp-quote literal symbols when greppingMattias Engdegård2021-09-181-1/+10
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-162-2/+2
* Faster grep pattern for identifiersMattias Engdegård2021-09-151-9/+2
* Remove duplication of `find` file pattern argumentsMattias Engdegård2021-09-131-1/+1
* Support old BSD find and "root dir symlink" betterDmitry Gutov2021-06-071-1/+1
* * lisp/cedet: Convert remaining files to lexical-bindingStefan Monnier2021-03-151-14/+14
* * lisp/cedet/semantic/symref/: Use lexical-bindingStefan Monnier2021-02-116-11/+13
* Proof some searches and file listings against symlinksDmitry Gutov2021-01-061-1/+2
* Update copyright year to 2021Paul Eggert2021-01-016-6/+6
* Prefer setq-local in cedetStefan Kangas2020-12-041-2/+2
* Remove some compat code for old versions and XEmacsStefan Kangas2020-11-191-18/+4
* Use format-prompt in read-string calls (that have default values)Lars Ingebrigtsen2020-09-061-4/+6
* Update copyright year to 2020Paul Eggert2020-01-016-6/+6
* Throughout cedet, don't use semantic-overlay-* compat aliasesLars Ingebrigtsen2019-06-201-10/+10
* Remove XEmacs compat code from cedetLars Ingebrigtsen2019-06-201-25/+17
* Use CLOS-style accessors in oref/osetLars Ingebrigtsen2019-06-144-41/+32
* Update author/maintainer infoPaul Eggert2019-05-266-6/+6
* Merge from origin/emacs-26Paul Eggert2018-12-316-6/+6
|\
| * Update copyright year to 2019Paul Eggert2019-01-016-6/+6
* | Fix Bug#33006Michael Albinus2018-10-291-4/+6
* | (semantic-symref-results-mode-map): Fix typo in previous check-inLars Ingebrigtsen2018-04-161-1/+1
* | Use quit-buffer instead of semantic-symref-hide-bufferLars Ingebrigtsen2018-04-151-6/+1
* | Merge from origin/emacs-26Paul Eggert2018-01-016-6/+6
|\|
| * Update copyright year to 2018Paul Eggert2018-01-016-6/+6
* | Merge from origin/emacs-26Paul Eggert2017-11-081-7/+13
|\|
| * Add html-, mhtml- and python-mode support to semantic symrefCharles A. Roelli2017-11-041-7/+13
* | Prefer nil to (current-time) when either worksPaul Eggert2017-10-201-1/+1
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-136-6/+6
* Remove the workaround for bug#20719Dmitry Gutov2017-08-211-4/+0
* Fix byte-compilation warnings in semantic/symref/grepDmitry Gutov2017-08-211-26/+22
* Merge null and without-null regexp alists (Bug#27840, Bug#27873)Noam Postavsky2017-08-061-1/+1
* Fix semantic-symref-parse-tool-output-one-line after 644cdd1aa0Dmitry Gutov2017-07-261-17/+16
* Merge from origin/emacs-25Paul Eggert2017-01-016-6/+6
|\
| * Update copyright year to 2017Paul Eggert2016-12-316-6/+6
* | An efficient built-in mapcanMario Lang2016-07-101-1/+1
|/
* Add semantic-symref-filepattern-alist entry for lisp-interaction-modeDmitry Gutov2016-04-121-0/+1
* Perform xref searches without visiting unopened filesDmitry Gutov2016-04-124-6/+38
* Add symref-filepattern entries for c?perl-modeDmitry Gutov2016-03-111-0/+2
* (semantic-symref-derive-find-filepatterns): Return a listStefan Monnier2016-01-021-22/+17
* Fix xref-find-references on MS-WindowsEli Zaretskii2016-01-021-4/+4
* Update copyright year to 2016Paul Eggert2016-01-016-6/+6
* Restore <D> instead of '.' in grep-find-templateDmitry Gutov2015-06-031-1/+1
* semantic/symref/grep: Don't use word boundariesDmitry Gutov2015-05-101-1/+5
* semantic/symref/grep: Support regexp searchDmitry Gutov2015-05-101-7/+9
* semantic-symref-regexp: Allow to input an arbitrary stringDmitry Gutov2015-05-101-3/+7
* * lisp/cedet/semantic/symref/grep.el: Fix unused var warningsStefan Monnier2015-05-061-3/+7