diff options
author | Ludovic Courtes | 2006-11-12 12:55:51 +0000 |
---|---|---|
committer | Ludovic Courtes | 2006-11-12 12:55:51 +0000 |
commit | ac3be3e363a8c8b496f5eeff5ac6c62f2b14780e (patch) | |
tree | ca4f9cec5e706aca5d32351157dfcbf755244498 /ChangeLog | |
parent | 3d912da3bea0c47492125f59ae71209116fa522a (diff) | |
download | skribilo-ac3be3e363a8c8b496f5eeff5ac6c62f2b14780e.tar.gz skribilo-ac3be3e363a8c8b496f5eeff5ac6c62f2b14780e.tar.lz skribilo-ac3be3e363a8c8b496f5eeff5ac6c62f2b14780e.zip |
Lout engine: Make URLs breakable; make bibliography defaults sane.
* src/guile/skribilo/engine/lout.scm (lout-split-external-link): Use
`!lout' and `lout-make-url-breakable'.
(lout-make-url-breakable): New, taken from `url-ref'.
(url-ref): Use it.
(&bib-entry-title): Don't issue bold text.
(&bib-entry-url): Likewise.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-14
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -2,6 +2,24 @@ # arch-tag: automatic-ChangeLog--lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2 # +2006-11-11 23:02:57 GMT Ludovic Courtes <ludovic.courtes@laas.fr> patch-83 + + Summary: + Lout engine: Make URLs breakable; make bibliography defaults sane. + Revision: + skribilo--devel--1.2--patch-83 + + * src/guile/skribilo/engine/lout.scm (lout-split-external-link): Use + `!lout' and `lout-make-url-breakable'. + (lout-make-url-breakable): New, taken from `url-ref'. + (url-ref): Use it. + (&bib-entry-title): Don't issue bold text. + (&bib-entry-url): Likewise. + + modified files: + ChangeLog src/guile/skribilo/engine/lout.scm + + 2006-11-11 22:59:55 GMT Ludovic Courtes <ludovic.courtes@laas.fr> patch-82 Summary: |