]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
11 years agoFixes bug in abc2ly and abc2ly regtest
Phil Holmes [Fri, 31 Aug 2012 16:48:55 +0000 (17:48 +0100)]
Fixes bug in abc2ly and abc2ly regtest

11 years agoReduce clutter in make doc further
Phil Holmes [Fri, 31 Aug 2012 19:36:12 +0000 (20:36 +0100)]
Reduce clutter in make doc further

11 years agoBump Fontforge version requirement (issue 1637)
Janek Warchoł [Mon, 27 Aug 2012 09:00:24 +0000 (11:00 +0200)]
Bump Fontforge version requirement (issue 1637)

11 years agoDoc: NR 3.2.1: clarify titles and \header blocks (2652)
Trevor Daniels [Wed, 29 Aug 2012 10:13:44 +0000 (11:13 +0100)]
Doc: NR 3.2.1: clarify titles and \header blocks (2652)

 - drop use of "title blocks"
 - make headings consistent
 - explain the two titling areas
 - explain the four positions for \header blocks and their
   hierarchy
 - clarify text in several places

11 years agoRemoves more cruft from skyline.cc and skyline.hh.
Mike Solomon [Fri, 31 Aug 2012 08:03:52 +0000 (10:03 +0200)]
Removes more cruft from skyline.cc and skyline.hh.

11 years agoUses a heuristic to determine if chord tremolos collide with accidentals.
Mike Solomon [Fri, 31 Aug 2012 07:27:17 +0000 (09:27 +0200)]
Uses a heuristic to determine if chord tremolos collide with accidentals.

This heuristic makes several assumptions about when a chord tremolo
will collide with accidentals. It must be between whole notes, it
must be in the staff, and it must be an ascending major third or lower.
The heuristic is entirely contained in Beam::whole_note_close_chord_tremolo,
which should be modified if other cases involving chord tremolos arise.

11 years agoBetter automation of tremolo direction for whole note tremolos.
Mike Solomon [Fri, 31 Aug 2012 07:24:31 +0000 (09:24 +0200)]
Better automation of tremolo direction for whole note tremolos.

11 years agoRemove non-functional extra-X-extent
Keith OHara [Tue, 28 Aug 2012 00:23:28 +0000 (17:23 -0700)]
Remove non-functional extra-X-extent

non-functional since commit 31a6650e2b2a5c1cae3237ee47b80cd43d084d53

11 years agoWeb: add W3C properties of border-*-radius after vendor ones (issue 2784)
Federico Bruni [Tue, 28 Aug 2012 20:40:26 +0000 (22:40 +0200)]
Web: add W3C properties of border-*-radius after vendor ones (issue 2784)

11 years agoRevert "layout.cc: do not draw empty boxes"
Keith OHara [Thu, 30 Aug 2012 00:56:52 +0000 (17:56 -0700)]
Revert "layout.cc: do not draw empty boxes"

This reverts commit 2da5a512119ca9dda3a05e1c122daea5b17f9049.

11 years agoRelease: bump version.
Phil Holmes [Wed, 29 Aug 2012 15:01:20 +0000 (16:01 +0100)]
Release: bump version.

11 years agoMerge remote branch 'origin/release/unstable' into HEAD
Phil Holmes [Wed, 29 Aug 2012 14:59:49 +0000 (15:59 +0100)]
Merge remote branch 'origin/release/unstable' into HEAD

11 years agoIssue 1236: CG+scripts should use $LILYPOND_GIT
Marc Hohl [Sun, 26 Aug 2012 09:04:54 +0000 (11:04 +0200)]
Issue 1236: CG+scripts should use $LILYPOND_GIT

11 years agoUses FingeringColumn to avoid collisions of overlapping Fingerings.
Mike Solomon [Wed, 29 Aug 2012 08:22:31 +0000 (10:22 +0200)]
Uses FingeringColumn to avoid collisions of overlapping Fingerings.

