aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLudovic Court`es2007-06-05 17:09:02 +0000
committerLudovic Court`es2007-06-05 17:09:02 +0000
commite4254efc09b6b6fd4ead00459bf859047740a026 (patch)
tree8f2326056c9caba34064e63163c0914e243557a0 /ChangeLog
parent9d495ede131306babc5bb14cc6b9d303bd9e5417 (diff)
parent9457610daa0ad13623c95d7ac5a6e54d188aa4e6 (diff)
downloadskribilo-e4254efc09b6b6fd4ead00459bf859047740a026.tar.gz
skribilo-e4254efc09b6b6fd4ead00459bf859047740a026.tar.lz
skribilo-e4254efc09b6b6fd4ead00459bf859047740a026.zip
Started cleaning up packages using Guile-Lint.
Most of the changes involve: * using a native module rather than `define-skribe-module'. * using `:'-style keywords instead of DSSSL keywords so that Guile-Lint can handle them. * fixing unbound variables and the likes. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-98
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog38
1 files changed, 38 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f41cb0..349cdcf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,44 @@
# arch-tag: automatic-ChangeLog--skribilo@sv.gnu.org--2006/skribilo--devo--1.2
#
+2007-06-05 17:09:02 GMT Ludovic Court`es <ludovic.courtes@laas.fr> patch-98
+
+ Summary:
+ Started cleaning up packages using Guile-Lint.
+ Revision:
+ skribilo--devo--1.2--patch-98
+
+ Most of the changes involve:
+
+ * using a native module rather than `define-skribe-module'.
+
+ * using `:'-style keywords instead of DSSSL keywords so that Guile-Lint
+ can handle them.
+
+ * fixing unbound variables and the likes.
+
+ modified files:
+ ChangeLog src/guile/skribilo/engine/latex.scm
+ src/guile/skribilo/package/acmproc.scm
+ src/guile/skribilo/package/eq/lout.scm
+ src/guile/skribilo/package/french.scm
+ src/guile/skribilo/package/jfp.scm
+ src/guile/skribilo/package/letter.scm
+ src/guile/skribilo/package/lncs.scm
+ src/guile/skribilo/package/pie/lout.scm
+ src/guile/skribilo/package/scribe.scm
+ src/guile/skribilo/package/sigplan.scm
+ src/guile/skribilo/package/skribe.scm
+ src/guile/skribilo/package/slide.scm
+ src/guile/skribilo/package/slide/base.scm
+ src/guile/skribilo/package/slide/html.scm
+ src/guile/skribilo/package/slide/latex.scm
+ src/guile/skribilo/package/slide/lout.scm
+
+ new patches:
+ lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-57
+
+
2007-06-05 17:08:05 GMT Ludovic Court`es <ludovic.courtes@laas.fr> patch-97
Summary: