2006-12-27 * fixed BUG 226 added check on number of measures in the score. 2006-12-22 * figure bass/fakechords insertion on NULL currentobjects no longer crashed denemo. * I added a check for it. If the currentobject is NULL than a popup warning ensues. 2006-12-21 * Started to rename api function to dnm_functionname * Fixed crescendo and diminuendos issue. 2006-12-19 * edited src/file.c src/prefdialog.c src/prefops.c include/denemo/denemo.h to add support for denemopath denemo path is used for having a default location for saving and loading denemo files. If denemo path is not defined in the preferences it defaults to the current working directory. 2006-12-18 * file.c now has saveas dialog filled in with the title if one exists. 2006-12-16 * switched around pianolh and pianorh in scorewizard * fixed crash caused hitting a remove button when instrument is not selected in scorewizard 2006-12-15 * added check for non-existing measure click in mousing.c * this fixes bug 0000211 2006-12-14 * objops.c fix for bug 0000225 added an if statement check if there is actually an object there to delete. 2006-11-15 * Applied Menno's toolbar focus patch 2006-11-11 * Fixed double bar issues for individual staffs * Added configure option to build documentation 2006-11-10 * small bugfix in scorewizard staff creation 2006-11-10 * Modified export_lilypond parts to use ScoreName_Part.ly as filename * Added user preference to automatically save parts. 2006-11-10 * scorewizard now creates a bass and treble staff when piano type staff is added. 2006-11-06 * Fixed bug 203 PianoContext not effecting Lilypond output 2006-11-05 * Fixed BUG 220 toolbar focus issue * Work on separating barline drawing to individual staffs 2006-10-21 * edited draw.c so fakechords now appear above the staff 2006-10-20 * edited src/drawfakechord.c src/exportmudela.c src/fakechord.c src/fakechord.h src/importxml.c to add support for fakechord extensions like this: c:9 = c9, c:13 = c13, bes:9 = Bb9 2006-10-18 * exportmudela.c now encapsulates fakechords in \chordmode{ } 2006-10-17 * fixed loading and saving of files with figured bass and fakechords * to do this I edited importxml.c to not cast the type figure as (GString *) * exportxml.c figure and fakechord syntax is simpler when calling xmlNewChild * exportmudela.c now begins to export fakechords 2006-10-13 * created drawfakechord.c * edited draw.c to draw fakechords * edited drawingprims.h to reference draw_fakechord * edited exportmudela.c to export fakechords by adding output_fakechord function * edited exportxml.c to allow saving of files with fakechords * edited importxml.c added function parseFakechord to import denemo files with fakechords * fixed bug causing denemo to crash when openfile that has figured bass 2006-10-12 * added FAKECHORD as a type to DenemoObjType * created the files fakechord.h fakechord.c * edit view.c and denemoui.xml to add edit chords to the menu * added CHORDSTAFF to staffops.h list of newstaffcallbackaction * coppied dnm_newstafffigured to create dnm_newstaffchords that will function in a similar fashion as dnm_newstafffigured * edited src/Makefile.am to add the new files fakechord.h and fakechord.c 2006-10-02 * fixed a problem with scorewizard that occured on ppc architecture 2006-09-29 * scorewizard apply button is hiden until the last page now 2006-09-28 * added keysignature settings in scorewizard * added a keysigdialog.h to allow sharing of some of keysigdialog.c functions * keysigdialong.c no longer uses global GLists 2006-09-27 * added timesig settings to scorewizard 2006-09-26 * inserted new page in scorewizard to allow entry for tempo 2006-09-24 * scorewizard refreshes without having to click on anything now 2006-09-12 * scorewizard now refreshes display once a note is entereed or staff is clicked 2006-08-23 * exportmudela.c, lyparser.y ...: fixed (?) mantis bug #212 * doc/Makefile.am: typo on target denemo-manual-chunk 2006-08-22 * removed all globals from scorewizard * eliminated scorewizard compilation warnings on 32 bit machines 2006-08-15 * scorewizard.c no loger uses gint page global. current page is now determined by gtk_notebook_get_current_page * gtk_notebook_get_n_pages() is now used so that pages can be dynamically added to the scorewizard and the next/back buttons will behave accordingly. 2006-08-14 * external.c: fixed GError bug in spawn_external(): avoid crash on error * alsaseq.c: fixed nano bug, "instant" playback in progress (can chirp) 2006-08-09 * inserted missing } into draw.c that prevented compilation * removed some globals in scorewizard.c * migrated towards having wizarddata contain the other structures using wizarddata as the spine for the other structures. 2006-08-04 * Fixed issue with creating a staff when not first measure on screen. * Modified document Makefile.am to use $(XSLDIR) for the docbook xsl stylesheets 2006-08-01 * Started working on making staffs independent of each other. Beta at the moment. 2006-07-30 * csoundplayback.c: now works the same way as midi playback (singleton) 2006-07-29 * external.[ch]: cleaning. use of a common static ext_pidfiles[] 2006-07-23 * external.[ch]: better external players handling * main.c: use ext_init() (external.h) * view.c: use ext_quit() (external.h) * playback.c: multiple views support singleton external Midi playback * csoundplayback.c: use of external.h (.. no singleton support yet) 2006-07-19 * Fixed Bug 189 Multiple Staff Pasting * Fixed Bug 202 Add Voice does not work 2006-07-17 * Modified undo/redo code * Replaced outstanding mudelobject references to DenemoObject in frogparser.y * More work on undo/redo. Only using one structre for the information. 2006-07-15 * Revised change notehead dialogs * Refactored set_articluation to use addornament * Refactored tupletchangedialog 2006-07-13 * Fixed bug 195: open recent keeps several copies of same document 2006-07-15 * view.c: use now gtk_window_set_defaul_icon_from_file() with denemo.png, allow window managers to decorate iconified Denemo. 2006-07-14 * fixed crash on insert_dynamic() [dynamic.c:119] * added external.[ch]: functions for system commands, filenames... currently having dnm_new_temp_filename() and dnm_spawn_external() * rewriten [midi]playback() and csoundplayback() to use the above funcs. * fixed exportcsound() for non-english locales 2006-07-12 * Fixed Bug 196: Staff Properties number of lines does not work in lilyexport * Added lilyversion entry to the preferences filename * Added Bug 144 Functionality 2006-07-10 * Fixed typedef issue in midiseq.h * Modified addhistorymenuitem to display the short filename 2006-07-06 * Modified exportmudela so determinestaffcontext uses the enum names not the numeric representation 2006-07-08 * removed some redundant code in scorewizard * fixed problem with launching score wizard more than once in a single denemo session * Change in processstaffname.c to allow uppercase staffnames 2006-07-07 * fixed bug #188 * modified configure.in and main.c to conform a little more to GNU coding standards by changing to PKGDATADIR for data directory 2006-06-30 * Fixed bug 138 Pasting multiple bars * Fixed setmark issues * Added Denemo format export of the paper setup properties 2006-06-30 * fixed bug 192. midiplayback issues 2006-06-29 * implemented instrument transposition in exportmidi 2006-06-28 * corrected a few instruments transposition value in instruments.xml 2006-06-27 * fixed exportmidi.c type mismatch in mid_c_offset * fixed exportmudela type mismatch for mid_c_offset fixing bug 186 * scorewizard sets instrument tranposition in the staff properties * new instproperties structure in scorewizard.h for containing instrument specific info 2006-06-08 * Fixed save parts implementation. Beta at present 2006-06-07 * Fixed bug 185. Note palette display issues * Implemented save parts feature, buggy at the moment 2006-06-05 * Fixed Bug 184 Staff drawing issue 2006-06-01 * moved the scorewizard out of debug since it is going to be included in the .76 release 2006-06-01 * Fixed bug 148 and improved staff insertion method. * Refactored Lilypond Output 2006-05-29 * improvements to importmidi.c importmidi.h to allow sharing of functions like the midiinput plugin would call in the future. 2006-05-26 * Incremented Denemo version to 0.7.6 2006-05-20 * Refactored the addition of ornaments to a note. 2006-05-18 * moved input mode to GUI structure * fixed autosave bug 2006-05-18 * fixed issue with scorewizard causing denemo to crash when launched 2006-05-14 * Fixed cursor issue. 2006-05-12 * Moved GUI elements to DenemoGUI and renamed scoreinfo to DenemoScore * Altered all sources accordingly. 2006-04-24 * Added more comments to function definitions * Prepared removemeasures for single staff usage 2006-04-14 * File SaveAs memory leak fix * Keymap loading memory leak fix 2006-04-11 * back button now is shaded out on page 1 of scorewizard. * next button is shaded out in page 3 of scorewizard. 2006-04-10 * updates to scorewizard allowing the correct clef to be used for instrument selection * updates to ROADMAP 2006-04-09 * update INSTALL instructions for compiling CVS * scorewizard can now be launched multiple times per session * scorewizard no longer creates removed instruments 2006-04-08 * applied Francis Daly's memory leak patch 2006-04-07 * applied francis Daly's most recent keyboard patch 2006-04-06 * fixed remove instrument in scorewizard * added more to the TODO in scorewizard 2006-04-05 * Applied Francis Daly's importmidi patch * keybindings on back, next, cancel, apply in scorewizard 2006-03-29 * Applied Francis Daly's keyboard patches 2006-03-27 * Applied patch for keybinding loading from Francis Daly 2006-03-26 * changed kbd-custom.c as per Francis Daly's advice. 2006-03-24 * changed command line file opening to read/write instead of read only in main.c 2006-03-21 * small edits to ROADMAP * changes to denemoui.xml so that when debug is turned off close and quit are still available menu options. * fixed staff and measure playback in exportmidi.c and playbackprops.c 2006-03-20 * lyric,c no longer produces so many warnings when the insert lyric is used. 2006-03-20 * Fixed bug 166 default keymap not loading 2006-03-20 * improvements to exportpdf.c 2006-03-20 * freedesktop menu entry: pixmaps/ denemo.desktop and denemo.png (Yves Champlain) updated Makefile.am to enable installation (please test) * midiinput plugin: removed ALSA default build for midiinput plugin in Makefile.am and let --enable-alsa do the job. * moved setkey() into set_key() because setkey() is already defined in libc or libcrypt (depends on libc version). moved also settime() to set_time() and setclef() to set_clef(). 2006-03-19 * added midiseq.h, alsaseq.h alsaseq.c * began an implementation of a full midi sequencer. midiseq.h is not bound to ALSA. alsaseq.h is an alsa version. In the client code, you must only use midiseq.h and let the --enable-alsa do the job. 2006-03-18 * Added Enter keybinding to activate the file chooser dialogs 2006-03-18 * fixed lyric.c so that checkboxes line up with label * edited denemo.keymaprc assigning multiple modes on same keybinding causing a crash 2006-03-17 * fixed lilypond export stem direction * fixed figured bass dialog to use the return key to close it * fixed lilypond notehead issue 2006-03-17 * further fixes to view.c when using multiple windows * commented out checkbox option to use exportmidi for playback in playback properties. * update INSTALL file 2006-03-16 * preparation for releasing 0.75. * Fixed load keymap issue. 2006-03-16 * I believe I fixed exportpdf on osX but don't have a way to test it yet. * I fixed a bug in view.c that caused all windows to close if any of the windows were closed 2006-03-15 * commented out alsaplayback in view.c and denemoui.xml * small fix on keybindings of the 'A' note in denemo.keymaprc. 2006-03-13 * Fix for staff insertion / cancelling * Figure bass display fixed * Commented calculatepositions.c and contexts.c * Undo removes from the correct position in the measures * Other issues exist when undoing across measures which are still to be resolved * Revised Go menu renaming to Navigation. * Added all argument to addmeasures ready for individual staff lengths 2006-03-10 * Speedy keymap fix and keymap loading fix * Removed Niff plugin from configure.in * Commented out save selection for this release * Modified figured bass display * Moved XML keymap loading/saving from within #ifdef DEBUG's. * Commented Staffops.c 2006-03-09 * added some functions to create gtk_entry text boxes * scoresetupwizard defaults to gtk_entry text boxes. * there is a makeshift switch to revert back to the old behavior 2006-03-08 * scoresetupwizard no longer crashes when hitting finish * " also creates staves and labels their staff and midi names 2006-03-07 * placed #ifdef DEBUG around scorewizard in view.c 2006-03-05 * Undo/Redo work now works for inserting timesig, clefs, and key sigs * Open Recent menu fixes for adding to list when opening a file. * Some menu reorganisation Added Insert and Lyrics menu. * work on lyric export for lilypond. * Moved lyric dialog to global style from old style. * Resolved BUG 140 Tuplets keymap functions * Migrated keymaps to XML versions 2006-03-05 * commented out ly importing in file.c * edited configure.in to fix typo on alsa support and to pass -DHAVEALSA in the CFLAGS. * edited Makefile.am in plugins/midiinput * modified midiinput.c to include alsa inport support 2006-03-04 * Minor XML keymap fix * Partial paste functionality fix 2006-03-04 * basic reading oss midi from device filter in midiinput plugin 2006-03-02 * Fixed BUG 000037 adding the enter keypress for dialogs 2006-02-29 * a few changes to keysigdialog.c to allow mode selection 2006-02-28 * if denemohistory does not exsist it gets created otherwise the user would have to previously have a denemohistory or touch ~/.denemo/denemohistory 2006-02-27 * Added the toolbar section to the manual outputted an HTML version 2006-02-27 * Rewrote the Design doc in cvs so it is nolonger conversational. 2006-02-27 * commented out code in exportmudella.cpp that puts everything on 1 staff. It is because of the extraneous << >> 2006-02-25 * removed c++ specific code from importmidi.cpp and importmidi.h 2006-02-13 * Modified doc make files to fix errors 2006-02-23 * small memory leak fixes in exportmudela.cpp, exportxml.cpp, view.cpp, and prefops.cpp 2006-02-23 * Added a temporary new manual file manualnew.xml. Started a major rewriting of the manual. Added most of the getting started section plus a revision of the first quarter of the manual. 2006-02-22 * fixed small memory leak in importxml.cpp * line 345 g_free(clefTypeName); 2006-02-21 * fixed a memory leak in main.cpp 2006-02-20 * set program title to Denemo instead of using argv[0] in view.cpp 2006-02-20 * moved all playback preferences originally in preferences to playback properties 2006-02-11 * fixed csoundplayback issue of saving .wav files as IRCAM instead of .wav 2006-02-09 * removed csound popup dialong when playing with csound * added rtcs to to prefinfo structure in denemo.h * configuring csound playback is now in the preferances * rewrite of csoundplayback.cpp 2006-02-09 * added a section to user manual on commandline options 2006-02-08 * added user selectable editor in preferences * added texteditor to prefinfo structure in denemo.h * modified prefdialog.cpp and src/prefops.cpp to create a default editor and will save and load user defined editor from .denemorc * commented out old code the saught $EDITOR and uses user defined editor instead 2006-02-05 * gcc 4.x fixes to main.cpp 2006-01-28 * Readded change_pitch keybinding for use in replace mode * 2006-01-26 * Fixed bug 114 failure to load denemohistory * Altered menu titles so that they are translated * Fixed 115 for the documentation browser * More work on xml keymap parsing 2006-01-21 * Removed Changeduration functions and entries in keymap files to free up some bindings. 2006-01-21 * importmidi now sets midi instrument and denemo or track name 2006-01-20 * Removed Blank rest mode as is redundant * Fixed change of editing mode bug * Added config.rpath and glibc2.m4 to CVS * 2006-01-19 gettextize * Makefile.am (EXTRA_DIST): Add config.rpath. 2006-01-18 * Added dialog to continue editing, save as or delete the crash recovery file * More work on BUG 40, added rest mode to menu (not working). * Added insert blank note keybindings to stay in normal mode after insert. 2006-01-17 * importmidi now sets tempo 2006-01-16 * Changed crash behavior to save into the .denemo directory 2006-01-15 * upgraded to monophonic to polyphonic midi type 1 file input * importmidi pads measures with rests instead of leaving measure/ or rest of measure blank 2006-01-15 * Fixed bug 40 for inserting rests 2006-01-10 * Fixed BUG 108 2006-01-10 *made a new version of the html manuals for the cvs and site in both regular and chunk.: 2006-01-10 * fixed funky enharmonic respelling keys in importmidi.cpp 2006-01-09 * Changed add staff to move to the newly created staff * Added *.midi to file filter as separate entry needs to be a single midi file but will sort later 2006-01-06 * Changed autosave to save into .denemo * Added all header fields to the denemo xml file * Fixed typo on score_config dialog and added paper setup to this removing the separate dialog. * Added edit-info to the denemo format * Added config of showing of palettes 2006-01-06 * importmidi now sets key signature * importmidi can repeatedly open up midi files with our restart or denemo or hitting New in menu * importmidi support for tied notes and notes accross bars. 2005-12-30 * Applied various patches from Jeremiah Benham for CSound export and midi files * Alter csoundplayback to set cdata.si. * Added functions for keybindings to change initial keysignatures * Added make html docs option, needs work. * Changed file.cpp as per Jeremiah's mail * Added keybinding functions to set the initial timesig and clef * Removed new keyboard dialog as is unfinished (only commented out menu item) * Fixed 0000025 midi playback range errors 2005-12-18 * added ROADMAP file rough headers * more work on score wizard 2005-12-16 * resolved bug 000000088 trailing l on the denemo.conf * resolved bug 000000087 missing alsa.m4 * resolved bug 00000089 denemo.keymaprc not installing 2005-12-15 * More scoresetup wizard work * Fixed bug 0000086 missing instruments.xml 2005-12-14 * Added paper setup dialog 2005-12-08 * Started commenting more code using doxygen style comments * changed global prefences file to xml file * Removed old rc parsing code 2005-12-04 Adam Tee * Added instruments.xml (taken from JEdit) for instrument definitions * Changed history to a 10 element queue 2005-11-29 Adam Tee * Started on code restructuring for headers * Score Config wizrd page setup 2005-11-27 Adam Tee * Started migration to Pango for drwaing text on score * Implemented staff contexts * Started score configuration wizard 2005-11-25 Adam Tee * Resolved utf8 issues History now functions for runtime * Changed keysig dialog to gtk2 dialog * Started on mode support (dialog only) 2005-11-24 Adam Tee * Altered the way that the score is displayed so current voice/staff is displayed black and the rest in yellow. * [0000063] Fixed exportpdf * [0000062] Fixed print function * More work on History (still issues with utf8 strings) 2005-11-21 Adam Tee * Completed initial bookmarks implementation * Revised polyphony name and added function to copy current staffs properties for polyphony voice. * Fixed alsa configuration errors 2005-11-20 Adam Tee * Added functions for keymappings of insert clef, keysig and time sigs * Added Bookmark code initial implementation 2005-11-18 Adam Tee * Fixed denemo print issue, calling tex * Added pdf viewer preference 2005-11-15 Adam Tee * Added plugin load and unload functionality * Added progress bars for file save. * Started on adding history (recent files) support 2005-11-14 Adam Tee * Finished XML config file support 2005-11-12 Adam Tee * Added FileSeave progressbar and statusbar entry to show file saved. * Start adding load support for XML config file 2005-11-11 Adam Tee * Started to add Alsa Sequencer support 2005-11-09 Adam Tee * Update CSoundplayback orc file chooser 2005-11-05 Adam Tee * Fixed typo in playbackprops dialogs BUG 50 * Alternate NLS functions to more generic to enable translations BUG 53 * Fixed help browser problem BUG 48 * Fixed lookup directories for help, keymaps etc BUG 000049 2005-11-03 Adam Tee * Removed lilypond -m option for playback * Changed blank mode output to s on lilypond export * Changed display of blank notes to use yellow 2005-10-29 Adam Tee * Added display_helper to end of changenotehead * Removed changepitch, using tonechange instead * Added ability to define key bindings for barlines * Added all ornaments to the articulation palette using xbm's * Added warning dialog to display errors. * Partial fix of removal of hairpin starts/ends if end found without corresponding start then warn and remove. 2005-10-27 Adam Tee * Move Open Template to New from Template * Added flag to say a template is read only 2005-10-26 Adam Tee * Added binreloc for register stock icons * Added templates directory on install 2005-10-25 Adam Tee * Fixed coda svg bugs * Added Binreloc support ready for klik integration 2005-10-09 Adam Tee * Updated parts of export lilypond to for 2.6.3 2005-10-02 Adam Tee * Completed addition of all current Lilypond ornaments * Removed legacy ornament code 2005-09-12 Adam Tee * Completed reimplementation of ornaments 2005-09-09 Adam Tee * Renamed Initial Clef to Set Clef * Started to rework the ornament handling 2005-05-11 Adam Tee * Fixed bug 000013 Added call to external browser to get manual This is hardcoded at the moment but will be made user-definable. * Updated doc/Makefile.am to install documentation 2005-05-11 Jens Askengren * Added reworked keybord dialog (unfinished) * Beautified Go to measure dialog 2005-05-08 Adam Tee * run indent on all *.cpp files * Fixed bug 000016 Changed Entry menu to Mode * Jens has fixed bug 00008 * Fixed bug 000019 Added skeleton exportpdf.cpp to the CVS. * 2005-04-18 Jens Askengren * Added score properties dialog (Combines header, measure width and spacing dialogs) * Made toolbars togglable 2005-04-17 Adam Tee * Fixed bug 000009 changenotehead bug * Fixed bug 000010 insert lyric bug * Fixed bug 000011 - added to keymap/Makefile.am * Fixed bug 000007 - insert barline changed callback arguments 2005-04-16 Adam Tee * Added note and rest svg icons to pixmaps/Makefile.am 2005-04-15 Jens Askengren * Note and rest input toolbar * Added note and rest svg icons 2005-04-14 Jens Askengren * New articulation pallette * Added svg accent icons 2005-04-13 Jens Askengren * Made dialogs transient 2005-04-12 Adam Tee * Fixed keyresponses 2005-04-09 Adam Tee * Fixed insert staff bug * Fixed keyresponses 2005-04-08 Adam Tee * Added internationalization files into po directory * Started to fix the staff add functions. 2005-04-08 gettextize * Makefile.am (SUBDIRS): Remove intl. (EXTRA_DIST): Add config.rpath, mkinstalldirs. 2005-04-03 Adam Tee * Fixed Internationalization problem 2005-04-03 gettextize * Makefile.am (SUBDIRS): Remove intl. 2005-04-01 Jens Askengren * Playback dialog remake 2005-03-31 Jens Askengren * Reworked preferences dialog to include plugins 2005-03-27 Adam Tee * Applied Jens' latest patch * Revised Menu's to use gtkuimanager, incoporating a toolbar * Revised Callbacks to reflect the above changes 2005-03-27 Abel Cheung * Adherence to FHS; read systemwide keymap and config under $sysconfdir 2005-03-22 Adam Tee * Finished staffpropdialog and playbackprops dialog changes * Changed List plugins to GtkTreeView 2005-03-19 Adam Tee * Applied Jens Askengren's Patch to beautify the prefops and help dialogs * Started wholesale migration to GTK+2.4 as above patch uses these features. 2005-02-14 Adam Tee * Reformatting of README.lilypond 2005-02-12 Adam Tee * Makefile.am's for doc's directory * Undo's now work on object inserts * Fixed autosave timeout bug * Added open template function which selects the templates directory * Increased undo levels to 50 2005-02-10 gettextize * Makefile.am (SUBDIRS): Add m4. (ACLOCAL_AMFLAGS): New variable. (EXTRA_DIST): Add config.rpath. * configure.in (AC_OUTPUT): Add m4/Makefile. 2005-02-10 Adam Tee * Minor formatting issues and code comments 2005-02-06 Adam Tee * Dynamics now drawn at the bottom of the staff * fixed menu's 2005-01-03 Adam Tee * Fixed g++-3.4.3 problem in lyparser.yy 2004-12-11 Adam Tee * Created separate mudela header structure * autosave working 2004-09-21 Adam Tee * Replace Mode in place (issues with drawing the revised score * Menu reorganisation * Delete staff before/after implemented but a bit buggy. 2004-09-17 Adam Tee * Applied Torbjörn Turpeinen's Makefile patches. 2004-09-14 Adam Tee * Fixed yylloc problem * Autosave in preference dialogs, still issues with the scanning of numbers * Polyphony fixed staffname problems when drawing 2004-09-03 Adam Tee * Added autosave functionallity * Started looking at undo/redo 2004-09-03 Adam Tee * New cursor to signify the blank mode * Removed ALSA dependencies * Fixed Locale issue (for fonts) * Fixed some GTK2 issues of deprecated code * Fixed barline crash, no new barlines yet as need to replace the current code. * Added barlines to lilypond export, fix for autobarlines required 2004-08-31 Adam Tee * Fixed Makefile for compilation (stale file being kept in archive * Applied patch to bring lyparser upto Richard Shann's most recent version * Fixed insert tuplet at end on current bar * Updated exportmudela function to be compatible with latest lilypond * Put keymaps in separate directory * Fixed exportmidi to output ".mid" extension 2004-08-24 Adam Tee * Fixed broken GTK2.0 about dialog * Fixed font error (not nice fonts at the moment though) * Added DeleteStaff to menu * Put Clef, Time Sig, Key menus under Staff Attributes menu * Fixed Close function for single window of denemo 2003-11-09 Richard Shann * lyparser.y removed stray commas and duplicate declarations. 2003-10-28 Richard Shann * file.cpp, main.cpp, file.h better handling of unreadable files. * lylexer.l,cpp lyparser.y,cpp exportmudela.cpp, lyparserfuncs.h, lyparser.h handle trailing white space before EOF on LilyPond load. Set external editor to start editing at first error rather than the last on encountering a parse error in LilyPond. 2003-10-11 Richard Shann * Switch the branch Denemo-Exp-10_09_2001 to the main branch (This ChangeLog is substantially that of the branch). 2003-10-09 Richard Shann * Tidy up lily parser; handle some erroneous LilyPond better. 2003-10-01 Richard Shann * Unite the LilyPond text editing window with the main denemo window. * Make the windows track each other (except still no incremental parsing of LilyPond text - use reload) * Allow multiple score blocks in a single file 2003-05-25 Tim Bell * Added support for XML export and import of crescendos and diminuendos 2003-03-21 Adam Tee * Applied 's OpenBSD patch * Removed the need for the acconfig.h file 2003-03-14 Adam Tee * Added graceful exit if denemo seg faults saves the file in .denemo format 2003-03-12 Adam Tee * Added Alasdair's runsilent code * Altered plugin selection in configure.in 2003-03-05 Adam Tee * Fixed Analysis plugin to us GtkTreeView so it is compatible with GTK2 * Added plugin options to configure.in * Added gtk2 option to configure.in 2003-03-01 Adam Tee * Applied Richard Shann's latest patch for automated testing and GTK2 code 2003-02-11 Adam Tee * Applied Richard Shann's latest patches including Regression testing and easylyparser * Added Niff Plugin (Note functioning) 2003-01-22 Adam Tee * Applied Richard Shann's Patch for figured bass symbols * Related to this added load/save support for the xml format * Also, applied Richard Shann's fixes for small bugs * Added the first part of an MDI interface for Denemo * Fixed translated GTK Signals * Added chord cloning for tied notes * Applied Alasdair's cautionary accidentals patch 2002-05-29 Adam Tee * Added Support for Lyrics * Reimplemented Dynamics * Added support for invisible notes/rests 2002-05-26 Adam Tee * Added XML loading of analysis results. 2002-05-24 Adam Tee * Added Real-Time CSound playback option 2002-05-23 Adam Tee * Added CSound score file saving. * Added CSound playback, with user specified orchestra. Only outputs wav files. 2002-05-18 Adam Tee * Added ability to insert blank notes/rests 2002-03-22 Adam Tee * Finished unload plugin 2002-02-13 Adam Tee * Added unload plugin feature, beta stage. Implements new plugin structure which is passed to the plugin, based on gnumeric 2002-02-10 Adam Tee * Fixed copy/paste/saveselection by copying the object in the mudelaobject struct. * Updated copyrights 2002-02-09 Adam Tee * Save Selection routine for analysis plugin 2002-01-27 Adam Tee * Fixed some JTF format loading bugs * Implemented basic CSound Score file (.sco) exporter 2002-01-20 Adam Tee * Applied Alasdair's revised File I/O patch * Reimplemented dynamic handling 2001-12-14 Adam Tee * Applied Alasdair's fix for loading the file. * Added midi instrument to the denemo file format 2001-11-16 Adam Tee * Applied all the 0.5.7 patches * Added printing support * Added support for space above/below staff 2001-11-12 Adam Tee * Removed mudelaobject union and replaced with a castable pointer. Ready for plugin extensions. 2001-07-03 Adam Tee * Integrated Eric Galluzo's patch of July 3. * Integrated Per Andersson's exportmidi patch. * Ran code through indent, ready for release. 2001-06-22 Adam Tee * Changed hairpin implementation. Added exportmidi files to the CVS. 2001-05-17 Adam Tee * Fixed JTF parser bug replaced array with Singly Linked List and added extra rule for a single note option. 2001-04-30 Adam Tee * hairpin.[ch] Added haripin code for crescendos and diminuendos. * Reimplemented code for articulations, it is menu based now. * Changed feta26-script* fonts to new Lilypond 1.3.150 fonts. 2001-03-25 Matt Hiller * easylyparser.y (lylex): Fixed recognition of dynamics and chord properties such that it doesn't slurp up >s. * Integrated Eric Galluzzo's patch of March 20. 2001-03-18 Matt Hiller * file.c (file_save): Automatically save as .xml file type, if appropriate. 2001-03-05 Adam Tee * easylyparser.y : Added support for note options such as fermata, accent etc. 2001-03-04 Matt Hiller * Integrated Eric Galluzzo's xml native file patch. 2001-02-25 Matt Hiller * keyresponses.c (sharpen_key, flatten_key): Reintroduce stem directive changing (finally). 2001-02-23 Matt Hiller * exportmudela.c (exportmudela): Added set to prevduration for an empty measure (patch from David Megginson. 2001-02-19 Matt Hiller * kbd-custom.c (init_keymap): Adjusted menu items' integration with the custom keyboard interface such that spaces are excised as well. 2001-02-15 Adam Tee * exportmudela.c Partially Fixed dynamic saving for Mudela files. * easylyparser.y Fixed loading of dynamics * Fixed frogparser bug with dynamics * Grace note implementation almost finished 2001-01-16 Matt Hiller * various: Integrated Eric Galluzzo's patch of Jan 2. 2001-01-15 Matt Hiller * exportmudela.c (exportmudela): Put mid-cap in stemming directives. * easylyparser.y (lylex): Recognize both cases for stemming directives. 2001-01-11 Matt Hiller * exportmudela.c (exportmudela): Exchanged order in which slur-begin and tie indicators are output. * easylyparser.y: Read in the same. 2001-01-07 Matt Hiller * measureops.c (set_accidental_positions): New function. (various): Got nonoverlapping accidentals working. (all): Updated copyright notices to 2001. 2001-01-06 Matt Hiller * chordops.c (findreversealigns): For stemdown notes, function failed to set the reversealign of curnote to FALSE. 2001-01-05 Matt Hiller * lyparserfuncs.c (setkey): Fixed call to initkeyaccs. * staffops.c (copy_staff_bits): New function. 2000-12-29 Matt Hiller * file.c (set_si_filename): Fixed problem whereby si->filename wasn't actually set by this function, leading Save to behave exactly as Save As. * mousing.c (various): Refactored mousing code such that it'll be more pluggable for different kinds of clicks, etc. 2000-12-24 Matt Hiller * commandfuncs.c (various): Factored calcmarkboundaries() into setcurrents(). Adjusted code surrounding calls appropriately. * moveviewport.c (various): Similarly adjusted code surrounding calls to setcurrents(). * mousing.c: New file; adds support for cursor positioning via the mouse. * mousing.h: New file; adds support for cursor positioning via the mouse. 2000-12-04 Matt Hiller * measureops.c (removemeasures): Fixed a rather crucial bug in the opening if. Cut and paste now works 2000-12-03 Matt Hiller * selectops.c (cuttobuffer): Fixed the non-initialization of i under if (staffsinbuffer == 1). 2000-11-24 Matt Hiller * various: Internationalized Denemo, removed accelerators from menubar items and merged the ability to add and customize bindings to the new custom-keyboard interface. 2000-11-12 Matt Hiller * Makefile.am: Rewrote flex and bison rules for configuring from arbitrary directories. Changed it to look for data files and others in pkgdatadir (i.e., /usr/local/share/denemo/). * file.c (filesel_save): Saves according to the file type selected in the combobox rather than by filename. 2000-11-11 Matt Hiller * various: got vertical scrollbar working. 2000-11-05 Matt Hiller * various: added scrollbars, got the horizontal scrollbar working. 2000-10-19 Matt Hiller * kbd-custom.c (load_keymap_file): Fixed handling of tokens to include / as an identifier character. 2000-10-12 Matt Hiller * kbd-custom.c (NO_MAP_DIALOG_TEXT): Fixed this to reflect removal of keybinding stuff from the file menu. * kbd-interface.c (jump): Added a gtk_clist_moveto to move to the newly selected command. 2000-10-10 Matt Hiller * kbd-* (various): redid the custom keybindings dialog to make it of sane size, redid the control buttons at the bottom of the dialog. (lookup_keybindng, add_keybinding): Added a filter to filter out bits of keyboard state we don't want to pay attention to, such as Caps Lock and Num Lock. 2000-09-17 Matthew Hiller * various: refined custom keybinding implementation; added load and save commands, switched back to main Denemo style for callbacks and such rather than the too-verbose Glade style. 2000-09-14 Matthew Hiller * easylyparser.y (chordandassoc): Fixed support for loading slurs. * exportmudela.c (exportmudela): Fixed minor bug in saving of slurs; removed behavior of interpreting a tie as a slur in certain situations. * various: Finished improved custom keybinding implementation. 2000-09-10 Matthew Hiller * various: Summary of changes over the past few weeks: integrated patch for customizing keybindings, various other improvements. 2000-08-14 Matthew Hiller * calculatepositions.c: Got a _vastly_ improved algorithm (in terms of both correctness and simplicity) for determining x positions working. 2000-08-10 Matthew Hiller * easylyparser.y: Added support for reloading dynamics; put in a stub for reloading peculiar noteheads. * various: assorted streamlinings and bugfixes * all: released 0.5.4 2000-08-08 Matthew Hiller * measureops.c (settickvalsinmeasure): Refined the method for calculating mudelaitem->starttickofnextnote such that it handles tuplets more gracefully and no longer assumes that tuplets end on a beat. 2000-08-07 Matthew Hiller * selectops.c (pastefrombuffer): Fixed a bug reported by Francois Pinard regarding segfaults shortly after pasting. 2000-08-05 Matthew Hiller * main.c (main): Fixed command-line loading such that it sets the titlebar correctly. * easylyparser.y: Added support for loading stem directives, and staffs with multiple voices. 2000-08-02 Matthew Hiller * exportmudela.c (exportmudela): Updated exportmudela such that it saves multiple voices on a single staff appropriately. Also updated it to save stem directives. 2000-08-02 Adam Tee * Implemented dynamics * Added feature to change the notehead type 2000-07-31 Matthew Hiller * datastructures.h: Removed barline type, commented other types. * lilydirectives.c: gtk_signal_connect()s became gtk_signal_connect_object()s where appropriate. 2000-07-28 Matthew Hiller * various: wrote stem_directive_insert and added various forms of support for displaying and manipulating stemming directive indicators. * commandfuncs.c (dnm_deleteobject): Cleaned this function up, reorganized what had been copy-and-paste code into helper functions. 2000-07-25 Matthew Hiller * measureops.c (setsdir): Shortened stems * various: Removed stem direction field from staff structure and everything associated with it. * commandfuncs.c: Reorganized code for inserting objects into the score in preparation for writing stem_directive_insert. 2000-07-23 Matthew Hiller * easylyparser.y: Reformatted for greater GNU coding standards compliance * measureops.c (calculatebeamsandstemdirs): Fixed the bug that I'd added when tripletifying Denemo. 2000-07-17 Matthew Hiller * Makefile.am, denemo.spec.in: Integrated Sourav Mandel's patch for RPMifying Denemo * easylyparser.y, exportmudela.c: Integrated Mark Burton's patch for explicitly stating that keys are major. 2000-06-28 Matthew Hiller * README: various updates. In particular, the section describing information for potential contributors was greatly expanded. * all: ran every source file through GNU indent so that the indentation and spacing follows the manner recommended in the GNU coding standards. 2000-06-09 * Fixed various JTF format bugs in frogio.c * Added JTF format loading code for tuplets 2000-06-09 * various: brought together the various threads of tuplet-work that people'd been putting together and integrated it all. 2000-06-04 * various: finished work on a very preliminary "single-staff" polyphony feature. It still has some usability issues, but only one major technical problem. 2000-05-23 * Fixed Soprano clef * Fixed easylyparser chords rule was not required 2000-05-01 * various: integrated code in the fashion of Laurent Martelli's pixmap->bitmap changeover, and cleaned up draw.c 2000-04-25 * file.c (confirmbox): sanified the code that popped up the "really destroy score" confirmation dialog by passing confirmbox () a GtkSignalFunc. * tomeasuredialog.c (tomeasurenum): re-modalized the dialog. * playbackprops.c (playback_properties_change): re-modalized the dialog. 2000-04-23 * headerdialog.c: added Laurent Martelli's patch for header information * main.c, file.c: added plain Save function, added information in window title concerning current filename. 2000-04-22 * README: described select, cut, copy, and paste; described immediate playback mode and the mechanism behind it. * selectops.c (cuttobuffer): got the cut function working. It's presently very ugly, though. * all: released 0.5.3 2000-04-21 * midi.c: Refined the behavior of midi.c, etc. * selectops.c: refined behavior of paste so that new measures are added when existing music would be trampled, etc. * selectops.c: started coding a cut function. Began process of debugging it into existence 2000-04-20 * midi.c, midi.h, various: Added and provided hooks for using Brian Delaney's immediate MIDI output code. 2000-04-19 * measureops.c (calculatebeamsandstemdirs): fixed a bug that caused notes to be aligned as though they were on the wrong clef if a clef interrupted a beaming group. * various: coded up configuration file support and got it working 2000-04-18 * various: got preferences dialog working. Started working on configuration file support. 2000-04-17 * playbackprops.c: Got rid of "path to Lilypond" and "midi player" things in playback properties dialog -- these will go into a preferences dialog instead. 2000-04-15 * various: fixed dialog boxes such that they all have titles and the various text entries react appropriately if you give them an "activate" signal by hitting enter inside them. 2000-04-14 * tomeasuredialog.c, main.c: created a navigate-to-measure dialog. * main.c, keyresponses.c: made Home and End keys into accelerators; they're no longer interpreted by scorearea_keypress_event * various: Actually got this bounding box thing working * commandfuncs.c (calcmarkboundaries): fixed some bugs here * selectops.c (copytobuffer): fixed some bad bugs that caused the wrong notes to get copied to the buffer 2000-04-12 * various: started writing code to give indication of bounding box's location 2000-04-10 * file.c (updatescoreinfo): added call to find_leftmost_allcontexts() * selectops.c (pastefrombuffer): fixed outstanding bugs; it works now 2000-04-09 * various: wrote object-cloning functions for use by the cut-and-paste mechanism. 2000-04-08 * selectops.c: wrote the beginnings for a cut-and-paste mechanism. 2000-04-06 * fixed frogio and frogparser for new change of keysig etc. * altered drawkey so that it correctly draws keysig for G_8 and Tenor clefs * Documented Home and End Keys * applied Roy Rankin's patches 2000-04-04 * various: released version 0.5.2 * various: made it impossible to insert a mudela object before a time signature change, including another time signature change. * commandfuncs.c (dnm_deleteobject): Put a switch statement into the function such that it does the right thing when deleting a chord, clef, or key signature change. 2000-04-03 * contexts.c, draw.c (draw_measures): Denemo now allocates an appropriate amount of space for the leftmost keysignature rather than a hard-coded amount. This is true of the widest key signature, if there are different key signatures in different staves. * calculatepositions.c (find_xes_in_measure): now handles consecutive mudelaobjects where ->durinticks == 0. This was far from trivial, but man, does it ever work. 2000-04-02 * drawkey.c (draw_keysig): Fixed this such that it takes the preceding key signature as an argument and draws "cancelling naturals" where appropriate. Also now returns the width required for drawing the key signature. 2000-04-01 * objops.c, objops.h, timedialog.c, keysigdialog.c, clefdialog.c: Created "new" function returning new non-chord mudelaobject *s and used them. * easylyparser.y: mudela parser now correctly interprets the clef, key, and time signature changes upon reload. * lyparserfuncs.c, lyparserfuncs.h (setclef, cleftypefromname): split off functionality formerly in setclef into two separate functions, allowing cleftypefromname to be invoked distinctly. * draw.c (draw_measures): adjusted determination of whether the cursor was off the end of the measure to account for objects for which durinticks == 0 at the end of the measure. 2000-03-31 * ChangeLog: started using M-x add-change-log-entry to do this ChangeLog * exportmudela.c (exportmudela): export mudela now copies information concerning clef, key, and time signature changes to the mudela it exports. 31 Mar 2000: Changed gtk_file_selection_complete()s to gtk_file_selection_set_filename()s Integrated all of Roy Rankin's patch. 30 Mar 2000: Finished key signature changes. Fixed Adam's toend and tohome functions. 29 Mar 2000: Started enabling key signature changes. 28 Mar 2000: Added ability to insert clef changes. 27 Mar 2000: Continued with time signature changes and got them right. 26 Mar 2000: (post 0.5.1) Fixed a bug in calculatepositions.c listcomparefunc. Put in a first shot at time signature changes. 26 Mar 2000: 0.5.1 Wrote Help->Show Keybindings and Help->About callbacks. Fixed reversealigns bug. Updated README. Packaged release. 25 Mar 2000: mh: A popup window now appears confirming any actions that will destroy the current score if it hasn't been saved off yet. 24 Mar 2000: ajt: incorporated Brian Delaney's MIDI instrument patch, and fixed bugs in it. mh: Added stuff to easylyparser.y to account for the MIDI instrument. Fixed clefdialog.c bug Split off much of the code in keyresponses.c into commandfuncs.c; the resulting cleanups knocked a bunch of stuff off the urgent section of the TODO list. :) Added a "haschanged" flag to struct scoreinfo, to be checked before File->New, File->Open, and File->Quit are invoked. Added ability to change the duration of an existing note with shift - duration-indicator. 23 Mar 2000: mh: Added tearoffs to the menus. Added a signal handler to listen and handle SIGCHLD signals - no more zombie processes after playback. 21 Mar 2000: 0.5.0 mh: Made useful actions for everything in easylyparser.y - import mudela now completely works! Reworked file menu functionality and got rid of lots of duplicate code in file_selection. Adjusted playback controls. Packaged release. 20 Mar 2000: mh: My mudela lexer and parser work now! The next trick is to make useful actions for everything that gets parsed. Added soprano staff support to mudela import/export (when did that get added, btw?) Fixed File->New stuff. 19 Mar 2000: mh: Streamlined playback function, and started working on the mudela parser again. 14 Mar 2000: ajt: More work on playback 10 Mar 2000: ajt: Added Playback function for quick playback. Use fork to create two processes, lilypond -m and playmidi. Also removed one of the score blocks in exportmudela and added a midi block with tempo=60 7 Mar 2000: Much more work on mudela parser. 6 Mar 2000: Fixed bugs reported by Roy Rankin. Some work on mudela parser. 3 Mar 2000: Started writing my easyly lexer. It's actually an ad-hoc lexer; the function's in the last section of the parser file I'm going to use for it. 2 Mar 2000: Fixed parser.y and lexer.l such that they compile with -p and -P, respectively, and won't interfere w/ my simplified-mudela parser. 1 Mar 2000: 0.3.5 Fixed a bug in free_score that was causing segfaults. Posted release. 29 Feb 2000: ajt: fixed parser.y so that Makefile.am looked right. Integrated Roy Rankin's G_8 patch. Fixed some bugs in parser.y that were preventing loading from working. 27 Feb 2000: Finished with ties 26 Feb 2000: Rewrote setpixelmin() from the ground up - it now works _very_ well instead of just being a reasonable guess. Split off many #define'd constants into separate header files. First shot at implementing tied notes. They can be added and removed, and are displayed more-or-less properly. exportmudela.c doesn't yet take ties into account. 25 Feb 2000: Refined method for alloting space before a note. 24 Feb 2000: Wrote a separate, smarter function for determining where to denote accidentals and where not to. This had been done by the drawing code before. Came up with a mechanism -- that barely adds any code, mind you! -- to allot space before notes for accidentals, etc. This broke the proper determination of reversealigns, though, which I also fixed. Integrated Adam Tee's load & save patches into mainstream release. 23 Feb 2000: 0.3.4 Got more complex beaming to work. Adjusted code in timedialog.c and packaged release. 22 Feb 2000: Got basic, eighth-note-style beaming working. 20 Feb 2000: Got rid of memory leaks in dialog box functions. Fixed a few more colliding keyboard commands/accelerators. Put in model groundwork for rudimentary autobeaming. 19 Feb 2000: 0.3.3 Wrote a functions explicitly for calculating the rightmost measure number rather than doing it as a side effect in the drawing routines. Packaged release. 18 Feb 2000: Changed Denemo so that it would cache the heights of noteheads as well. 16 Feb 2000: Split off a lot of what the drawing function was doing into a separate function. Part of this involved putting in facilities for saving the x positions of notes rather than recalculating them for each draw-through. I'll do a similar thing with y's soon. 14 Feb 2000: 0.3.2 Elaborated on Ron Steinke's patch, thereby completing Denemo support of a distinction between major and minor keys. Packaged release. 13 Feb 2000: Adjusted the rest of Denemo such that it no longer uses all those ugly global variables. The part of the score that you're viewing now advances (when necessary) if you implicitly add measures to it. If you enter a "red-zone" note, it'll be added to the next measure if there aren't any notes in the next measure -- before, Denemo would only do this if you were at the very end of the piece. Fixed a bug affecting exportation of rests. Incorporated Ron Steinke's key name patch. Also fixed the 'control-K' interface bug he'd noticed. 10 Feb 2000: Adjusted about half of Denemo such that it no longer uses global variables. 7 Feb 2000: (post-0.3.1) Fixed the problems that have been causing gtk warnings for a long while now (one instance had to do with the use of uninitialized strings, the other an erroneous attempt to add scorearea to the toplevel window as well as the main vbox it contains.) Fixed font loading such that it comes up with a reasonable default font if it can't come up with something else useful. 7 Feb 2000: 0.3.1 Added support for dotted notes in view and control (everything necessary was already in the model.) Packaged release. 6 Feb 2000: Added staff deletion. Finally, added export mudela functionality. Added back in chunks of Adam Tee's file.h and file.c to accomplish this, though nothing that he'd be angry about. 5 Feb 2000: Made initial clef, key, and time signature a property of the staff rather than an actual mudela object (making them mudelaobjects was more trouble than it was worth). Added delete measure operation. Adjusted functionality such that if adding too many notes to the last measure of the piece, a new measure will automatically be tacked onto its end. 4 Feb 2000: Added staff properties dialog. Fixed the problem of currentmeasure falling off the end of the screen when doing a lot of note entry. The name of each staff is now painted. Yet-another-bugfix for the new drawing mechanism. Changed sorting function a little bit for mudelaobjects zero ticks in duration, allowing me to remove a hack from the drawing code. 3 Feb 2000: 0.3.0 Checked with Adam Tee to ask if his save patch should be integrated with the main release cycle; he said not yet. I removed most of it, but left in the stuff that wasn't directly related to his save function. Packaged release. 2 Feb 2000: Fixed individual note allocation. The scheme it uses is also now much simplified. 1 Feb 2000: Got individual note allocation working. Its behavior is still not quite what I'm aiming for when rhythms are syncopated, but where they aren't, it works just about perfectly. Fixed things such that multiple measures are now displayed again when they can be. 31 Jan 2000: Continued working on individual note allocation stuff -- it's almost working. Changed things so that currentobject points to NULL at the beginning of an initial measure (regardless of the initial timesig, etc.) 30 Jan 2000: Added some groundwork that allows Denemo to give explicit note allocations. 24 Jan 2000: 0.1.2 Got rid of lots of gratuitous NOTE_MARGIN + 's Added red exclamation point indicator when a measure has too many beats (not yet perfect) Added display of measure numbers Added ability to display different parts of the score (just left-to-right so far) Adjusted display such that a double-bar-line is shown at the end of the piece Replaced every constant-length gchar * I could find with a dynamically-resizing GString * instead. 23 Jan 2000: Fixed the display of adjacent notes in a chord so that chord tones are displayed where you'd expect them. Added cursor colors other than gray! Green for ability to add music at the cursor, red if it'd extend past the end of the measure. 17 Jan 2000: Added Control-arrow shortcuts for moving around measure-by-measure. Denemo now calculates the number of measures in width it can display and displays only those measures. Added keyboard shortcuts and a dialog for setting the space between staves. Added commands to insert a first and last staff; moved operations that add a staff to their own menu type. Got rid of all that ugly TOP_MARGIN and STAFF_START stuff, as it's now taken care of by the adjusted scheme for providing space between staffs. Fixed dialogs such that they open at the position of the mouse. 16 Jan 2000: 0.1.1 Final packaging of release. 15 Jan 2000: Got time signature dialog working. Multiple simultaneous time signatures seem to work too, though I don't think Lily supports them. :) Added a dialog for setting the measure width. Added keyboard shortcuts for setting the measure width. Updated DESIGN, TODO, etc. 13 Jan 2000: Started time signature dialog. Adjusted the add measure code such that adding a staff will give it the same clef, key, and time signatures as the current staff. Can be added before or after the current staff. Put in groundwork for adjusting the width of measures, which I can now do with the help of gdb. (This is also important for adjusting the time signature such that much space isn't wasted.) 12 Jan 2000: 0.1.0 Final packaging of release 0.1.0 11 Jan 2000: Finished model, control, and view coding for block-chords - they now work Added function for drawing ledger lines 10 Jan 2000: Began coding in model support for block-chords 6 Jan 2000: 0.0.7 Wrote code for actually displaying the key signature (it had to be deduced from the appearance of the music beforehand) 5 Jan 2000: Added support for changing the key signature Added display of accidentals where the context demands it but not elsewhere 4 Jan 2000: Got clef-change dialog entirely working. Added preliminary support for accidentals. 3 Jan 2000: Removed S key as shortcut to 'new staff'. Added '2000' to all copyright lines. First stab at the change-clef dialog. 1 Jan 2000: Finally got New Staff off of the Edit menu working; I ran into lots of stupid problems doing so and as a result it took a lot longer than it should've. 31 Dec 1999: Debugged stuff such that adding new staffs actually works. Fixed pixmaps such that the background was pure-white, not off-white. Reworked height-calculating code. 30 Dec 1999: Added S command to add a new staff. Started working on the scaffolding for it.