]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
15 years agoAdd version numbers to fretboard files. release/2.11.56-1
Han-Wen Nienhuys [Sat, 16 Aug 2008 21:36:18 +0000 (18:36 -0300)]
Add version numbers to fretboard files.

15 years agoBump version.
Han-Wen Nienhuys [Sat, 16 Aug 2008 18:58:53 +0000 (15:58 -0300)]
Bump version.

15 years agoMerge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
Han-Wen Nienhuys [Sat, 16 Aug 2008 18:57:48 +0000 (15:57 -0300)]
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond

15 years agoDocument CPU_COUNT makefile variable used in 'make web'
John Mandereau [Sat, 16 Aug 2008 15:30:14 +0000 (17:30 +0200)]
Document CPU_COUNT makefile variable used in 'make web'

15 years agoAdd one paragraph in tutorial and introduction
John Mandereau [Sat, 16 Aug 2008 15:10:51 +0000 (17:10 +0200)]
Add one paragraph in tutorial and introduction

Let's invite first-time readers to skip 'See also' sections in the
Learning Manual.

15 years agoImprove Texinfo cross-references checking script
John Mandereau [Sat, 16 Aug 2008 15:08:38 +0000 (17:08 +0200)]
Improve Texinfo cross-references checking script

- process cross-references macros @r*named{NODE,DISPLAY}
with display name,

- add total count of cross-references,

- fix leak in fixed cross_references count.

15 years agoUpdate and add Texinfo macros in translations
John Mandereau [Fri, 15 Aug 2008 21:18:00 +0000 (23:18 +0200)]
Update and add Texinfo macros in translations

- update macros.itexi in all languages,

- add and use new macro @untranslated to mark untranslated nodes,

- update TRANSLATION and buildscripts accordingly,

- update TRANSLATION instructions during GDP.

15 years agoFix perverse string formatting in HTML docs postprocessing
John Mandereau [Fri, 15 Aug 2008 21:01:16 +0000 (23:01 +0200)]
Fix perverse string formatting in HTML docs postprocessing

add_html_footer.py is really a bugs nest :-P

Also add big pages manuals to non copied pages list, and replace a
regexp match with a substring test.

15 years agoFix nits in Texinfo macros
John Mandereau [Fri, 15 Aug 2008 17:20:17 +0000 (19:20 +0200)]
Fix nits in Texinfo macros

15 years agoAdd two-parameter versions of @ruser etc. to allow specifying the displayed text
Reinhold Kainhofer [Thu, 14 Aug 2008 13:21:16 +0000 (15:21 +0200)]
Add two-parameter versions of @ruser etc. to allow specifying the displayed text

Sometimes node named cannot contain special characters, which you would like
to be displayed in the link text. Thus, the third argument of @ref needs to be
used. Unfortunately, Texinfo (or rather texi2pdf) does not support optional
arguments to macros, so we have to add new two-parameter versions of all our
xref macros.

I als streamlined the definitions in macros.itely a little bit (distinguish only bigpage, not bigpage and tex).

This also allows us to link to the Top node of any manual with displaying the
manual title instead of "Top".

15 years agoAdd bin-clean target on popular demand
John Mandereau [Fri, 15 Aug 2008 13:00:12 +0000 (15:00 +0200)]
Add bin-clean target on popular demand

This target cleans out/ directories except mf/out.

Motivation: people building the binary often need/want to clean the
generated binary, but don't want to rebuild fonts because it takes a
while.

15 years agoFix compile
Patrick McCarty [Sat, 16 Aug 2008 03:06:01 +0000 (20:06 -0700)]
Fix compile

* s/slurs/Slurs/ in wind.itely
* fix new headword

Signed-off-by: Patrick McCarty <pnorcks@gmail.com>
15 years agoUpdate from Andrew.
Graham Percival [Fri, 15 Aug 2008 22:43:09 +0000 (15:43 -0700)]
Update from Andrew.

15 years agoUpdate from Andrew.
Graham Percival [Fri, 15 Aug 2008 21:47:32 +0000 (14:47 -0700)]
Update from Andrew.

15 years agoMerge commit 'origin/master'
John Mandereau [Thu, 14 Aug 2008 20:29:50 +0000 (22:29 +0200)]
Merge commit 'origin/master'

