diff options
author | Ludovic Court`es | 2007-08-24 17:38:53 +0000 |
---|---|---|
committer | Ludovic Court`es | 2007-08-24 17:38:53 +0000 |
commit | d5be82fa1fd04dabe8a37358ca6a21c2ebf89564 (patch) | |
tree | 92c8703c6941dd133e8231eb06f28bd5c88bb437 /ChangeLog | |
parent | 18633236276746911868b98d35dab997df663ac8 (diff) | |
parent | c97f7cfe7137da1f91b4db94a00ce71a96adec62 (diff) | |
download | skribilo-d5be82fa1fd04dabe8a37358ca6a21c2ebf89564.tar.gz skribilo-d5be82fa1fd04dabe8a37358ca6a21c2ebf89564.tar.lz skribilo-d5be82fa1fd04dabe8a37358ca6a21c2ebf89564.zip |
Slightly improved AST classes and methods.
* src/guile/skribilo/ast.scm: For all simple getters, use GOOPS's
`:getter' rather than define functions that call `slot-ref'.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-151
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -2,6 +2,23 @@ # arch-tag: automatic-ChangeLog--skribilo@sv.gnu.org--2006/skribilo--devo--1.2 # +2007-08-24 17:38:53 GMT Ludovic Court`es <ludovic.courtes@laas.fr> patch-151 + + Summary: + Slightly improved AST classes and methods. + Revision: + skribilo--devo--1.2--patch-151 + + * src/guile/skribilo/ast.scm: For all simple getters, use GOOPS's + `:getter' rather than define functions that call `slot-ref'. + + modified files: + ChangeLog src/guile/skribilo/ast.scm + + new patches: + lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-93 + + 2007-08-24 17:38:16 GMT Ludovic Court`es <ludovic.courtes@laas.fr> patch-150 Summary: |