11 years agoAdds OctavateEight to the avoidance grobs of the Beam_collision_engraver
Mike Solomon [Wed, 29 Aug 2012 08:14:16 +0000 (10:14 +0200)]
Adds OctavateEight to the avoidance grobs of the Beam_collision_engraver

11 years agoExtracts Accidentals for AccidentalPlacements in the side-position-interface.
Mike Solomon [Wed, 29 Aug 2012 08:06:36 +0000 (10:06 +0200)]
Extracts Accidentals for AccidentalPlacements in the side-position-interface.

Because AccidentalPlacements have no height, this makes sure that all
accidentals are accounted for in case an engraver missed them.

11 years agoapply scripts/auxiliar/update-with-convert-ly.sh
Marc Hohl [Tue, 28 Aug 2012 20:52:24 +0000 (22:52 +0200)]
apply scripts/auxiliar/update-with-convert-ly.sh

11 years agoGet rid of unused Skyline and Skyline_pair functions
Mike Solomon [Tue, 28 Aug 2012 07:45:58 +0000 (09:45 +0200)]
Get rid of unused Skyline and Skyline_pair functions

11 years agoRelease: update news. release/2.17.1-1
Graham Percival [Tue, 28 Aug 2012 07:29:54 +0000 (08:29 +0100)]
Release: update news.

11 years agoProperties to control placement of accidentals in KeySignatures
Keith OHara [Thu, 16 Aug 2012 06:01:36 +0000 (23:01 -0700)]
Properties to control placement of accidentals in KeySignatures

11 years agoRestore some directories for the documentation build
John Mandereau [Mon, 27 Aug 2012 22:18:04 +0000 (00:18 +0200)]
Restore some directories for the documentation build

Some files/directories that had been removed in
c20fff645e325d392d2588721144f4204d0ef9da Make distributed tarball from
Git file list  were needed by extract_texi_filenames and other programs
used in the build system to work properly without issuing warnings.

11 years agoImprovements in vertical skyline approximations (issue 2148).
Mike Solomon [Mon, 27 Aug 2012 21:47:04 +0000 (23:47 +0200)]
Improvements in vertical skyline approximations (issue 2148).

The file stencil-integral.cc provides a suite of functions that
traverse a stencil and do linear approximations of its components.
These are then turned into boxes that are passed to the Skyline
constructor. This approximation is used for several vertical skylines
including those of VerticalAxisGroup and System. As a result of these
more accurate approximations, vertical spacing is more snug between
grobs.

Additionally, in axis-group-interface.cc, skylines of grobs are no
longer compared to a monolithic axis-group skyline but rather all
of the component skylines of the axis-group, allowing grobs to
be fit under other ones if there is space instead of always shifted over.

Two new python scripts allow to visualize the position of skylines.

All other changes provide functions that allow for better debugging
of Skylines, better approximations of grobs via skylines, and changes
to the measurement of distance between grobs via the new Skyline API.

This results in a significant time increase in score compilation for
objects with complex skylines such as all text grobs.  For orchestral
scores, the increase is not as steep.

11 years agoextend or shrink bar line if it's too short or long
Benkő Pál [Wed, 15 Aug 2012 19:37:10 +0000 (21:37 +0200)]
extend or shrink bar line if it's too short or long

11 years agomake staff-symbol-line-span work for staves not containing 0
Benkő Pál [Wed, 15 Aug 2012 19:33:04 +0000 (21:33 +0200)]
make staff-symbol-line-span work for staves not containing 0

11 years agopositioning the dots of a repeat sign
Benkő Pál [Wed, 15 Aug 2012 19:34:10 +0000 (21:34 +0200)]
positioning the dots of a repeat sign

make positioning work for nonstandard staves so that
- the dots are symmetric to the staff centre
- both dots avoid staff lines

11 years agomodify regtests
Benkő Pál [Thu, 16 Aug 2012 20:08:10 +0000 (22:08 +0200)]
modify regtests

change staff spaces so to show the limit of dots having room within staff

