diff options
Diffstat (limited to 'lisp/cedet/ChangeLog')
| -rw-r--r-- | lisp/cedet/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog index ecdebe0363c..1a4a6580007 100644 --- a/lisp/cedet/ChangeLog +++ b/lisp/cedet/ChangeLog | |||
| @@ -1,3 +1,25 @@ | |||
| 1 | 2013-11-30 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | Stop keeping (most) generated cedet grammar files in the repository. | ||
| 4 | * semantic/bovine/grammar.el (bovine--make-parser-1): | ||
| 5 | New function, split from bovine-make-parsers. | ||
| 6 | (bovine-make-parsers): Use bovine--make-parser-1. | ||
| 7 | (bovine-batch-make-parser): New function. | ||
| 8 | * semantic/wisent/grammar.el (wisent--make-parser-1): | ||
| 9 | New function, split from wisent-make-parsers. | ||
| 10 | (wisent-make-parsers): Use wisent--make-parser-1. | ||
| 11 | (wisent-batch-make-parser): New function. | ||
| 12 | * semantic/db.el (semanticdb-save-all-db): | ||
| 13 | Avoid prompting in batch mode. | ||
| 14 | * semantic/grammar.el (semantic-grammar-footer-template): | ||
| 15 | Disable version-control and autoloads in the output. | ||
| 16 | (semantic-grammar-create-package): | ||
| 17 | Add option to return nil if output is up-to-date. | ||
| 18 | * semantic/bovine/c-by.el, semantic/bovine/make-by.el: | ||
| 19 | * semantic/bovine/scm-by.el, semantic/wisent/javat-wy.el: | ||
| 20 | * semantic/wisent/js-wy.el, semantic/wisent/python-wy.el: | ||
| 21 | * srecode/srt-wy.el: Remove generated files from repository. | ||
| 22 | |||
| 1 | 2013-11-16 Barry O'Reilly <gundaetiapo@gmail.com> | 23 | 2013-11-16 Barry O'Reilly <gundaetiapo@gmail.com> |
| 2 | 24 | ||
| 3 | * semantic/fw.el (semantic-exit-on-input) | 25 | * semantic/fw.el (semantic-exit-on-input) |