]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
12 years agoRelease: update news. release/2.15.13-1
Graham Percival [Tue, 27 Sep 2011 03:15:44 +0000 (04:15 +0100)]
Release: update news.

12 years agoDoc: add a note about \relative f to NR
David Kastrup [Wed, 21 Sep 2011 07:14:15 +0000 (09:14 +0200)]
Doc: add a note about \relative f to NR

12 years agoGrammar nitpick.
David Kastrup [Mon, 26 Sep 2011 08:07:47 +0000 (10:07 +0200)]
Grammar nitpick.

12 years agoMerge branch 'dev/staging'
Graham Percival [Mon, 26 Sep 2011 02:43:22 +0000 (03:43 +0100)]
Merge branch 'dev/staging'

12 years agodoc: generate learning manual in Dutch
Jan Nieuwenhuizen [Sun, 25 Sep 2011 18:39:28 +0000 (20:39 +0200)]
doc: generate learning manual in Dutch

12 years agoadd support for custom ledgers, using two new staff-symbol properties
Piers Titus van der Torren [Thu, 26 May 2011 00:44:14 +0000 (02:44 +0200)]
add support for custom ledgers, using two new staff-symbol properties

12 years agoDoc: Added note to CG about disable-optimizing
James Lowe [Wed, 21 Sep 2011 05:51:06 +0000 (06:51 +0100)]
Doc: Added note to CG about disable-optimizing

This is for Tracker 1905

Added sentence to add --disable-optimising for ./autogen.sh or ../configure
when doing regression testing

12 years agoinput.itely: Correct resulting document structure description of simple music.
David Kastrup [Sun, 25 Sep 2011 11:10:24 +0000 (13:10 +0200)]
input.itely: Correct resulting document structure description of simple music.

12 years agoRemove music-map-copy and its unnecessary uses. Lilypond copies everything anyway.
David Kastrup [Sun, 25 Sep 2011 09:48:01 +0000 (11:48 +0200)]
Remove music-map-copy and its unnecessary uses.  Lilypond copies everything anyway.

12 years agoChange the argument order of \pushToTag and \appendToTag to something making better...
David Kastrup [Sun, 25 Sep 2011 07:17:36 +0000 (09:17 +0200)]
Change the argument order of \pushToTag and \appendToTag to something making better sense

12 years agoChange the argument order of \pushToTag and \appendToTag to something making better...
David Kastrup [Sun, 25 Sep 2011 07:17:36 +0000 (09:17 +0200)]
Change the argument order of \pushToTag and \appendToTag to something making better sense

12 years ago[doc] Use @dots{} where appropriate.
Werner Lemberg [Sun, 25 Sep 2011 06:40:04 +0000 (08:40 +0200)]
[doc] Use @dots{} where appropriate.

12 years ago[doc] Use @dots{} where appropriate.
Werner Lemberg [Sun, 25 Sep 2011 06:40:04 +0000 (08:40 +0200)]
[doc] Use @dots{} where appropriate.

12 years agoparser.yy et al: Make \relative a music function.
David Kastrup [Sat, 24 Sep 2011 21:53:25 +0000 (23:53 +0200)]
parser.yy et al: Make \relative a music function.

12 years agoDoc: NR removed deprecated snippet reference
James Lowe [Sat, 24 Sep 2011 13:09:19 +0000 (14:09 +0100)]
Doc: NR removed deprecated snippet reference

Snippet has been deprecated (as indicated in NR) as of 2.13.5

Not deleted from tree though.

Thanks Mike S!

12 years agoNew alist to replace special characters.
Bertrand Bordage [Fri, 29 Jul 2011 21:26:45 +0000 (23:26 +0200)]
New alist to replace special characters.

* A list of ASCII aliases for special characters has been added.
* New add-text-replacements! command for \paper blocks.
* New markup command \replace.

12 years agoDoc: NR Clarify finer point of repeat unfold
James Lowe [Thu, 15 Sep 2011 21:44:42 +0000 (22:44 +0100)]
Doc: NR Clarify finer point of repeat unfold

This is for tracker issue 1801.

Explain as an example, that \repeat unfold 2 {music expression} is
not always the same as writing out the music expression twice - especially
in a \relative context.

12 years agooptional-args.ly: regtest for optional arguments
David Kastrup [Fri, 23 Sep 2011 17:38:38 +0000 (19:38 +0200)]
optional-args.ly: regtest for optional arguments

