summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2006-11-11 16:13:41 +0000
committerJuanma Barranquero <lekktu@gmail.com>2006-11-11 16:13:41 +0000
commite9522c9b9ebc80e886d72ccf70c5ab0b845ea092 (patch)
tree2449cb8accfdd51ececf7598092c02cd0e485a2a /lisp
parent615fd05db4b4da851101bd8f0d3c92c663604a28 (diff)
downloademacs-e9522c9b9ebc80e886d72ccf70c5ab0b845ea092.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9e70bbe4bc8..4a0ff729031 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,21 @@
+2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
+
+ * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
+ Delete commented out code for old Emacs versions. Autoloading of
+ "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
+ (ada-mode-version): Bump version number.
+ (ada-95-string-keywords, ada-2005-string-keywords)
+ (ada-2005-keywords, ada-name-regexp): New constant.
+ (ada-language-version, ada-procedure-start-regexp, ada-mode)
+ (ada-font-lock-keywords): Add support for Ada 2005 keywords.
+ (ada-package-start-regexp): Support private packages, include package
+ name (for ada-set-point-accordingly).
+ (ada-next-procedure, ada-previous-procedure)
+ (ada-which-function-are-we-in): Match changes to
+ ada-procedure-start-regexp.
+ (ada-make-body): Make non-interactive; not a user function.
+ (ada-make-subprogram-body): Improve doc string.
+
2006-11-11 Romain Francoise <romain@orebokech.com>
* progmodes/cperl-mode.el (cperl-mode): Before adding to it, make