11 years agoQuietens bibtex in make doc
Phil Holmes [Mon, 27 Aug 2012 15:44:24 +0000 (16:44 +0100)]
Quietens bibtex in make doc

11 years agoRun fixcc + astyle2.02.1
Graham Percival [Mon, 27 Aug 2012 09:34:00 +0000 (10:34 +0100)]
Run fixcc + astyle2.02.1

11 years agoRelease: bump version.
Graham Percival [Mon, 27 Aug 2012 17:32:40 +0000 (18:32 +0100)]
Release: bump version.

11 years agoMerge remote-tracking branch 'origin/release/unstable' into staging
John Mandereau [Mon, 27 Aug 2012 17:31:00 +0000 (19:31 +0200)]
Merge remote-tracking branch 'origin/release/unstable' into staging

11 years agoMake man/install-help2man: use LILYPOND_EXTERNAL_BINARY if set release/2.17.0-1
John Mandereau [Mon, 27 Aug 2012 13:52:15 +0000 (15:52 +0200)]
Make man/install-help2man: use LILYPOND_EXTERNAL_BINARY if set

This should help GUB build.

11 years agoRun fixcc + astyle2.02.
Graham Percival [Mon, 27 Aug 2012 09:19:39 +0000 (10:19 +0100)]
Run fixcc + astyle2.02.

11 years agoRelease: update news.
Graham Percival [Sun, 26 Aug 2012 12:32:48 +0000 (13:32 +0100)]
Release: update news.

11 years agoPO: update template.
Graham Percival [Sun, 26 Aug 2012 12:32:48 +0000 (13:32 +0100)]
PO: update template.

11 years agoThinko to 6c323bc: update smart-autogen.sh
John Mandereau [Sat, 25 Aug 2012 18:30:12 +0000 (20:30 +0200)]
Thinko to 6c323bc: update smart-autogen.sh

Commit 6c323bc1bb27a79f687f5f3f3ed6b105aad24caa "Remove StepMake as a
separate package" which moves stepmake/aclocal.m4 to aclocal.m4 missed
this change.

11 years agonews: add David Nalesnik to 2.16 announcement.
Graham Percival [Sat, 25 Aug 2012 16:42:03 +0000 (17:42 +0100)]
news: add David Nalesnik to 2.16 announcement.

11 years agocontributors: add David Nalesnik.
Graham Percival [Sat, 25 Aug 2012 16:40:01 +0000 (17:40 +0100)]
contributors: add David Nalesnik.

11 years agoAvoid python 2.5 due to GUB using 2.4.5.
Graham Percival [Sat, 25 Aug 2012 13:56:29 +0000 (14:56 +0100)]
Avoid python 2.5 due to GUB using 2.4.5.

11 years agoGit status check in "make dist": do not require bash
John Mandereau [Sat, 25 Aug 2012 07:49:53 +0000 (09:49 +0200)]
Git status check in "make dist": do not require bash

11 years agoAdd Bug meister Colin Hall, spell Marc Hohl correctly
David Kastrup [Fri, 24 Aug 2012 20:53:42 +0000 (22:53 +0200)]
Add Bug meister Colin Hall, spell Marc Hohl correctly

Affects both release announcement and Documentation/included/authors.itexi

Conflicts:

Documentation/included/authors.itexi

11 years agoGOP2-4: add script for automatically indent Scheme files
John Mandereau [Sun, 19 Aug 2012 20:38:10 +0000 (22:38 +0200)]
GOP2-4: add script for automatically indent Scheme files

11 years agoEstablish some coding styles in Emacs
David Kastrup [Sun, 19 Aug 2012 20:12:07 +0000 (22:12 +0200)]
Establish some coding styles in Emacs

This uses directory variables to enforce some coding style features in
C++, Scheme and Texinfo files in the source tree.

