]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
13 years agoBuild: another fix for make dist. release/2.13.31-1
Graham Percival [Mon, 23 Aug 2010 23:24:27 +0000 (00:24 +0100)]
Build: another fix for make dist.

13 years agoRelease: update news.
Graham Percival [Tue, 24 Aug 2010 13:43:10 +0000 (14:43 +0100)]
Release: update news.

13 years agoMerge commit 'origin' into release/unstable
Graham Percival [Tue, 24 Aug 2010 13:42:59 +0000 (14:42 +0100)]
Merge commit 'origin' into release/unstable

13 years agoFix issue 1116 and issue 382
Alexander Kobel [Sat, 21 Aug 2010 18:36:23 +0000 (12:36 -0600)]
Fix issue 1116 and issue 382

13 years agoLilypond-book: (Windows) the subprocess mod fails due to msvcrt, use os.popen3
Reinhold Kainhofer [Mon, 23 Aug 2010 17:05:17 +0000 (19:05 +0200)]
Lilypond-book: (Windows) the subprocess mod fails due to msvcrt, use os.popen3

os.popen3 is deprecated, but the GUB build does not include the msvcrt module
which is required by the subprocess module (Windows only). So, we can't use
the suggested replacement (subprocess.Popen) instead of os.popen3...

13 years agoDocs: NR Vocal music: Add chant snippet
Trevor Daniels [Sat, 21 Aug 2010 11:16:43 +0000 (12:16 +0100)]
Docs: NR Vocal music: Add chant snippet

13 years agoAdd include-settings cmd line option to include a custom settings
Reinhold Kainhofer [Mon, 26 Jul 2010 12:09:18 +0000 (14:09 +0200)]
Add include-settings cmd line option to include a custom settings

This allows the user to apply the same set of options
to different files, or to apply different settings to
the same score without modifying the score itself.
In particular,
  lilypond -dinclude-settings=myinclude.ily file.ly
will compile file.ly, but read and execute myinclude.ily
before file.ly is processed. That way, e.g. global paper
changes can be easily done, and a file can be run several
times, each time with a different include-settings file
containing different settings.

This feature is similar to the --init=DATEI feature,
except that --init will replace the whole init sequence
(thus your init file will need to copy all of lilypond's
init.ly), while -dinclude-settings will only add some
definitions to the normal init sequence in init.ly (i.e.
the file is included in init.ly, so the normal init sequence
takes place).

Unfortunately, it is not possible to add lilypond variable
definitions for use in the score... This is probably due
to the way the init sequence works.

13 years agoBuild: dist fixes.
Graham Percival [Sat, 21 Aug 2010 19:18:06 +0000 (20:18 +0100)]
Build: dist fixes.

13 years agoRelease: update news.
Graham Percival [Sat, 21 Aug 2010 18:27:57 +0000 (19:27 +0100)]
Release: update news.

13 years agoDeprecate negative dash-period for hidden lines.
Neil Puttock [Sat, 21 Aug 2010 16:23:43 +0000 (17:23 +0100)]
Deprecate negative dash-period for hidden lines.

13 years agoFix snippets tags and update winds snippet list.
Neil Puttock [Sat, 21 Aug 2010 16:20:15 +0000 (17:20 +0100)]
Fix snippets tags and update winds snippet list.

13 years agomarkup.scm: Remove unused and untested aliasing functionality from define-markup...
David Kastrup [Sun, 15 Aug 2010 15:07:22 +0000 (17:07 +0200)]
markup.scm: Remove unused and untested aliasing functionality from define-markup{,-list}-command

13 years agoprogramming-interface.itely: Small rephrase
David Kastrup [Sun, 15 Aug 2010 15:16:34 +0000 (17:16 +0200)]
programming-interface.itely: Small rephrase

13 years agomarkup.scm: Improve documentation.
David Kastrup [Sun, 15 Aug 2010 15:04:30 +0000 (17:04 +0200)]
markup.scm: Improve documentation.

13 years agomarkup.scm (define-markup-command, define-markup-list-command): simplify.
David Kastrup [Sun, 15 Aug 2010 09:51:43 +0000 (11:51 +0200)]
markup.scm (define-markup-command, define-markup-list-command): simplify.

13 years agoDocs: NR Vocal music: Chants psalms and hymns
Trevor Daniels [Sat, 21 Aug 2010 10:31:12 +0000 (11:31 +0100)]
Docs: NR Vocal music: Chants psalms and hymns

 - rework headings

 - first draft of References for chants and psalms

