1.1.1 Help file updates .spec file changes some font change cleanups Fixed saving column title preference Ported the clist over to the tree widget including many changes to the gui subsystem to accept the new widget. 1.1.0 Wrapped all the clist calls for maintenance and to make porting to tree view easier. Changed all dialogs and buttons use GTK_STOCK* items Fixed memleak and segfault in file_save_event () Moved to g_signal_connect () and GCallback code Added calls to g_locale_to_utf8 () for proper string handling Changed rcfile name to "gtapecalc2rc" to not conflict with existing files Made changes to configure.in for gtk2 Started moving font and style code over to the gtk2 way of doing things Use g_path_basename() instead of g_basename() Various warning fixes for gtk2 changes 1.0.0 Changed the behavior of the print dialog to not close when pressing the print->preview button. fixed bug where pressing the close button from the windowmangager without saving a file first didn't stop the app from closing before giving the user a chance to actually save the file. added both button_press and button_release events to the right mouse click handler to hopefully get right click selection right. added the ability to open files from the comand line add _set_transient_for() hints on edit_tape_dialog to keep it on top with supporting window mangagers. Added some #includes to stop warnings on some systems. 0.3.10 Updated the help files. Found bug causing crashes when printing and empty file. Fixed the formatting of numbers when backspacing. Added a print dialog with options for preview, print to file and formating options. Moved gdk_set_icon () to be set on "realize" signal Added postscript printing when printing out tapes. g_free( ) instead of free( ) cw->widget_vars in delete_event ( ). swapped page width and column width defaults to make them correct. made label text compare in make_buttons( ) strcmp instead of comparing characters. Changed signal connection on clist from "event" to "button_press_event" to fix random oddities on right mouse clicks. 0.3.9 Added a html help system. Fixed a key repeat bug that was disabling key-repeats in some instances. Fixed a bug that was causing crashes when setting two font preferences in succession. 0.3.8 Now sets it's own app icon Changed the -1 option for Floating point in the preferences dialog to a toggle_button. fixed a bug that kept a calculation from being padded with zeros to match the precision that was set. Fixed the radiobuttons in the "View" menu to work correctly now. Added another config file '$(HOME)/.gtapecalcgtkrc' for the fonts to hopefully make it play nicer with themes when using a user defined font. Doesn't update the fonts correctly when changed (sometimes) until the program is restarted, needs some looking into. (gtk+-1.2.6) Fixed the keypress event handler to recognize when is pressed so it doesn't send the key on to be processed when a keyboard shortcut is being used.