diff options
author | Ludovic Court`es | 2007-08-31 17:05:55 +0000 |
---|---|---|
committer | Ludovic Court`es | 2007-08-31 17:05:55 +0000 |
commit | b829858803daf0ee6da6cb3498ef703cd8776fc9 (patch) | |
tree | 6a5d2348a6af7f3b3d8938aa74f840115ed4c868 /ChangeLog | |
parent | d0b458a3a704bb4a5e04467a9eb0342c8a974d42 (diff) | |
parent | 6b72aa99c8628d54d405d6acac9195302eac560d (diff) | |
download | skribilo-b829858803daf0ee6da6cb3498ef703cd8776fc9.tar.gz skribilo-b829858803daf0ee6da6cb3498ef703cd8776fc9.tar.lz skribilo-b829858803daf0ee6da6cb3498ef703cd8776fc9.zip |
biblio: Fixed default template for `book' and `inbook'.
* src/guile/skribilo/biblio/template.scm
(make-bib-entry-template/default): For `book', use `(or author
editor)'. Added an `inbook' case.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-162
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -2,6 +2,24 @@ # arch-tag: automatic-ChangeLog--skribilo@sv.gnu.org--2006/skribilo--devo--1.2 # +2007-08-31 17:05:55 GMT Ludovic Court`es <ludovic.courtes@laas.fr> patch-162 + + Summary: + biblio: Fixed default template for `book' and `inbook'. + Revision: + skribilo--devo--1.2--patch-162 + + * src/guile/skribilo/biblio/template.scm + (make-bib-entry-template/default): For `book', use `(or author + editor)'. Added an `inbook' case. + + modified files: + ChangeLog src/guile/skribilo/biblio/template.scm + + new patches: + lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-104 + + 2007-08-30 16:56:46 GMT Ludovic Court`es <ludovic.courtes@laas.fr> patch-161 Summary: |