* commit 'origin/master':
  Remove obsolete accordion code.
  Fix broken links in NR and LM
  Documentation nitpicks
  GDP NR 5.6.3 Modifying stencils
  Merge Jonathan's changes
  Add predefined-fretboards to NEWS, add harmonics to fretted-strings
  Fix links to BassFigure
  GDP NR 6.3.1 Move index entry
  News update.
  Really fix link to figured bass
  Fix glossary link for figured bass
  GDP NR 5.6.4 Needs utf8
  GDP NR 5.6.4 Modifying shape of slurs and ties
  Add \pointAndClick[Off, On]
  Noteheads ... note heads
  Documentation nitpicks
  Documentation nitpicks
  Documentation nitpicks

Conflicts:

Documentation/topdocs/NEWS.tely

15 years agoRemove obsolete accordion code.
Neil Puttock [Thu, 14 Aug 2008 19:48:36 +0000 (20:48 +0100)]
Remove obsolete accordion code.

15 years agoFix broken links in NR and LM
Patrick McCarty [Thu, 14 Aug 2008 02:40:35 +0000 (19:40 -0700)]
Fix broken links in NR and LM

* The xref in fundamental.itely is still broken.  Until
  the issue with backslashes in xrefs is resolved, this
  xref should remain commented.

Signed-off-by: Patrick McCarty <pnorcks@gmail.com>
15 years agoRename nodes and start "Tweaking output" proofreading
John Mandereau [Thu, 14 Aug 2008 14:32:34 +0000 (16:32 +0200)]
Rename nodes and start "Tweaking output" proofreading

- get rid of backslashes in node names,

- rename "Objects connected to the input" to "The @code{\tweak}
command",

- start "Tweaking output" proofreading: only formatting nits so far.

15 years agoDocumentation nitpicks
Jean-Charles Malahieude [Thu, 14 Aug 2008 13:42:34 +0000 (15:42 +0200)]
Documentation nitpicks

