]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
[lilypond.git] / ChangeLog
index b8385f2b838be90afe9e0c47b89f8ef540349d8c..f078e689972c0ebcbe63c8b2c7e0db30492592d2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,103 @@
+2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
+
+       * lily/include/object-key-undumper.hh (Module): new file.
+
+       * lily/object-key-undumper.cc (Module): New file. Deserialize
+       keys. SCM bindings
+
+       * lily/object-key-dumper.cc (Object_key_dumper): idem.
+       Provide SCM bindings.
+
+       * lily/include/object-key-dumper.hh (class Object_key_dumper): 
+       new file. Serialize object keys.
+       
+       * lily/object-key.cc (dump): new function.
+       (as_scheme): new virtual function
+       (undump): new function
+       (undumpers): new table.
+
+       * lily/include/global-context.hh (Context): take \score key upon init.
+
+       * lily/object-key-dumper.cc (serialize_key): new file.
+
+       * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
+
+       * lily/lily-lexer.cc: remove \quote.
+
+       * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
+
+       * lily/context.cc (Context): take key argument in ctor.
+       (create_context): new function
+
+       * lily/grob.cc (Grob): take key argument in ctor.  
+
+       * lily/lilypond-key.cc (do_compare): new file.
+
+       * lily/object-key.cc (Object_key): new file.
+
+       * lily/include/object-key.hh (class Object_key): new file.
+
+       * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
+
+2004-11-13  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/lilypond-book.itely: add small warning about
+       noindent default in lilypond-book.
+
+       * Documentation/user/converters.itely: add examples for convert-ly.
+
+       * Documentation/user/examples.itely: change version string in templates
+       to 2.4.0.
+
+2004-11-12  Karl Hammar  <karl@aspodata.se>
+
+       * GNUmakefile.in (local-WWW-post): `find ...` overflows the
+       cmdline, use xargs instead (backportme)
+
+2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
+       
+       * Documentation/user/: Numerous fixes in the user manual.
+
+2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/parser.yy (re_rhythmed_music): search music expression for
+       context-id, surround by \new Voice if not found. Fixes:
+       addlyrics-second-staff.ly
+
+       * VERSION: 2.5.0 released.
+       
+2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/index.html.in: Fix url to one big page.  (backportme)
+
+       * Documentation/user/GNUmakefile: Separate rules for split and
+       unsplit html documents.  Remove perl massaging.  (backportme)
+
+2004-11-11  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/lilypond-book.itely: add short warning about
+       \lilypond{} in LaTeX docs.
+
 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
+       found.  (backportme)
+
+       * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
+       version requirement.  (backportme)
+
+       * configure.in: Be explicit about old versions of
+       ec-fonts-mtraced.  (backportme)
+
+       * lily/context-selector.cc (set_tweaks): New function.
+       * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
+       web with -DTWEAK.
+
+       * Documentation/user/introduction.itely (Automated engraving):
+       Remove fragment option.  Fixes web.
+
        * lily/context-property.cc (make_item_from_properties):
        * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
        #ifdef.