]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
(bassvoices): to new syntax.
[lilypond.git] / ChangeLog
1 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2
3         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
4
5         * input/tutorial/*.ly: update to new syntax.
6
7         * lily/parser.yy (Composite_music): new transpose syntax,
8         \transpose FROM TO MUSIC. 
9
10 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11
12         * scripts/lilypond-book.py:
13         * scripts/ly2dvi.py: Fix: redirect latex progress/error output to
14         stderr (by default this goes to stdout).  Show lilypond progress,
15         even when not verbose.
16
17         * python/lilylib.py (system): New optional parameter to control
18         showing of progress.
19
20         * scm/backend-documentation-lib.scm (check-dangling-properties):
21         Fix error message.
22
23         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
24         axis, extent.
25
26         * scm/grob-property-description.scm (magnify): Remove.
27         (extent, axis): Add.
28
29 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
30
31         * scripts/convert-ly.py: more uniformization substitutions.
32
33         * buildscripts/new-chords.py (sub_chords): new file.
34
35 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
36
37         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
38         lilypond.map.  Include sauter fonts too.  Cleanups.
39
40 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
41
42         * Documentation/user/tutorial.itely (First steps): change to new
43         chord/tie/slur/beam notation.
44
45         * lily/parser.yy (event_that_take_dir): allow postfix notation for
46         ties.
47
48         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
49         engraver. Process ties in postfix notation, i.e. c8-~ c
50
51         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
52
53         * input/regression/beam-postfix-notation.ly (texidoc): new file.
54
55         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
56
57         * lily/beam-engraver.cc (try_music): accept new-beam-events
58
59         * input/regression/chord-scripts.ly (texidoc): new file
60
61         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
62         script-events.
63
64         * scm/script.scm (default-script-alist): cleanup.
65
66         * lily/script-engraver.cc (make_script_from_event): cleanup.
67
68         * lily/lyric-combine-music-iterator.cc
69         (Lyric_combine_music_iterator): remove superfluous events.
70         (melisma_busy): new function. Fix broken melismas.
71
72 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
73
74         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
75         Remove nonvalid settings. Use descriptive key names.
76         Use <Return> to indicate the pressing of that key.
77
78 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
79
80         * scripts/lilypond-book.py (option_definitions): Typo.
81
82         * scripts/ly2dvi.py: Updates.
83
84         * python/lilylib.py (setup_environment, print_environment)
85         (get_bbox, make_preview): Merge and remove from ly2dvi and
86         lilypond-book.
87
88         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
89
90         * .cvsignore: Remove some cruft.
91
92         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
93         path.
94
95         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
96         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
97         throughout.
98
99         * python/lilylib.py (quiet_system): Junk
100         (system): Display error log upon failure.
101         (read_pipe): New function.  Cleanups and fixes.
102
103         * python/*.py: Rename from *.py.in.
104         
105         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
106
107         * GNUmakefile.in (SUBDIRS): Move python before scripts.
108
109 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
110
111         * python/GNUmakefile: Bugfix: handle modules.
112
113         * stepmake/stepmake/python-module-targets.make (default): Add
114         compiled modules. 
115
116         * stepmake/stepmake/python-module-rules.make: Add rule for byte
117         compiling modules.
118
119         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
120         Bugfix.  (OUT_PYC_MODULES): Add.
121
122 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
123
124         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
125         Use default paths. Refresh description.
126
127 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
128
129         * VERSION: 1.7.5 released
130
131         * input/regression/finger-chords.ly (texidoc): new file.
132
133         * lily/script-engraver.cc (process_music): remove scriptHorizontal
134         support
135
136         * lily/fingering-engraver.cc (process_music): remove kludgy
137         scriptHorizontal stuff.
138
139         * lily/script.cc: remove staff-support property.
140
141         * lily/new-fingering-engraver.cc (add_fingering): new
142         file. Fingering engraver for new style chords.
143
144 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
145
146         * lily/parser.yy (bare_number): allow 4 \cm (without
147         decimal dot). (should backport to 1.6?)
148
149         * ly/declarations-init.ly: use Scheme for dimension defs.
150
151         * lily/parser.yy (TODO): remove hard coded dimensions, add
152         REAL NUMBER_IDENTIFIER production.
153
154         * lily/rest-collision.cc (force_shift_callback): rewrite using
155         -done property.
156
157         * scm/grob-property-description.scm (rest-collision-done): add
158         property.
159         
160         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
161
162 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
163
164         * input/regression/multi-measure-rest-center.ly: new file.
165
166         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
167         off horizontally by 0.05 ss. Fixed.
168
169 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
170
171         * scm/pdftex.scm: Rename ly-number to ly:number->string.
172
173         * Documentation/topdocs/index.tely: Remove duplicate from merge.
174
175 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
176
177         * lily/tie.cc (get_control_points): also avoid staff lines on the
178         just outside the outer staff lines
179
180 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
181
182         * ly/params-init.ly: Just define style-alist, no need to
183         define-public.
184
185         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
186         (thanks Han-Wen).
187
188         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
189         (FET_FILES): = FONT_FILES.
190
191         * Merge from stable:
192
193             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
194
195 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
196
197         * VERSION: 1.7.4 released.  
198         
199         * scm/generate-documentation.scm (string-append): add macro
200         definitions.
201
202         * lily/text-item.cc (lookup_text): don't use virtual fonts for
203         normal texts.
204
205         * lily/multi-measure-rest-engraver.cc: make separate
206         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
207
208         * lily/multi-measure-rest.cc: remove text handling. Remove
209         number-threshold.
210
211 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
212
213         * scm/music-types.scm: doc patch by Graham Percival
214
215 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
216
217         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
218         encoding part.
219         (Font_info.set_defaults): pixelsize now also defauts to '0'.
220         (sketch_p): Sketch wants only first four elements of X11 font spec.
221
222         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
223
224         * mf/feta-autometric.mf: Write foundry and family to log.
225
226         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
227         font translation table.
228
229         * buildscripts/mf-to-table.py: Better font info into afm.
230
231         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
232         1.0.9 required.
233
234         * configure.in: Whine for mftrace 1.0.9.
235
236 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
237
238         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
239
240         * lily/main.cc (main_prog): don't try to load init.EXT when
241         processing foo.EXT.
242
243 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
244
245         * scm/tex.scm (zigzig-line): added.
246
247         * scm/ps.scm (zigzag-line): added.
248
249         * ps/music-drawing-routines.ps (subvec): added.
250         (draw_zigzag_line): added.
251         
252         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
253         grob properties zigzag-width and zigzag-length.
254
255         * input/regression/glissando.ly: Add some zig-zagged glissandi.
256
257 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
258
259         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
260         svg output, including font.
261
262 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
263
264         * scm/lily.scm: Register sodipodi output module.
265
266         * scm/sodipodi.scm: New file.
267
268         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
269
270         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
271         comment, after header.
272         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
273         FullName.  Fix FontName key.
274
275 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
276
277         * lily/rest.cc (after_line_breaking): bugfix: dots after half
278         and breve rests.
279         
280         * input/test/blank-notes.ly: bugfix
281
282         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
283         rests. (Kim Shrier)
284
285         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
286         
287 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
288
289         * scm/tex.scm: 
290         * scm/ps.scm: Cleanup and remove obsolete junk.
291
292         * Documentation/user/internals.itely:
293         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
294
295         * lily/parser.yy: Identify shift/reduce problems.
296
297         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
298         make-style-sheet.  Too specific for convert-ly?
299
300 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
301
302         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
303
304         * input/test/*.ly: various fixes.
305
306         * lily/music.cc (name): bugfix
307
308         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
309
310         * lily/input-file-results.cc (code): set-point-and-click! ->
311         set-point-and-click
312         
313 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
314
315         * Use uniform ly: prefix for exported scheme primitive functions.
316
317         * scm/music-types.scm: junk compat glue
318
319         * scripts/convert-ly.py: add rules for stuff below, junk
320         compatibility glue for spanrequest.
321
322         * lily/parser.yy (verbose_event): remove \spanrequest,
323         \commandspanrequest, \script. 
324         
325         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
326
327         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
328         for \penalty, \glissando.
329
330         * VERSION: release 1.7.3
331         
332 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
333
334         * lily/accidental-engraver.cc: Fix
335         grace-in-the-beginning-of-measure bug caused by the resent
336         partial-measure fix.
337
338         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
339         overlap looks too crowded)
340         
341 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
342
343         * lily/parser.yy (assignment): allow SCM expression as assignment.
344
345         * lily/include/music-output-def.hh (class Music_output_def):
346         * lily/music-output-def.cc: 
347         * lily/paper-def.cc: 
348         * scm/font.scm (markup-to-properties):
349         * lily/parser.yy (music_output_def_body): 
350         remove style_sheet_
351
352 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
353
354         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
355         length.
356
357         * input/regression/spacing-to-grace.ly: new file.
358
359         * input/regression/spacing-end-of-line.ly: new file.
360
361         * lily/note-spacing.cc (get_spacing): take into account breakable
362         stuff sticking out at the left (time sig change at line break).
363
364         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
365         raggedright code.
366
367         * scm/music-functions.scm (make-voice-props-set): add
368         staff-position for mm rests.
369  
370         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
371         before grace notes a little.
372
373         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
374
375         * lily/break-align-interface.cc (do_alignment): right-edge spacing
376         key adds space at the end of line. 
377
378 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
379
380         * scm/sketch.scm: Fix beams.
381
382         * buildscripts/mf-to-table.py: Add EncodingScheme.
383
384         * scm/sketch.scm: Resurrect.
385
386 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
387
388         * lily/multi-measure-rest.cc: use breve rests for measure lengths
389         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
390
391 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
392
393         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
394
395         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
396
397 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
398
399         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
400         token for origin information.
401
402         * lily/parser.yy (My_lily_lexer): do identifier location and
403         cloning from lexer.
404
405         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
406         logic out of the parser. Add bar checks on both ends.
407
408         * Documentation/user/refman.itely (Multi measure rests): add more
409         notes about mm rests.
410
411 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
412
413         * input/regression/bar-scripts.ly: Re-enable.
414
415         * lily/parser.yy:
416         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
417         released rsn.  Bison 1.50 has a crucial bug and won't work.
418
419         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
420
421
422 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
423
424         * input/regression/bar-scripts.ly: Blunt documentation build fix.
425
426 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
427
428         * Actually merge changes since 1.6.4 besides ChangeLog, and
429         resolve conflicts.  Lots of updates, hope all is well.
430         
431         * cygwin/lilypond.hint (requires): Add ghostscript.
432
433         * scm: Update some (c).
434         
435 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
436
437         * input/test/{various}.ly: add \header fields and texidoc strings.
438
439 2002-10-05  Werner Lemberg  <wl@gnu.org>
440
441         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
442         renamed to `output_latex_quoted'.
443         Added `output_latex_noquote'.
444         (schedule_lilypond_block): Implement `noquote' option for LaTeX
445         mode.
446
447 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
448
449         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
450         as workaround for /bin/sh problems on Solaris7.
451
452 2002-10-19  Werner Lemberg  <wl@gnu.org>
453
454         * GNUmakefile.in (web-doc): Fix typos.
455         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
456         `music-drawing-routines.ps' but emit \special{header=...} once.
457         * scm/tex.scm (header-end): Updated.
458
459 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
460
461         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
462         undefined tremolo. 
463
464 2002-10-15  Werner Lemberg  <wl@gnu.org>
465
466         * scripts/lilypond-book.py (g_make_html): New global variable.
467         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
468         if `g_make_html' isn't set.
469         [main]: Add format `texi-html'.
470         (option_definitions): Updated.
471         * Documentation/user/lilypond-book.itely: Updated.
472
473         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
474         * make/ly-rules.make (%.texi, %.nexi): Use it.
475         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
476         format to lilypond-book.
477         * GNUmakefile.in (web-doc): Ditto.
478
479 2002-10-14  Werner Lemberg  <wl@gnu.org>
480
481         Further improve TeX output.  The produced files are about 40%
482         smaller.  `lilyponddefs.tex' is now read only once.
483
484         * tex/lilyponddefs.tex: Remove footer stuff.
485         (\ifundefined): Renamed to...
486         (\lilypondundefined): This.  Use LaTeX's definition to
487         make it nestable and make it global.
488         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
489         output.
490         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
491         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
492         them global.
493         (\placebox): Renamed to...
494         (\lyitem): This.
495         Make it global and call \outputscale by itself.
496         (\lybox, \lyvrule): New macros to reduce input data.
497         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
498         New auxiliary macros.
499         (\SkipLilydefs, \EndLilyPondOutput): Removed.
500         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
501         to...
502         (\lilypondspace): This and made it global.
503         (\turnOnPostScript): Renamed to...
504         (\lilypondpostscript): This and made it global.
505         (\turnOnExperimentalFeatures): Renamed to...
506         (\lilypondexperimentalfeatures): This and made it global.
507         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
508         (\lilypondsetdimen): This and made it global.
509         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
510         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
511         (all, $(outdir)/music-drawing-routines.ps): New rules.
512         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
513         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
514         start-system, stop-system, stop-last-system, filledbox): Updated to
515         use the changed macros from lilyponddefs.tex.
516         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
517
518 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
519
520         * Documentation/windows/installing.texi: Update.
521
522 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
523
524         * VERSION: 1.6.5 released
525
526         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
527
528 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
529
530         * scm/translator-property-description.scm (voltaOnThisStaff): add
531         property.
532
533 2002-09-28  Werner Lemberg  <wl@gnu.org>
534
535         * scm/tex.scm (header-end): Suppress page numbering.
536
537         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
538         Fix quotation for HTML output.
539
540 2002-09-28   Graham Percival   <gperciva@sfu.ca>
541         
542         * Documentation/user/refman.itely: grammar and phrasing
543           fixes to "Note Entry" section.  Also adds a few new examples.
544
545 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
546
547         * flower/include/string-data.icc: include string.h
548
549 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
550
551         * scm/chord-name.scm (chord::inner-name-banter): remove space.
552
553 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
554
555         * Documentation/user/GNUmakefile (extra-local-help): Add.
556
557         * stepmake/stepmake/www-targets.make (local-help): Add.
558
559 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
560
561         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
562         packages.
563
564         * Documentation/topdocs/README.texi (Top): building documentation
565         (not website.)
566
567 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
568
569         * Documentation/user/refman.itely: 
570         * Documentation/user/tutorial.itely: 
571         * Documentation/user/music-glossary.tely: Merge changes.
572
573         * Documentation/user/glossary.html.in: 
574         * Documentation/index.texi: 
575         * Documentation/header.html.in: Accomodate renaming of glossary.
576         
577         * Documentation/user/tutorial.itely: Add some glossary references.
578         
579         * Documentation/user/refman.itely: Minor fixes.
580         
581         * Documentation/user/lilypond.tely: Add glossary do direntry.
582
583         * Documentation/user/music-glossary.tely: Rename (previously:
584         glossary.tely).  Fix anchor placement.
585
586         * Documentation/user/GNUmakefile: Make music-glossary.info too.
587
588 2002-09-23  Werner Lemberg  <wl@gnu.org>
589
590         * scripts/lilypond-book.py (output_dict): Fix handling of
591         various environments by avoid extraneous newlines.
592         Rename `output-all' regexp for html to `output-html'.
593         Replace `output-all' regexp for texi with `output-texi-quote'
594         and `output-texi-noquote'.
595         (compose_full_body): Don't override `linewidth' user option
596         for `singleline'.
597         (schedule_lilypond_block): Don't indent text specified with
598         `intertext' option.
599         Add new option `noquote'.
600         (compile_all_files): Use latex instead of tex to compile ly
601         files directly.
602
603         * Documentation/user/lilypond-book.itely: Updated and revised.
604         Improve layout.
605
606         * Documentation/user/glossary.tely,
607         Documentation/user/introduction.itely,
608         Documentation/user/tutorial.itely,
609         Documentation/user/refman.itely,
610         Documentation/user/appendices.itely: Fix overfull LilyPond
611         boxes caused by the new lilypond-book code.  Other minor
612         fixes.
613
614         * Documentation/user/macros.itexi (@texiflat): Don't emit
615         trailing space.
616
617         * scm/tex.scm (end-output, header-end): Add preamble and
618         postamble to make lilypond output directly compilable with
619         latex.
620
621         
622 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
623
624         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
625         instructions.
626
627 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
628
629         * Documentation/user/glossary.tely: Add titling and hyperlinks.
630
631 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
632
633         * lily/beam.cc (connect_beams): don't crash if there are quarter
634         notes in beams.
635
636 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
637
638         * Documentation/user/refman.itely: corrected ancient clef
639         docu; added docu on ligatures
640
641 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
642
643         * Documentation/user/glossary.tely,
644         Documentation/user/refman.itely, input/les-nereides.ly,
645         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
646         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
647         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
648         Stem properties: flag-style -> stroke-style, style -> flag-style.
649
650
651 2002-09-22  Werner Lemberg  <wl@gnu.org>
652
653         * scripts/lilypond-book.py: Add option `notime' to suppress
654         printing of a time signature.  Specify default indentation of 0pt
655         if single line fragment.  Don't emit redundant `\paper{ }'.
656
657         * Documentation/user/lilypond-book.itely: Updated.
658
659         * Documentation/user/glossary.tely: Completely reformatting.
660
661 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
662
663         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
664
665 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
666
667         * Documentation/user/tutorial.itely: Fix links.
668         
669         * Documentation/topdocs/index.tely:
670         * Documentation/index.texi:
671         * Documentation/header.html.in: Small website fixes and updates.
672
673         * debian/: Debian patch by Anthony Fok.
674
675 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
676
677         * Documentation/footer.html.in: How time flies: It's already 2002!
678
679         * Documentation/topdocs/index.tely: Stable/development fix.  Use
680         more descriptive link names than 'here'.
681
682 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
683
684         * VERSION: 1.7.2 released
685         * VERSION: 1.6.4 released
686         
687         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
688
689         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
690         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
691
692         * mf/feta-din.mf (test): add x-height and space.
693
694         * lily/dynamic-engraver.cc (process_music): take dynamic direction
695         from ^_ for crescendi. Idem for slurs and phrasing slurs.
696
697         * ly/grace-init.ly: add-to-grace-init: function to portably add
698         settings to \grace. 
699
700         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
701         if we get an absolute dynamic event.
702  
703         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
704
705         * lily/source-file.cc (get_line): oops. All line numbers were off
706         by 2. Fix that. 
707
708         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
709         be after the note, combined with -_^, i.e. c4-(-\)-\>  
710
711         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
712
713         * lily/parser.yy (number_factor): remove (number) as number
714         expression. ("Let them eat Lisp").
715
716 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
717
718         * lily/horizontal-bracket.cc: new file.
719
720         * lily/horizontal-bracket-engraver.cc: new file.
721
722         * input/regression/note-group-bracket.ly: new file. Support
723         horizontal note brackets for music analysis.
724
725         * lily/stem.cc (flag): new flag-style: no-flag.
726
727         * input/test/stem-cross-staff.ly: new file
728         
729         * Documentation/user/internals.itely: Improved formatting, fixing
730         typos.  Added a section `Output details' to describe how the TeX
731         code looks like.
732
733         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
734
735         * lily/parser.yy: remove \dynamicscript.
736
737         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
738         definitions. 
739
740         * python/midi.c (midi_error): take two arguments.
741
742         * Merge 1.6.5 changes:
743         
744 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
745
746         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
747         staff-space.  Previous 1.5 was probably meant as half-spaces.
748         (cautionary-style): parentheses (was: smaller).  This is what doco
749         says, and it seems more logical.
750
751         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
752         for 2nd sentence.
753
754 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
755
756         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
757
758 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
759
760         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
761
762 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
763
764         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
765
766 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
767
768         * scm/translator-property-description.scm (voltaOnThisStaff): add
769         property.
770
771 2002-09-28  Werner Lemberg  <wl@gnu.org>
772
773         * scm/tex.scm (header-end): Suppress page numbering.
774
775         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
776         Fix quotation for HTML output.
777
778 2002-09-28   Graham Percival   <gperciva@sfu.ca>
779         
780         * Documentation/user/refman.itely: grammar and phrasing
781           fixes to "Note Entry" section.  Also adds a few new examples.
782
783 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
784
785         * flower/include/string-data.icc: include string.h
786
787 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
788
789         * scm/chord-name.scm (chord::inner-name-banter): remove space.
790
791 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
792
793         * Documentation/user/GNUmakefile (extra-local-help): Add.
794
795         * stepmake/stepmake/www-targets.make (local-help): Add.
796
797 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
798
799         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
800         packages.
801
802         * Documentation/topdocs/README.texi (Top): building documentation
803         (not website.)
804
805 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
806
807         * Documentation/user/refman.itely: 
808         * Documentation/user/tutorial.itely: 
809         * Documentation/user/music-glossary.tely: Merge changes.
810
811         * Documentation/user/glossary.html.in: 
812         * Documentation/index.texi: 
813         * Documentation/header.html.in: Accomodate renaming of glossary.
814         
815         * Documentation/user/tutorial.itely: Add some glossary references.
816         
817         * Documentation/user/refman.itely: Minor fixes.
818         
819         * Documentation/user/lilypond.tely: Add glossary do direntry.
820
821         * Documentation/user/music-glossary.tely: Rename (previously:
822         glossary.tely).  Fix anchor placement.
823
824         * Documentation/user/GNUmakefile: Make music-glossary.info too.
825
826 2002-09-23  Werner Lemberg  <wl@gnu.org>
827
828         * scripts/lilypond-book.py (output_dict): Fix handling of
829         various environments by avoid extraneous newlines.
830         Rename `output-all' regexp for html to `output-html'.
831         Replace `output-all' regexp for texi with `output-texi-quote'
832         and `output-texi-noquote'.
833         (compose_full_body): Don't override `linewidth' user option
834         for `singleline'.
835         (schedule_lilypond_block): Don't indent text specified with
836         `intertext' option.
837         Add new option `noquote'.
838         (compile_all_files): Use latex instead of tex to compile ly
839         files directly.
840
841         * Documentation/user/lilypond-book.itely: Updated and revised.
842         Improve layout.
843
844         * Documentation/user/glossary.tely,
845         Documentation/user/introduction.itely,
846         Documentation/user/tutorial.itely,
847         Documentation/user/refman.itely,
848         Documentation/user/appendices.itely: Fix overfull LilyPond
849         boxes caused by the new lilypond-book code.  Other minor
850         fixes.
851
852         * Documentation/user/macros.itexi (@texiflat): Don't emit
853         trailing space.
854
855         * scm/tex.scm (end-output, header-end): Add preamble and
856         postamble to make lilypond output directly compilable with
857         latex.
858
859         
860 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
861
862         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
863         instructions.
864
865 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
866
867         * Documentation/user/glossary.tely: Add titling and hyperlinks.
868
869 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
870
871         * lily/beam.cc (connect_beams): don't crash if there are quarter
872         notes in beams.
873
874 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
875
876         * Documentation/user/refman.itely: corrected ancient clef
877         docu; added docu on ligatures
878
879 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
880
881         * Documentation/user/glossary.tely,
882         Documentation/user/refman.itely, input/les-nereides.ly,
883         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
884         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
885         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
886         Stem properties: flag-style -> stroke-style, style -> flag-style.
887
888 2002-09-22  Werner Lemberg  <wl@gnu.org>
889
890         * scripts/lilypond-book.py: Add option `notime' to suppress
891         printing of a time signature.  Specify default indentation of 0pt
892         if single line fragment.  Don't emit redundant `\paper{ }'.
893
894         * Documentation/user/lilypond-book.itely: Updated.
895
896         * Documentation/user/glossary.tely: Completely reformatting.
897
898 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
899
900         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
901
902 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
903
904         * Documentation/user/tutorial.itely: Fix links.
905         
906         * Documentation/topdocs/index.tely:
907         * Documentation/index.texi:
908         * Documentation/header.html.in: Small website fixes and updates.
909
910         * debian/: Debian patch by Anthony Fok.
911
912 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
913
914         * Documentation/footer.html.in: How time flies: It's already 2002!
915
916         * Documentation/topdocs/index.tely: Stable/development fix.  Use
917         more descriptive link names than 'here'.
918
919 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
920
921         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
922
923 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
924
925         * lily/part-combine-music-iterator.cc (get_state): cleanup
926         (get_music_info): cleanup.
927
928 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
929
930         * scm/backend-documentation-lib.scm (interface-doc-string):
931         crosslinks between interfaces and grobs. Headings for interfaces
932         in grob explanation.
933
934 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
935
936         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
937         dtd).  Add preliminary dtd.
938         (re-sub-alist): Robustify.
939
940 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
941
942         * lily/include/event-chord-iterator.hh,
943         lily/context-specced-music-iterator.cc,
944         lily/event.cc, lily/event-chord-iterator.cc: add
945
946 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
947
948         * lily/: some (c) header fixes.
949         
950         * lily/request-chord.cc: Remove.
951         
952         * lily/include/event-chord-iterator.hh:
953         * lily/include/event.hh:
954         * lily/event-chord.cc: New file.
955         
956         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
957         requested.
958
959 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
960
961         * lily/ : rename Request to Event
962
963         * lily/parser.yy (command_element): move clef stuff into Scheme.
964
965         * lily/:  rename length_mom () to get_length()
966
967         * lily/part-combine-music.cc: removed file and class.
968
969         * lily/context-specced-music-iterator.cc (class
970         Context_specced_music_iterator): new file. Obsoletes the
971         Context_specced_music type.
972
973         * scm/music-types.scm (make-repeated-music): put different kinds
974         of repeated music into music-type table.
975
976         * VERSION: 1.7.1 released.
977
978         * scm/to-xml.scm: new file.
979
980         * input/test/to-xml.ly (fooBar): demo of what is possible with the
981         new Input representation: dump music as XML.
982
983         * scm/engraver-documentation-lib.scm
984         (engraver-accepts-music-types?): add links from music to engraver,
985         from music-type to engraver.
986
987         * lily/include/command-request.hh: removed
988         lily/include/musical-request.hh: removed. Removed all _req classes
989         except Key_change_req. Changes throughout.
990
991 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
992
993         * lily/tuplet-engraver.cc (try_music): Compile kludge.
994
995 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
996
997         * lily/*.cc: specify accepts for many engravers.
998
999         * scm/music-documentation-lib.scm: dump music expressions and
1000         music subtypes.
1001
1002         * scm/documentation-lib.scm: complete revision.
1003         Use GOOPS objects to store document tree explicitly. Cleaned up and
1004         sped up doco generation a lot.
1005
1006 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1007
1008         * input/trip.ly (fugaIILeft): add arpeggio
1009
1010         * lily/translator-group.cc (try_music_on_nongroup_children):
1011         oops. The name symbol is in the cdr of the assoc handle.
1012
1013         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
1014         Hyphen_req, Glissando_req, Break_req, Mark_req 
1015
1016 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1017
1018         * lily/musical-request.cc (music-duration-length,
1019         music-duration-compress): new functions.
1020
1021         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
1022         throughout. Warning doesn't work yet.
1023
1024         * lily/translator-group.cc (try_music_on_nongroup_children):
1025         new implementation: store candidate acceptors in a hashTable.
1026
1027 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1028
1029         * scm/music-types.scm (music-descriptions): change name to
1030         internal-class-name
1031
1032         * scm/chord-name.scm (chord::inner-name-banter): remove space.
1033
1034 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1035
1036         * lily/beam.cc (connect_beams): don't crash if there are quarter
1037         notes in beams.
1038
1039 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
1040
1041         * Documentation/user/refman.itely: corrected ancient clef
1042         docu; added docu on ligatures
1043
1044 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
1045
1046         * Documentation/user/glossary.tely,
1047         Documentation/user/refman.itely, input/les-nereides.ly,
1048         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
1049         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
1050         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
1051         Stem properties: flag-style -> stroke-style, style -> flag-style.
1052
1053 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1054
1055         * scm/music-functions.scm (music-separator?): don't use name music
1056         property.
1057
1058 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1059
1060         * stepmake/stepmake/generic-targets.make (help): Document check
1061         target.
1062
1063         * lily/new-accidental-engraver.cc: Compile fix.
1064
1065 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1066
1067         * scripts/convert-ly.py: Add rule.
1068
1069         * input/test/music-creation.ly:
1070         * input/test/add-staccato.ly:
1071         * input/test/add-text-script.ly: ly-make-music.
1072
1073         * scm/drums.scm (make-head-type-elem, make-articulation-script):
1074         More ly-make-music renamings.
1075
1076         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
1077
1078         * lily/music-constructor.cc (make_music): Add debugging info.
1079
1080         * scm/music-functions.scm (make-simultaneous-music,
1081         (make-sequential-music, context-spec-music):
1082         * scm/music-types.scm (music-descriptions): Get lily to run.
1083
1084 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1085
1086         * lily/command-request.cc (transpose_key_alist): new function.
1087
1088         * lily/key-performer.cc (create_audio_elements): cleanup. 
1089
1090 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1091
1092         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
1093
1094         * lily/include/translator.hh (ENTER_DESCRIPTION): add
1095         events-accepted field.
1096
1097         * scm/music-types.scm: new file.
1098
1099         * lily/parser.yy: put music type initialization into scheme,
1100         similar to grob initialization.  Changes throughout.
1101
1102 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1103
1104         * Documentation/user/tutorial.itely: Fix links.
1105         
1106         * Documentation/index.texi: 
1107         * Documentation/header.html.in: 
1108         * Documentation/topdocs/index.tely: Small website fixes and updates.
1109
1110         * debian/: Debian patch by Anthony Fok.
1111
1112 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1113
1114         * Documentation/footer.html.in: How time flies: It's already 2002!
1115
1116         * Documentation/topdocs/index.tely: Stable/development fix.  Use
1117         more descriptive link names than 'here'.
1118
1119         * ROADMAP: Remove test stuff.
1120
1121         * scripts/update-lily.py: Allow auto-building of stable and
1122         development versions.  Bugfixes.
1123
1124 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1125
1126         * VERSION: released 1.7.0
1127
1128         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
1129
1130         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
1131         positive line widths.
1132
1133 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1134
1135         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
1136         go.  Fix comments.
1137
1138         * cygwin: Cygwin updates.
1139
1140 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1141
1142         * Documentation/windows/installing.texi (Top): version for python,
1143         urls for ghostscript (thanks to John Potelle)
1144         
1145         * lily/simultaneous-music-iterator.cc
1146         (Simultaneous_music_iterator): init children_list_ before
1147         triggering GC.
1148
1149         * lily/*-iterator.cc: be even more careful with smobbed copy
1150         constructors. 
1151
1152         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
1153         LeftEdge item.
1154
1155 2002-09-15  Werner Lemberg  <wl@gnu.org>
1156
1157         Improving LilyPond's output to make them ordinary TeX boxes with
1158         predictable dimensions.  System boxes are now vertically centered on
1159         the baseline; this offset can be further controlled with
1160         \lilypondscoreshift.
1161
1162         * lily/system.cc (System::post_processing): Pass length of current
1163         system to `start-system' (including any horizontal indentation).
1164
1165         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
1166         prettier.
1167         (lily-def): Append `%'.
1168         (start-system): Add parameter `wd'.  Output more TeX code to specify
1169         box dimensions.
1170         (stop-system, stop-last-system): Complement changes in
1171         `start-system'.
1172         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
1173         Updated.
1174
1175         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
1176         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
1177         Write final `\endinput'.
1178
1179         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
1180         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
1181         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
1182         files and macro definitions don't produce spurious spaces and
1183         paragraphs (using \endlinechar).
1184         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
1185
1186         * Documentation/user/internals.itely: Improved formatting, fixing
1187         typos.  Added a section `Output details' to describe how the TeX
1188         code looks like.
1189
1190 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
1191
1192         * lily/accidental-engraver.cc: Also work with partial measures.
1193
1194 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1195
1196         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
1197         spanner.
1198
1199 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1200
1201         * lily/identifier-smob.cc (unpack_identifier): new file.
1202
1203         * lily/lexer.ll (identifier_type): new function.  use ly-id to
1204         pass off scheme expressions as music identifiers.
1205
1206         * scm/lily.scm: reorganisation, cleanups.
1207
1208         * lily/main.cc: small cleanups.
1209
1210 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1211
1212         * lily/ly-module.{cc,hh}: new file.
1213
1214 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
1215
1216         * lily/accidental-engraver.cc: Also work with partial measures.
1217
1218 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1219
1220         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
1221
1222 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1223
1224         * lily/my-lily-lexer.cc: use SCM module in stead of
1225         Scheme_hash_table. Changes throughout.  
1226
1227 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1228
1229         * VERSION (MY_PATCH_LEVEL): make 1.7.0
1230