summaryrefslogtreecommitdiff
path: root/lisp/cedet
Commit message (Expand)AuthorAgeFilesLines
* * lisp/cedet/mode-local.el: Delete obsolete commentStephen Leake2015-11-201-18/+0
* Quote symbols in docstrings using `'Paul Eggert2015-11-184-6/+6
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-1712-35/+37
* Improve a few doc strings, commentsStephen Leake2015-11-153-8/+7
* Minor CEDET fixesStephen Leake2015-10-272-8/+10
* * lisp/isearch.el: Rename word search to regexp-function searchArtur Malabarba2015-10-211-1/+1
* * lisp/cedet/ede: Silence some compiler warningsStefan Monnier2015-10-094-94/+84
* Fix a few problems with directed quotesPaul Eggert2015-10-011-2/+2
* Use %s to format strings instead of splicing themPaul Eggert2015-09-201-1/+1
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-175-5/+5
* Fix several backslash typos in Elisp stringsPaul Eggert2015-09-171-1/+1
* Add monotone EDE generic projectStephen Leake2015-09-151-0/+2
* Revert some stray curved quotes I missed earlierPaul Eggert2015-09-101-3/+3
* * lisp/cedet/ede/auto.el (ede-project-autoload): Doc fix.Glenn Morris2015-09-091-2/+2
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-076-12/+12
* Spelling fix (Bug#21420)Paul Eggert2015-09-051-1/+1
* Fix some more docstring etc. quoting problemsPaul Eggert2015-09-0312-35/+35
* Escape ` and ' in docPaul Eggert2015-09-011-2/+2
* Delete Emacs 25 test in mode-local.elStephen Leake2015-09-011-7/+5
* Show all known mode-local overrides in *Help*Stephen Leake2015-09-011-5/+17
* Fix some byte-compiler warnings in EDEStephen Leake2015-08-312-32/+42
* Text quoting fixes in cedet, emulation, emacs-lispPaul Eggert2015-08-296-27/+36
* 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