]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
14 years agoFix lilypond-book fragment options generation
John Mandereau [Mon, 1 Feb 2010 00:25:42 +0000 (00:25 +0000)]
Fix lilypond-book fragment options generation

Option strings were previously generated multiple time due to
erroneous loop constructs.

14 years agoMerge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond
John Mandereau [Mon, 1 Feb 2010 16:23:51 +0000 (17:23 +0100)]
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond

14 years agoDoc: compile fix, oops.
Graham Percival [Mon, 1 Feb 2010 12:47:48 +0000 (12:47 +0000)]
Doc: compile fix, oops.

I actually noticed+fixed this problem 6 hours ago, but I forgot to
commit and push it.  Sorry!

14 years agoBuild: move "help us" into Documentation/included/
Graham Percival [Mon, 1 Feb 2010 05:15:39 +0000 (05:15 +0000)]
Build: move "help us" into Documentation/included/

14 years agoabc2ly: update URLs for abc notation resources.
Patrick McCarty [Mon, 1 Feb 2010 02:46:43 +0000 (18:46 -0800)]
abc2ly: update URLs for abc notation resources.

14 years agoDoc-de: last updates for Learning manual
Till Paala [Sun, 31 Jan 2010 20:04:14 +0000 (22:04 +0200)]
Doc-de: last updates for Learning manual

14 years agoMerge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into...
Till Paala [Sun, 31 Jan 2010 19:31:43 +0000 (21:31 +0200)]
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into lilypond/translation

14 years agoWeb-fr: updates
Jean-Charles Malahieude [Sun, 31 Jan 2010 19:29:32 +0000 (20:29 +0100)]
Web-fr: updates

* macros.itexi: nitpicks
* web.texi: nitpicks
* web/manuals.itexi: review

14 years agoDoc-de: further update to the Learning manual
Till Paala [Sun, 31 Jan 2010 19:20:53 +0000 (21:20 +0200)]
Doc-de: further update to the Learning manual

14 years agoRemove obsolete context properties.
Neil Puttock [Sun, 31 Jan 2010 17:35:40 +0000 (17:35 +0000)]
Remove obsolete context properties.

14 years agoLSR: Update.
Neil Puttock [Sun, 31 Jan 2010 17:16:59 +0000 (17:16 +0000)]
LSR: Update.

14 years agoDoc-fr: typo
Jean-Charles Malahieude [Sun, 31 Jan 2010 16:08:15 +0000 (17:08 +0100)]
Doc-fr: typo

14 years agoDocs: typos
Jean-Charles Malahieude [Sun, 31 Jan 2010 16:07:50 +0000 (17:07 +0100)]
Docs: typos
en/es/fr notation/fretted-strings raggeT-right => raggeD-right

14 years agoDoc -- modify Clef section to bring back to standards
Carl Sorensen [Sun, 31 Jan 2010 05:12:35 +0000 (22:12 -0700)]
Doc -- modify Clef section to bring back to standards

14 years agoMake tab-note-heads and fretboards use common code.
Carl Sorensen [Sat, 16 Jan 2010 01:15:35 +0000 (18:15 -0700)]
Make tab-note-heads and fretboards use common code.

This combines the string and fret assigning code of the
tab-note-heads engraver and the fret-boards engraver.  Both
will use scheme procedures defined in scm/translation-functions.scm
and specified by context properties initialized in ly/engraver-init.ly

 * Modify the calling sequence of noteToFretFunction so that it
   takes a context, a note-list, a string-list, and an optional
   grob.  If grob is included, noteToFretFunction will add the
   fretboard to the grob.  If grob is not included, noteToFretFunction
   will return a list of (string fret finger) tuples.

 * Refactor the code in scm/translation-functions.scm to support
   this separation of function.

 * predefinedDiagramTable is now a context property for TabStaff as
   well as for FretBoards.  This means that if a chord is present in
   TabStaff, and predefinedDiagramTable for that TabStaff is not #f,
   and a predefined diagram for the chord exists, the TabStaff will
   display the notes of the predefined diagram.

 * Change tab-note-heads-engraver so that it calls noteToFretFunction
   instead of having the fret calculation code inside the engraver.

 * Change the noteToFretFunction calling sequence in fretboard-engraver
   to match the new definition

 * Add an optional default argument to ly:context-property so we
   can set a default at call time

