aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cedet (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * lisp/emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties toStefan Monnier2012-05-171-0/+4
| | | | | | | | | | | | | | their respective macro declarations. * lisp/skeleton.el (define-skeleton): * lisp/progmodes/compile.el (define-compilation-mode): * lisp/ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op) (define-ibuffer-filter): * lisp/emacs-lisp/generic.el (define-generic-mode): * lisp/emacs-lisp/easy-mmode.el (define-minor-mode) (define-globalized-minor-mode): * lisp/emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype): * lisp/emacs-lisp/byte-run.el (defsubst): * lisp/custom.el (deftheme): Add doc-string metadata.
* Remove * characters from the front of variable docstrings.Chong Yidong2012-04-093-5/+5
|
* * semantic/db-find.elDavid Engster2012-03-122-2/+11
| | | | | | (semanticdb-find-translate-path-brutish-default): If we don't yet have a proper table for PATH, use `semanticdb-current-database' instead (bug #10343).
* * semantic/wisent/javascript.el (js-mode): Define `js-mode' asDavid Engster2012-03-112-0/+9
| | | | child-mode of `javascript-mode' (bug #8445).
* Standardize possessive apostrophe usage in manuals, docs, and commentsGlenn Morris2012-02-284-7/+12
| | | | Ref: http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00649.html
* lisp/cedet/ede/auto.el: Add declarations.Juanma Barranquero2012-02-102-2/+10
|
* Fix require error when using srecode-insert.David Engster2012-01-293-2/+10
| | | | | | | * lisp/cedet/srecode/insert.el: Require srecode/filters. * lisp/cedet/srecode/filters.el: Drop two requires. Fixes: debbugs:9967
* Merge from emacs-23; up to 2012-01-19T07:15:48Z!rgm@gnu.org.Glenn Morris2012-01-182-2/+3
|\
| * Revert unintentional addition of 2012 to Ecma copyright years.Glenn Morris2012-01-181-1/+1
| | | | | | | | | | This was done by mistake in emacs-23 2010-06-25T08:19:11Z!agustin.martin@hispalinux.es, and then propagated to one more file in 2010-06-26T12:01:31Z!eliz@gnu.org.
| * Fix python-wy.el copyright header.Chong Yidong2012-01-181-2/+4
| |
| * Some copyright header fixes for grammar files.Chong Yidong2012-01-152-4/+5
| | | | | | | | | | | | | | | | | | | | | | * etc/grammars/wisent-grammar.el: Make the Python copyright the literally required one. * lisp/cedet/semantic/wisent/python-wy.el: Regenerate. * lisp/cedet/semantic/wisent/js-wy.el: Add missing copyright header Suggested by Glenn Morris.
| * Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris2012-01-10149-149/+149
| |
* | Fix EDE security flaw involving loading arbitrary Lisp from Project.ede.Eric M. Ludlam2012-01-134-52/+211
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/ede.el (ede-project-directories): New option. (ede-directory-safe-p): Check it. (ede-initialize-state-current-buffer, ede, ede-new) (ede-check-project-directory, ede-rescan-toplevel) (ede-load-project-file, ede-parent-project, ede-current-project): (ede-target-parent): Avoid loading in a project unless it is safe, since it may involve malicious code. This security flaw was pointed out by Hiroshi Oota. * lisp/ede/auto.el (ede-project-autoload): Add safe-p slot. (ede-project-class-files): Projects using Project.ede are unsafe. (ede-auto-load-project): New method. * lisp/ede/simple.el (ede-project-class-files): Mark as unsafe.
| * Fix EDE security flaw involving loading arbitrary Lisp from Project.ede.Eric M. Ludlam2012-01-094-52/+211
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/ede.el (ede-project-directories): New option. (ede-directory-safe-p): Check it. (ede-initialize-state-current-buffer, ede, ede-new) (ede-check-project-directory, ede-rescan-toplevel) (ede-load-project-file, ede-parent-project, ede-current-project): (ede-target-parent): Avoid loading in a project unless it is safe, since it may involve malicious code. This security flaw was pointed out by Hiroshi Oota. * lisp/ede/auto.el (ede-project-autoload): Add safe-p slot. (ede-project-class-files): Projects using Project.ede are unsafe. (ede-auto-load-project): New method. * lisp/ede/simple.el (ede-project-class-files): Mark as unsafe.
| * Add CEDET grammar files to emacs-23 branch.Chong Yidong2012-01-098-16/+95
| |
* | Duplicate-word and spelling fixes.Paul Eggert2012-01-103-3/+3
| |
* | Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05149-149/+149
| |
* | Spelling fixes.Paul Eggert2011-12-302-2/+2
| |
* | Spelling fixes.Paul Eggert2011-12-291-1/+1
| |
* | * lisp/cedet/semantic/edit.el (semantic-edits-incremental-parser):Sam Steingold2011-12-192-0/+6
| | | | | | | | Add the autoload cookie, necessary for JDEE.
* | Spelling fixes.Paul Eggert2011-12-182-3/+3
| |
* | Spelling fixes.Paul Eggert2011-12-161-1/+1
| |
* | Spelling fixes.Paul Eggert2011-12-153-5/+5
| |
* | Spelling fixes.Paul Eggert2011-12-141-1/+1
| |
* | Spelling fixes.Paul Eggert2011-12-145-15/+15
| |
* | Spelling fixes.Paul Eggert2011-12-115-8/+8
| |
* | Fix typos.Juanma Barranquero2011-12-062-2/+6
| |
* | Fix typo.Juanma Barranquero2011-12-051-1/+1
| |
* | Spelling fixes.Paul Eggert2011-12-054-10/+9
| |
* | Spelling fixes.Paul Eggert2011-12-047-9/+9
| |
* | Spelling fixes.Paul Eggert2011-11-263-4/+4
| |
* | Add grammar files for grammar-wy.el and wrt-wy.el.Chong Yidong2011-11-267-349/+441
| | | | | | | | | | | | | | Regenerate the relevant CEDET parsers. * admin/grammars/bovine-grammar.el: * admin/grammars/wisent-grammar.el: Add scripts for generating the parsers.
* | Spelling fixes.Paul Eggert2011-11-245-10/+10
| |
* | Fix typos.Juanma Barranquero2011-11-243-2/+6
| |
* | Spelling fixes.Paul Eggert2011-11-2210-10/+10
| |
* | Fix typos.Juanma Barranquero2011-11-203-3/+3
| |
* | Spelling fixes.Paul Eggert2011-11-1912-13/+13
| |
* | Fix typos.Juanma Barranquero2011-11-2021-56/+80
| |
* | Spelling fixes.Paul Eggert2011-11-1911-12/+12
| |
* | Spelling fixes.Paul Eggert2011-11-199-10/+10
| |
* | Spelling fixes.Paul Eggert2011-11-182-2/+2
| |
* | Spelling fixes.Paul Eggert2011-11-173-3/+3
| |
* | Spelling fixes.Paul Eggert2011-11-1714-16/+16
| |
* | Fix typos.Juanma Barranquero2011-11-164-6/+12
| |
* | Fix typos.Juanma Barranquero2011-11-1526-36/+36
| |
* | Spelling fixes.Paul Eggert2011-11-1417-19/+19
| |
* | Fix typos.Juanma Barranquero2011-11-153-2/+6
| |
* | Spelling fixes.Paul Eggert2011-11-1414-16/+16
| |
* | Fix typos.Juanma Barranquero2011-11-1412-15/+23
| |
* | Spelling fixes.Paul Eggert2011-11-145-6/+6
| |