Share

Cash Interest Figurer

File Release Notes and Changelog

Release Name: 3.10.14

Notes:
In this release, there are only aesthetic changes and under-the-hood changes,
not functionality changes.

As far as aesthetics go, the biggest change is that "Initial Amount" is now referred to as "Principle",
which is how it should be.
Also, /File/Exit (Alt+F4) has been changed to /File/Quit (Ctrl+Q).
The GPL v3 header was also added to the About dialog.

As for the under-the-hood stuff, I removed/replaced unneeded/deprecated items such as:
unnecessary #includes,
using gtk_widget_set_tooltip_text instead of GtkTooltips,
and the big one, replacing GtkItemFactory with GtkUIManager

Changes: revision 14: added some padding spaces to the output so that it doesn't look crowded this is release number 10 (VER_MIN) revision 13: renamed FileQuitAction to QuitAction and HelpAboutAction to AboutAction. this is a _very_ small change revision 12: replaced GtkItemFactory with GtkUIManager. replaced deprecated use of gtk_entry_new_with_max_length revision 11: renamed Initial Amount to Principle. removed the GtkTooltips object and replaced with gtk_widget_set_tooltip_text. removed unnecessary #includes. removed XSIZE and YSIZE. removed printf's before gtk_init. changed /File/Exit to /File/Quit and changed it to Ctrl+Q instead of Alt+F4. added GPL license block to /Help/About dialog and removed #ifdef block. updated copyright to include 2008.