14 years agounnumberedsubsubsec Clef
Patrick Schmidt [Sat, 30 Jan 2010 22:17:55 +0000 (23:17 +0100)]
unnumberedsubsubsec Clef

Corrections/Additions

14 years agoUpdate mailmap.
Patrick McCarty [Sat, 30 Jan 2010 22:15:51 +0000 (14:15 -0800)]
Update mailmap.

14 years agoDoc: CG Howto for Virtualbox Guest Additions
james [Sat, 30 Jan 2010 19:57:28 +0000 (19:57 +0000)]
Doc: CG Howto for Virtualbox Guest Additions

14 years agoDoc: tweaks.itely clarification for faster process
james [Sat, 30 Jan 2010 20:21:57 +0000 (20:21 +0000)]
Doc: tweaks.itely clarification for faster process

Specifically for not enabling 'keep-inside-line' tweak until needed

14 years agoDoc: CG: fix website script.
Graham Percival [Sat, 30 Jan 2010 21:33:29 +0000 (21:33 +0000)]
Doc: CG: fix website script.

14 years agoBuild: another ugly hack for website integration.
Graham Percival [Sat, 30 Jan 2010 21:29:03 +0000 (21:29 +0000)]
Build: another ugly hack for website integration.

My comment for issue 1004 (opened for this patch):
As release manager, I feel that I should reject the patches I'm
writing because they are, as "weegies" (people from Glasgow) would
put it, "utter pish".  However, as overall manager, I want to let
doc writers and translators work on the website and see how it
really looks.

Given my doc roots, the doc side wins, so I'm hacking stuff.  But
only with the promise that this item is High priority, and that
I'll work on it as soon as I've finished all Critical items.  It
*will* be fixed before GLISS starts.  GOP might start first, if
everything else is already in place.

14 years agoRegtest: clarify wording.
Graham Percival [Sat, 30 Jan 2010 20:55:43 +0000 (20:55 +0000)]
Regtest: clarify wording.

14 years agoRevert "Fontconfig: simplify font caching process."
Patrick McCarty [Sat, 30 Jan 2010 17:18:58 +0000 (09:18 -0800)]
Revert "Fontconfig: simplify font caching process."

This reverts commit bf41cfe25aaf50d1eda70ec664837c474aba314d.

14 years agoRegtests: fix a typo and force an accidental.
Graham Percival [Sat, 30 Jan 2010 16:07:34 +0000 (16:07 +0000)]
Regtests: fix a typo and force an accidental.

14 years agoDoc: CG: rename working -> source-code.itexi
Graham Percival [Sat, 30 Jan 2010 15:56:07 +0000 (15:56 +0000)]
Doc: CG: rename working -> source-code.itexi

When I'm staring at a directory of files, "working.itexi" doesn't
give any clue about the contents of the file.

14 years agoDoc: move divisiones.ly into Ancient.
Graham Percival [Sat, 30 Jan 2010 00:02:46 +0000 (00:02 +0000)]
Doc: move divisiones.ly into Ancient.

Translations: I did the same thing here to retain compiling;
hopefully this doesn't break anything.  AFAIK nobody has touched
the translations of Ancient in years.

14 years agoBuild: move shared .itexi files into included/
Graham Percival [Sat, 30 Jan 2010 00:38:02 +0000 (00:38 +0000)]
Build: move shared .itexi files into included/

14 years agoBuild: run makelsr.py
Graham Percival [Sat, 30 Jan 2010 00:23:13 +0000 (00:23 +0000)]
Build: run makelsr.py

14 years agoBuild: move screech-boink.ly into snippets.
Graham Percival [Sat, 30 Jan 2010 00:21:52 +0000 (00:21 +0000)]
Build: move screech-boink.ly into snippets.

14 years agoBuild: add warning not to remove simple.ly.
Graham Percival [Sat, 30 Jan 2010 00:02:02 +0000 (00:02 +0000)]
Build: add warning not to remove simple.ly.

