]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
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)

12 years agoAdd missing files of the previous commit.
Bertrand Bordage [Sat, 17 Sep 2011 16:32:53 +0000 (18:32 +0200)]
Add missing files of the previous commit.

12 years agoImproves parmesan noteheads.
Bertrand Bordage [Sat, 17 Sep 2011 16:05:04 +0000 (18:05 +0200)]
Improves parmesan noteheads.

* Separates parmesan-noteheads in its own sub-font.
* Adds a new Staff called PetrucciStaff (with its PetrucciVoice).

Fixes numerous issues for Petrucci/mensural/neomensural styles:
* Stems centered around the attachment point.
* Attachment point lowered.
* Adds brevis/longa/maxima pointing upward.
* Increases the hole height for brevis/longa/maxima
  that are on a staff line.
* Decreases the hole height for brevis/longa/maxima
  that are between staff lines.
* Shortens and thickens the stem of the longa.
* Improves the design of brevis/longa/maxima.

Improves the design of Petrucci/neomensural notes shorter than a brevis:
* Adds small curves inside the hole of
  Petrucci/neomensural whole/half notes and inside harmonics.
* Reduces the height and the hole width of Petrucci whole/half notes.
* Increases the size of neomensural notes shorter than a brevis.

12 years agoFixes issue 1881: cyclic dependency in Stem #'Y-extent.
Mike Solomon [Sat, 17 Sep 2011 11:45:34 +0000 (13:45 +0200)]
Fixes issue 1881: cyclic dependency in Stem #'Y-extent.

The fix does not trigger Y-extent calculations in Stem::set_stem_positions,
as this function may itself be called in a Y-extent calculation.  Now,
this function sets the begin position and the length, which are required
by Stem::height in order to report the Y-extent.

12 years agoMakefile: Add missing .PHONY targets
Reinhold Kainhofer [Sat, 17 Sep 2011 11:34:26 +0000 (13:34 +0200)]
Makefile: Add missing .PHONY targets

This makes our build system also work when you have a file called
"test" or "website" in your sourcedir... Otherwise, make would detect
that file and decide that since it exists, nothing needs to be done...

12 years agoDocs: Use @code instead of @var for a placeholder description
Reinhold Kainhofer [Sat, 17 Sep 2011 10:48:01 +0000 (12:48 +0200)]
Docs: Use @code instead of @var for a placeholder description

12 years agoDof-fr: fix bad object (usage/lpbk)
Jean-Charles Malahieude [Sat, 17 Sep 2011 09:38:39 +0000 (11:38 +0200)]
Dof-fr: fix bad object (usage/lpbk)

12 years agoFix 1598.
Joe Neeman [Sat, 17 Sep 2011 03:00:18 +0000 (20:00 -0700)]
Fix 1598.

Don't include non-spaceable lines in the extent calculations for InstrumentName.

12 years agoCleanups and generalizations in Bezier::minmax.
Joe Neeman [Sat, 17 Sep 2011 01:54:45 +0000 (18:54 -0700)]
Cleanups and generalizations in Bezier::minmax.

12 years agoDoc-de: remove not translated file authors.itexi
Till Paala [Fri, 16 Sep 2011 19:42:39 +0000 (22:42 +0300)]
Doc-de: remove not translated file authors.itexi

12 years agoDoc-ja: fix committish for Japanese traslation.
Yoshiki Sawada [Fri, 16 Sep 2011 15:23:17 +0000 (00:23 +0900)]
Doc-ja: fix committish for Japanese traslation.

Doc-ja: fix committish for Japanese translation.

Fix committish for the following files:
Documentation/ja/notation.tely,
Documentation/ja/notation/changing-defaults.itely, and
Documentation/ja/notation/cheatsheet.itely.

12 years agoDoc-es: fix wrong markers.
Francisco Vila [Fri, 16 Sep 2011 15:25:53 +0000 (17:25 +0200)]
Doc-es: fix wrong markers.

12 years agoDoc-es: update committishes for LSR snippets.
Francisco Vila [Fri, 16 Sep 2011 15:16:41 +0000 (17:16 +0200)]
Doc-es: update committishes for LSR snippets.

Output of make check-translation is 1491 lines now.

12 years agoDoc: run makelsr locally.
Francisco Vila [Fri, 16 Sep 2011 15:13:25 +0000 (17:13 +0200)]
Doc: run makelsr locally.

12 years agoDoc-es: update some snippets.
Francisco Vila [Fri, 16 Sep 2011 15:09:40 +0000 (17:09 +0200)]
Doc-es: update some snippets.

12 years agoDoc: Update translation status.
Francisco Vila [Fri, 16 Sep 2011 14:50:00 +0000 (16:50 +0200)]
Doc: Update translation status.

12 years agoFix issue #1852: manuals needs more explicit dependencies.
Julien Rioux [Fri, 2 Sep 2011 19:26:20 +0000 (15:26 -0400)]
Fix issue #1852: manuals needs more explicit dependencies.