11 years agoIssue 2760: CG wants all engravers to have double-quotes around them
David Kastrup [Mon, 20 Aug 2012 08:06:44 +0000 (10:06 +0200)]
Issue 2760: CG wants all engravers to have double-quotes around them

11 years agochange hard-coded version numbers
Marc Hohl [Fri, 24 Aug 2012 16:00:16 +0000 (18:00 +0200)]
change hard-coded version numbers

11 years agoweb: list 2.16 release announcement in the attic
Janek Warchoł [Fri, 24 Aug 2012 15:56:22 +0000 (17:56 +0200)]
web: list 2.16 release announcement in the attic

11 years agoClear out changes.tely for 2.17
David Kastrup [Fri, 24 Aug 2012 15:57:29 +0000 (17:57 +0200)]
Clear out changes.tely for 2.17

11 years agoMove current... to previous...
Marc Hohl [Fri, 24 Aug 2012 15:54:31 +0000 (17:54 +0200)]
Move current... to previous...

11 years agoUpdate hardcoded version numbers
Marc Hohl [Fri, 24 Aug 2012 15:15:18 +0000 (17:15 +0200)]
Update hardcoded version numbers

11 years agoMerge branch 'stable/2.16' into staging
John Mandereau [Fri, 24 Aug 2012 13:28:03 +0000 (15:28 +0200)]
Merge branch 'stable/2.16' into staging

Conflicts:
VERSION
input/regression/ambitus-with-ligature.ly
input/regression/empty-chord.ly
python/convertrules.py
THANKS

11 years agoFix 2241: Proper copyright/header/tagline handling with multiple bookparts
Reinhold Kainhofer [Sun, 12 Aug 2012 13:42:20 +0000 (15:42 +0200)]
Fix 2241: Proper copyright/header/tagline handling with multiple bookparts

If we have several bookparts inside a book, this patch prints the
copyright on the first page of each bookpart (and no header), and
the tagline on the last page of each bookpart.

11 years agoTidies binary relocation
Phil Holmes [Sat, 18 Aug 2012 14:04:05 +0000 (15:04 +0100)]
Tidies binary relocation

11 years agoRemoves popen3 deprecated warning
Phil Holmes [Sat, 18 Aug 2012 13:23:25 +0000 (14:23 +0100)]
Removes popen3 deprecated warning

11 years agoRegtest changes phase 1
Phil Holmes [Wed, 8 Aug 2012 15:12:09 +0000 (16:12 +0100)]
Regtest changes phase 1

11 years agoRelease: update news. release/2.16.0-1
David Kastrup [Fri, 24 Aug 2012 09:44:57 +0000 (11:44 +0200)]
Release: update news.

11 years agoRun po-replace for updating po/lilypond.pot
David Kastrup [Fri, 24 Aug 2012 09:06:45 +0000 (11:06 +0200)]
Run po-replace for updating po/lilypond.pot

11 years agoRun scripts/auxiliar/update-with-convert-ly.sh
David Kastrup [Fri, 24 Aug 2012 09:01:43 +0000 (11:01 +0200)]
Run scripts/auxiliar/update-with-convert-ly.sh

11 years agoBump VERSION to 2.16.0
David Kastrup [Fri, 24 Aug 2012 08:59:15 +0000 (10:59 +0200)]
Bump VERSION to 2.16.0

11 years agoAdd missing patchlevel version to regression tests
John Mandereau [Fri, 24 Aug 2012 08:53:47 +0000 (10:53 +0200)]
Add missing patchlevel version to regression tests

11 years agoAdd missing patchlevel version to regression tests
John Mandereau [Fri, 24 Aug 2012 08:53:47 +0000 (10:53 +0200)]
Add missing patchlevel version to regression tests

11 years agoDoc: Bar_engraver is required for system-start clefs (2694)
Trevor Daniels [Mon, 20 Aug 2012 12:48:10 +0000 (13:48 +0100)]
Doc: Bar_engraver is required for system-start clefs (2694)

