Mercurial > emacs
comparison lisp/ChangeLog @ 106783:fc2b73c71e0f
Add Semantic parsers for Python.
* cedet/semantic.el (semantic-new-buffer-setup-functions): Add python parser.
* cedet/semantic/wisent/python-wy.el, cedet/semantic/wisent/python.el: New files.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 09 Jan 2010 19:38:07 -0500 |
parents | 7cf596e46b08 |
children | 07693e3d04c6 |
comparison
equal
deleted
inserted
replaced
106782:7cf596e46b08 | 106783:fc2b73c71e0f |
---|---|
1 2010-01-10 Chong Yidong <cyd@stupidchicken.com> | |
2 | |
3 * cedet/semantic.el (semantic-new-buffer-setup-functions): Add | |
4 python parser. | |
5 | |
6 2010-01-10 Richard Kim <emacs18@gmail.com> | |
7 | |
8 * cedet/semantic/wisent/python-wy.el: | |
9 * cedet/semantic/wisent/python.el: New files. | |
10 | |
1 2010-01-09 Chong Yidong <cyd@stupidchicken.com> | 11 2010-01-09 Chong Yidong <cyd@stupidchicken.com> |
2 | 12 |
3 * man.el (Man-goto-section): Signal error if the section is not | 13 * man.el (Man-goto-section): Signal error if the section is not |
4 found (Bug#5317). | 14 found (Bug#5317). |
5 | 15 |