13 years agoDoc -- Add woodwind diagrams to documentation
Carl Sorensen [Sat, 14 Aug 2010 07:14:09 +0000 (01:14 -0600)]
Doc -- Add woodwind diagrams to documentation

13 years agoWoodwind diagrams -- change syntax
Carl Sorensen [Sat, 14 Aug 2010 12:53:31 +0000 (06:53 -0600)]
Woodwind diagrams -- change syntax

Add graphical to list of grob properties

Add graphical to instrument-specific-markup interface

Move size, thickness, graphic to props.

Update regression files, add convert-ly rule

13 years agoCache page-height during page breaking.
Joe Neeman [Fri, 20 Aug 2010 19:43:37 +0000 (12:43 -0700)]
Cache page-height during page breaking.

13 years agoOptimize optimal-page-breaking.
Joe Neeman [Fri, 20 Aug 2010 06:27:12 +0000 (23:27 -0700)]
Optimize optimal-page-breaking.

Use the new, faster, space_systems_on_best_pages instead of
space_systems_on_n_pages and friends.

13 years agoScript: fix 776: python regeneration of @menu
Graham Percival [Fri, 20 Aug 2010 17:37:51 +0000 (18:37 +0100)]
Script: fix 776: python regeneration of @menu

This avoids the need for doc editors to use emacs-based solutions.

13 years agoDoc: typo fix.
Graham Percival [Fri, 20 Aug 2010 18:33:04 +0000 (19:33 +0100)]
Doc: typo fix.

13 years agoDoc: CG: update requirements for doc build.
Graham Percival [Fri, 20 Aug 2010 13:46:54 +0000 (14:46 +0100)]
Doc: CG: update requirements for doc build.

13 years agoLSR: update.
Graham Percival [Fri, 20 Aug 2010 11:57:13 +0000 (12:57 +0100)]
LSR: update.

13 years agoBuild: fix for extra whitespace in makelsr.py
Graham Percival [Thu, 19 Aug 2010 17:57:16 +0000 (18:57 +0100)]
Build: fix for extra whitespace in makelsr.py

Yes, it's ugly, but I can't figure out these stupid regexes.

13 years agoLSR: update.
Graham Percival [Thu, 19 Aug 2010 16:55:47 +0000 (17:55 +0100)]
LSR: update.

This adds the extra whitespace; next commit will change makelsr.py
to always add this space.

13 years agoPrevent add_spacing_rods from being quadratic.
Joe Neeman [Fri, 20 Aug 2010 07:57:44 +0000 (00:57 -0700)]
Prevent add_spacing_rods from being quadratic.

13 years agoScript: trap file not found
Trevor Daniels [Fri, 20 Aug 2010 08:19:33 +0000 (09:19 +0100)]
Script: trap file not found

13 years agoDocs: Usage: can't @ruser to a non-node
Trevor Daniels [Fri, 20 Aug 2010 08:17:49 +0000 (09:17 +0100)]
Docs: Usage: can't @ruser to a non-node

13 years agoDocs: Usage: add warning about 'staff-affinities
Trevor Daniels [Fri, 20 Aug 2010 08:01:16 +0000 (09:01 +0100)]
Docs: Usage: add warning about 'staff-affinities

13 years agoDocs: CG: Typo fix.
Patrick McCarty [Fri, 20 Aug 2010 03:59:23 +0000 (20:59 -0700)]
Docs: CG: Typo fix.

13 years agoFix 1218.
Joe Neeman [Fri, 20 Aug 2010 00:58:54 +0000 (17:58 -0700)]
Fix 1218.

13 years agoFix 1220.
Joe Neeman [Fri, 20 Aug 2010 00:54:53 +0000 (17:54 -0700)]
Fix 1220.

13 years agoOptimizations for optimal-page-breaking.
Joe Neeman [Mon, 9 Aug 2010 19:11:29 +0000 (12:11 -0700)]
Optimizations for optimal-page-breaking.

Introduce a new page-spacing routine that doesn't constrain the
number of pages.  This makes space_system_on_best_pages much
faster, and it could also be used in other parts of
Optimal_page_breaking::solve.

13 years agoDocs: NR 2.1.7 Choral: add dynamics
Trevor Daniels [Thu, 19 Aug 2010 23:01:37 +0000 (00:01 +0100)]
Docs: NR 2.1.7 Choral: add dynamics

