X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/ca8d5c56f29527250cfa33a31fcabc99f7f93427..fe25187c1f7f77878b7c1c8506d8664d32baf3e7:/packages/ada-mode/NEWS diff --git a/packages/ada-mode/NEWS b/packages/ada-mode/NEWS index 786c58c76..581677a05 100755 --- a/packages/ada-mode/NEWS +++ b/packages/ada-mode/NEWS @@ -7,6 +7,87 @@ Please send Emacs Ada mode bug reports to bug-gnu-emacs@gnu.org, with 'ada-mode' in the subject. If possible, use M-x report-emacs-bug. +* Ada mode 5.1.7 +18 Nov 2014 + +** add ada-find-file that prompts for a file from the current project, + with completion. + +** fix bug that prevented + Y : Boolean := Boolean'(if True then False); + +** add ada-create-select-default-prj, to simplify working with small + projects + +** Handle deleting whitespace between words, inserting whitespace in + the middle of a word properly. + +** Change ada-case-adjust to capitalize words in comments and strings + by default; C-u adjusts case as if code. + +** allow 'raise' in expressions for GNAT GPL 2014 aspects + +** move all except keyword face highighting to grammar; much more + accurate, easier to maintain, simpler, faster. + +** delete gnatinspect support; gpr_query is better + +** misc bug fixes + +* Ada mode 5.1.6 +28 Sep 2014 + +** improve syntax highlighting of names after 'of', 'new', 'renames' + +** fix ada-format-paramlist to handle 'aliased' keyword (new in Ada + 2012), and 'not null' without 'access'. + +** fix ada-find-other-file in separate bodies; now navigates to the + spec. + +** restore ada-indent-newline-indent for [return] + +* Ada mode 5.1.5 +12 Jul 2014 + +** add C-c <, C-c >; goto-declaration-start, -end + +** improve parsing speed significantly + +* Ada mode 5.1.4 +26 May 2014 + +** support expression functions + +** beginning-of-defun-function, end-of-defun-function are now set. A + "defun" is a generic, package, protected, subprogram, or task spec + or body. + +** C-c C-s is now bound to ada-goto-previous-pos, which goes to the + first position in ada-goto-pos-ring. Most navigation functions set + ada-goto-pos-ring. This allows easy navigation back to the start of + a cross-reference chain. + +** xref tool error handlers no longer show the xref tool buffer; the + new Ada menu item 'show xref tool buffer' can be used instead. + +** The parser supports more deeply nested case statements. + +* Ada mode 5.1.3 +19 Apr 2014 + +** more GNAT error message auto-fixes + +** support aspects on subprogram declarations; format same as SPARK examples. + +** fix bug in ada-syntax-propertize that caused query-replace to screw up + +** inhibit reparse due to case adjust; case adjust entire buffer is + now _much_ faster. + +** Non-ASCII characters supported in Ada mode buffers, including GNAT + bracket notation. + * Ada mode 5.1.2 16 Mar 2014