11 years agoconvertrules.py: bump version for release 2.16
David Kastrup [Fri, 24 Aug 2012 08:40:01 +0000 (10:40 +0200)]
convertrules.py: bump version for release 2.16

11 years agoMerge remote-tracking branch 'origin/translation' into HEAD
David Kastrup [Fri, 24 Aug 2012 08:30:05 +0000 (10:30 +0200)]
Merge remote-tracking branch 'origin/translation' into HEAD

11 years agoIssue 2366: THANKS needs updating or deleting
David Kastrup [Thu, 23 Aug 2012 08:51:44 +0000 (10:51 +0200)]
Issue 2366: THANKS needs updating or deleting

This is a superficial update of THANKS.  It is a temporary measure for
the sake of a stable release with minimally invasive changes.

11 years agoDoc: added link to conversion tools from Encore to lilypond enc2ly and go-enc2ly...
Frederic Bron [Sat, 18 Aug 2012 19:53:26 +0000 (21:53 +0200)]
Doc: added link to conversion tools from Encore to lilypond enc2ly and go-enc2ly (issue 2706)

- done in both English and French version
- sorted the list alphabetically
- fixed missing @item in French version

11 years agoWeb-es: fix link.
Francisco Vila [Thu, 23 Aug 2012 17:43:30 +0000 (19:43 +0200)]
Web-es: fix link.

11 years agoIssue 2744: Remove music typecheck in \endSpanners
David Kastrup [Tue, 14 Aug 2012 05:58:09 +0000 (07:58 +0200)]
Issue 2744: Remove music typecheck in \endSpanners

11 years agoFix over-long lines in glossary
Phil Holmes [Wed, 22 Aug 2012 09:01:40 +0000 (10:01 +0100)]
Fix over-long lines in glossary

11 years agoWeb-es: update.
Francisco Vila [Wed, 22 Aug 2012 11:11:45 +0000 (13:11 +0200)]
Web-es: update.

Full update of all Spanish manuals and web, ready for 2.16

11 years agoDoc-es: full update of manuals and texidocs.
Francisco Vila [Mon, 20 Aug 2012 18:26:42 +0000 (20:26 +0200)]
Doc-es: full update of manuals and texidocs.

11 years agoMerge branch 'pagebreak-2735' into staging
Trevor Daniels [Wed, 22 Aug 2012 08:39:34 +0000 (09:39 +0100)]
Merge branch 'pagebreak-2735' into staging

11 years agoRename paper variables: blank-*-force -> blank-*-penalty (2735)
Trevor Daniels [Fri, 17 Aug 2012 22:47:52 +0000 (23:47 +0100)]
Rename paper variables: blank-*-force -> blank-*-penalty (2735)

 - update code and documentation

 - add convert-ly rule

11 years agoDoc: clarify page-breaking variables (2735)
Trevor Daniels [Fri, 17 Aug 2012 21:42:01 +0000 (22:42 +0100)]
Doc: clarify page-breaking variables (2735)

11 years agoDoc: MG: add incomplete dominant seventh chord (2749)
Arnold Theresius [Sun, 19 Aug 2012 15:39:22 +0000 (16:39 +0100)]
Doc: MG: add incomplete dominant seventh chord (2749)

11 years agoIssue 2745: clef change confuses manual key signature
David Kastrup [Tue, 14 Aug 2012 04:15:33 +0000 (06:15 +0200)]
Issue 2745: clef change confuses manual key signature

The original design of the accidental code apparently had two modes
for entries: a (notename . alter) pair for entries belonging to the
key signature, and a ((octave . notename) . (alter barnum . measurepos))
construct for actually occuring accidentals affecting the key signature
locally.  The documentation, however, also specifies an
((octave . notename) . alter) form for key signatures.  The code in general
has not been quite prepared for this.  This changes at least the accessor
functions for either car or cdr of a notename entry to only look at
their part of the signature entry.