13 years agoAdd overflow size to the page overflow warning.
Joe Neeman [Thu, 19 Aug 2010 19:59:32 +0000 (12:59 -0700)]
Add overflow size to the page overflow warning.

13 years agoMark ly:sustain-pedal::print as pure.
Joe Neeman [Thu, 19 Aug 2010 19:25:37 +0000 (12:25 -0700)]
Mark ly:sustain-pedal::print as pure.

13 years agoDocs: NR 2.1.7: avoid too-generic a name
Trevor Daniels [Thu, 19 Aug 2010 17:47:23 +0000 (18:47 +0100)]
Docs: NR 2.1.7: avoid too-generic a name

13 years agoDoc: CG: add bib2texi.py to website scripts.
Graham Percival [Thu, 19 Aug 2010 14:32:28 +0000 (15:32 +0100)]
Doc: CG: add bib2texi.py to website scripts.

13 years agoBuild: use bibs for website build.
Graham Percival [Thu, 19 Aug 2010 14:27:06 +0000 (15:27 +0100)]
Build: use bibs for website build.

Adds it to the "make website"; previous commit added it to the
"make doc" stuff.

13 years agoBuild: remove ~ from editor names in .bst.
Graham Percival [Thu, 19 Aug 2010 14:03:35 +0000 (15:03 +0100)]
Build: remove ~ from editor names in .bst.

13 years agoWebsite build: use .bib files for the references.
Graham Percival [Thu, 19 Aug 2010 13:08:18 +0000 (14:08 +0100)]
Website build: use .bib files for the references.

13 years agoBuild: bib2html+html2texi => bib2texi.
Graham Percival [Wed, 18 Aug 2010 14:36:57 +0000 (15:36 +0100)]
Build: bib2html+html2texi => bib2texi.

Partial fix for 1162.

13 years agoBuild: remove superfulous {} in .bib.
Graham Percival [Thu, 19 Aug 2010 11:41:16 +0000 (12:41 +0100)]
Build: remove superfulous {} in .bib.

13 years agoBuild: remove \cite{} from bibs.
Graham Percival [Thu, 19 Aug 2010 11:26:09 +0000 (12:26 +0100)]
Build: remove \cite{} from bibs.

The output has just been [] for a while, and nobody
noticed/complained, and nobody's particularly interested in our
bibliography stuff anyway.

13 years agoDocs: Hymn template: ragged-bottom not needed
Trevor Daniels [Thu, 19 Aug 2010 08:33:23 +0000 (09:33 +0100)]
Docs: Hymn template: ragged-bottom not needed

13 years agoDocs: NR 2.1 Vocal
Trevor Daniels [Thu, 19 Aug 2010 08:22:58 +0000 (09:22 +0100)]
Docs: NR 2.1 Vocal

 - add Score layouts (first draft)

13 years agoDoc: CG: cleanup formatting in releases chapter.
Graham Percival [Wed, 18 Aug 2010 12:17:15 +0000 (13:17 +0100)]
Doc: CG: cleanup formatting in releases chapter.

13 years agoscripts/auxiliar/doc-section.sh Define NAME before using $NAME
Carl Sorensen [Wed, 18 Aug 2010 16:28:12 +0000 (10:28 -0600)]
scripts/auxiliar/doc-section.sh  Define NAME before using $NAME

13 years agoAdd scripts/auxiliar/cg-section.sh plus documentation
Carl Sorensen [Wed, 18 Aug 2010 16:00:59 +0000 (10:00 -0600)]
Add scripts/auxiliar/cg-section.sh plus documentation

13 years agoRemove unused lines from scripts/auxiliar/doc-section.sh
Carl Sorensen [Wed, 18 Aug 2010 14:42:33 +0000 (08:42 -0600)]
Remove unused lines from scripts/auxiliar/doc-section.sh

13 years agoBuild -- Add scripts/auxiliar/doc-section.sh
Carl Sorensen [Wed, 18 Aug 2010 14:10:00 +0000 (08:10 -0600)]
Build -- Add scripts/auxiliar/doc-section.sh

13 years agoDocs: add py script to check cross-references
Trevor Daniels [Wed, 18 Aug 2010 11:59:43 +0000 (12:59 +0100)]
Docs: add py script to check cross-references

 - for use by doc editors to check cross-references
   in the doc tree are correct

 - run at top level of git repository

 - see comments for known issues

 - files to be checked/excluded are in ref_check.tely

13 years agoDocs: NR 2.1.7 References for choral
Trevor Daniels [Tue, 17 Aug 2010 22:44:20 +0000 (23:44 +0100)]
Docs: NR 2.1.7 References for choral

 - first draft

13 years agoDocs: NR -- add information on partcombine and autoBeamOff
Carl Sorensen [Tue, 17 Aug 2010 16:44:16 +0000 (10:44 -0600)]
Docs: NR -- add information on partcombine and autoBeamOff

13 years agoDoc: Usage.itely - more script line breaks
James Lowe [Tue, 17 Aug 2010 06:12:36 +0000 (07:12 +0100)]
Doc: Usage.itely - more script line breaks

Second script example edited to avoid running off edge of PDF

Split script using trailing backslash

Also edited comment within script as it too was running of edge of PDF

13 years agoFix #544.
Neil Puttock [Tue, 17 Aug 2010 15:12:31 +0000 (16:12 +0100)]
Fix #544.

* input/regression (partial-polymetric.ly):

  new regtest

* lily/parser.yy (command-element):

  simplify syntax construction for \partial: call single constructor,
  soft-coded in scheme

* scm/ly-syntax-constructor (partial):

  new syntax-constructor for \partial using descend-to-context to set
  measurePosition

13 years agoAdd point-and-click to non-default rehearsal marks.
Neil Puttock [Tue, 17 Aug 2010 14:39:10 +0000 (15:39 +0100)]
Add point-and-click to non-default rehearsal marks.

* lily/parser.yy (command_element):

  call make-mark-set via MAKE_SYNTAX so input location can be used

* scm/ly-syntax-constructors.scm (make-mark-set):

  set 'origin for MarkEvent

* scm/music-functions.scm (make-mark-set):

  move to ly-syntax-constructors.scm

13 years agoDocs: NR 2.1 Vocal music: rework section headings
Trevor Daniels [Tue, 17 Aug 2010 12:11:20 +0000 (13:11 +0100)]
Docs: NR 2.1 Vocal music: rework section headings

 - move material around to make a clearer distinction
   between common and special notation (nothing has been
   deleted)

 - add new section headings to cover specific types of
   vocal music

 - much material remains to be added at places indicated
   by TBC (to be completed), and TODOs.

13 years agoDocs: amend vocal ensemble templates - texidocs
Trevor Daniels [Tue, 17 Aug 2010 09:20:16 +0000 (10:20 +0100)]
Docs: amend vocal ensemble templates - texidocs

 - update commits in texidocs

13 years agoDocs: amend vocal ensemble template
Trevor Daniels [Tue, 17 Aug 2010 09:11:32 +0000 (10:11 +0100)]
Docs: amend vocal ensemble template

 - remove erroneous skips in Lyrics

13 years agoDocs: add hymn template to vocal snippet list
Trevor Daniels [Tue, 17 Aug 2010 09:00:46 +0000 (10:00 +0100)]
Docs: add hymn template to vocal snippet list

 - I missed this changed file when I ran makelsr.py

13 years agoDoc: Usage.itely - script example line breaks
James Lowe [Mon, 16 Aug 2010 14:30:16 +0000 (15:30 +0100)]
Doc: Usage.itely - script example line breaks

Script example is too long for a single line and causes information to
run of edge of PDF.

Split up script using trailing backslash onto multiple line

13 years agoDocs: CG: Shorten lines so all the line is visible in html
Trevor Daniels [Mon, 16 Aug 2010 16:42:03 +0000 (17:42 +0100)]
Docs: CG: Shorten lines so all the line is visible in html

13 years agoT1041 - Add descriptions for \bookOutputSuffix and \bookOutputName to documents ...
Ian Hulin [Mon, 16 Aug 2010 13:47:36 +0000 (14:47 +0100)]
T1041 - Add descriptions for \bookOutputSuffix and \bookOutputName to documents (NR).

13 years agoDoc-fr: fundamental
Jean-Charles Malahieude [Mon, 16 Aug 2010 14:34:43 +0000 (16:34 +0200)]
Doc-fr: fundamental

- fix xref to convert-ly
- strip whitespace

13 years agoMerge branch 'master' of git+ssh://git.savannah.gnu.org/srv/git/lilypond
David Kastrup [Mon, 16 Aug 2010 10:41:46 +0000 (12:41 +0200)]
Merge branch 'master' of git+ssh://git.savannah.gnu.org/srv/git/lilypond