14 years agoMerge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into...
Till Paala [Fri, 29 Jan 2010 20:18:39 +0000 (22:18 +0200)]
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into lilypond/translation

Conflicts:
Documentation/de/learning.tely

14 years agoFix #1003: chord repetition: copy nothing from previous chord but pitches
Nicolas Sceaux [Fri, 29 Jan 2010 18:46:46 +0000 (19:46 +0100)]
Fix #1003: chord repetition: copy nothing from previous chord but pitches

14 years agoDocs: CG Update virtual machine instructions
Trevor Daniels [Fri, 29 Jan 2010 09:48:23 +0000 (09:48 +0000)]
Docs: CG Update virtual machine instructions

 - update ubuntu iso download url
 - up the recommended virtual disk size

14 years agoThinko in fix for #887.
Patrick McCarty [Fri, 29 Jan 2010 02:22:39 +0000 (18:22 -0800)]
Thinko in fix for #887.

ly:string-substitute must be called on the filename before
ly:string-percent-encode to properly substitute forward slashes for
backslashes.

14 years agoFix permissions of scm/guile-debugger.scm
Patrick McCarty [Fri, 29 Jan 2010 01:55:34 +0000 (17:55 -0800)]
Fix permissions of scm/guile-debugger.scm

14 years agoFix #887: Use ly:string-percent-encode for textedit URIs.
Patrick McCarty [Sun, 24 Jan 2010 22:46:51 +0000 (14:46 -0800)]
Fix #887: Use ly:string-percent-encode for textedit URIs.

* Add an overloaded instance of String_convert::bin2hex optimized for
  converting single bytes to hex.

* Add a new callback, ly:string-percent-encode, to be used for percent
  escaping paths in textedit URIs.  This does the following:

  - Leave unreserved characters in textedit URIs unescaped.  This
    includes 0-9, A-Z, a-z, and three punctuation characters (hyphen,
    underscore, and full-stop).

  - Leave the forward slash (/) unescaped, since it is used as a path
    delimiter.

  - Escape all other characters.  Don't check for a null byte, since
    those likely won't sneak into a full pathname.

* Use the callback function in the PS backend.

14 years agoFontconfig: simplify font caching process.
Patrick McCarty [Thu, 28 Jan 2010 21:04:37 +0000 (13:04 -0800)]
Fontconfig: simplify font caching process.

- Remove FcConfigGetCache(), since it returns NULL in all modern
  Fontconfig versions.

- Remove obsolete code.  Fontconfig automatically sets up rescanning
  intervals for font caches and does not use per-user cache files
  anymore.

- Use FcInitBringUptoDate(), which takes care of all caching issues
  behind the scenes.  For example, it will automatically call
  FcConfigBuildFonts() and FcConfigSetCurrent(), if necessary.

14 years agoDoc-de: Update to the Learning manual
Till Paala [Thu, 28 Jan 2010 11:47:10 +0000 (13:47 +0200)]
Doc-de: Update to the Learning manual

  * update of common-notation.itely and tutorial.itely
  * updating linkage and skelleton file usage/suggestions.itely

14 years agoDoc-de: create extending.tely
Till Paala [Thu, 28 Jan 2010 08:55:20 +0000 (10:55 +0200)]
Doc-de: create extending.tely

14 years agoMerge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond
John Mandereau [Thu, 28 Jan 2010 08:23:18 +0000 (09:23 +0100)]
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond

Conflicts:
Documentation/es/notation.tely

14 years agoMake MF code more readable.
Werner Lemberg [Thu, 28 Jan 2010 07:53:10 +0000 (08:53 +0100)]
Make MF code more readable.

14 years agoFont: rotating the g clef for better apperance.
Marc Hohl [Fri, 1 Jan 2010 16:05:09 +0000 (17:05 +0100)]
Font: rotating the g clef for better apperance.

The g clef is rotated clockwise about 1.5 degrees;
this value has been evaluated with several tests before.
The shape of the clef remains untouched.

14 years agoDoc-es: update Unfretted.
Francisco Vila [Wed, 27 Jan 2010 20:02:36 +0000 (21:02 +0100)]
Doc-es: update Unfretted.

