diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-07-19 12:11:38 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-01-06 10:09:11 +0100 |
commit | ef87efb9056861980104c9bad63223590e29bc44 (patch) | |
tree | 9eb85671ad235f432770e9dfd0289984a21582ff /docs/dist/doc/changes.adoc | |
parent | 6450c7d744c2be34767105626b70df518ac38631 (diff) | |
download | aspectj-ef87efb9056861980104c9bad63223590e29bc44.tar.gz aspectj-ef87efb9056861980104c9bad63223590e29bc44.zip |
Improve release notes formatting
Also unify the way copyright and release date is displayed
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'docs/dist/doc/changes.adoc')
-rw-r--r-- | docs/dist/doc/changes.adoc | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/docs/dist/doc/changes.adoc b/docs/dist/doc/changes.adoc index 25ef37f09..11ff5bfa6 100644 --- a/docs/dist/doc/changes.adoc +++ b/docs/dist/doc/changes.adoc @@ -1,8 +1,8 @@ -[.small]#© Copyright 1998-2002 Palo Alto Research Center Incorporated -2003-2008 Contributors. All rights reserved.# - == Changes in AspectJ +_© Copyright 1998-2002 Palo Alto Research Center Incorporated +2003-2008 Contributors. All rights reserved._ + * xref:#_1_6_0[1.6.0] (released 2008-04) * xref:#_1_5_4[1.5.4] (released 2007-12) * xref:#_1_5_3[1.5.3] (released 2006-11) @@ -1097,8 +1097,12 @@ is limited. ** ... * Limitations: ** AJBrowser is currently an undocumented demonstration application. To -use it type: + -> ajbrowser <lst file1> <lst file2> ... +use it type: ++ +[source, text] +.... +ajbrowser <lst file1> <lst file2> ... +.... === Emacs Support: aspectj-mode and AJDEE @@ -1193,8 +1197,12 @@ is limited. ** Build configuration file editor added. * Limitations: ** AJBrowser is currently an undocumented demonstration application. To -use it type: + -> ajbrowser <lst file1> <lst file2> ... +use it type: ++ +[source, text] +.... +ajbrowser <lst file1> <lst file2> ... +.... === Aspectj-mode and AJDEE: AspectJ support in Emacs |