13 years agolilypond-book.itely: commit a fix for issue 1221
David Kastrup [Mon, 16 Aug 2010 10:38:54 +0000 (12:38 +0200)]
lilypond-book.itely: commit a fix for issue 1221

13 years agoDocs: LM Templates: add hymn tune template
Trevor Daniels [Mon, 16 Aug 2010 09:11:18 +0000 (10:11 +0100)]
Docs: LM Templates: add hymn tune template

13 years agoDoc: slightly better explanation of \espressivo.
Graham Percival [Mon, 16 Aug 2010 08:30:50 +0000 (09:30 +0100)]
Doc: slightly better explanation of \espressivo.

13 years agoDoc: 989 - 4 more reg tests added
James Lowe [Sat, 14 Aug 2010 19:19:23 +0000 (20:19 +0100)]
Doc: 989 - 4 more reg tests added

Dynamics-context-textspan.ly
Dynamics-custom-text-spanner-postfix.ly
Dymanics-hairpin-length.ly
Dynamics-text-spanner-postfix.ly

Removed extremely poor (and confusing) example of what was already covered by \espressivo

Removed index reference to Hal Leonard

13 years agoDoc: CG: begin cleaning up Releases chapter.
Graham Percival [Sun, 15 Aug 2010 17:14:33 +0000 (18:14 +0100)]
Doc: CG: begin cleaning up Releases chapter.

13 years agoDoc: CG: add warning about test-output-distance.
Graham Percival [Sat, 14 Aug 2010 11:53:52 +0000 (12:53 +0100)]
Doc: CG: add warning about test-output-distance.

This duplicates the later warning, but we need it at that point
for Bug Squad people.

13 years agoFix merge errors from previous patch
Carl Sorensen [Fri, 13 Aug 2010 23:23:39 +0000 (17:23 -0600)]
Fix merge errors from previous patch

13 years agoFix 1198: Fix displayLilyMusic for \time and #(set-time-signature)
Carl Sorensen [Thu, 5 Aug 2010 02:28:58 +0000 (20:28 -0600)]
Fix 1198: Fix displayLilyMusic for \time and #(set-time-signature)

create TimeSignatureMusic to allow the display to work properly

* scm/define-music-callbacks.scm
  Create a new file for music callbacks that are used by iterators to
  create music events.  Moved multimeasure rest and ottava callbacks from
  scm/define-music-types.scm.
  Added callback for TimeSignatureMusic.

* scm/define-music-display-methods.scm
  define a display method for TimeSignatureMusic
  remove extra-display-methods for ContextSpeccedMusic and Timing that
  caught \time

* scm/define-music-properties.scm
  define beat-structure as a music property

* scm/define-music-types.scm
  Move callbacks for multimeasure rests and ottava to scm/define-music-callbacks.scm
  add TimeSignatureMusic

* scm/lily.scm
  Add scm/define-music-callbacks.scm to load list

* scm/music-functions.scm
  replace calls to make-beam-rule-time-signature-set with calls
  to make-music 'TimeSignatureMusic

13 years agopage.scm: Remove duplicate exported binding.
Patrick McCarty [Fri, 13 Aug 2010 23:04:25 +0000 (16:04 -0700)]
page.scm: Remove duplicate exported binding.

13 years agoFix compile.
Patrick McCarty [Fri, 13 Aug 2010 22:56:51 +0000 (15:56 -0700)]
Fix compile.

Any double quotes in docstrings must be escaped.

Also, clean up line breaks in the example.

13 years agoAdd independent control of thickness and offset for underline markup
Kieren MacMillan [Thu, 27 May 2010 15:48:37 +0000 (09:48 -0600)]
Add independent control of thickness and offset for underline markup

13 years agoSlight correction for markup-path-linejoin.ly.
Patrick McCarty [Fri, 13 Aug 2010 22:22:34 +0000 (15:22 -0700)]
Slight correction for markup-path-linejoin.ly.

13 years agoAdd regression tests for \path markup command.
Patrick McCarty [Fri, 13 Aug 2010 21:42:46 +0000 (14:42 -0700)]
Add regression tests for \path markup command.

13 years agoRemove traces of 'connected-shape.
Patrick McCarty [Fri, 13 Aug 2010 19:17:18 +0000 (12:17 -0700)]
Remove traces of 'connected-shape.

Since 'path is a superset of the functionality provided by
'connected-shape, we no longer need 'connected-shape.

