]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* lily/include/input.hh (class Input): new `end_' slot for end of
[lilypond.git] / ChangeLog
index e696e0d1c4777b1b22a3053cff6b39eeedb96243..99b7d155b834305461f94a53575da916959143f1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
+
+       * lily/include/input.hh (class Input): new `end_' slot for end of
+       input. Renamed defined_str0_ to start_.
+
+       * lily/input.cc (Input): Add Input::Input (Input const &) and
+       remove Input::Input (Source_file*, char const *). Use the new
+       slots.
+       (set_location): method used by bison to propagate input
+       locations (YYLLOC_DEFAULT).
+       (end_line_number, end_column_number, step_forward): new methods
+       
+       * lily/input-scheme.cc (ly:input-both-locations): new function,
+       similar to ly:input-location, but also return the end line and
+       column.
+
+       * lily/include/includable-lexer.hh: 
+       * lily/includable-lexer.cc: 
+       * lily/include/lily-lexer.hh (class Lily_lexer): 
+       * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
+       Includable_lexer to Lily_lexer, in order to update lexloc (the
+       yylloc), a new slot of Lily_lexer.
+       (here_input, LexerError): simplify by using the lexloc slot (aka
+       yylloc)
+
+       * lily/lexer.ll: #define yylloc to use input locations (it may
+       be useless here?). Fixed the #embedded_scm rule (step the location
+       forward in order to skip the sharp sign before parsing the scheme
+       expression)
+
+       * lily/include/lily-parser.hh (class Lily_parser): 
+       * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
+       here_input()
+       (parser_error): overload for more precise locations of errors.
+
+       * lily/parser.yy (YYLTYPE): set location type to Input
+       (YYLLOC_DEFAULT): use Input::set_location()
+       (yylex): add the YYLTYPE* location parameter.
+       Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
+       Give an Input parameter to THIS->parser-error() for more accurate
+       messages.
+
+2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
+
+       * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
+       on BEAMQUANTING for non-NDEBUG builds.
+
+       * lily/stem.cc (head_count): performance: avoid String::String()
+       inside oft called function.
+
+2005-01-09  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/examles.itely: attempted fix for broken
+       string quartet template.
+
+       * Documentation/user/notation.itely: remove unnecessary broken
+       link.
+
+2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * VERSION (PACKAGE_NAME): release 2.5.7
+
+2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * config.make.in (METAFONT): Append -progname=mf, fixes use with
+       mf-nowin for teTeX-3.0.  Backportme.
+
+       * scm/output-svg.scm (utf8-string): New function.
+
+       * scm/output-gnome.scm (utf8-string): New function.
+       (otf-name-mangling): Remove.
+
+       * lily/pango-font.cc (Pango_font): Use font string iso font
+       filename for utf8-text.
+
+       * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
+       name.
+
+2005-01-08  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/notation.itely: add info about
+       Staff.extraNatural = ##f in Pitches section.  Also
+       fixed some minor issues in the Vocal music section.
+
 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * scm/output-ps.scm (white-text): comment out Helvetica font,
+       which is broken for my GS install.
+
+       * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
+       which provides a tighter bbox.
+
        * scm/define-grobs.scm (all-grob-descriptions): remove all
        extra-offsets from definitions.
 
 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
 
        * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
-       add tuning for 4-string bass and some common 4/5-string banjo tunings.
-       New function (four-string-banjo) turns a 5-string tuning into a 4-string
-       tuning.
-       New function (fret-number-tablature-format-banjo) computes correct fret
-       numbers on 5-string banjos.
+       add tuning for 4-string bass and some common 4/5-string banjo
+       tunings.  New function (four-string-banjo) turns a 5-string tuning
+       into a 4-string tuning.  New function
+       (fret-number-tablature-format-banjo) computes correct fret numbers
+       on 5-string banjos.
 
        * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
        Add beam correction to TabVoice.
 
        * scm/define-markup-commands.scm :  fix glyph-strings of
        accidentals and \note-by-number
-       
+
 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * VERSION: 2.5.6 released.