* fix xref
  xref label must match node name (The \set command ==> ref{The \set
  command}

* consistency
  context called @code{Name}

* typos

15 years agoReformat and update syntax changes in NEWS
John Mandereau [Thu, 14 Aug 2008 13:36:28 +0000 (15:36 +0200)]
Reformat and update syntax changes in NEWS

15 years agoMerge branch 'master' of ssh://jeancharlesm@git.sv.gnu.org/srv/git/lilypond
Jean-Charles Malahieude [Thu, 14 Aug 2008 13:29:17 +0000 (15:29 +0200)]
Merge branch 'master' of ssh://jeancharlesm@git.sv.gnu.org/srv/git/lilypond

15 years agoGDP NR 5.6.3 Modifying stencils
Trevor Daniels [Thu, 14 Aug 2008 11:08:25 +0000 (12:08 +0100)]
GDP NR 5.6.3 Modifying stencils

First draft

15 years agoMerge Jonathan's changes
Carl Sorensen [Thu, 14 Aug 2008 04:57:56 +0000 (22:57 -0600)]
Merge Jonathan's changes

15 years agoAdd predefined-fretboards to NEWS, add harmonics to fretted-strings
Carl Sorensen [Thu, 14 Aug 2008 02:52:01 +0000 (20:52 -0600)]
Add predefined-fretboards to NEWS, add harmonics to fretted-strings

15 years agoMerge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond
Carl Sorensen [Wed, 13 Aug 2008 23:22:33 +0000 (17:22 -0600)]
Merge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond

15 years agoFix links to BassFigure
Carl Sorensen [Wed, 13 Aug 2008 23:21:54 +0000 (17:21 -0600)]
Fix links to BassFigure

15 years agoGDP NR 6.3.1 Move index entry
Trevor Daniels [Wed, 13 Aug 2008 21:54:38 +0000 (22:54 +0100)]
GDP NR 6.3.1 Move index entry

15 years agoNews update.
Neil Puttock [Wed, 13 Aug 2008 21:45:04 +0000 (22:45 +0100)]
News update.

15 years agoReally fix link to figured bass
Carl Sorensen [Wed, 13 Aug 2008 21:18:52 +0000 (15:18 -0600)]
Really fix link to figured bass

15 years agoFix glossary link for figured bass
Carl Sorensen [Wed, 13 Aug 2008 20:36:25 +0000 (14:36 -0600)]
Fix glossary link for figured bass

15 years agoMerge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond
Carl Sorensen [Wed, 13 Aug 2008 20:35:29 +0000 (14:35 -0600)]
Merge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond

15 years agoGDP NR 5.6.4 Needs utf8
Trevor Daniels [Wed, 13 Aug 2008 17:58:36 +0000 (18:58 +0100)]
GDP NR 5.6.4 Needs utf8

15 years agoMerge branch 'master' of ssh://jeancharlesm@git.sv.gnu.org/srv/git/lilypond
Jean-Charles Malahieude [Wed, 13 Aug 2008 17:47:21 +0000 (19:47 +0200)]
Merge branch 'master' of ssh://jeancharlesm@git.sv.gnu.org/srv/git/lilypond

15 years agoGDP NR 5.6.4 Modifying shape of slurs and ties
Trevor Daniels [Wed, 13 Aug 2008 13:26:12 +0000 (14:26 +0100)]
GDP NR 5.6.4 Modifying shape of slurs and ties

Bézier curves - first draft

15 years agoMerge branch 'master' into lilypond/translation
John Mandereau [Wed, 13 Aug 2008 16:39:57 +0000 (18:39 +0200)]
Merge branch 'master' into lilypond/translation

* master:
  Add 'See also's to LM 3 'Fundamental concepts'
  Move sections in French and German docs
  GDP LM 3.3.4 Explaining \context
  Updates to chords.itely, fretted-strings.itely
  Compile fix.
  Update from Kurt.
  Update fretted-strings.itely
  staff-symbol-referencer.cc: Junk redundant functions.
  Robustify Staff_symbol_referencer::on_line ().
  Update fretted-strings.itely
  Change type predicate for 'layer to integer.
  Replacing "User Manual" with "Notation Ref" in SL

15 years agoMerge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
John Mandereau [Wed, 13 Aug 2008 16:37:07 +0000 (18:37 +0200)]
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond

* 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond:
  GDP LM 3.3.4 Explaining \context
  Updates to chords.itely, fretted-strings.itely
  Compile fix.
  Update from Kurt.
  Update fretted-strings.itely
  staff-symbol-referencer.cc: Junk redundant functions.
  Robustify Staff_symbol_referencer::on_line ().
  Update fretted-strings.itely
  Change type predicate for 'layer to integer.
  Replacing "User Manual" with "Notation Ref" in SL

Conflicts:

Documentation/user/fundamental.itely

15 years agoMerge branch 'master' of ssh://jeancharlesm@git.sv.gnu.org/srv/git/lilypond
Jean-Charles Malahieude [Wed, 13 Aug 2008 15:40:05 +0000 (17:40 +0200)]
Merge branch 'master' of ssh://jeancharlesm@git.sv.gnu.org/srv/git/lilypond

15 years agoAdd 'See also's to LM 3 'Fundamental concepts'
John Mandereau [Wed, 13 Aug 2008 14:28:09 +0000 (16:28 +0200)]
Add 'See also's to LM 3 'Fundamental concepts'

15 years agoMove sections in French and German docs
John Mandereau [Wed, 13 Aug 2008 14:25:02 +0000 (16:25 +0200)]
Move sections in French and German docs

15 years agoAdd \pointAndClick[Off, On]
Carl Sorensen [Wed, 13 Aug 2008 13:46:33 +0000 (07:46 -0600)]
Add \pointAndClick[Off, On]

15 years agoGDP LM 3.3.4 Explaining \context
Trevor Daniels [Wed, 13 Aug 2008 11:17:07 +0000 (12:17 +0100)]
GDP LM 3.3.4 Explaining \context

Limited to just setting context properties

15 years agoNoteheads ... note heads
Francisco Vila [Wed, 13 Aug 2008 09:31:28 +0000 (11:31 +0200)]
Noteheads ... note heads

15 years agoMerge branch 'master' of ssh://jeancharlesm@git.sv.gnu.org/srv/git/lilypond
Jean-Charles Malahieude [Wed, 13 Aug 2008 09:30:33 +0000 (11:30 +0200)]
Merge branch 'master' of ssh://jeancharlesm@git.sv.gnu.org/srv/git/lilypond

15 years agoUpdates to chords.itely, fretted-strings.itely
Carl Sorensen [Wed, 13 Aug 2008 06:33:01 +0000 (00:33 -0600)]
Updates to chords.itely, fretted-strings.itely

15 years agoCompile fix.
Graham Percival [Wed, 13 Aug 2008 04:18:47 +0000 (21:18 -0700)]
Compile fix.

15 years agoMerge branch 'master' of git://git.sv.gnu.org/lilypond
Graham Percival [Wed, 13 Aug 2008 04:07:48 +0000 (21:07 -0700)]
Merge branch 'master' of git://git.sv.gnu.org/lilypond

15 years agoUpdate from Kurt.
Graham Percival [Wed, 13 Aug 2008 03:58:50 +0000 (20:58 -0700)]
Update from Kurt.

15 years agoUpdate fretted-strings.itely
Carl Sorensen [Wed, 13 Aug 2008 00:13:14 +0000 (18:13 -0600)]
Update fretted-strings.itely

15 years agoMerge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond
Carl Sorensen [Wed, 13 Aug 2008 00:12:32 +0000 (18:12 -0600)]
Merge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond

15 years agostaff-symbol-referencer.cc: Junk redundant functions.
Neil Puttock [Tue, 12 Aug 2008 23:36:15 +0000 (00:36 +0100)]
staff-symbol-referencer.cc: Junk redundant functions.

15 years agoRobustify Staff_symbol_referencer::on_line ().
Neil Puttock [Tue, 12 Aug 2008 23:18:07 +0000 (00:18 +0100)]
Robustify Staff_symbol_referencer::on_line ().

Ensure Staff_symbol::on_line () is called using staff-symbol grob, if present.

15 years agoMerge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond
Carl Sorensen [Tue, 12 Aug 2008 22:44:59 +0000 (16:44 -0600)]
Merge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond

15 years agoUpdate fretted-strings.itely
Carl Sorensen [Tue, 12 Aug 2008 22:44:39 +0000 (16:44 -0600)]
Update fretted-strings.itely

15 years agoChange type predicate for 'layer to integer.
Neil Puttock [Tue, 12 Aug 2008 22:43:37 +0000 (23:43 +0100)]
Change type predicate for 'layer to integer.

15 years agoMerge git://git.sv.gnu.org/lilypond into vanilla
Valentin Villenave [Tue, 12 Aug 2008 19:51:02 +0000 (21:51 +0200)]
Merge git://git.sv.gnu.org/lilypond into vanilla

15 years agoReplacing "User Manual" with "Notation Ref" in SL
Valentin Villenave [Tue, 12 Aug 2008 19:49:58 +0000 (21:49 +0200)]
Replacing "User Manual" with "Notation Ref" in SL

15 years agoFinish LM 3 'Fundamental concepts' proofreading
John Mandereau [Tue, 12 Aug 2008 15:31:29 +0000 (17:31 +0200)]
Finish LM 3 'Fundamental concepts' proofreading

Also fix templates master file comment.

15 years agoProofread Learning Manual 3 up to 'Modifying context properties'
John Mandereau [Tue, 12 Aug 2008 09:49:56 +0000 (11:49 +0200)]
Proofread Learning Manual 3 up to 'Modifying context properties'

15 years agoCompile fix.
Neil Puttock [Tue, 12 Aug 2008 16:18:29 +0000 (17:18 +0100)]
Compile fix.

15 years agoMerge branch 'master' of ssh://jeancharlesm@git.sv.gnu.org/srv/git/lilypond
Jean-Charles Malahieude [Tue, 12 Aug 2008 12:59:19 +0000 (14:59 +0200)]
Merge branch 'master' of ssh://jeancharlesm@git.sv.gnu.org/srv/git/lilypond

15 years agoGDP NR 5 Add TODOs; formatting nits
Trevor Daniels [Tue, 12 Aug 2008 10:36:04 +0000 (11:36 +0100)]
GDP NR 5 Add TODOs; formatting nits

15 years agoGDP NR 5.5.3 Rotating objects
Trevor Daniels [Tue, 12 Aug 2008 10:27:07 +0000 (11:27 +0100)]
GDP NR 5.5.3 Rotating objects

Add first draft of text

15 years agoUpdate fretted-strings.itely for revised automatic fretboards
Carl Sorensen [Tue, 12 Aug 2008 03:07:44 +0000 (21:07 -0600)]
Update fretted-strings.itely for revised automatic fretboards

15 years agoMerge branch 'master' of git://git.sv.gnu.org/lilypond
Graham Percival [Tue, 12 Aug 2008 02:41:51 +0000 (19:41 -0700)]
Merge branch 'master' of git://git.sv.gnu.org/lilypond

15 years agoTypos.
Graham Percival [Tue, 12 Aug 2008 02:40:57 +0000 (19:40 -0700)]
Typos.

15 years agoFix determine-frets-mf for minimum-fret
Carl Sorensen [Tue, 12 Aug 2008 00:33:05 +0000 (18:33 -0600)]
Fix determine-frets-mf for minimum-fret

This patch changes determine-frets-mf so that it puts notes
on the highest string with a fret >= min-fret, instead of
putting them on the lowest available string.  This leads to
more rational automatically calculated fretboards.

15 years agoUpdate chords.itely
Carl Sorensen [Mon, 11 Aug 2008 23:42:29 +0000 (17:42 -0600)]
Update chords.itely

15 years agoAdd remove-grace-property code
Carl Sorensen [Mon, 11 Aug 2008 18:47:30 +0000 (12:47 -0600)]
Add remove-grace-property code

15 years agoMerge branch 'master' of ssh://jeancharlesm@git.sv.gnu.org/srv/git/lilypond
Jean-Charles Malahieude [Mon, 11 Aug 2008 16:52:22 +0000 (18:52 +0200)]
Merge branch 'master' of ssh://jeancharlesm@git.sv.gnu.org/srv/git/lilypond

15 years agoUpdate translations status
John Mandereau [Mon, 11 Aug 2008 16:16:43 +0000 (18:16 +0200)]
Update translations status

15 years agoUpdate doc POs
John Mandereau [Mon, 11 Aug 2008 16:06:18 +0000 (18:06 +0200)]
Update doc POs

15 years agoMaintain translated docs
John Mandereau [Mon, 11 Aug 2008 15:10:45 +0000 (17:10 +0200)]
Maintain translated docs

- update Texinfo skeletons,

- moves sections to partially match English docs sections,

- automatically update French ly snippets,

- fix xrefs.

15 years agoFix docs xrefs and commented out ndoe
John Mandereau [Mon, 11 Aug 2008 15:08:30 +0000 (17:08 +0200)]
Fix docs xrefs and commented out ndoe

15 years agoRun texi2pdf quietly
John Mandereau [Mon, 11 Aug 2008 15:01:47 +0000 (17:01 +0200)]
Run texi2pdf quietly

TeX full log excessively floods standard output by default, and the
log is always available in a .log file if needed, so there is no
problem calling texi2pdf with '-q' option.

15 years agoFix Texinfo skeleton maker
John Mandereau [Sat, 9 Aug 2008 22:03:18 +0000 (00:03 +0200)]
Fix Texinfo skeleton maker

15 years agoUpdate French doco index
John Mandereau [Sat, 9 Aug 2008 21:08:01 +0000 (23:08 +0200)]
Update French doco index

15 years agoUpdate documentation index
John Mandereau [Sat, 9 Aug 2008 20:49:28 +0000 (22:49 +0200)]
Update documentation index

- add big page and PDF links to LM,

- update big page download sizes (HTML + PNGs),

- show entry for translations status.

15 years agoAdd translations status pages to the docball
John Mandereau [Sat, 9 Aug 2008 20:46:57 +0000 (22:46 +0200)]
Add translations status pages to the docball

- rewrite HTML prerequisites as a list,

- create doc-i18n-root local stepmake template.

15 years agoWrite blurb for French translation status
John Mandereau [Sat, 9 Aug 2008 20:34:04 +0000 (22:34 +0200)]
Write blurb for French translation status

15 years agoUpdate documentation for fret diagrams
Carl Sorensen [Mon, 11 Aug 2008 02:14:29 +0000 (20:14 -0600)]
Update documentation for fret diagrams

15 years agoDocs: Move @q macros to top (generalized), remove gloss ref, use 5-arg refs
Reinhold Kainhofer [Sun, 10 Aug 2008 21:15:37 +0000 (23:15 +0200)]
Docs: Move @q macros to top (generalized), remove gloss ref, use 5-arg refs

15 years agoLSR: Update.
Neil Puttock [Sun, 10 Aug 2008 20:15:24 +0000 (21:15 +0100)]
LSR: Update.

15 years agoMerge branch 'master' of ssh://jeancharlesm@git.sv.gnu.org/srv/git/lilypond
Jean-Charles Malahieude [Sun, 10 Aug 2008 10:34:54 +0000 (12:34 +0200)]
Merge branch 'master' of ssh://jeancharlesm@git.sv.gnu.org/srv/git/lilypond

15 years agoAdd 'none to barre-type and update documentation
Carl Sorensen [Sun, 10 Aug 2008 00:41:52 +0000 (18:41 -0600)]
Add 'none to barre-type and update documentation

15 years agoLily_lexer::scan_bare_word (): only check for chord modifiers in chordmode.
Neil Puttock [Sat, 9 Aug 2008 21:16:09 +0000 (22:16 +0100)]
Lily_lexer::scan_bare_word (): only check for chord modifiers in chordmode.

15 years agoMerge branch 'master' of ssh://jeancharlesm@git.sv.gnu.org/srv/git/lilypond
Jean-Charles Malahieude [Sat, 9 Aug 2008 19:13:47 +0000 (21:13 +0200)]
Merge branch 'master' of ssh://jeancharlesm@git.sv.gnu.org/srv/git/lilypond

15 years agoUpdate translations status and doc POs
John Mandereau [Sat, 9 Aug 2008 16:38:03 +0000 (18:38 +0200)]
Update translations status and doc POs

15 years agoUpdate French committishes and translation info
John Mandereau [Sat, 9 Aug 2008 16:34:43 +0000 (18:34 +0200)]
Update French committishes and translation info

15 years agoMerge branch 'master' into lilypond/translation
John Mandereau [Sat, 9 Aug 2008 16:23:43 +0000 (18:23 +0200)]
Merge branch 'master' into lilypond/translation

* master: (41 commits)
  Update predefined fret diagrams and documentation
  Indexes from Ralph.
  Indexes from Ralph.
  Compile fix
  Patch 0006 from John
  Patch 0005 from John
  Patch 0003 from John
  Patch 0002 from John
  Patch 0001 from John
  Compile fix
  Some additions to NR 1.8 "Text"
  Compile fix in NR 1.8
  Some additions to NR 1.8 "Text"
  Revert fretted-strings.itely
  Saving status that won't build docs
  Update for Expressive and Staff
  GDP NR 5.5.1 Amend layer details
  Fix broken documentation file
  Add predefined fret diagrams to FretBoards context
  GDP LM 4.3.1 Work around for layer
  ...

15 years agoUpdate predefined fret diagrams and documentation
Carl Sorensen [Sat, 9 Aug 2008 14:19:30 +0000 (08:19 -0600)]
Update predefined fret diagrams and documentation

15 years agoIndexes from Ralph.
Graham Percival [Sat, 9 Aug 2008 04:33:38 +0000 (21:33 -0700)]
Indexes from Ralph.

15 years agoIndexes from Ralph.
Graham Percival [Sat, 9 Aug 2008 04:33:27 +0000 (21:33 -0700)]
Indexes from Ralph.

15 years agoCompile fix
Valentin Villenave [Fri, 8 Aug 2008 22:58:40 +0000 (00:58 +0200)]
Compile fix

Thanks to Patrick McCarty!

15 years agoPatch 0006 from John
Trevor Daniels [Fri, 8 Aug 2008 17:19:08 +0000 (18:19 +0100)]
Patch 0006 from John

Update tutorial French translation

15 years agoPatch 0005 from John
Trevor Daniels [Fri, 8 Aug 2008 17:15:53 +0000 (18:15 +0100)]
Patch 0005 from John

Fix nitpicks in Tutorial

15 years agoPatch 0003 from John
Trevor Daniels [Fri, 8 Aug 2008 17:12:55 +0000 (18:12 +0100)]
Patch 0003 from John

Rename section in French docs

15 years agoPatch 0002 from John
Trevor Daniels [Fri, 8 Aug 2008 17:10:45 +0000 (18:10 +0100)]
Patch 0002 from John

Partially update French translation

15 years agoPatch 0001 from John
Trevor Daniels [Fri, 8 Aug 2008 17:05:49 +0000 (18:05 +0100)]
Patch 0001 from John

Nitpicking on 'About the docs'

15 years agoCompile fix
Valentin Villenave [Fri, 8 Aug 2008 15:09:38 +0000 (17:09 +0200)]
Compile fix

Since NR 1.8.2.2 "Common markup commands" has been renamed
into "Selecting font and font size", we have to rename
all references to this subsection.

15 years agoSome additions to NR 1.8 "Text"
Valentin Villenave [Fri, 8 Aug 2008 14:33:21 +0000 (16:33 +0200)]
Some additions to NR 1.8 "Text"

This commits brings a new bunch of corrections,
and (hopefully) completes NR 1.8.2.3 "Text alignment".