2007-10-28 Rich Burridge * gcalctool/functions.c: From Sami Pietila Fix for bug #490701 - base radio buttons initially fail. * Released a gcalctool v5.21.1 tarball. 2007-10-27 Rich Burridge * gcalctool/mpmath.c: From Sami Pietila Attempted fix for bug #485134 - OR calculation produces incorrect result in arithmetic precedence mode. This isn't a complete solution so the bug has been reopened. 2007-10-26 Rich Burridge * gcalctool/functions.c: From Sami Pietila Fix for bug #488828 - Reciprocal remembers backspaced items. 2007-10-23 Rich Burridge * glade/gcalctool.glade: More work on bug ##488694 - [a11y] Several calculator buttons don't speak correctly with Orca. Removed the accessible descriptions (not needed) and adjusted the "shift left" and "shift right" names (they were reversed). * gcalctool/functions.c: From Sami Pietila Patch to stablize arithmetic precedence. 2007-10-23 Robert Ancell * gcalctool/gtk.c: Stop acting on toggle events from radio buttons when they go inactive (Bug #485918). 2007-10-22 Rich Burridge * glade/gcalctool.glade: From Robert Ancell More work on bug #485919 - Use Glade for UI. This patch puts menu accelerators back again and fixes the top button row in basic mode being too tall. * MAINTAINERS: Added Robert Ancell to the list of gcalctool MAINTAINERS. * glade/gcalctool.glade: Fixed bug #488830 - Hex radio button shortcut conflicts with Help menu shortcut. * glade/gcalctool.glade: Fixed bug #488829 - Accuracy and Change Sign have wrong tooltip shortcut keys. * gcalctool/gtk.c: Fixed bug #488783 - memory registers not available if you start in Advanced mode * gcalctool/gtk.c: glade/gcalctool.glade: Fixed bug bug #488694 - [a11y] Several calculator buttons don't speak correctly with Orca. 2007-10-20 Rich Burridge * gcalctool/calctool.c: gcalctool/calctool.h: gcalctool/functions.c: gcalctool/extern.h: gcalctool/gtk.c: glade/gcalctool.glade: (new) glade/Makefile.am: glade/mode_panel.glade: (removed) po/POTFILES.in: From Robert Ancell More work on bug #485919 - Use Glade for UI. This now provides Glade support for the majority of the gcalctool GUI. 2007-10-15 Rich Burridge * gcalctool/gtk.c: Fix for bug #485398 - Put memory register window inside the main window. Uses gtk_window_set_transient_for() to associate the memory register window with the main gcalctool window. * help/C/gcalctool.xml: Fix for bug #383850 - [doc] New names for Precedence. 2007-10-13 Rich Burridge * gcalctool/gtk.c: From Sami Pietila Fix for bug #485137 - Undo/Redo don't work in arithmetic precedence mode if user has "hand edited" the display. 2007-10-12 Rich Burridge * configure.in: gcalctool/calctool.c: gcalctool/gtk.c: gcalctool/Makefile.am: Makefile.am: glade/Makefile.am: (new) glade/mode_panel.glade: (new) From Robert Ancell Work on bug #485919 - Use Glade for UI. Initial Glade patch adds support for the mode panel. 2007-10-11 Rich Burridge * gcalctool/gtk.c: Added a call to "set_memory_toggle(v->rstate);" in make_frames() to correctly set the state of the Edit- Correctly handle memory register display and "Memory Registers" menu item checkbox status when user goes from Sci/Fin/Adv mode to Basic. (Needed because of the recent changes for bug #478961).