12 years agochanges, extending: Document define-event-function and optional parameters
David Kastrup [Fri, 23 Sep 2011 15:44:25 +0000 (17:44 +0200)]
changes, extending: Document define-event-function and optional parameters

12 years agoRevert "Revert "Merge branch 'musicfunction-optional-arguments'""
David Kastrup [Fri, 23 Sep 2011 18:14:56 +0000 (20:14 +0200)]
Revert "Revert "Merge branch 'musicfunction-optional-arguments'""

This reverts commit f3ec19a6d727f8e9fafa427859218f63dc884e82.

12 years agolily/bezier.cc: Flag a floating point problem
Keith OHara [Fri, 23 Sep 2011 18:24:37 +0000 (11:24 -0700)]
lily/bezier.cc: Flag a floating point problem

12 years agoMessage-handling: Make the Input class use the functions in warn.cc
Reinhold Kainhofer [Sun, 18 Sep 2011 00:09:41 +0000 (02:09 +0200)]
Message-handling: Make the Input class use the functions in warn.cc

This allows us to handle all warnings/error really similar in warn.cc.
For example, we can then simply suppress some warnings by only checking
in warn.cc. This patch makes the whole handling much more consistent,
as now everything is in warn.cc

12 years agoDoc: Add documentation for --loglevel for all python scripts
Reinhold Kainhofer [Fri, 23 Sep 2011 14:07:48 +0000 (16:07 +0200)]
Doc: Add documentation for --loglevel for all python scripts

12 years agoLilypond-book: Improve options handling by processing everything in one place
Reinhold Kainhofer [Mon, 22 Aug 2011 10:21:09 +0000 (12:21 +0200)]
Lilypond-book: Improve options handling by processing everything in one place

12 years agoLoglevels in our python scripts (lilypond-book, musicxml2ly, convert-ly)
Reinhold Kainhofer [Sun, 7 Aug 2011 21:39:01 +0000 (23:39 +0200)]
Loglevels in our python scripts (lilypond-book, musicxml2ly, convert-ly)

Also use the env variables LILYPOND_BOOK_LOGLEVEL and LILYPOND_LOGLEVEL
in lilypond-book, unless overridden by cmd line options.

12 years agoFix documentation of \with-link
David Kastrup [Fri, 23 Sep 2011 09:58:27 +0000 (11:58 +0200)]
Fix documentation of \with-link

12 years agoRevert "Merge branch 'musicfunction-optional-arguments'"
David Kastrup [Fri, 23 Sep 2011 08:12:25 +0000 (10:12 +0200)]
Revert "Merge branch 'musicfunction-optional-arguments'"

This reverts commit 83055a30e52c14b0fd49d6df3eb1c7af476ecb4b, reversing
changes made to 049021415e2af3a48b1ec6d724df3d2f1d9f7dd3.

12 years agoNews: update to cancel release candidate
Graham Percival [Fri, 23 Sep 2011 07:51:49 +0000 (08:51 +0100)]
News: update to cancel release candidate

12 years agoRevert "Fixes missing images in web-big"
Graham Percival [Thu, 22 Sep 2011 22:57:03 +0000 (23:57 +0100)]
Revert "Fixes missing images in web-big"

This reverts commit e12188443ed992f223f0d7fd45965003de94588f.

apparently this breaks normal images!

12 years agoMerge branch 'musicfunction-optional-arguments'
David Kastrup [Thu, 22 Sep 2011 19:55:30 +0000 (21:55 +0200)]
Merge branch 'musicfunction-optional-arguments'

12 years agoparser.yy et al: move parameter checks into the parser to allow non-checking of defau...
David Kastrup [Tue, 20 Sep 2011 20:29:52 +0000 (22:29 +0200)]
parser.yy et al: move parameter checks into the parser to allow non-checking of default args (handy for #f)
lily/parser.yy

12 years agoparser.yy et al: implement optional arguments for music functions
David Kastrup [Tue, 20 Sep 2011 20:29:52 +0000 (22:29 +0200)]
parser.yy et al: implement optional arguments for music functions

12 years agolexer.ll: Allow push_extra_token to take a Scheme value as well.
David Kastrup [Mon, 5 Sep 2011 09:48:25 +0000 (11:48 +0200)]
lexer.ll: Allow push_extra_token to take a Scheme value as well.

12 years agoparser.yy: make closed_music a reasonable subset of composite_music
David Kastrup [Thu, 22 Sep 2011 19:11:13 +0000 (21:11 +0200)]
parser.yy: make closed_music a reasonable subset of composite_music

12 years agoMerge branch 'eventfunction'
David Kastrup [Thu, 22 Sep 2011 19:23:14 +0000 (21:23 +0200)]
Merge branch 'eventfunction'

12 years agoRegtest for define-event-function
David Kastrup [Thu, 22 Sep 2011 00:55:05 +0000 (02:55 +0200)]
Regtest for define-event-function

12 years agoImplement define-event-function
David Kastrup [Wed, 21 Sep 2011 19:05:10 +0000 (21:05 +0200)]
Implement define-event-function

12 years agoParts from the optional music argument patch to make define-event-function work
David Kastrup [Wed, 21 Sep 2011 21:38:10 +0000 (23:38 +0200)]
Parts from the optional music argument patch to make define-event-function work

Note that define-event-function, define-scheme-function and define-music-function
now wrongly claim to support optional music function arguments in their
documentation strings, in order not to complicate merging.

12 years agoDefine ly:event?
David Kastrup [Thu, 22 Sep 2011 00:01:52 +0000 (02:01 +0200)]
Define ly:event?

12 years agoUpdate to earlier GNUmakefile fix
Phil Holmes [Thu, 22 Sep 2011 14:57:40 +0000 (15:57 +0100)]
Update to earlier GNUmakefile fix

12 years agoFixes missing images in web-big
Phil Holmes [Fri, 16 Sep 2011 11:35:33 +0000 (12:35 +0100)]
Fixes missing images in web-big

12 years agoUpdates lily/GNUmakefile for deps of version.hh
Phil Holmes [Wed, 21 Sep 2011 19:37:47 +0000 (20:37 +0100)]
Updates lily/GNUmakefile for deps of version.hh

12 years agoRevert "parser.yy: Eliminate composite_music by rather using closed_music"
David Kastrup [Thu, 22 Sep 2011 12:25:01 +0000 (14:25 +0200)]
Revert "parser.yy: Eliminate composite_music by rather using closed_music"

This reverts commit 6c3445a0791831d450573cf583da36aecac5322c.

12 years agoAdds sane return value to stem::length after programming error.
Mike Solomon [Thu, 22 Sep 2011 11:53:52 +0000 (13:53 +0200)]
Adds sane return value to stem::length after programming error.

12 years agoparser.yy: Eliminate composite_music by rather using closed_music
David Kastrup [Thu, 22 Sep 2011 09:52:34 +0000 (11:52 +0200)]
parser.yy: Eliminate composite_music by rather using closed_music

This admits music identifiers to a few more places (mostly at top
level) and reduces inconsistencies.

12 years agoUnifies mensural ligatures with blot-diameter.
Bertrand Bordage [Sat, 17 Sep 2011 19:48:07 +0000 (21:48 +0200)]
Unifies mensural ligatures with blot-diameter.

Reverts some changes of commit 0dcc93c0a5a97d048db2f7631966f41ae0059ab5

Use blot-diameter either in C and MetaFont.

12 years agoTerminates Slur::outside_staff_callback early if grob is out of slur's range.
Mike Solomon [Thu, 22 Sep 2011 08:12:40 +0000 (10:12 +0200)]
Terminates Slur::outside_staff_callback early if grob is out of slur's range.

This reduces the chance that there will be a programming error when looking
for a Bezier intersection, as grobs that no longer intersect with the slur
will not be considered for shifting.

12 years agoPrunes down stem::length to bare minimum.
Mike Solomon [Thu, 22 Sep 2011 07:51:00 +0000 (09:51 +0200)]
Prunes down stem::length to bare minimum.

Removes unnecessary property lookups and replaces code that should
never get called with a programming error.

12 years agoFixes Issue 1301 (colliding note and clef).
Mike Solomon [Thu, 22 Sep 2011 07:05:58 +0000 (09:05 +0200)]
Fixes Issue 1301 (colliding note and clef).

Loose columns are now:

-) better spaced between their fixed counterpoints
   see spacing-loose-columns.cc
-) spaced with respect to the left column against which they collide,
   not the column directly to the left.
   see spacing-determine-loose-columns.cc

12 years agoDoc: NR input.itely typo and grammar tweak
James Lowe [Wed, 21 Sep 2011 22:50:55 +0000 (23:50 +0100)]
Doc: NR input.itely typo and grammar tweak

Started off as a spelling mistake (pieces instead of pieced).

However I also edited the paragraph to avoid repetition of and use of
less overcomplicated words and to make the sentences flow together.

12 years agoAdd \pushAtTag \appendAtTag music functions and map-music-copy function
David Kastrup [Wed, 21 Sep 2011 12:51:12 +0000 (14:51 +0200)]
Add \pushAtTag \appendAtTag music functions and map-music-copy function

12 years agoUpdates CG regtest instructions
Phil Holmes [Wed, 21 Sep 2011 14:59:22 +0000 (15:59 +0100)]
Updates CG regtest instructions

12 years agoDoc: update translation status.
Francisco Vila [Wed, 21 Sep 2011 11:45:10 +0000 (13:45 +0200)]
Doc: update translation status.

12 years agoDoc-es: update Vocal.
Francisco Vila [Wed, 21 Sep 2011 11:43:59 +0000 (13:43 +0200)]
Doc-es: update Vocal.

12 years agoMerge branch 'master' into lilypond/translation
Francisco Vila [Wed, 21 Sep 2011 11:42:27 +0000 (13:42 +0200)]
Merge branch 'master' into lilypond/translation

12 years agoDoc-es: update Usage/Running.
Francisco Vila [Wed, 21 Sep 2011 11:41:35 +0000 (13:41 +0200)]
Doc-es: update Usage/Running.

12 years agoDoc-es: update Notation/Rhythms, Usage/LilyPond-Book.
Francisco Vila [Wed, 21 Sep 2011 10:09:39 +0000 (12:09 +0200)]
Doc-es: update Notation/Rhythms, Usage/LilyPond-Book.

12 years agoDoc-es: update Input.
Francisco Vila [Wed, 21 Sep 2011 09:41:06 +0000 (11:41 +0200)]
Doc-es: update Input.

12 years agoDoc-es: complete updating Programming Interface.
Francisco Vila [Wed, 21 Sep 2011 09:14:00 +0000 (11:14 +0200)]
Doc-es: complete updating Programming Interface.

12 years agoDoc-es: update Programming interfaces.
Francisco Vila [Tue, 20 Sep 2011 20:23:32 +0000 (22:23 +0200)]
Doc-es: update Programming interfaces.

12 years agoparser.yy: Allow embedded_scm inside \book & and \bookpart
Neil Puttock [Tue, 20 Sep 2011 21:18:55 +0000 (22:18 +0100)]
parser.yy: Allow embedded_scm inside \book & and \bookpart

12 years agoMerge branch 'release/unstable'
Graham Percival [Tue, 20 Sep 2011 23:51:48 +0000 (00:51 +0100)]
Merge branch 'release/unstable'

12 years agoRelease: bump version.
Graham Percival [Tue, 20 Sep 2011 23:51:18 +0000 (00:51 +0100)]
Release: bump version.

12 years agoRelease: update news.
Graham Percival [Tue, 20 Sep 2011 22:17:42 +0000 (23:17 +0100)]
Release: update news.

12 years agoRelease: update news. release/2.15.12-1
Graham Percival [Tue, 20 Sep 2011 22:17:42 +0000 (23:17 +0100)]
Release: update news.

12 years agoparser.yy: Use precedences to remove REPEAT/ALTERNATIVE shift/reduce problem
David Kastrup [Mon, 19 Sep 2011 15:25:56 +0000 (17:25 +0200)]
parser.yy: Use precedences to remove REPEAT/ALTERNATIVE shift/reduce problem

12 years agoparser.yy: Reorganization/cleanup
David Kastrup [Sun, 18 Sep 2011 22:56:02 +0000 (00:56 +0200)]
parser.yy: Reorganization/cleanup

12 years agodefine-markup-commands.scm: Fix bad parameter type for \on-the-fly
David Kastrup [Tue, 20 Sep 2011 20:28:08 +0000 (22:28 +0200)]
define-markup-commands.scm: Fix bad parameter type for \on-the-fly

12 years agoDoc-fr: typo (notation/input)
Jean-Charles Malahieude [Tue, 20 Sep 2011 17:26:38 +0000 (19:26 +0200)]
Doc-fr: typo (notation/input)

12 years agoDoc-es: update Changing defaults.
Francisco Vila [Tue, 20 Sep 2011 08:58:18 +0000 (10:58 +0200)]
Doc-es: update Changing defaults.

12 years agoFix 1896: chord names can have instrument names.
Joe Neeman [Mon, 19 Sep 2011 15:32:58 +0000 (08:32 -0700)]
Fix 1896: chord names can have instrument names.

This fixes a problem in the fix for issue 1598, which disabled
instrument names for non-spaceable staves.  Now we include non-spaceable
staves, but not if there are some spaceable ones.

12 years agoAmend 16e626a85244: Forgot to change the function documentation string
Reinhold Kainhofer [Mon, 19 Sep 2011 10:45:34 +0000 (12:45 +0200)]
Amend 16e626a85244: Forgot to change the function documentation string

12 years agodoc build: Use all includes for texinfo also for the xref-map generation
Reinhold Kainhofer [Sat, 17 Sep 2011 13:06:33 +0000 (15:06 +0200)]
doc build: Use all includes for texinfo also for the xref-map generation

12 years agoIntroduce a maximum depth for markup evaluation
Reinhold Kainhofer [Thu, 15 Sep 2011 13:36:48 +0000 (15:36 +0200)]
Introduce a maximum depth for markup evaluation

This will fix cases where a markup function calls itself
(or other functions) recursively with different arguments,
so the loop detection fails.

12 years agoFix 380: Try to auto-detect cyclic references in header fields
Reinhold Kainhofer [Fri, 9 Sep 2011 16:46:25 +0000 (18:46 +0200)]
Fix 380: Try to auto-detect cyclic references in header fields

Inside \fromproperty, simply change the props so that all references to the
currently interpreted property point to a function that prints out
a warning and returns a null markup, while interpreting the contents
of the property.

This is a specialized case of the cycle detection, since the hare+
tortoise algorithm does not tell us where the cycle was causes.
For properties we have a simple way to detect cyclic dependencies,
so we can tell the user which definition caused the problem.

12 years agoFix 380: Auto-detect all cyclic references in markups
Reinhold Kainhofer [Fri, 9 Sep 2011 16:46:25 +0000 (18:46 +0200)]
Fix 380: Auto-detect all cyclic references in markups

Use a hare+tortoise-like algorithm to detect cyclic references in markups.

12 years agoAdd some polyphonically directed grobs
Bertrand Bordage [Mon, 29 Aug 2011 12:25:23 +0000 (14:25 +0200)]
Add some polyphonically directed grobs

Accidental suggestions, ligatures and spanned trills added to
direction-polyphonic-grobs.

12 years agoNew short lyric tie.
Bertrand Bordage [Mon, 15 Aug 2011 23:17:51 +0000 (01:17 +0200)]
New short lyric tie.

This handles a special case met at least in Italian.
The default tie has also been redesigned.

12 years agoFix 1903: honor score-ending manual page breaks.
Joe Neeman [Sun, 18 Sep 2011 19:59:58 +0000 (12:59 -0700)]
Fix 1903: honor score-ending manual page breaks.

12 years agoUses Beam::is_knee instead of get_property ("knee") to check for kneed beams.
Mike Solomon [Sun, 18 Sep 2011 17:09:52 +0000 (19:09 +0200)]
Uses Beam::is_knee instead of get_property ("knee") to check for kneed beams.

This fixes a problem in the code base where the first stem of a beam sometimes
had an ideal_y of its stem_info set to an incorrect value.

12 years agoDoc: a more precise translation status.
Francisco Vila [Sun, 18 Sep 2011 15:03:48 +0000 (17:03 +0200)]
Doc: a more precise translation status.

12 years agoDoc-es: update Suggestions, Scheme, Updating.
Francisco Vila [Sun, 18 Sep 2011 14:51:17 +0000 (16:51 +0200)]
Doc-es: update Suggestions, Scheme, Updating.

12 years agoDoc-es: update CHANGES, Chords, Percussion, World, usage/external, and more.
Francisco Vila [Sun, 18 Sep 2011 14:09:04 +0000 (16:09 +0200)]
Doc-es: update CHANGES, Chords, Percussion, World, usage/external, and more.

12 years agoFix missing linebreaks in output
Reinhold Kainhofer [Sun, 18 Sep 2011 08:42:53 +0000 (10:42 +0200)]
Fix missing linebreaks in output

12 years agoFormatting nits.
Werner Lemberg [Sun, 18 Sep 2011 06:08:46 +0000 (08:08 +0200)]
Formatting nits.

12 years agoWarnings: Turn some normal messages into warnings
Reinhold Kainhofer [Sat, 17 Sep 2011 23:38:19 +0000 (01:38 +0200)]
Warnings: Turn some normal messages into warnings

12 years agoRevert "Release: update news."
Graham Percival [Sun, 18 Sep 2011 00:01:08 +0000 (01:01 +0100)]
Revert "Release: update news."

This reverts commit 677f06b3863a5bfbc3de2461cb4aa85e54927dbd.

Sorry, this was merged from release/unstable by accident.  There
is no 2.15.12 release yet, due to an existing Critical regression.

12 years agoMerge branch 'master' into lilypond/translation
Francisco Vila [Sat, 17 Sep 2011 23:36:27 +0000 (01:36 +0200)]
Merge branch 'master' into lilypond/translation

12 years agoDoc: adding doc strings for \...DashPattern and \harmonicBy...
Marc Hohl [Wed, 14 Sep 2011 18:23:13 +0000 (20:23 +0200)]
Doc: adding doc strings for \...DashPattern and \harmonicBy...

12 years agoCleans the selector of "reduced hole" noteheads.
Bertrand Bordage [Sat, 17 Sep 2011 21:07:14 +0000 (23:07 +0200)]
Cleans the selector of "reduced hole" noteheads.

This wasn't working with uncommon staves.

12 years agochange longas similarly to how breves were changed
Janek Warchol [Sat, 17 Sep 2011 21:14:59 +0000 (23:14 +0200)]
change longas similarly to how breves were changed

Put vertical lines farther apart,
make them longer to increase readability
and include them in X-extent.

12 years agoRevert "change longas similarly to how breves were changed"
Janek Warchol [Sat, 17 Sep 2011 20:57:37 +0000 (22:57 +0200)]
Revert "change longas similarly to how breves were changed"

This reverts commit 72b2acb98422cde09729517d2a62d382f7b73814.

12 years agoRevert "variable fix"
Janek Warchol [Sat, 17 Sep 2011 20:57:25 +0000 (22:57 +0200)]
Revert "variable fix"

This reverts commit 67e06fc960b674bff40bffa0e7770f5e833e7285.

12 years agovariable fix
Janek Warchol [Tue, 13 Sep 2011 15:19:58 +0000 (17:19 +0200)]
variable fix

12 years agochange longas similarly to how breves were changed
Janek Warchol [Sat, 6 Aug 2011 08:02:59 +0000 (10:02 +0200)]
change longas similarly to how breves were changed

Put vertical lines farther apart,
make them longer to increase readability
and include them in X-extent.

12 years agoGlossary: Fix snippets with Scale degree and function
Reinhold Kainhofer [Sat, 17 Sep 2011 19:19:27 +0000 (21:19 +0200)]
Glossary: Fix snippets with Scale degree and function

12 years agoMake: Move comments out of the receipe; We don't want them to be passed to the shell
Reinhold Kainhofer [Sat, 17 Sep 2011 13:06:08 +0000 (15:06 +0200)]
Make: Move comments out of the receipe; We don't want them to be passed to the shell

12 years agoBuild fix : destroy nice python list comprehension
Graham Percival [Sat, 17 Sep 2011 18:25:03 +0000 (19:25 +0100)]
Build fix : destroy nice python list comprehension

GUB only has python 2.4, which means that all our scripts must
only use python 2.4, which means that we can't do useful list
comprehensions like
    langs = [i.code if i.code != 'en' else '' for i in
langdefs.WEB_LANGUAGES]

http://code.google.com/p/lilypond/issues/detail?id=1895

12 years agoRelease: update news.
Graham Percival [Sat, 17 Sep 2011 16:51:22 +0000 (17:51 +0100)]
Release: update news.

12 years agoBuild: fix website (1892)
Graham Percival [Sat, 17 Sep 2011 16:46:40 +0000 (17:46 +0100)]
Build: fix website (1892)