Mercurial > emacs
comparison lisp/ChangeLog @ 74005:544d201b0172
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 14 Nov 2006 16:46:28 +0000 |
parents | 871131fc9087 |
children | eba67440b734 |
comparison
equal
deleted
inserted
replaced
74004:ad6a503ca867 | 74005:544d201b0172 |
---|---|
1 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org> | |
2 | |
3 * progmodes/ada-xref.el (ada-parse-prj-file): | |
4 Don't delete project buffer; user may want to edit it. | |
5 (ada-xref-set-project-field, ada-xref-current-project-file) | |
6 (ada-xref-current-project, ada-show-current-project) | |
7 (ada-set-main-compile-application): New functions. | |
8 (ada-xref-get-project-field, ada-require-project-file): | |
9 Normalize use of ada-prj-default-project-file. | |
10 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub): | |
11 Normalize use of ada-require-project-file. | |
12 (ada-prj-find-prj-file): Improve doc string, comments. | |
13 | |
14 * progmodes/ada-mode.el (ada-mode-version): Bump version. | |
15 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application. | |
16 (ada-create-menu): Add ada-set-main-compile-application, | |
17 ada-show-current-main, ada-show-current-project. | |
18 | |
1 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca> | 19 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 20 |
3 * progmodes/python.el (inferior-python-mode-syntax-table): New var. | 21 * progmodes/python.el (inferior-python-mode-syntax-table): New var. |
4 (inferior-python-mode): Use it. | 22 (inferior-python-mode): Use it. |
5 | 23 |