emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 508e062: In ada-ref-man; indicated italics in syntax eleme


From: Stephen Leake
Subject: [elpa] master 508e062: In ada-ref-man; indicated italics in syntax element names
Date: Thu, 3 Jan 2019 17:16:09 -0500 (EST)

branch: master
commit 508e062d29a7a00c02158ecabd54a2afe3a958ea
Author: Stephen Leake <address@hidden>
Commit: Stephen Leake <address@hidden>

    In ada-ref-man; indicated italics in syntax element names
    
    * packages/ada-ref-man/NEWS: New file.
    
    * packages/ada-ref-man/README: Use '<' '>' to indicate italics.
    Document web site for other formats.
    
    * packages/ada-ref-man/ada-ref-man.el: Bump version.
---
 packages/ada-ref-man/NEWS           | 36 ++++++++++++++++++++++++++++++++++++
 packages/ada-ref-man/README         |  3 +++
 packages/ada-ref-man/ada-ref-man.el |  4 ++--
 3 files changed, 41 insertions(+), 2 deletions(-)

diff --git a/packages/ada-ref-man/NEWS b/packages/ada-ref-man/NEWS
new file mode 100644
index 0000000..41f264d
--- /dev/null
+++ b/packages/ada-ref-man/NEWS
@@ -0,0 +1,36 @@
+ada-ref-man NEWS -- history of user-visible changes.
+
+Copyright (C) 2018 Free Software Foundation, Inc.
+See the end of the file for license conditions.
+
+
+* 2012.4
+16 Sep 2018
+
+** Mark italics with <>. Italics is used in names to convey semantic
+   information; the syntax name is the non-italized part (see LRM
+   1.1.5 14). In previous ada-ref-man releases, it was not possible to
+   distinguish the italicized part.
+
+----------------------------------------------------------------------
+This file is part of GNU Emacs.
+
+GNU Emacs is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+GNU Emacs is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
+
+
+Local variables:
+coding: utf-8
+mode: outline
+paragraph-separate: "[         ]*$"
+end:
diff --git a/packages/ada-ref-man/README b/packages/ada-ref-man/README
index 536b7b1..2c04353 100644
--- a/packages/ada-ref-man/README
+++ b/packages/ada-ref-man/README
@@ -1,3 +1,6 @@
 Emacs info version of Ada Reference Manual 2012 TC1
 
+Italics in syntax element names are indicated by <>.
 
+Other formats are available at
+http://www.adaic.org/ada-resources/standards/
diff --git a/packages/ada-ref-man/ada-ref-man.el 
b/packages/ada-ref-man/ada-ref-man.el
index 5400c03..9193399 100644
--- a/packages/ada-ref-man/ada-ref-man.el
+++ b/packages/ada-ref-man/ada-ref-man.el
@@ -1,13 +1,13 @@
 ;;; ada-ref-man.el --- Ada Reference Manual 2012
 ;;
-;;; Copyright (C) 2014, 2017  Free Software Foundation, Inc.
+;;; Copyright (C) 2014, 2017, 2019  Free Software Foundation, Inc.
 ;;
 ;; Author: Stephen Leake <address@hidden>
 ;; Maintainer: Stephen Leake <address@hidden>
 ;; Keywords: languages
 ;;  ada
 ;; Package-Type: multi
-;; Version: 2012.3
+;; Version: 2012.4
 ;; url: http://stephe-leake.org/ada/arm.html
 
 ;;; ada-ref-man.el ends here



reply via email to

[Prev in Thread] Current Thread [Next in Thread]