diff options
author | Ludovic Courtes | 2007-07-01 23:49:09 +0000 |
---|---|---|
committer | Ludovic Courtes | 2007-07-01 23:49:09 +0000 |
commit | 303200b9e863d2a1ff07180b5211a6826ea75f36 (patch) | |
tree | abaec35c81ace8e52a27e96f5a7269af5b79c2fb /ChangeLog | |
parent | 61d482a4b1e6e720f4607a4ebda3900c8e88c3b5 (diff) | |
download | skribilo-303200b9e863d2a1ff07180b5211a6826ea75f36.tar.gz skribilo-303200b9e863d2a1ff07180b5211a6826ea75f36.tar.lz skribilo-303200b9e863d2a1ff07180b5211a6826ea75f36.zip |
`base' package: Honor `:line #f' in `prog'.
* src/guile/skribilo/prog.scm: Use `srfi-11' instead of `receive'.
(make-prog-body): When creating a `&prog-line', set the `:number'
option only if `lnum-init' is true.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-130
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-07-01 23:49:09 GMT Ludovic Courtes <ludovic.courtes@laas.fr> patch-130 + + Summary: + `base' package: Honor `:line #f' in `prog'. + Revision: + skribilo--devo--1.2--patch-130 + + * src/guile/skribilo/prog.scm: Use `srfi-11' instead of `receive'. + (make-prog-body): When creating a `&prog-line', set the `:number' + option only if `lnum-init' is true. + + modified files: + ChangeLog src/guile/skribilo/prog.scm + + new patches: + lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2--patch-114 + + 2007-07-01 23:48:43 GMT Ludovic Courtes <ludovic.courtes@laas.fr> patch-129 Summary: |