Dependencies are already being tracker by lilypond-book.py,
which produces .dep files containing make rules. The file
stepmake/stepmake/generic-targets.make includes them into
the build.

The problem is that the .dep files contain errors.

We fix the .dep files produced by lilypond-book.py by
  1) using the relative path to the target file,
  2) using the correct file extension for the target file.

12 years agomusic-functions-init.ly: Use Scheme functions instead of void music functions.
David Kastrup [Fri, 16 Sep 2011 09:02:50 +0000 (11:02 +0200)]
music-functions-init.ly: Use Scheme functions instead of void music functions.

12 years agomusic-functions-init.ly: Use foreach instead of map when return value is discarded.
David Kastrup [Fri, 16 Sep 2011 09:01:17 +0000 (11:01 +0200)]
music-functions-init.ly: Use foreach instead of map when return value is discarded.

12 years agoDocs: lilyquote -> quote snippet option
Reinhold Kainhofer [Fri, 16 Sep 2011 10:19:50 +0000 (12:19 +0200)]
Docs: lilyquote -> quote snippet option

12 years agoDoc: Added \compoundMeter function to NR
James Lowe [Sat, 10 Sep 2011 15:09:03 +0000 (16:09 +0100)]
Doc: Added \compoundMeter function to NR

This is for Tracker issue 1776

Added function to Polymetric Noation sections removed an old
snippet from NR (which has been deprecated by this function).

Also took the opportunity to make some other minor grammatical changes
to make (hopefully) the other examples and their explanations
clearer.

Some style changes needed (used @subheading instead of @strong{})
Also removed other references to the snipped including in the
translated tely files and moved cindex entries to the new location.

12 years agoDoc-es: update Spacing, Wind, Staff, Vocal, Notation appendices.
Francisco Vila [Thu, 15 Sep 2011 16:27:15 +0000 (18:27 +0200)]
Doc-es: update Spacing, Wind, Staff, Vocal, Notation appendices.

Makes output of check-translation to be 4991 lines worth.

12 years agoDoc-es: update of Text, Keyboards, Pitches, Repeats, Tweaks, World.
Francisco Vila [Thu, 15 Sep 2011 14:42:53 +0000 (16:42 +0200)]
Doc-es: update of Text, Keyboards, Pitches, Repeats, Tweaks, World.

Makes output of check-translation to be 5339 lines worth.

12 years agoDoc-es: update of Expressive, Editorial, Fretted, Simultaneous, Rhythms.
Francisco Vila [Thu, 15 Sep 2011 13:09:08 +0000 (15:09 +0200)]
Doc-es: update of Expressive, Editorial, Fretted, Simultaneous, Rhythms.

Makes output of check-translation to be 5694 lines worth.

12 years agoUpdate CG with how to make English only docs
Phil Holmes [Thu, 15 Sep 2011 13:24:43 +0000 (14:24 +0100)]
Update CG with how to make English only docs

12 years agoprogramming_error messages should NOT be translated
Reinhold Kainhofer [Thu, 15 Sep 2011 12:19:08 +0000 (14:19 +0200)]
programming_error messages should NOT be translated

12 years agoDoc-es: update Chords.
Francisco Vila [Thu, 15 Sep 2011 10:41:01 +0000 (12:41 +0200)]
Doc-es: update Chords.

That makes an output of _only_ 6172 lines for check-translation.

12 years agoFix 456: Also check for laissez-vibrer events attached to single heads inside a chord
Reinhold Kainhofer [Fri, 9 Sep 2011 15:30:18 +0000 (17:30 +0200)]
Fix 456: Also check for laissez-vibrer events attached to single heads inside a chord

12 years agoMusicXML: If staff number is given in an element, make it work even if other elements...
Reinhold Kainhofer [Thu, 8 Sep 2011 17:03:55 +0000 (19:03 +0200)]
MusicXML: If staff number is given in an element, make it work even if other elements don't have a staff number

12 years agoPrint a warning if a music function or context mod is not documented
Reinhold Kainhofer [Wed, 14 Sep 2011 19:31:22 +0000 (21:31 +0200)]
Print a warning if a music function or context mod is not documented

12 years agoDoc-es: update Ancient.
Francisco Vila [Thu, 15 Sep 2011 10:06:01 +0000 (12:06 +0200)]
Doc-es: update Ancient.

12 years agoDoc-es: update Macros.
Francisco Vila [Thu, 15 Sep 2011 09:58:12 +0000 (11:58 +0200)]
Doc-es: update Macros.

12 years agoDoc-es: update Templates.
Francisco Vila [Thu, 15 Sep 2011 09:55:55 +0000 (11:55 +0200)]
Doc-es: update Templates.

12 years agoDoc-es: update Common Notation.
Francisco Vila [Thu, 15 Sep 2011 09:52:54 +0000 (11:52 +0200)]
Doc-es: update Common Notation.

12 years agoUses langdefs.py for make website
Phil Holmes [Wed, 14 Sep 2011 15:57:41 +0000 (16:57 +0100)]
Uses langdefs.py for make website

