| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | * lisp/emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to | Stefan Monnier | 2012-05-17 | 1 | -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 Yidong | 2012-04-09 | 3 | -5/+5 |
| | | |||||
| * | * semantic/db-find.el | David Engster | 2012-03-12 | 2 | -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' as | David Engster | 2012-03-11 | 2 | -0/+9 |
| | | | | | child-mode of `javascript-mode' (bug #8445). | ||||
| * | Standardize possessive apostrophe usage in manuals, docs, and comments | Glenn Morris | 2012-02-28 | 4 | -7/+12 |
| | | | | | Ref: http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00649.html | ||||
| * | lisp/cedet/ede/auto.el: Add declarations. | Juanma Barranquero | 2012-02-10 | 2 | -2/+10 |
| | | |||||
| * | Fix require error when using srecode-insert. | David Engster | 2012-01-29 | 3 | -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 Morris | 2012-01-18 | 2 | -2/+3 |
| |\ | |||||
| | * | Revert unintentional addition of 2012 to Ecma copyright years. | Glenn Morris | 2012-01-18 | 1 | -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 Yidong | 2012-01-18 | 1 | -2/+4 |
| | | | |||||
| | * | Some copyright header fixes for grammar files. | Chong Yidong | 2012-01-15 | 2 | -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 Morris | 2012-01-10 | 149 | -149/+149 |
| | | | |||||
| * | | Fix EDE security flaw involving loading arbitrary Lisp from Project.ede. | Eric M. Ludlam | 2012-01-13 | 4 | -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. Ludlam | 2012-01-09 | 4 | -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 Yidong | 2012-01-09 | 8 | -16/+95 |
| | | | |||||
| * | | Duplicate-word and spelling fixes. | Paul Eggert | 2012-01-10 | 3 | -3/+3 |
| | | | |||||
| * | | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 149 | -149/+149 |
| | | | |||||
| * | | Spelling fixes. | Paul Eggert | 2011-12-30 | 2 | -2/+2 |
| | | | |||||
| * | | Spelling fixes. | Paul Eggert | 2011-12-29 | 1 | -1/+1 |
| | | | |||||
| * | | * lisp/cedet/semantic/edit.el (semantic-edits-incremental-parser): | Sam Steingold | 2011-12-19 | 2 | -0/+6 |
| | | | | | | | | | Add the autoload cookie, necessary for JDEE. | ||||
| * | | Spelling fixes. | Paul Eggert | 2011-12-18 | 2 | -3/+3 |
| | | | |||||
| * | | Spelling fixes. | Paul Eggert | 2011-12-16 | 1 | -1/+1 |
| | | | |||||
| * | | Spelling fixes. | Paul Eggert | 2011-12-15 | 3 | -5/+5 |
| | | | |||||
| * | | Spelling fixes. | Paul Eggert | 2011-12-14 | 1 | -1/+1 |
| | | | |||||
| * | | Spelling fixes. | Paul Eggert | 2011-12-14 | 5 | -15/+15 |
| | | | |||||
| * | | Spelling fixes. | Paul Eggert | 2011-12-11 | 5 | -8/+8 |
| | | | |||||
| * | | Fix typos. | Juanma Barranquero | 2011-12-06 | 2 | -2/+6 |
| | | | |||||
| * | | Fix typo. | Juanma Barranquero | 2011-12-05 | 1 | -1/+1 |
| | | | |||||
| * | | Spelling fixes. | Paul Eggert | 2011-12-05 | 4 | -10/+9 |
| | | | |||||
| * | | Spelling fixes. | Paul Eggert | 2011-12-04 | 7 | -9/+9 |
| | | | |||||
| * | | Spelling fixes. | Paul Eggert | 2011-11-26 | 3 | -4/+4 |
| | | | |||||
| * | | Add grammar files for grammar-wy.el and wrt-wy.el. | Chong Yidong | 2011-11-26 | 7 | -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 Eggert | 2011-11-24 | 5 | -10/+10 |
| | | | |||||
| * | | Fix typos. | Juanma Barranquero | 2011-11-24 | 3 | -2/+6 |
| | | | |||||
| * | | Spelling fixes. | Paul Eggert | 2011-11-22 | 10 | -10/+10 |
| | | | |||||
| * | | Fix typos. | Juanma Barranquero | 2011-11-20 | 3 | -3/+3 |
| | | | |||||
| * | | Spelling fixes. | Paul Eggert | 2011-11-19 | 12 | -13/+13 |
| | | | |||||
| * | | Fix typos. | Juanma Barranquero | 2011-11-20 | 21 | -56/+80 |
| | | | |||||
| * | | Spelling fixes. | Paul Eggert | 2011-11-19 | 11 | -12/+12 |
| | | | |||||
| * | | Spelling fixes. | Paul Eggert | 2011-11-19 | 9 | -10/+10 |
| | | | |||||
| * | | Spelling fixes. | Paul Eggert | 2011-11-18 | 2 | -2/+2 |
| | | | |||||
| * | | Spelling fixes. | Paul Eggert | 2011-11-17 | 3 | -3/+3 |
| | | | |||||
| * | | Spelling fixes. | Paul Eggert | 2011-11-17 | 14 | -16/+16 |
| | | | |||||
| * | | Fix typos. | Juanma Barranquero | 2011-11-16 | 4 | -6/+12 |
| | | | |||||
| * | | Fix typos. | Juanma Barranquero | 2011-11-15 | 26 | -36/+36 |
| | | | |||||
| * | | Spelling fixes. | Paul Eggert | 2011-11-14 | 17 | -19/+19 |
| | | | |||||
| * | | Fix typos. | Juanma Barranquero | 2011-11-15 | 3 | -2/+6 |
| | | | |||||
| * | | Spelling fixes. | Paul Eggert | 2011-11-14 | 14 | -16/+16 |
| | | | |||||
| * | | Fix typos. | Juanma Barranquero | 2011-11-14 | 12 | -15/+23 |
| | | | |||||
| * | | Spelling fixes. | Paul Eggert | 2011-11-14 | 5 | -6/+6 |
| | | | |||||