I'm spending my time fixing my Android music app to display album
covers.

Of course, that means I have to first find and fix an Emacs Java mode
(I'm using JDEE for now; it's a little broken in Emacs master).

And that means I have to fix the new project interface in Emacs master
(well, I want to, anyway :). That will also be useful for Ada mode
eventually.

So it may be quite a while before I get back to Ada mode.

If someone else wants to manage a release, I'd be happy to support that.

Here's the Ada mode NEWS contents since the last release, to pique your
interest:

* Ada mode 5.1.9

** Adding missing grammar statements to allow removing parens around
   conditional and quantified expressions.

** Key binding for ada-case-create-partial-exception in ada-mode
   changed to C-c C-M-y; this is easier to type, and matches the key
   binding in gpr-mode.

** ada-case-keyword changed to accept the symbols 'lower-case,
   'upper-case instead of the functions downcase-word, upcase-word.

** ada-case-identifier changed to accept the symbols 'mixed-case,
   'lower-case, 'upper-case instead of the functions 'ada-mixed-case,
   'ada-lower-case, 'ada-upper-case.

** New option ada-indent-comment-gnat matches the GNAT style check for
   comments in all cases (previously, there were some cases where the
   comment indent algorithm did not match the GNAT check).

** ada-fix-add-context-clause now sorts "limited with" and "private
   with" clauses after other clauses.

** ada-align now aligns '=>' in case expressions.

** ada-align-paramlist now handles access function parameters:

   procedure Choose
     (X, Y, Z    :        Integer;
      Preference : access function (A, B : Integer) return Boolean);

** ada-next-statement-keyword now moves to matching close paren if on
   open paren, ada-prev-statement-keyword moves from close paren to
   open paren.

** New function ada-prj-show-src-path (on the Ada menu) displays
   compilation-search-path in a buffer.

** New hook ada-prj-parse-hook, run from ada-parse-prj-file

** gpr parser handles nested case statements without blowing up.

** gpr parser handles package renames

** fix bugs

* Ada mode 5.1.8
10 Apr 2015

-- 
-- Stephe

_______________________________________________
Emacs-ada-mode mailing list
[email protected]
http://host114.hostmonster.com/mailman/listinfo/emacs-ada-mode_stephe-leake.org

Reply via email to