14 years agoDoc-es: update Staff.
Francisco Vila [Wed, 27 Jan 2010 19:51:52 +0000 (20:51 +0100)]
Doc-es: update Staff.

14 years agoDoc-es: Translate skeleton of Contemporary.
Francisco Vila [Wed, 27 Jan 2010 19:31:30 +0000 (20:31 +0100)]
Doc-es: Translate skeleton of Contemporary.

14 years agoMerge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into...
Till Paala [Wed, 27 Jan 2010 18:54:05 +0000 (20:54 +0200)]
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into lilypond/translation

14 years agoDoc-es: update Specialist.
Francisco Vila [Wed, 27 Jan 2010 18:31:36 +0000 (19:31 +0100)]
Doc-es: update Specialist.

14 years agoDoc-es: update Spacing.
Francisco Vila [Wed, 27 Jan 2010 18:27:24 +0000 (19:27 +0100)]
Doc-es: update Spacing.

14 years agoDoc-de: begin of updating learning.tely
Till Paala [Wed, 27 Jan 2010 17:12:48 +0000 (19:12 +0200)]
Doc-de: begin of updating learning.tely

14 years agoDoc-de: compilation fix
Till Paala [Wed, 27 Jan 2010 16:01:05 +0000 (18:01 +0200)]
Doc-de: compilation fix

14 years agoDoc-de: update macros.itexi
Till Paala [Wed, 27 Jan 2010 15:43:36 +0000 (17:43 +0200)]
Doc-de: update macros.itexi

14 years agoDoc-de: update of essay
Till Paala [Wed, 27 Jan 2010 15:02:40 +0000 (17:02 +0200)]
Doc-de: update of essay

14 years agoDoc-es: update Simultaneous.
Francisco Vila [Wed, 27 Jan 2010 12:11:17 +0000 (13:11 +0100)]
Doc-es: update Simultaneous.

14 years agoDoc-es: update Rhythms.
Francisco Vila [Wed, 27 Jan 2010 11:52:19 +0000 (12:52 +0100)]
Doc-es: update Rhythms.

14 years agoDoc-es: Update of Repeats.
Francisco Vila [Wed, 27 Jan 2010 09:08:26 +0000 (10:08 +0100)]
Doc-es: Update of Repeats.

14 years agoSet context-id for implicit voices in polyphony shorthand.
Neil Puttock [Wed, 27 Jan 2010 01:41:04 +0000 (01:41 +0000)]
Set context-id for implicit voices in polyphony shorthand.

Since voicify-music now uses the context alias `Bottom' to create the
appropriate voice-level contexts in a << { } \\ { } >> construct, the
context-id sent via context-spec-music is ignored.

* add context-id as arg to Global_context/Context::get_default_interpreter (),
  with empty string as default

* pass context-id to Context::get_default_interpreter () so it can
  be used in call to create_context () instead of empty string

* add regtest, which will fail to compile if context-id is invalid

14 years agoFix residual unwanted whiteout in tablature
Trevor Daniels [Wed, 27 Jan 2010 00:16:06 +0000 (00:16 +0000)]
Fix residual unwanted whiteout in tablature

14 years agoDoc: Fix link, part two.
Francisco Vila [Tue, 26 Jan 2010 23:07:18 +0000 (00:07 +0100)]
Doc: Fix link, part two.

14 years agoCG: thinko on the argument of @translationof
John Mandereau [Tue, 26 Jan 2010 22:45:50 +0000 (23:45 +0100)]
CG: thinko on the argument of @translationof

Thanks to Yoshiki Sawada.

14 years agoRemove the last vestiges of next-space.
Joe Neeman [Tue, 26 Jan 2010 20:36:18 +0000 (12:36 -0800)]
Remove the last vestiges of next-space.

14 years agoDoc-es: move Extending.
Francisco Vila [Tue, 26 Jan 2010 17:59:18 +0000 (18:59 +0100)]
Doc-es: move Extending.

14 years agoDoc: fix link.
Francisco Vila [Tue, 26 Jan 2010 17:46:13 +0000 (18:46 +0100)]
Doc: fix link.

14 years agoDoc-de: updating of essay.tely
Till Paala [Tue, 26 Jan 2010 17:45:49 +0000 (19:45 +0200)]
Doc-de: updating of essay.tely

14 years agoDoc-es: update of Pitches.
Francisco Vila [Tue, 26 Jan 2010 17:29:45 +0000 (18:29 +0100)]
Doc-es: update of Pitches.

14 years agoDoc-es: Update of Percussion.
Francisco Vila [Tue, 26 Jan 2010 10:19:04 +0000 (11:19 +0100)]
Doc-es: Update of Percussion.

14 years agoDoc-es: Update of Literature.
Francisco Vila [Tue, 26 Jan 2010 10:04:46 +0000 (11:04 +0100)]
Doc-es: Update of Literature.

14 years agoDoc-es: update of Keyboards.
Francisco Vila [Tue, 26 Jan 2010 10:01:42 +0000 (11:01 +0100)]
Doc-es: update of Keyboards.

14 years agoDoc-es: Update of Input.
Francisco Vila [Tue, 26 Jan 2010 09:42:38 +0000 (10:42 +0100)]
Doc-es: Update of Input.

14 years agoDoc-es: Update of Fretted
Francisco Vila [Tue, 26 Jan 2010 09:15:34 +0000 (10:15 +0100)]
Doc-es: Update of Fretted

14 years agoAdd FretBoards context to performer-init.ly.
Neil Puttock [Tue, 26 Jan 2010 00:29:45 +0000 (00:29 +0000)]
Add FretBoards context to performer-init.ly.

This silences the following warning in midi:

  warning: cannot find or create new `FretBoards'

