stephen_leake pushed a change to branch externals-release/gnat-compiler. from abad4b333c Add files to gnat-compiler adds a60dfd29b2 File header fixes adds 178098364e * ELPA.make: New file adds 97d26c0f18 Fix bug in alire-get-env; create-alire-project now works for als adds f1493ed944 Fix byte-compile adds 98a036fd6b * gnat-alire.el (alire-get-env): Handle comments in alr printenv output adds e69c29af4d Misc cleanups, fix bug in gnat-find-als adds c13ca26054 Add wisi-prj-default adds 0a14c9a2ca * gnat-alire.el (create-alire-project): Respect convention for create-%s-xref adds 2273ebad7f Misc fixes adds b9a35edb56 ; Fix typos adds 319951218d * ELPA.make: Delete WISI; not useful adds 5b0d334fd9 * ELPA.make (EMACS_EXE): Delete harfbuzz workaround adds ec01992149 ; Prefer HTTPS to HTTP in URLs adds 7496273a2e Match ada-mode function rename adds 8ca2e5bcd2 Finish merge adds d330e13e65 Rename create-alire-project to create-alire-prj adds 959c4d3596 Release version 1.0.1
No new revisions were added by this update. Summary of changes: .gitignore | 3 +++ ELPA.make | 37 ++++++++++++++++++++++++++ NEWS | 17 ++++++++++++ gnat-alire.el | 81 ++++++++++++++++++++++++++++++++++++++++++++------------ gnat-compiler.el | 75 ++++++++++++++++++++++++++------------------------- gnat-xref.el | 4 +-- notes.text | 19 +++++++++++++ 7 files changed, 181 insertions(+), 55 deletions(-) create mode 100644 .gitignore create mode 100644 ELPA.make create mode 100644 NEWS create mode 100644 notes.text