aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cedet (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add mode local overrides to xref-find-definitionsStephen Leake2015-08-261-0/+98
* Add mode local overrides to describe-functionStephen Leake2015-08-261-0/+24
* Prefer directed to neutral quotesPaul Eggert2015-08-2420-47/+48
* More-conservative ‘format’ quote restylingPaul Eggert2015-08-235-11/+10
* Revert "Prefer ‘format’ to ‘substitute-command-keys’"Andreas Schwab2015-08-232-6/+7
* Don't quote symbols 'like-this' in docstrings etc.Paul Eggert2015-08-208-8/+8
* Handle pulse-background being nilStephen Leake2015-08-151-19/+22
* Prefer ‘format’ to ‘substitute-command-keys’Paul Eggert2015-08-142-7/+6
* Respect python.el imenu when semantic-mode is offFabián Ezequiel Gallina2015-08-111-3/+0
* Fix some confusion with ‘format’Paul Eggert2015-08-051-1/+1
* ede-proj-target-makefile docstring tweaksPaul Eggert2015-08-021-3/+3
* Don't overflow if computing approximate percentagePaul Eggert2015-07-312-5/+5
* Rename project-directories to project-rootsDmitry Gutov2015-07-311-2/+2
* Introduce a Project APIDmitry Gutov2015-07-101-0/+16
* Improve the optional translation of quotesPaul Eggert2015-06-192-11/+11
* Fix curved quotes in a few placesPaul Eggert2015-06-041-2/+2
* Restore <D> instead of '.' in grep-find-templateDmitry Gutov2015-06-031-1/+1
* Use \r rather than ^M in string literalsPaul Eggert2015-05-301-2/+2
* Fix minor quoting problems in doc stringsPaul Eggert2015-05-282-5/+5
* Support curved quotes in doc stringsPaul Eggert2015-05-282-9/+10
* Don't quote nil and t in doc stringsPaul Eggert2015-05-212-7/+7
* Fix minor quoting problems in doc stringsPaul Eggert2015-05-195-11/+11
* CEDET (srecode-insert-fcn): Fix use of oref on a classStefan Monnier2015-05-101-2/+1
* CEDET (srecode-create-dictionary): Avoid obsolete object nameStefan Monnier2015-05-101-2/+2
* semantic/symref/grep: Don't use word boundariesDmitry Gutov2015-05-101-1/+5
* semantic/symref/grep: Support regexp searchDmitry Gutov2015-05-102-9/+15
* semantic-symref-regexp: Allow to input an arbitrary stringDmitry Gutov2015-05-101-3/+7
* CEDET (srecode-pop, srecode-peek): Don't use `subclass'Stefan Monnier2015-05-081-25/+24
* Only cancel timer when it is non-nilDmitry Gutov2015-05-061-2/+3
* Quieten cedet compilationGlenn Morris2015-05-062-5/+13
* CEDET: Avoid `oref' on classes in a few more casesStefan Monnier2015-05-063-3/+4
* * lisp/cedet/semantic/symref/grep.el: Fix unused var warningsStefan Monnier2015-05-061-3/+7
* CEDET (srecode-compile-inserter): Avoid `oref' on classesStefan Monnier2015-05-061-9/+8
* Clean up pulse.el a littleDmitry Gutov2015-05-061-41/+23
* Pulse using a timerDmitry Gutov2015-05-061-10/+26
* Add semantic/symref/grep file patterns for ruby-modeDmitry Gutov2015-05-061-2/+4
* * lisp/cedet/semantic/grammar.el: Fix compiler warnings (bug#20505)Stefan Monnier2015-05-051-35/+49
* * lisp/cedet/semantic/grammar.el (eldoc-function-argstring)Glenn Morris2015-05-041-6/+0
* Don't pulse the indentation, or the newlineDmitry Gutov2015-05-041-2/+4
* Add xref-pulse-on-jumpDmitry Gutov2015-05-041-0/+1
* Fix minor issues with CEDET on MS-WindowsEli Zaretskii2015-05-043-16/+26
* ; ede-locate-create/update-root-database: Fix docstring typoDmitry Gutov2015-05-011-1/+1
* * lisp/cedet/semantic/bovine/c.el (semantic-c-do-lex-if):Glenn Morris2015-04-281-2/+2
* * cedet/semantic/fw.el: Use declare.Stefan Monnier2015-04-134-11/+8
* * lisp/cedet/semantic: Remove some dead codeStefan Monnier2015-04-105-38/+7
* Rename ChangeLogs for gitlog-to-changelogPaul Eggert2015-04-071-0/+0
* Spelling fixesPaul Eggert2015-02-213-4/+14
* * lisp/emacs-lisp/eieio*.el: Align a bit better with CLOSStefan Monnier2015-02-162-3/+11
* * lisp/cedet: Use cl-generic instead of EIEIO's defgeneric/defmethodStefan Monnier2015-02-0464-812/+836
* Shrink EIEIO object header. Move generics to eieio-generic.el.Stefan Monnier2015-01-0824-105/+168
|\