2007-11-12 Rich Burridge * configure.in: NEWS: Released a gcalctool v5.21.2 tarball. 2007-11-10 Robert Ancell * gtk.c: Close precision dialog when setting precision from Acc button (Bug #495349). * gcalctool.glade: Connect "activate" signal for precision spin button after spin button has been updated (Bug #495345) 2007-11-6 Robert Ancell * everything: Stop display characters from being translated as this will cause the display parser to fail. Change labels on trig function keys when inverse/hyperbolic toggled. 2007-11-4 Robert Ancell * everything: Split calctool.h into seperate header files. Removed unused function definitions and killed extern.h. Moved gconf behaviour into get.c. Removed some global variables for resource naming. Merged graphics.c into gtk.c. Renamed all gtk.c external functions to ui_*(). Moved main() into calctool.c. Disable bitcalculating menu when not in scientific mode. Renamed GTK+ callbacks so they all are in the form *_cb(). 2007-11-3 Rich Burridge * help/Makefile.am: From dmacks@netspace.org Fixed bug #482655 - Missing image file. * gcalctool/gtk.c: Fix the buglet in comment #51 of bug #485919. 2007-11-3 Robert Ancell * gcalctool/gtk.c: Re-enable accuracy menu items (Final part of bug #488694). Make accuracy shortcuts only work in scientific mode (bug #488489). Stop bogus '-/-' in accuracy menu items (bug #488703). 2007-11-1 Rich Burridge * display.c: calctool.h: functions.c: gtk.c: More lint fixups. 2007-11-1 Robert Ancell * gcalctool/gtk.c: glade/gcalctool.glade: More work on bug #488694 - Move all popup menus into gcalctool.glade. Split constant and function dialogs into seperate UI elements. * gcalctool/graphics.c: gcalctool/calctool.c: gcalctool/calctool.h: gcalctool/display.c: gcalctool/functions.c: gcalctool/gtk.c: glade/gcalctool.glade: More work on bug #488694 - Simplify menu code 2007-10-31 Rich Burridge * gcalctool/dsfuns.c: gcalctool/calctool.h: gcalctool/functions.c: gcalctool/ce_parser.h: gcalctool/gtk.c: Code cleanup to a consistent style, plus fixup for various warnings from lint. 2007-10-31 Robert Ancell * gcalctool/mpmath.c: gcalctool/graphics.c: gcalctool/calctool.c: gcalctool/calctool.h: gcalctool/display.c: gcalctool/functions.c: gcalctool/extern.h: gcalctool/get.c: gcalctool/gtk.c: glade/gcalctool.glade: More work on bug #488694 - Move accelerator handling from calctool.c * gcalctool/gtk.c: glade/gcalctool.glade: More work on bug #488694 - Move ASCII, accuracy, function and constant dialogs into gcalctool.glade 2007-10-30 Rich Burridge * gcalctool/mpmath.c: Fix for bug #485134 - OR calculation produces incorrect result in arithmetic precedence mode.