11 years agoFix Issue 2366 "THANKS needs updating or deleting"
John Mandereau [Mon, 20 Aug 2012 12:52:57 +0000 (14:52 +0200)]
Fix Issue 2366 "THANKS needs updating or deleting"

11 years agoOnly complain once about any undead object
David Kastrup [Sat, 18 Aug 2012 08:13:52 +0000 (10:13 +0200)]
Only complain once about any undead object

11 years agoFix Issue 2529 "configure should error for any missing software"
John Mandereau [Sun, 12 Aug 2012 09:26:04 +0000 (11:26 +0200)]
Fix Issue 2529 "configure should error for any missing software"

This is not an optimal fix, as by the moment this change is committed,
GUB bypasses configure for enabling documentation build, so
developers/packagers who call "configure --disable-documentation" will
still get warnings about missing requirements for documentation
build. The issues this patch addresses are
* adding missing documentation build requirements,
* enforcing all documentation build requirements in case
documentation build is enabled in configure.

11 years agoDoc: standardise level 5 headings (2730)
Trevor Daniels [Mon, 13 Aug 2012 09:59:40 +0000 (10:59 +0100)]
Doc: standardise level 5 headings (2730)

 - add subsubsubheading macro for use as level 5
   heading

 - update CG to document its use

 - amend entire Chapter 1 of NR

11 years agoIssue 2744: Remove music typecheck in \endSpanners
David Kastrup [Tue, 14 Aug 2012 05:58:09 +0000 (07:58 +0200)]
Issue 2744: Remove music typecheck in \endSpanners

11 years agoDocument "landscape" and "portrait" suffixes for paper size
David Kastrup [Sun, 12 Aug 2012 09:03:47 +0000 (11:03 +0200)]
Document "landscape" and "portrait" suffixes for paper size

11 years agoIssue 2737: Allow trailing "portrait" or "landscape" with all papersizes
David Kastrup [Sat, 11 Aug 2012 20:18:40 +0000 (22:18 +0200)]
Issue 2737: Allow trailing "portrait" or "landscape" with all papersizes

11 years agoFetch Esperanto, French and German POs from TP
John Mandereau [Wed, 15 Aug 2012 17:13:30 +0000 (19:13 +0200)]
Fetch Esperanto, French and German POs from TP

Source: http://translationproject.org/latest/lilypond/
POT version: release 2.15.95

11 years agoMerge remote-tracking branch 'origin/stable/2.16' into translation
John Mandereau [Wed, 15 Aug 2012 17:01:14 +0000 (19:01 +0200)]
Merge remote-tracking branch 'origin/stable/2.16' into translation

11 years agoMake targets: improve *clean, remove bin, cvs-clean and maintainerclean
John Mandereau [Fri, 3 Aug 2012 13:03:31 +0000 (15:03 +0200)]
Make targets: improve *clean, remove bin, cvs-clean and maintainerclean

* distclean was usable from any directory in theory, make it
toplevel-only and call clean, doc-clean, test-clean and log-clean
(previous behaviour can now be obtained with make clean && make
local-distclean),

* remove maintainerclean, which was a broken distclean-like, and
cvs-clean that can be substituted by some "git clean" incantation,

* remove bin, which does not work in a clean tree, and that can be
replaced by  make bin-clean && make all in an already built tree,

* update help target.

11 years agoRemove StepMake as a separate package
John Mandereau [Thu, 2 Aug 2012 21:25:54 +0000 (23:25 +0200)]
Remove StepMake as a separate package

Rationale:
* there are no publicly-known current usage cases of StepMake outside
LilyPond,
* StepMake installation has been disabled for a decade,
* generic templates (stepmake/stepmake) have been so heavily
customized lately for our heavy documentation that they can no longer
be qualifed as "generic",
* only a few build scripts have remained in stepmake/bin, whereas
most of them now live in scripts/build.

This commit removes everything in stepmake/ except included makefiles;
scripts that are still used are moved to config/ (Autoconf helpers) or
scripts/build (build and install scripts).

Remove config make target to avoid potential conflict with new
config/ directory.

