diff options
| author | Ralph Amissah <ralph@amissah.com> | 2013-12-02 23:43:22 -0500 | 
|---|---|---|
| committer | Ralph Amissah <ralph@amissah.com> | 2013-12-02 23:43:22 -0500 | 
| commit | 9b51aed57ab048b76cf322c8c56e6b83d68f50d0 (patch) | |
| tree | 7ccdd79daed62cd3eaccdaf418dc8fedaaba6693 /data/doc | |
| parent | v4 v5: rake create build & install sisu gemspec; bin/sisugem (add .gitignore) (diff) | |
v5: renaming files & modules ao & AO (from dal & DAL)
* ao (abstract objects) shorter, also easily searched, higher sort location
  abstract as representation of & extraction of document objects
  (dal (document abstraction layer))
Diffstat (limited to 'data/doc')
| -rw-r--r-- | data/doc/sisu/CHANGELOG_v5 | 14 | 
1 files changed, 11 insertions, 3 deletions
| diff --git a/data/doc/sisu/CHANGELOG_v5 b/data/doc/sisu/CHANGELOG_v5 index 04412472..d132b705 100644 --- a/data/doc/sisu/CHANGELOG_v5 +++ b/data/doc/sisu/CHANGELOG_v5 @@ -30,15 +30,23 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_5.1.0.orig.tar.xz    sisu_5.1.0.orig.tar.xz    sisu_5.1.0-1.dsc -* dal_doc_str, changes related to headings provided for document structure +* ao_doc_str, changes related to headings provided for document structure    without ocn, testing required -* dal endnotes, removed a space that should no longer be necessary, +* ao endnotes, removed a space that should no longer be necessary,    testing required  * minor code related to line breaks, various locations -* xml sax file renamed xml_sax.rb (from xml.rb) +* renaming of modules +  * use AO instead of DAL + +* renaming of files +  * ao*.rb instead of dal*.rb +    ao (abstract objects) shorter, also easily searched, higher sort location +    abstract as representation of & extraction of document objects +    (dal (document abstraction layer)) +  * xml sax file renamed xml_sax.rb (from xml.rb)  * xmlns xlink using xl | 
