Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 2f49bbaab1aabcdb5a8eefbda6f8839a > files > 5

gnometab-0.7.4-7mdv2010.0.i586.rpm

04-28-2003
    Version 0.7.4
    - Port to libgnomeprint-2.2 -- Joachim Breitner <mail@joachim-breitner.de>
    
04-27-2003
    Version 0.7.3
    
    - chord-builder.c: add toolbar icons; implement right-click popup menu &
      highlights, consistent with tab_canvas object behavior.  Adjust bar
      creation coordinates.
      
02-19-2003
    - interface.c: move recent list to main File menu; add print preview to File
      menu and toolbar; toolbar rearrangments.
    - tab_canvas_print.c (tab_canvas_print): add preview param.
    
12-05-2002
    - chord_lib.c: chord_lib_event, don't set tool on any event; wait for button
      press.
    - tab_canvas.c: refresh_canvas -- check for forgotten tab_doc->highlights &
      destroy.  Seems to fix random selection crash.
    - remove superfluous includes.
    
12-04-2002
    - tab_canvas.c, tab_doc.c, interface.c: add recent files menu.
    - tab_canvas.c, tab_doc.c, interface.c: add set_title function and hooks to
      dynamically update window title.
      
12-03-2002
    - tab_canvas.c: change bulk select behavior for greater accuracy.
    
11-29-2002
    - tab_canvas.c, tab_canvas.h, interface.c: add pointer object.
    - tab_canvas.c: attempt to fix background double-click pointer grab bug.
    - interface.c: menu accelerators
    
11-26-2002
    Version 0.7.2

    - interface.c : make toolbars behave.  Hopefully this will fix some 
      layout problems.
    - main.c: don't gtk_widget_show until everything's drawn.

11-25-2002
    Version 0.7.1
    
    - added rhythm_builder.c, rhythm_builder.h; removed old rhythm dialog.
    - revised rhythm rendering algorithm in tab_objects.c, tab_canvas_print.c.
    - tab_canvas.c: increased size of bottom (invisible) staff slightly to 
      capture events for 6th string notes more easily.
    - interface.c: toolbars should behave like GNOME toolbars.
    
11-6-2002

    - tab_canvas_print.c: make a valiant effort to scale print output to user's
      chosen paper size.
      
11-1-2002

	- added "changed" member to tab_doc, and function doc_save_check, plus hooks
	  for checking whether to warn user against losing changes upon clear or 
	  load.
	- tab_objects.c: removed redundant gnome_canvas_request_redraw calls.
	  
10-25-2002
	
	- tab_canvas_print.c: added a few tenths of a point on the chord grid; this
	  prevents dropping of grid squares when the affine is applied.  I guess 
	  it's a compiler thing, since the problem didn't occur on all builds.
	- chord_lib.c: sanity fixes for chord lib gconf key = NONE.
	- changed font size defaults to be sane on RedHat 8.0.  Hopefully the 
	  meaning of these font sizes will stabilize soon....
	- tab_canvas.c: Don't load new files on top of already loaded files....
	
10-16-2002
	Version 0.7.0
	
	- Total code restructuring and deprecation cleanup.
	- removed support.c, support.h, added tab_doc.c, tab_doc.h
	- icons moved inline.
	- fonts configurable for screen and print.
	- toolbar and menu re-think; hopefully better.
	- prefs dialog.
	- fixup legato printing.
	
10-2-2002
	- eliminate some global strings as part of general cleanup.
	
10-1-2002
	- all files; remove or revise deprecated code.  Revise dialog code and 
	  added two new files, dialog.c and dialog.h.  Now builds with 
	  GTK_DISABLE_DEPRECATED and GNOME_DISABLE_DEPRECATED.
	  
09-29-2002
	- tab_objects.c, tab_canvas.c, render_gnomeprint.c, render_gnomeprint.h, 
	  tab_canvas_print.c: implement rests properly.
	
09-27-2002
	- tab_objects.c, tab_canvas_print.c: Heavier horizontal lines on rhythm.
	
09-25-2002
	- main.c, tab_canvas.c: save zoom_level setting in gconf
	
08-21-2002
	Version 0.6.2
	
	- Canvas zooming on the main toolbar (may revert this)
	- print preview cleanup

07-10-2002
	Version 0.6.1
	
	- Some printing tweaks and adjustments
	- chords above the staff is now an option!
	- chord builder toolbar fix
	- Makefile fixes for GConf
	- Remember window size
	
05-06-2002 
	Version 0.6.0
	Lots of changes...
	
	- decent keyboard support for entering text on staff, and in chords.
	- supports multiple chord libraries
	- uses GConf to store chord lib preferences
	- chord library is sorted, and deletions and additions appear
	  synchronously.
	- some bug fixes
	- expanded staff "grid" by several pixels to better accomodate upper 
	  position fret numbers (i.e., two digits).  This breaks backward
	  compatibility with files from older Gnometab versions.  It needed
	  to be done badly, and should be the last time....
		
04-26-2002 Embarassing bugs...

	tab_objects.c: 

	create_text - no need to set current_tool_text back
	to "P" every time anymore methinks....
	create_doc_props - only try to create props if they exist.
	
04-25-2002 Initial release.