diff options
author | Ludovic Court`es | 2007-04-10 07:47:58 +0000 |
---|---|---|
committer | Ludovic Court`es | 2007-04-10 07:47:58 +0000 |
commit | 722c149e96b680f3ee16925c24c0fb197adbab40 (patch) | |
tree | e25c634da0a6b2856ddf2f6ce4c40065bede5f26 /ChangeLog | |
parent | 8ea5869372ead04321e5eaebd41485d146a90c99 (diff) | |
parent | 5fba14feecc5b268ac93433d493cd704eae19539 (diff) | |
download | skribilo-722c149e96b680f3ee16925c24c0fb197adbab40.tar.gz skribilo-722c149e96b680f3ee16925c24c0fb197adbab40.tar.lz skribilo-722c149e96b680f3ee16925c24c0fb197adbab40.zip |
`eq' package: Added support for Lout's new `eq2'.
* src/guile/skribilo/package/eq.scm (*use-lout-eq2?*): New. (direct-equation-child?): New. * src/guile/skribilo/package/eq/lout.scm (Initialization): Use `eq2' if asked to. (simple-lout-markup-writer): Use `direct-equation-child?' to decide on whether the issue the `^' character. This is to avoid issuing too many `^', which could result in broken layout. (eq:limit): Adapated. (range-lout-markup-writer): Likewise. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-89
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f184248..ad2741a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,32 @@ # arch-tag: automatic-ChangeLog--skribilo@sv.gnu.org--2006/skribilo--devo--1.2 # +2007-04-10 07:47:58 GMT Ludovic Court`es <ludovic.courtes@laas.fr> patch-89 + + Summary: + `eq' package: Added support for Lout's new `eq2'. + Revision: + skribilo--devo--1.2--patch-89 + + * src/guile/skribilo/package/eq.scm (*use-lout-eq2?*): New. + (direct-equation-child?): New. + + * src/guile/skribilo/package/eq/lout.scm (Initialization): Use `eq2' if + asked to. + (simple-lout-markup-writer): Use `direct-equation-child?' to decide on + whether the issue the `^' character. This is to avoid issuing too many + `^', which could result in broken layout. + (eq:limit): Adapated. + (range-lout-markup-writer): Likewise. + + modified files: + ChangeLog src/guile/skribilo/package/eq.scm + src/guile/skribilo/package/eq/lout.scm + + new patches: + lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-48 + + 2007-04-10 07:47:03 GMT Ludovic Court`es <ludovic.courtes@laas.fr> patch-88 Summary: |