14 years agoDoc: CG: Add `grand-replace' instructions.
Neil Puttock [Tue, 26 Jan 2010 00:29:23 +0000 (00:29 +0000)]
Doc: CG: Add `grand-replace' instructions.

14 years agoDoc-es: Update of Expressive.
Francisco Vila [Tue, 26 Jan 2010 00:25:32 +0000 (01:25 +0100)]
Doc-es: Update of Expressive.

14 years agoBuild: think in EXTRA_DIST_FILES command.
Graham Percival [Mon, 25 Jan 2010 21:35:15 +0000 (21:35 +0000)]
Build: think in EXTRA_DIST_FILES command.

14 years agoDoc: CG: fix git cmd for uploading release/unstable.
Graham Percival [Mon, 25 Jan 2010 21:03:02 +0000 (21:03 +0000)]
Doc: CG: fix git cmd for uploading release/unstable.

14 years agoDoc: bring consistency to LM \context{ indentation.
Graham Percival [Mon, 25 Jan 2010 20:38:44 +0000 (20:38 +0000)]
Doc: bring consistency to LM \context{ indentation.

14 years agoDoc: CG: remove second "stable release" list.
Graham Percival [Mon, 25 Jan 2010 20:36:07 +0000 (20:36 +0000)]
Doc: CG: remove second "stable release" list.

I forgot that it was already earlier in the chapter.

14 years agoDoc-es: Update of Editorial.
Francisco Vila [Mon, 25 Jan 2010 17:46:12 +0000 (18:46 +0100)]
Doc-es: Update of Editorial.

14 years agoDoc-es: Update of Chords
Francisco Vila [Mon, 25 Jan 2010 17:40:05 +0000 (18:40 +0100)]
Doc-es: Update of Chords

14 years agoDoc-es: update Cheatsheet.
Francisco Vila [Mon, 25 Jan 2010 17:34:01 +0000 (18:34 +0100)]
Doc-es: update Cheatsheet.

14 years agoDoc: Policy nits
Francisco Vila [Mon, 25 Jan 2010 17:28:16 +0000 (18:28 +0100)]
Doc: Policy nits

14 years agoDoc-es: Add missing file - Common Notation
Francisco Vila [Mon, 25 Jan 2010 16:11:52 +0000 (17:11 +0100)]
Doc-es: Add missing file - Common Notation

14 years agoDoc-es: Update of Changing Defaults.
Francisco Vila [Mon, 25 Jan 2010 16:11:30 +0000 (17:11 +0100)]
Doc-es: Update of Changing Defaults.

14 years agoDocs: typos
Jean-Charles Malahieude [Sun, 24 Jan 2010 19:44:54 +0000 (20:44 +0100)]
Docs: typos

14 years agoBuild: remove unneeded EXTRA_DIST.
Graham Percival [Sun, 24 Jan 2010 15:57:08 +0000 (15:57 +0000)]
Build: remove unneeded EXTRA_DIST.

14 years agoDoc: CG: begin list of pre-stable release tasks.
Graham Percival [Sun, 24 Jan 2010 15:40:46 +0000 (15:40 +0000)]
Doc: CG: begin list of pre-stable release tasks.

14 years agoBuild: move unused templates into Usage.
Graham Percival [Sun, 24 Jan 2010 15:23:06 +0000 (15:23 +0000)]
Build: move unused templates into Usage.

14 years agoWeb build: fix "return to manuals index" links.
Graham Percival [Sun, 24 Jan 2010 15:19:58 +0000 (15:19 +0000)]
Web build: fix "return to manuals index" links.

14 years agoBuild: run makelsr.py, add new files to git.
Graham Percival [Sun, 24 Jan 2010 14:38:01 +0000 (14:38 +0000)]
Build: run makelsr.py, add new files to git.

14 years agoBuild: move headwords into LSR staging area.
Graham Percival [Sun, 24 Jan 2010 14:32:52 +0000 (14:32 +0000)]
Build: move headwords into LSR staging area.

14 years agoSet git to ignore *.info files
Trevor Daniels [Sun, 24 Jan 2010 11:31:17 +0000 (11:31 +0000)]
Set git to ignore *.info files

14 years agoRun grand-replace for 2010.
Neil Puttock [Sat, 23 Jan 2010 21:17:27 +0000 (21:17 +0000)]
Run grand-replace for 2010.

14 years agogrand-replace.py: Update.
Neil Puttock [Sat, 23 Jan 2010 21:11:51 +0000 (21:11 +0000)]
grand-replace.py: Update.

* add txi-it.tex to copied_files

* use lookahead to prevent space after current year being swallowed in
  files with single copyright year

14 years agoRegtests: Improve texidoc for quote-tie.ly.
Neil Puttock [Sat, 23 Jan 2010 15:53:19 +0000 (15:53 +0000)]
Regtests: Improve texidoc for quote-tie.ly.

14 years agoDoc-fr: proofreadings of web
Jean-Charles Malahieude [Sat, 23 Jan 2010 14:44:55 +0000 (15:44 +0100)]
Doc-fr: proofreadings of web

* adding membership to web.texi
* web.texi: correct documentlanguage
* web/introduction: review
* web/manuals: first pass

14 years agoDoc build: fix links to duplicate html anchors.
Graham Percival [Sat, 23 Jan 2010 13:20:45 +0000 (13:20 +0000)]
Doc build: fix links to duplicate html anchors.

Fix issue #957.  texi2html still creates two html anchors, but at
least we link to the right one, so the website pages load
correctly.

14 years agoDoc-es: fix links in Ancient.
Francisco Vila [Sat, 23 Jan 2010 11:51:13 +0000 (12:51 +0100)]
Doc-es: fix links in Ancient.

Node names cannot contain colons

14 years agoDoc-de: corrections to the website
Till Paala [Fri, 22 Jan 2010 10:02:47 +0000 (12:02 +0200)]
Doc-de: corrections to the website

14 years agoDoc-de: improve untranslated nodes in web/community.itexi
Till Paala [Fri, 22 Jan 2010 08:58:13 +0000 (10:58 +0200)]
Doc-de: improve untranslated nodes in web/community.itexi

14 years agoWeb build: remove some unneeded # html links.
Graham Percival [Fri, 22 Jan 2010 19:47:16 +0000 (19:47 +0000)]
Web build: remove some unneeded # html links.

Unfortunately this only applies to external_href, so the website
TOC is still broken.  But at least it's a step in the right
direction.

14 years agoDoc-es: update of Ancient.
Francisco Vila [Fri, 22 Jan 2010 19:04:27 +0000 (20:04 +0100)]
Doc-es: update of Ancient.