diff options
author | Ludovic Courtes | 2006-09-04 09:16:34 +0000 |
---|---|---|
committer | Ludovic Courtes | 2006-09-04 09:16:34 +0000 |
commit | 2995e1109063b227827a2e50e34e42d72da3ece2 (patch) | |
tree | 625c566556a05ca0098d08ab9d1cae548f52ce34 /ChangeLog | |
parent | 7249dc962a9f31f1c8f3d72a3a55d2112514baff (diff) | |
download | skribilo-2995e1109063b227827a2e50e34e42d72da3ece2.tar.gz skribilo-2995e1109063b227827a2e50e34e42d72da3ece2.tar.lz skribilo-2995e1109063b227827a2e50e34e42d72da3ece2.zip |
`base' package: Removed more sources of duplicate identifiers.
* src/guile/skribilo/package/base.scm (~): Use `gensym' to produce unique
identifiers.
(ref)[unref]: Likewise.
[handle-ref]: Likewise.
[do-title-ref]: Likewise.
[mark-ref]: Likewise.
[make-bib-ref]: Likewise.
[line-ref]: Likewise.
git-archimport-id: lcourtes@laas.fr--2005-libre/skribilo--devo--1.2--patch-59
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -2,6 +2,26 @@ # arch-tag: automatic-ChangeLog--lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2 # +2006-09-04 09:15:58 GMT Ludovic Courtes <ludovic.courtes@laas.fr> patch-74 + + Summary: + `base' package: Removed more sources of duplicate identifiers. + Revision: + skribilo--devel--1.2--patch-74 + + * src/guile/skribilo/package/base.scm (~): Use `gensym' to produce unique + identifiers. + (ref)[unref]: Likewise. + [handle-ref]: Likewise. + [do-title-ref]: Likewise. + [mark-ref]: Likewise. + [make-bib-ref]: Likewise. + [line-ref]: Likewise. + + modified files: + ChangeLog src/guile/skribilo/package/base.scm + + 2006-09-03 15:08:10 GMT Ludovic Courtes <ludovic.courtes@laas.fr> patch-73 Summary: |