Mercurial > emacs
comparison lisp/ChangeLog @ 73923:9ebe2e5d0079
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sat, 11 Nov 2006 16:13:41 +0000 |
parents | 9bcc33b6d297 |
children | d9a0e4ac80a3 |
comparison
equal
deleted
inserted
replaced
73922:289cedd46cd8 | 73923:9ebe2e5d0079 |
---|---|
1 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org> | |
2 | |
3 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'. | |
4 Delete commented out code for old Emacs versions. Autoloading of | |
5 "ada-xref", "ada-prj" is useful even if compiler is not GNAT. | |
6 (ada-mode-version): Bump version number. | |
7 (ada-95-string-keywords, ada-2005-string-keywords) | |
8 (ada-2005-keywords, ada-name-regexp): New constant. | |
9 (ada-language-version, ada-procedure-start-regexp, ada-mode) | |
10 (ada-font-lock-keywords): Add support for Ada 2005 keywords. | |
11 (ada-package-start-regexp): Support private packages, include package | |
12 name (for ada-set-point-accordingly). | |
13 (ada-next-procedure, ada-previous-procedure) | |
14 (ada-which-function-are-we-in): Match changes to | |
15 ada-procedure-start-regexp. | |
16 (ada-make-body): Make non-interactive; not a user function. | |
17 (ada-make-subprogram-body): Improve doc string. | |
18 | |
1 2006-11-11 Romain Francoise <romain@orebokech.com> | 19 2006-11-11 Romain Francoise <romain@orebokech.com> |
2 | 20 |
3 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make | 21 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make |
4 `compilation-error-regexp-alist' buffer-local, since we changed | 22 `compilation-error-regexp-alist' buffer-local, since we changed |
5 `compilation-error-regexp-alist-alist' locally. | 23 `compilation-error-regexp-alist-alist' locally. |