13 years agoImplement \eyeglasses with `make-path-markup'.
Patrick McCarty [Sat, 19 Jun 2010 10:37:40 +0000 (03:37 -0700)]
Implement \eyeglasses with `make-path-markup'.

This commit reworks PostScript command sequence used for \eyeglasses to
use the new path markup command.

By doing so, \eyeglasses can now be used with the SVG backend as well as
the PS backend.

13 years agoAdd a new \path markup command.
Patrick McCarty [Sat, 19 Jun 2010 04:06:18 +0000 (21:06 -0700)]
Add a new \path markup command.

Details on usage are found in the docstring.

13 years agoUse 'path instead of 'connected-shape.
Patrick McCarty [Tue, 27 Jul 2010 22:29:08 +0000 (15:29 -0700)]
Use 'path instead of 'connected-shape.

Though this is slightly more complicated, 'connected-shape is really
just a special case of 'path.

13 years agoMake the origin of a connected-shape configurable.
Patrick McCarty [Fri, 13 Aug 2010 19:50:26 +0000 (12:50 -0700)]
Make the origin of a connected-shape configurable.

`connected-shape-min-max' assumes that the path will start at point
'(0 . 0), so we want to decouple this, permitting the origin to start
anywhere.

13 years agoExtract `connected-shape-min-max' into a new routine.
Patrick McCarty [Sat, 24 Jul 2010 03:30:31 +0000 (20:30 -0700)]
Extract `connected-shape-min-max' into a new routine.

Other procedures may want access to this routine, since it calculates
the exact extents of any path.

13 years agoAdd warnings for invalid 'path styles.
Patrick McCarty [Mon, 21 Jun 2010 22:03:26 +0000 (15:03 -0700)]
Add warnings for invalid 'path styles.

Since there are only six styles, it is trivial to do error checking
here.

13 years agoSupport configurable join and cap styles for 'path.
Patrick McCarty [Sat, 19 Jun 2010 03:16:06 +0000 (20:16 -0700)]
Support configurable join and cap styles for 'path.

13 years agoRelease: bump version.
Graham Percival [Fri, 13 Aug 2010 20:18:46 +0000 (21:18 +0100)]
Release: bump version.

13 years agoBuild: fix goof in previous fix. release/2.13.30-1
Graham Percival [Fri, 13 Aug 2010 19:23:54 +0000 (20:23 +0100)]
Build: fix goof in previous fix.

13 years agoBuild: dist fix.
Graham Percival [Fri, 13 Aug 2010 19:07:51 +0000 (20:07 +0100)]
Build: dist fix.

13 years agoRelease: update news.
Graham Percival [Fri, 13 Aug 2010 18:36:21 +0000 (19:36 +0100)]
Release: update news.

13 years agoMerge commit 'origin' into release/unstable
Graham Percival [Fri, 13 Aug 2010 18:36:05 +0000 (19:36 +0100)]
Merge commit 'origin' into release/unstable

13 years agoFix 1084.
Joe Neeman [Fri, 6 Aug 2010 22:35:47 +0000 (15:35 -0700)]
Fix 1084.

Don't include irrelevant contents when checking for equality of files.

13 years agoFix 1201.
Joe Neeman [Fri, 13 Aug 2010 17:30:40 +0000 (10:30 -0700)]
Fix 1201.

Initialize all variables in Line_details.

13 years agoFix doc string for fret-diagrams-xo-label.ly
Carl Sorensen [Fri, 13 Aug 2010 14:00:29 +0000 (08:00 -0600)]
Fix doc string for fret-diagrams-xo-label.ly

13 years agoDoc: CG: updates to Bug Squad.
Graham Percival [Fri, 13 Aug 2010 12:26:17 +0000 (13:26 +0100)]
Doc: CG: updates to Bug Squad.

13 years agoDocs: AU: document shell redirects
Trevor Daniels [Fri, 13 Aug 2010 09:55:32 +0000 (10:55 +0100)]
Docs: AU: document shell redirects

 - thanks, Eluze, Graham

13 years agoAdd scripts/auxiliar/update-patch-version
Carl Sorensen [Fri, 13 Aug 2010 03:35:23 +0000 (21:35 -0600)]
Add scripts/auxiliar/update-patch-version

Add script that will update all of the version strings in
snippets if the version changes between initial posting and
final approval

13 years agoFix 1063: Nested property revert
Rodolfo Zitellini [Thu, 27 May 2010 03:30:00 +0000 (21:30 -0600)]
Fix 1063:  Nested property revert