For clarity, a merge of all stepmake templates, from stepmake/stepmake
and make/ into stepmake/ (or similar), will be done in another commit.

11 years agoMake distributed tarball from Git file list
John Mandereau [Wed, 1 Aug 2012 10:22:43 +0000 (12:22 +0200)]
Make distributed tarball from Git file list

This removes the requirement of having a GNUmakefile
in each and every directory of the source tree; this commit
also deletes GNUmakefiles made unnecessary this way.

dist-toplevel-txt-files toplevel target is also removed,
because it is unneeded outside of dist target and it
prevents linking of toplevel generated txt docs to
distdir when these docs are already generated.

In addition, on suggestions from Han-Wen, if dist is made with a
source directory tracked by Git, then
* the source directory is required to have no uncommitted changes nor
non-ignored untracked files,
* the time stamp of all files in the tarball is set to the time stamp
of the head of the checked-out branch.

11 years agomass-link: handle filesystem crossing and support OS without link support
John Mandereau [Wed, 1 Aug 2012 10:14:50 +0000 (12:14 +0200)]
mass-link: handle filesystem crossing and support OS without link support

11 years agohairpin.cc: consider suicide before drawing stencil; issue 2583
Keith OHara [Fri, 10 Aug 2012 04:52:51 +0000 (21:52 -0700)]
hairpin.cc: consider suicide before drawing stencil; issue 2583

11 years agolayout.cc: do not draw empty boxes
Keith OHara [Thu, 9 Aug 2012 02:42:46 +0000 (19:42 -0700)]
layout.cc: do not draw empty boxes

11 years agoIssue 2728: count pairs of brackets
David Kastrup [Fri, 10 Aug 2012 10:20:36 +0000 (12:20 +0200)]
Issue 2728: count pairs of brackets

What this actually does is exit the parser after the main file, then
continue parsing the rest of the init file in a separate call of the
parser.

This delivers useful error messages in case that the main input is
incomplete.

11 years agoIssue 2729: When cloning a lexer/parser, don't copy the scopes.
David Kastrup [Thu, 9 Aug 2012 15:48:12 +0000 (17:48 +0200)]
Issue 2729: When cloning a lexer/parser, don't copy the scopes.

11 years agoDoc-ja: full update
Yoshiki Sawada [Mon, 13 Aug 2012 08:49:59 +0000 (17:49 +0900)]
Doc-ja: full update

Doc-ja: full update

11 years agoBump version for next release (2.17.0) from unstable branch.
David Kastrup [Sun, 12 Aug 2012 09:09:29 +0000 (11:09 +0200)]
Bump version for next release (2.17.0) from unstable branch.

11 years agoRelease: bump version.
Graham Percival [Sat, 11 Aug 2012 22:28:38 +0000 (23:28 +0100)]
Release: bump version.

11 years agoDoc-fr: updates LM, Extend and NR
Jean-Charles Malahieude [Sat, 11 Aug 2012 16:21:36 +0000 (18:21 +0200)]
Doc-fr: updates LM, Extend and NR

11 years agoRelease: update news. release/2.15.95-1
David Kastrup [Sat, 11 Aug 2012 12:50:30 +0000 (14:50 +0200)]
Release: update news.

11 years agoPO: update template.
David Kastrup [Sat, 11 Aug 2012 12:50:06 +0000 (14:50 +0200)]
PO: update template.

11 years agoExtra version update for 2.15.95
David Kastrup [Sat, 11 Aug 2012 12:51:18 +0000 (14:51 +0200)]
Extra version update for 2.15.95

11 years agoLSR Updates
Phil Holmes [Sat, 11 Aug 2012 11:12:42 +0000 (12:12 +0100)]
LSR Updates

11 years agoRun fixcc.py with astyle 2.02.
Graham Percival [Fri, 10 Aug 2012 14:08:32 +0000 (15:08 +0100)]
Run fixcc.py with astyle 2.02.