about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLudovic Court`es2007-06-05 17:05:42 +0000
committerLudovic Court`es2007-06-05 17:05:42 +0000
commit70d48ed1c85a92cae47287887fc294ca8803d52b (patch)
treea7bb757972452f8b25d761e512e38e2851ef32ec /ChangeLog
parent5755d7cda593b4bec3d51841fbc1223f3b7768c6 (diff)
parent5617d303ebb53291567f5b8199afb2d95db8e89b (diff)
downloadskribilo-70d48ed1c85a92cae47287887fc294ca8803d52b.tar.gz
skribilo-70d48ed1c85a92cae47287887fc294ca8803d52b.tar.lz
skribilo-70d48ed1c85a92cae47287887fc294ca8803d52b.zip
Fixed handling of figure numbering in `ref'.
* src/guile/skribilo/ast.scm (markup-number-string): Don't use a
  hierarchical numbering scheme for figures.

* src/guile/skribilo/engine/lout.scm (ref): Use `markup-number-string'
  rather than `@NumberOf' to determine the number of a figure.  This
  guarantees numbering consistency.

git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-96
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ee382e..a31d7db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,28 @@
 # arch-tag: automatic-ChangeLog--skribilo@sv.gnu.org--2006/skribilo--devo--1.2
 #
 
+2007-06-05 17:05:42 GMT	Ludovic Court`es <ludovic.courtes@laas.fr>	patch-96
+
+    Summary:
+      Fixed handling of figure numbering in `ref'.
+    Revision:
+      skribilo--devo--1.2--patch-96
+
+    * src/guile/skribilo/ast.scm (markup-number-string): Don't use a
+      hierarchical numbering scheme for figures.
+    
+    * src/guile/skribilo/engine/lout.scm (ref): Use `markup-number-string'
+      rather than `@NumberOf' to determine the number of a figure.  This
+      guarantees numbering consistency.
+
+    modified files:
+     ChangeLog src/guile/skribilo/ast.scm
+     src/guile/skribilo/engine/lout.scm
+
+    new patches:
+     lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-55
+
+
 2007-06-01 17:59:55 GMT	Ludovic Court`es <ludovic.courtes@laas.fr>	patch-95
 
     Summary: