]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
13 years agoMusicXML: Fix invalid MusicXML files
Reinhold Kainhofer [Wed, 24 Nov 2010 17:10:41 +0000 (18:10 +0100)]
MusicXML: Fix invalid MusicXML files

Invalid MusicXML spotted by Richard Lanyon, richard.lanyon at avid . com

13 years agoMerge branch 'lilypond/translation'
Francisco Vila [Wed, 24 Nov 2010 08:37:42 +0000 (09:37 +0100)]
Merge branch 'lilypond/translation'

13 years agoDoc: clean up @file{} entries
Valentin Villenave [Wed, 24 Nov 2010 02:23:10 +0000 (03:23 +0100)]
Doc: clean up @file{} entries

This patch aims to improve syntax consistency in @file entries,
by systematically escaping such characters as `.', `/' or `-'.

Although this isn't strictly required by texinfo, it does
make the docs source code cleaner to have the same policy
everywhere.

13 years agoFix #1421.
Neil Puttock [Tue, 23 Nov 2010 23:46:17 +0000 (23:46 +0000)]
Fix #1421.

* scm/define-grobs.scm (pure-print-to-height-conversions):

  add ly:arpeggio::brew-chord-slur

13 years agotablature: provide custom fret labels
Marc Hohl [Tue, 23 Nov 2010 20:18:25 +0000 (21:18 +0100)]
tablature: provide custom fret labels

13 years agoFix point-and-click for \breathe.
Neil Puttock [Tue, 23 Nov 2010 22:54:57 +0000 (22:54 +0000)]
Fix point-and-click for \breathe.

* ly/music-functions-init.ly (breathe):

  junk EventChord wrapper for BreathingEvent

13 years agoStyle nit: regtest naming.
Neil Puttock [Tue, 23 Nov 2010 22:44:05 +0000 (22:44 +0000)]
Style nit: regtest naming.

13 years agoAdd ly:grob-array->list; use in live-elements-list for InstrumentName.
Neil Puttock [Tue, 23 Nov 2010 22:12:46 +0000 (22:12 +0000)]
Add ly:grob-array->list; use in live-elements-list for InstrumentName.

* lily/grob-array-scheme.cc (ly_grob_array_2_list):

  new exported function

* lily/grob-array.cc (grob_array_to_list):

  new function: convert Grob_array to Scheme list

* scm/output-lib.scm (system-start-text::calc-y-offset):

  simplify live-elements-list using filter! and ly:grob-array->list

13 years agoAdd regression test for open strings in tab from predefined diagrams
Carl Sorensen [Tue, 23 Nov 2010 00:04:26 +0000 (17:04 -0700)]
Add regression test for open strings in tab from predefined diagrams

13 years agoFix indentation on previous patch
Carl Sorensen [Mon, 22 Nov 2010 23:52:39 +0000 (16:52 -0700)]
Fix indentation on previous patch

13 years agoFretboards -- add open strings to tab based on predefined diagram
Carl Sorensen [Mon, 22 Nov 2010 23:48:06 +0000 (16:48 -0700)]
Fretboards -- add open strings to tab based on predefined diagram

13 years agoAllow music identifiers in \addlyrics (no need for braces any more)
Reinhold Kainhofer [Fri, 29 Oct 2010 14:21:46 +0000 (16:21 +0200)]
Allow music identifiers in \addlyrics (no need for braces any more)

In particular, so far the following did not work:
    \new Staff { \m \addlyrics \l }
Instead, one had to use braces around \m and \l:
    \new Staff { {\m} \addlyrics {\l} }

This patch extends the parser to allow music identifiers,
so that no braces are needed any more.

13 years agoDocs-de: update syntax with convert-ly to fix doc build
John Mandereau [Sun, 21 Nov 2010 21:48:49 +0000 (22:48 +0100)]
Docs-de: update syntax with convert-ly to fix doc build

13 years agoWeb-it: update italian translation of website
Federico Bruni [Sun, 21 Nov 2010 19:28:41 +0000 (20:28 +0100)]
Web-it: update italian translation of website

13 years agoMerge branch 'lilypond/translation'
John Mandereau [Sun, 21 Nov 2010 18:49:42 +0000 (19:49 +0100)]
Merge branch 'lilypond/translation'

13 years agoDoc: NR 4.1, 4.2: Reorganize, clarify details.
Mark Polesky [Sun, 21 Nov 2010 13:46:54 +0000 (05:46 -0800)]
Doc: NR 4.1, 4.2: Reorganize, clarify details.

Reorganize node structure.
Organize \paper variables.
Revise variable descriptions.
Explain \paper and \layout blocks.
Improve examples.
Clean up.

13 years agoOrganize paper-defaults-init.ly.
Mark Polesky [Sun, 21 Nov 2010 13:46:54 +0000 (05:46 -0800)]
Organize paper-defaults-init.ly.

13 years agoDoc-de: updating changing-defaults.itely
Till Paala [Sun, 21 Nov 2010 12:41:04 +0000 (14:41 +0200)]
Doc-de: updating changing-defaults.itely

13 years agoDoc: CG 4.3.6 Syntax survey: Elaborate @itemize guidance
Trevor Daniels [Sun, 21 Nov 2010 09:34:21 +0000 (09:34 +0000)]
Doc: CG 4.3.6 Syntax survey: Elaborate @itemize guidance

 - actually elaborate @enumerate, since @itemize simply
   refers to this

13 years agoRelease: bump version.
Graham Percival [Sun, 21 Nov 2010 07:09:38 +0000 (07:09 +0000)]
Release: bump version.

13 years agoRelease: update news. release/2.13.40-1
Graham Percival [Sun, 21 Nov 2010 05:47:19 +0000 (05:47 +0000)]
Release: update news.

13 years agoRemove head- and foot-separation.
Mark Polesky [Sun, 21 Nov 2010 05:03:15 +0000 (21:03 -0800)]
Remove head- and foot-separation.

13 years agoFix minimum spacing between staves.
Joe Neeman [Sun, 21 Nov 2010 03:39:44 +0000 (19:39 -0800)]
Fix minimum spacing between staves.

Ensure that loose lines with fixed spacing (ie. stretchability zero)
cause the correct minimum-distance constraint between their
surrounding staves.

13 years agomusicxml2ly: dealing with languages
Jean-Charles Malahieude [Sat, 20 Nov 2010 21:57:52 +0000 (22:57 +0100)]
musicxml2ly: dealing with languages

- adapt the -l --language=LANG option to the new \language "LANG" clause
- reflect this in the appropriate section of the Usage Manual

13 years agomanual convert-ly: minimum-Y-extent (1298+1299).
Graham Percival [Fri, 19 Nov 2010 04:30:41 +0000 (04:30 +0000)]
manual convert-ly: minimum-Y-extent (1298+1299).

Patch by Keith O'Hara.

cary.ly used Y-extent to increase space for staves, use
markup-system-spacing instead.

orchestra.ly used Y-extent to created a custom context for rows
rehearsal and tempo marks.  The new way to creat such a row is to
give the context a staff-affinity, and put the spacing
requirements into nonstaff-unrelatedstaff-spacing, etc.  This file
also had its own definition of the \Dynamics context, which is now
built-in.

percussion.itely used Y-extent to produce a spacing to the lyrics
line very similar to what we now get by default.

spacing.itely used Y-extent among other \overrides in an example

ancient.itely used Y-extent to make an invisible staff take up no
space.  The markup can stand alone with no staff.  (If for some
reason a @lilypond must contain notes or skips, then just delete
the 2 lines with minimum-Y-extent.)

The relevant portion of gregorian.ly defined a layout for printing
naked neumes, with no visible staff.  The function of that line,
setting the height of that invisible staff to zero, is not
actually used anywhere in the Google-able portion of lilypond.org,
but the 2.13 equivalent gives the same output the old method, in
case anyone uses this layout to make a vertical stack of naked
neumes.

13 years agoDoc-fr: usage manual: full proofread
Jean-Charles Malahieude [Sat, 20 Nov 2010 12:11:47 +0000 (13:11 +0100)]
Doc-fr: usage manual: full proofread

13 years agoDoc: update Translations Status.
Francisco Vila [Fri, 19 Nov 2010 08:28:28 +0000 (09:28 +0100)]
Doc: update Translations Status.

13 years agoMove `symbol-or-boolean?' to c++.scm.
Patrick McCarty [Thu, 30 Sep 2010 22:02:05 +0000 (15:02 -0700)]
Move `symbol-or-boolean?' to c++.scm.

This also fixes one of the compile issues with Guile 1.9.

13 years agogeneral-scheme.cc: Add newline to progress indication.
Patrick McCarty [Wed, 13 Oct 2010 21:19:27 +0000 (14:19 -0700)]
general-scheme.cc: Add newline to progress indication.

13 years agoDoc: Usage: add xref to lilypond-book options section.
Patrick McCarty [Fri, 19 Nov 2010 06:24:23 +0000 (22:24 -0800)]
Doc: Usage: add xref to lilypond-book options section.

13 years agoIndent lily-git.tcl
Graham Percival [Wed, 17 Nov 2010 22:09:40 +0000 (22:09 +0000)]
Indent lily-git.tcl

This is the only tcl file in our repo.  It doesn't have a long
history, nor is this file at all important to compiling+debugging
lilypond.  As such, I feel justified in tossing it through emacs'
indentation.

This does not mean that I think it is appropriate to discuss the
indentation of any other type of file in git.  If anybody
complaints about indenting this file, I will remove this commit
without question, and we will keep on using the previous
inconsistently-indented version until we discuss code indentation
as part of GOP.

13 years agoChecks for git user details
Owen Tuz [Tue, 16 Nov 2010 01:09:39 +0000 (01:09 +0000)]
Checks for git user details

Checks global .gitconfig for name and email.

If none found, prompts for entry.

13 years agoLSR: Update.
Neil Puttock [Thu, 18 Nov 2010 20:53:57 +0000 (20:53 +0000)]
LSR: Update.

13 years agoMerge branch 'master' into lilypond/translation
Francisco Vila [Thu, 18 Nov 2010 17:44:01 +0000 (18:44 +0100)]
Merge branch 'master' into lilypond/translation

Conflicts:
Documentation/es/web/news-front.itexi

13 years agoWeb-es: update.
Francisco Vila [Thu, 18 Nov 2010 16:37:02 +0000 (17:37 +0100)]
Web-es: update.

13 years agoDoc-es: marker for Spacing after last merge.
Francisco Vila [Thu, 18 Nov 2010 16:18:04 +0000 (17:18 +0100)]
Doc-es: marker for Spacing after last merge.

13 years agoDoc-es: Update Changing Defaults.
Francisco Vila [Thu, 18 Nov 2010 12:49:57 +0000 (13:49 +0100)]
Doc-es: Update Changing Defaults.

13 years agoDoc-es: some more updates. Fretted, Staff, Winds.
Francisco Vila [Thu, 18 Nov 2010 12:36:39 +0000 (13:36 +0100)]
Doc-es: some more updates. Fretted, Staff, Winds.

13 years agoFix 1385.
Joe Neeman [Thu, 18 Nov 2010 04:56:19 +0000 (20:56 -0800)]
Fix 1385.

Make the page-layout algorithm aware of indentation.

13 years agoFix typo/thinko in determining frets from fretboards.
Carl Sorensen [Thu, 18 Nov 2010 04:22:36 +0000 (21:22 -0700)]
Fix typo/thinko in determining frets from fretboards.

13 years agoDoc-es: some updates.
Francisco Vila [Wed, 17 Nov 2010 19:01:48 +0000 (20:01 +0100)]
Doc-es: some updates.

13 years agoMerge branch 'master' into lilypond/translation
Francisco Vila [Wed, 17 Nov 2010 18:45:00 +0000 (19:45 +0100)]
Merge branch 'master' into lilypond/translation

Conflicts:
Documentation/es/notation/spacing.itely

13 years agoDoc-es: Full update.
Francisco Vila [Wed, 17 Nov 2010 09:34:57 +0000 (10:34 +0100)]
Doc-es: Full update.

13 years agoFiguredBass: Fix bug with extenders not being properly broken if \! is used
Reinhold Kainhofer [Tue, 16 Nov 2010 19:46:15 +0000 (20:46 +0100)]
FiguredBass: Fix bug with extenders not being properly broken if \! is used

13 years agoManually bump version to avoid convert-ly.
Graham Percival [Tue, 16 Nov 2010 20:12:08 +0000 (20:12 +0000)]
Manually bump version to avoid convert-ly.

13 years agoconvert-ly: run on all.
Graham Percival [Tue, 16 Nov 2010 20:06:41 +0000 (20:06 +0000)]
convert-ly: run on all.

13 years agoDoc: compile fix.
Graham Percival [Tue, 16 Nov 2010 19:59:07 +0000 (19:59 +0000)]
Doc: compile fix.

13 years agoMerge branch 'lilypond/translation' of /home/jcharles/GIT/Lily/.
Jean-Charles Malahieude [Tue, 16 Nov 2010 18:52:56 +0000 (19:52 +0100)]
Merge branch 'lilypond/translation' of /home/jcharles/GIT/Lily/.

Conflicts:
Documentation/de/essay/engraving.itely (version number)
Documentation/de/learning/fundamental.itely (version number)
Documentation/fr/notation/spacing.itely (messy)

13 years agoDoc: update some snippets from Notation.
Francisco Vila [Tue, 16 Nov 2010 14:28:41 +0000 (15:28 +0100)]
Doc: update some snippets from Notation.

13 years agoDoc-de: fix compile.
Francisco Vila [Tue, 16 Nov 2010 14:16:17 +0000 (15:16 +0100)]
Doc-de: fix compile.

13 years agoPango: Change orientation of Y-axis for extra offsets.
Patrick McCarty [Mon, 15 Nov 2010 21:13:57 +0000 (13:13 -0800)]
Pango: Change orientation of Y-axis for extra offsets.

This commit fixes issue #1407.

For extra offsets in glyph positioning, the backends expect to see a
Y-axis with positive values tending to the north, but Pango uses the
opposite orientation.  The problem is fixed by flipping the values of
`y_offset'.

13 years agoDoc: Typo in Changes.tely
James Lowe [Mon, 15 Nov 2010 22:51:47 +0000 (22:51 +0000)]
Doc: Typo in Changes.tely

13 years agoannotate-spacing: Add condition for 'last-bottom-spacing.
Patrick McCarty [Mon, 25 Oct 2010 05:11:34 +0000 (22:11 -0700)]
annotate-spacing: Add condition for 'last-bottom-spacing.

This commit fixes issue #1384.

13 years agoDoc-fr: cheatsheet builfix
Jean-Charles Malahieude [Mon, 15 Nov 2010 20:00:57 +0000 (21:00 +0100)]
Doc-fr: cheatsheet builfix

13 years agoFix 1382
Carl Sorensen [Sun, 14 Nov 2010 00:41:43 +0000 (17:41 -0700)]
Fix 1382

13 years agoDoc: convert-ly all docs.
Francisco Vila [Mon, 15 Nov 2010 16:14:46 +0000 (17:14 +0100)]
Doc: convert-ly all docs.

13 years agoDoc: trim leading spaces.
Francisco Vila [Mon, 15 Nov 2010 16:12:42 +0000 (17:12 +0100)]
Doc: trim leading spaces.

13 years agoDoc-fr: update Fingering snippet description.
Valentin Villenave [Mon, 15 Nov 2010 11:12:08 +0000 (12:12 +0100)]
Doc-fr: update Fingering snippet description.

13 years agoRelease: bump version.
Graham Percival [Mon, 15 Nov 2010 02:56:07 +0000 (02:56 +0000)]
Release: bump version.

13 years agoRelease: update news. release/2.13.39-1
Graham Percival [Mon, 15 Nov 2010 01:11:38 +0000 (01:11 +0000)]
Release: update news.

13 years agoUpdate spacing for Keith Ohara's suggested defaults
Carl Sorensen [Sat, 13 Nov 2010 21:13:16 +0000 (14:13 -0700)]
Update spacing for Keith Ohara's suggested defaults

13 years agoDoc-fr: apply changes to vertical spacing
Jean-Charles Malahieude [Sun, 14 Nov 2010 20:19:37 +0000 (21:19 +0100)]
Doc-fr: apply changes to vertical spacing

13 years agoDoc: NR 4.4.1: Clean up property descriptions.
Mark Polesky [Sun, 14 Nov 2010 17:08:05 +0000 (09:08 -0800)]
Doc: NR 4.4.1: Clean up property descriptions.

13 years agoFix issue #1394
David Kastrup [Sun, 14 Nov 2010 09:51:44 +0000 (10:51 +0100)]
Fix issue #1394

13 years agoDoc: NR 5.3.6 Modifying alists: Minor edits.
Mark Polesky [Sun, 14 Nov 2010 06:24:13 +0000 (22:24 -0800)]
Doc: NR 5.3.6 Modifying alists: Minor edits.

13 years agoDoc-fr updates fundamental.itely
Jean-Charles Malahieude [Sat, 13 Nov 2010 21:31:01 +0000 (22:31 +0100)]
Doc-fr updates fundamental.itely

13 years agoDoc-de: udpate commitishes and lilypond snippet options
Till Paala [Sat, 13 Nov 2010 20:19:24 +0000 (22:19 +0200)]
Doc-de: udpate commitishes and lilypond snippet options

13 years agoDoc: fundamental slpitted XRef
Jean-Charles Malahieude [Sat, 13 Nov 2010 20:18:33 +0000 (21:18 +0100)]
Doc: fundamental slpitted XRef

13 years agoConvert-ly: fix regexp for Dynamics context
Valentin Villenave [Mon, 1 Nov 2010 16:17:20 +0000 (17:17 +0100)]
Convert-ly: fix regexp for Dynamics context

The regexp was too greedy and also removed Performer_groups
(e.g. Piano template).  The new rule prints a comment in lieu
of the removed \context{} block.

13 years agoCompile fix for spacing renaming.
Graham Percival [Sat, 13 Nov 2010 16:37:36 +0000 (16:37 +0000)]
Compile fix for spacing renaming.

13 years agoDoc: Learning: Modify stretchability to use nested properties
Carl Sorensen [Sat, 13 Nov 2010 02:50:01 +0000 (19:50 -0700)]
Doc: Learning: Modify stretchability to use nested properties

13 years agodefine-grob-interfaces.scm: Mention other interface locations.
Mark Polesky [Sat, 13 Nov 2010 02:02:25 +0000 (18:02 -0800)]
define-grob-interfaces.scm: Mention other interface locations.

13 years agoAllow user-defined predefined fretboard hash-table
Carl Sorensen [Fri, 24 Sep 2010 04:50:45 +0000 (22:50 -0600)]
Allow user-defined predefined fretboard hash-table

Add fretboard-table argument to \storePredefined Diagram

Add rule to convertrules.py

Modify all predefined-*-fretboards.ly

Modify regression tests

Modify docs

Update relevant snippets

13 years agovert. spacing: Clean up affected docs.
Mark Polesky [Sat, 13 Nov 2010 01:18:13 +0000 (17:18 -0800)]
vert. spacing: Clean up affected docs.

A lot of trailing spaces got stripped here,
making this commit unusually large.

13 years agovert. spacing: Convert affected docs.
Mark Polesky [Sat, 13 Nov 2010 01:18:13 +0000 (17:18 -0800)]
vert. spacing: Convert affected docs.

13 years agovert. spacing: Revise/rename affected regtests.
Mark Polesky [Sat, 13 Nov 2010 01:18:13 +0000 (17:18 -0800)]
vert. spacing: Revise/rename affected regtests.

13 years agovert. spacing: Convert affected regtests, clean up.
Mark Polesky [Sat, 13 Nov 2010 01:18:13 +0000 (17:18 -0800)]
vert. spacing: Convert affected regtests, clean up.

13 years agovert. spacing: Convert engraver-init.ly, clean up.
Mark Polesky [Sat, 13 Nov 2010 01:18:12 +0000 (17:18 -0800)]
vert. spacing: Convert engraver-init.ly, clean up.

13 years agovert. spacing: Update convert-ly.
Mark Polesky [Sat, 13 Nov 2010 01:18:12 +0000 (17:18 -0800)]
vert. spacing: Update convert-ly.

13 years agovert. spacing: Revise define-grob-properties.scm.
Mark Polesky [Sat, 13 Nov 2010 01:18:12 +0000 (17:18 -0800)]
vert. spacing: Revise define-grob-properties.scm.

13 years agovert. spacing: Clean up affected files.
Mark Polesky [Sat, 13 Nov 2010 01:18:12 +0000 (17:18 -0800)]
vert. spacing: Clean up affected files.

13 years agovert. spacing: Rename properties (lily, scm).
Mark Polesky [Sat, 13 Nov 2010 01:18:12 +0000 (17:18 -0800)]
vert. spacing: Rename properties (lily, scm).

13 years agoRemove redundant defaults for TextScript.
Neil Puttock [Fri, 12 Nov 2010 21:28:31 +0000 (21:28 +0000)]
Remove redundant defaults for TextScript.

* scm/define-grobs.scm (all-grob-descriptions, TextScript):

  remove duplicate 'direction setting, shadowed by explicit direction

  remove 'positioning-done default (never called due to duplication above,
  and redundant due to default X-parent falling on PaperColumn)

13 years agoT1249: Prevent compilation error in ly-syntax-constructors with Guile V2.0.
Ian Hulin [Wed, 10 Nov 2010 20:08:36 +0000 (20:08 +0000)]
T1249: Prevent compilation error in ly-syntax-constructors with Guile V2.0.

Replace (define) with (defmacro) for define-ly-syntax
Remove primitive-eval wrapper in define-ly-syntax-loc and
define-ly-syntax-simple.

13 years agoDoc: CG added spacing clarification for @lilypond
James Lowe [Thu, 11 Nov 2010 13:37:40 +0000 (13:37 +0000)]
Doc: CG added spacing clarification for @lilypond

also a couple of typos

13 years agoDoc-fr: changing-defaults
Jean-Charles Malahieude [Thu, 11 Nov 2010 17:12:25 +0000 (18:12 +0100)]
Doc-fr: changing-defaults

synchronize node names

13 years agoDoc-fr: pitches build-fix
Jean-Charles Malahieude [Thu, 11 Nov 2010 17:11:37 +0000 (18:11 +0100)]
Doc-fr: pitches build-fix

13 years agoDoc-fr: winds
Jean-Charles Malahieude [Thu, 11 Nov 2010 17:10:58 +0000 (18:10 +0100)]
Doc-fr: winds
Standardized LilyPond examples in terms of spacing and some CG guidelines

13 years agoDoc: CG: add GLISS material.
Graham Percival [Wed, 10 Nov 2010 21:35:36 +0000 (21:35 +0000)]
Doc: CG: add GLISS material.

13 years agoDoc: CG: add all GOP material.
Graham Percival [Wed, 10 Nov 2010 21:00:34 +0000 (21:00 +0000)]
Doc: CG: add all GOP material.

This also moves the -hackers mailing list above "unsorted policies".

13 years agoDoc-fr: NR 1.6 Staff: simplify cueDuring explanation
Jean-Charles Malahieude [Wed, 10 Nov 2010 19:24:37 +0000 (20:24 +0100)]
Doc-fr: NR 1.6 Staff: simplify cueDuring explanation

13 years agoDoc: General tidy up of Winds.itely
James Lowe [Wed, 10 Nov 2010 17:21:32 +0000 (17:21 +0000)]
Doc: General tidy up of Winds.itely

Standardized LilyPond examples in terms of spacing and some CG guidelines.

Line breaks for @code {} to avoid odd output for PDFs

Made some minor syntax and grammar changes that (I hope) read better.

Removed an unnecessary @knownissue (i.e. there were none listed)

13 years agoDoc: NR1.6: avoid spliting of cross-references
Jean-Charles Malahieude [Wed, 10 Nov 2010 18:49:17 +0000 (19:49 +0100)]
Doc: NR1.6: avoid spliting of cross-references

13 years agoMerge branch 'master' into lilypond/translation
Francisco Vila [Wed, 10 Nov 2010 14:53:36 +0000 (15:53 +0100)]
Merge branch 'master' into lilypond/translation

13 years agoDoc: NR 1.6.3: Elaborate Formatting cue notes
Trevor Daniels [Wed, 10 Nov 2010 09:40:11 +0000 (09:40 +0000)]
Doc: NR 1.6.3: Elaborate Formatting cue notes

 - add a simpler lead-in example

 - editorial changes

13 years agoDoc: NR 1.6 Staff: simplify cueDuring explanation
Trevor Daniels [Wed, 20 Oct 2010 09:47:56 +0000 (10:47 +0100)]
Doc: NR 1.6 Staff: simplify cueDuring explanation

 - patch from Keith E OHara <k-ohara5a5a@oco.net>

 - use markup rather than instrumentCueName

 - remove use of instrumentSwitch

 - show how to use tag and killCues to avoid cues in
   full score

13 years agoWeb: fix typo
Valentin Villenave [Mon, 8 Nov 2010 15:55:56 +0000 (16:55 +0100)]
Web: fix typo

Thanks to James for having spotted this one.
I guess it was a Frenchism ("developer" takes
two "L"s in French).  I can fix it on the
website as well, but the mail and the LXer
announcement won't be corrected.  Oh well.

13 years agoWeb-de: fix macro.
Francisco Vila [Mon, 8 Nov 2010 10:37:32 +0000 (11:37 +0100)]
Web-de: fix macro.

13 years agoDoc-es: update Spacing.
Francisco Vila [Mon, 8 Nov 2010 08:41:32 +0000 (09:41 +0100)]
Doc-es: update Spacing.

13 years agoWeb: fix link.
Valentin Villenave [Mon, 8 Nov 2010 12:39:09 +0000 (13:39 +0100)]
Web: fix link.