From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.7 required=5.0 tests=BAYES_00,MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,993cbe593ec2070d,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-02-01 02:22:01 PST Path: supernews.google.com!sn-xit-02!supernews.com!news.gv.tsc.tdk.com!news.iac.net!news-out.cwix.com!newsfeed.cwix.com!news.maxwell.syr.edu!nntp2.deja.com!nnrp1.deja.com!not-for-mail From: Emmanuel Briot Newsgroups: comp.lang.ada Subject: [ANNOUNCE] ada-mode 3.5 for Emacs released Date: Thu, 01 Feb 2001 10:13:32 GMT Organization: Deja.com Message-ID: <95bcs9$8sd$1@nnrp1.deja.com> NNTP-Posting-Host: 213.228.58.163 X-Article-Creation-Date: Thu Feb 01 10:13:32 2001 GMT X-Http-User-Agent: Mozilla/4.61 [en] (X11; I; HP-UX B.11.00 9000/782; Nav) X-Http-Proxy: 1.0 x63.deja.com:80 (Squid/1.1.22) for client 213.228.58.163 X-MyDeja-Info: XMYDJUIDbriot_emmanuel_franc Xref: supernews.google.com comp.lang.ada:4810 Date: 2001-02-01T10:13:32+00:00 List-Id: After more than a year, I am happy to finally announce the new release of the ada-mode for Emacs. It includes a lot of bug fixes since the last version (thanks to all the persons who reported problems), as well as several improvements. Here is a quick and non-exhaustive list of them: * Only one project file is active at any given time. Although this might seem more restrictive than what was there before, this is much much clearer. Switching from one project file to another one is trivially done through the Ada->project menu. * A new shortcut \C-c\C-f allows you to open a file anywhere one your path, as defined in the project file. For instance, if you want to check one of the runtime file for GNAT (e.g Ada.Text_IO), simply do \C-c\C-f a-textio.ads (or use completion with TAB key) to open it. You don't need to know where it is installed. * Add cross-references to operators. You can now click on an operator and go to its definition with the standard cross-referencing functions. * The project file editor has been improved and is now much clearer. * Support for which-function-mode has been added. Try typing \M-x which-function-mode and see the name of the subprogram the cursor is in displayed in the status bar! * Defining casing exceptions can not be done for whole words, or part of them. For instance, you can specify that you want chars_ptr to be printed all lower cases (even if you generally write your identifier with an upper-case first, or that you always want the substring "IO" in upper cases (as in Ada.Text_IO). Supported users of Ada Core Technologies or ACT-Europe do not need to download this version, since they already have access to it through their support contract. The home page for the ada-mode is http://ada.eu.org/ada-mode You can get the latest version from there. I'd like to take the opportunity to thank all the persons who sent patches, especially Stephen Leake and John McCabe, who have both been very important contributors to the ada-mode technology over the years. Emmanuel Sent via Deja.com http://www.deja.com/