12 years agoDoc-es: update include/helpus.
Francisco Vila [Thu, 15 Sep 2011 09:47:37 +0000 (11:47 +0200)]
Doc-es: update include/helpus.

12 years agoDoc-es: update marker for a translated file.
Francisco Vila [Thu, 15 Sep 2011 09:44:59 +0000 (11:44 +0200)]
Doc-es: update marker for a translated file.

12 years agoDoc-es: update CHANGES for 2.16
Francisco Vila [Thu, 15 Sep 2011 09:42:50 +0000 (11:42 +0200)]
Doc-es: update CHANGES for 2.16

12 years agoparser.yy: introduce PITCH_IDENTIFIER
David Kastrup [Thu, 15 Sep 2011 08:20:02 +0000 (10:20 +0200)]
parser.yy: introduce PITCH_IDENTIFIER

12 years agomusic-functions.scm: allow dotted argument lists for music functions
David Kastrup [Tue, 13 Sep 2011 14:41:45 +0000 (16:41 +0200)]
music-functions.scm: allow dotted argument lists for music functions

12 years agoFix completely broken Scheme functions
David Kastrup [Tue, 13 Sep 2011 09:27:20 +0000 (11:27 +0200)]
Fix completely broken Scheme functions

12 years agoRevert "leaning.itely: add a musing about \relative f"
David Kastrup [Tue, 13 Sep 2011 00:06:28 +0000 (02:06 +0200)]
Revert "leaning.itely: add a musing about \relative f"

This reverts commit 0ccc25cbb29c6f39b6fce777369639373272f638.

Inappropriate language and content.

12 years agoinclude lines in breve X-extent (issue 1814)
Janek Warchol [Mon, 22 Aug 2011 21:31:28 +0000 (23:31 +0200)]
include lines in breve X-extent (issue 1814)

char box of breve glyphs is widened to include
the lines, not only notehead.  This will allow
Lily to calculate collisions with breves
correctly.  It shouldn't change how breves
are aligned in note columns.

12 years agoparser.yy et al: turn \partial and \skip into music functions.
David Kastrup [Mon, 12 Sep 2011 17:06:59 +0000 (19:06 +0200)]
parser.yy et al: turn \partial and \skip into music functions.

12 years agoCreate a nicer signature format for syntax functions. Fix their autogenerated docs.
David Kastrup [Mon, 12 Sep 2011 16:35:29 +0000 (18:35 +0200)]
Create a nicer signature format for syntax functions.  Fix their autogenerated docs.

12 years agolily/parser.yy: Scheme functions received their arguments reversed. Ouch.
David Kastrup [Mon, 12 Sep 2011 16:30:25 +0000 (18:30 +0200)]
lily/parser.yy: Scheme functions received their arguments reversed.  Ouch.

So move the argument reversal into run_music_function so that we won't forget.

12 years agolily/lexer.ll: Add a backslash to be more syntax-aware editor friendly.
David Kastrup [Mon, 12 Sep 2011 16:27:46 +0000 (18:27 +0200)]
lily/lexer.ll: Add a backslash to be more syntax-aware editor friendly.

12 years agoparser.yy: make INVALID more self-descriptive in case it occurs in syntax errors.
David Kastrup [Mon, 12 Sep 2011 09:03:37 +0000 (11:03 +0200)]
parser.yy: make INVALID more self-descriptive in case it occurs in syntax errors.

12 years agoparser.yy et al: Fix a few style issues of d8ee829c73452cc35ef17c6c22abf5b47c754c15
David Kastrup [Mon, 12 Sep 2011 08:09:34 +0000 (10:09 +0200)]
parser.yy et al: Fix a few style issues of d8ee829c73452cc35ef17c6c22abf5b47c754c15

12 years agoleaning.itely: add a musing about \relative f
David Kastrup [Mon, 12 Sep 2011 01:08:18 +0000 (03:08 +0200)]
leaning.itely: add a musing about \relative f

12 years agoDoc-ja: add cheatsheet.itely.
Yoshiki Sawada [Mon, 12 Sep 2011 12:52:23 +0000 (21:52 +0900)]
Doc-ja: add cheatsheet.itely.

Doc-ja: add cheatsheet.itely to NR.

12 years agoDoc-es: update Scheme tutorial.
Francisco Vila [Mon, 12 Sep 2011 15:09:32 +0000 (17:09 +0200)]
Doc-es: update Scheme tutorial.

12 years agoIssue 1135: changing @findex to @funindex in scm/document-identifiers.scm
Marc Hohl [Mon, 12 Sep 2011 14:39:04 +0000 (16:39 +0200)]
Issue 1135: changing @findex to @funindex in scm/document-identifiers.scm

12 years agoMerge branch 'release/unstable'
Graham Percival [Sun, 11 Sep 2011 17:00:07 +0000 (18:00 +0100)]
Merge branch 'release/unstable'

12 years agoRelease: bump version.
Graham Percival [Sun, 11 Sep 2011 16:58:42 +0000 (17:58 +0100)]
Release: bump version.